/* ******************************************************************************
*********************************************************************************
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: 1140px;
  margin-left: auto;
  margin-right: auto;
    padding: 0px 80px;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

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


@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .dnd-section > .row-fluid {
    padding: 0px 20px;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "AvenirHeavy";
  src: url("https://6396297.fs1.hubspotusercontent-na1.net/hubfs/6396297/Foundry_July2020/Fonts/AvenirHeavy.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "AvenirLight";
  src: url("https://6396297.fs1.hubspotusercontent-na1.net/hubfs/6396297/Foundry_July2020/Fonts/AvenirLight.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "AvenirMedium";
  src: url("https://6396297.fs1.hubspotusercontent-na1.net/hubfs/6396297/Foundry_July2020/Fonts/AvenirMedium.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}


@font-face {
  font-family: FoundryProductsKit;
  src: url("https://6396297.fs1.hubspotusercontent-na1.net/hubfs/6396297/Foundry_July2020/Fonts/FoundryProductsKit.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "AvenirNext-Regular";
  src: url("https://6396297.fs1.hubspotusercontent-na1.net/hubfs/6396297/Foundry_July2020/Fonts/AvenirNext-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "AvenirNext-Medium";
  src: url("https://6396297.fs1.hubspotusercontent-na1.net/hubfs/6396297/Foundry_July2020/Fonts/AvenirNext-Medium.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "AvenirNext-Bold";
  src: url("https://6396297.fs1.hubspotusercontent-na1.net/hubfs/6396297/Foundry_July2020/Fonts/AvenirNext-Bold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}







body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
 
}

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;
}
/* ******************************************************************************
*********************************************************************************
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: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;
  
  text-decoration: none;
  position: relative;
  width: auto;
  left: 0;
  font-size: 16px;
  padding: 17px 20px 20px;
  cursor: pointer;
  z-index: 3;
  border:0;
  line-height: 30px;
  border-bottom: 2px solid rgba(0,0,0,0.2);
  font-family: 'AvenirLight',Arial,sans-serif;
  margin:10px 0 20px;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration:none;
}

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


.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

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

.hs-input,.hs-search-field__input {
  display: inline-block;
  width: 100%;
  height: 58px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  display: block;
  width: 100%;
  border-bottom: 2px solid rgba(0,0,0,0.2);
  padding: 20px 0 10px;
  font-size: 20px;
  line-height: 30px;
  color: rgba(0,0,0,0.75);
  font-family: 'AvenirLight',Arial,sans-serif;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.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;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
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;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.custom-header {
  z-index: 102;
  left: 0;
  right: 0;
  top: 0;
  background: black;
  position: fixed;
  padding: 1px 0;
  transition: top .5s ease 0s;
  width: 100%;
}

.custom-logo {}

.custom-logo {
  float: left;
}

.custom-logo {
  width: 98px;
  height: .875rem;
  margin: 27.200px 0;
  left: 24px;
  border: none;
  z-index: 150;
  position: relative;
  overflow: hidden;
}

.custom-menu-primary {
  padding: 0 12.525rem;
  position: absolute;
  width: 100%;
  top: 0;
  -webkit-transition: .2s -webkit-transform;
  transition: .2s -webkit-transform;
}

header.header {
  font-size: 16px;
  line-height: 1;
}

.custom-logo img {
  max-width: 100%;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  display: block;
  text-align: center;
}

.custom-menu-primary .hs-menu-wrapper > ul >li {
  display: inline-block;
  position: relative;
  margin: 0 -2px;
}

.custom-menu-primary .hs-menu-wrapper > ul >li > a {
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 4px solid transparent;
  -webkit-transition: .35s color,.35s border-bottom-color;
  transition: .35s color,.35s border-bottom-color;
  vertical-align: bottom;
  margin: 0 1rem;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  font-family: 'AvenirHeavy','Avenir',Arial,sans-serif;
  font-size: .8125rem;
  line-height: 1.1;
  letter-spacing: .01625rem;
  padding: 1.85rem 0 1.25rem;
  border-bottom-width: 7px;
}



.custom-menu-primary .hs-menu-wrapper > ul >li.hs-item-has-children > a:after {
  content: '';
  display: inline-block;
  margin-left: .75rem;
  width: .875rem;
  height: 1.125rem;
  background: url(https://6396297.fs1.hubspotusercontent-na1.net/hubfs/6396297/Foundry_July2020/Images/chevron-up-yellow.svg) no-repeat;
  background-size: 100%;
  background-position: center !important;
  vertical-align: text-bottom;
  -webkit-transition: .1s filter,.35s -webkit-transform;
  transition: .1s filter,.35s transform;
  -webkit-transform: translateY(-50%) rotate(.25turn);
  transform: translateY(-50%) rotate(.25turn);
  filter: brightness(10) saturate(0);
  position: absolute;
  right: 0;
  top: 2.25rem;
  -webkit-transform: translateY(-50%) rotate(.5turn);
  transform: translateY(-50%) rotate(.5turn);
}

.custom-menu-primary .hs-menu-wrapper > ul >li.hs-item-has-children > a {
  padding-right: 1.5rem;
  position: relative;
}

.foundryNav__navbar__icons {
  position: absolute;
  top: 0;
  right: 3rem;
  z-index: 101;
  text-align: center;
  right: 2.3rem;
  top: 0;
  left: auto;
  bottom: auto;
}

.foundryNav__navbar__icons .nav-link-wrapper {
  display: inline-block;
  margin: 0 -2px;
}

.foundryNav__navbar__icons .nav-link-wrapper .nav-link {
  display: inline-block;
  margin: 0 .625rem;
  padding: 1.6rem 0 1.4rem;
  border: 0;
}

.foundryNav__navbar .nav-link--icon {
  margin: 0 .625rem;
  padding: 1.6rem 0 1.4rem;
}

.foundryNav__navbar__icons .nav-link--icon {
  position: relative;
  font-size: 1.4rem;
  font-family: 'FoundryProductsKit';
  vertical-align: bottom;
  position: relative;
  font-size: 1.4rem;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 1.1;
  letter-spacing: .01625rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 4px solid transparent;
  -webkit-transition: .35s color,.35s border-bottom-color;
  transition: .35s color,.35s border-bottom-color;
}

.nav-link--icon .nav-link__title {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
  -webkit-transition: none;
  transition: none;
}

.nav-link--icon .nav-link__title {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
  -webkit-transition: none;
  transition: none;
}

.nav-link .cart__item-count {
  font-family: 'AvenirHeavy','Avenir',Arial,sans-serif;
  font-size: .5em;
  position: absolute;
  top: 1.2em;
  right: -0.5em;
}

.nav-link .cart__item-count .accessiblyhidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
  -webkit-transition: none;
  transition: none;
}



.no-banner header.header {
  min-height: 70.38px;
}


.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
  color: #FCB434;
  border-bottom-color: #FCB434;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a:after {
  filter: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.about-us > ul {
  position: absolute;
  background: #f5f5f5;
  overflow: hidden;
  -webkit-transition: none;
  transition: none;
  border-top: 4px solid #FCB434;
  padding: .5em 0;
  top: 5rem;
  left: 0rem;
  height: calc(100vh - 4rem);
  right: 0rem;
  width: 0;
  height: 0;
  top: auto;
  border-top-width: 7px;
  -webkit-transition: 0s -webkit-transform 0s,0s max-height 0s;
  transition: 0s transform 0s,0s max-height 0s;
  max-height: 0;
  -webkit-transform: translateX(.625rem) translateY(-7px);
  transform: translateX(.625rem) translateY(-7px);
  -webkit-transform: translateX(1rem) translateY(-7px);
  transform: translateX(1rem) translateY(-7px);
}




.custom-menu-primary .hs-menu-wrapper>ul>li.about-us>ul {
  visibility: hidden;
  opacity: 0;
}


.custom-menu-primary .hs-menu-wrapper>ul>li.about-us.clicked >ul {
  -webkit-transform: translateX(1rem) translateY(-7px);
  transform: translateX(1rem) translateY(-7px);
  opacity: 1;
  visibility: visible;
  -webkit-transition: .1s -webkit-transform,.5s max-height .125s;
  transition: .1s transform,.5s max-height .125s;
  top: auto;
  width: 13rem;
  max-height: 40rem;
  right: auto;
  left: 4px;
  height: auto;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.about-us>ul >li > a {
  display: block;
  padding: 1.1em 1.5rem 1em;
  color: black;
  font-weight: 400;
  text-align: left;
  font-size: .9rem;
  -webkit-transition: .2s color,.2s background;
  transition: .2s color,.2s background;
  padding: 1.1em 1.35em 1em;
  font-family: AvenirMedium, Avenir, Arial, sans-serif;
  font-size:14.4px;
  font-weight:400;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.about-us>ul >li > a:hover {
  color: #FCB434;
  text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.clicked >a:after {
  -webkit-transform: translateY(-50%) rotate(0turn);
  transform: translateY(-50%) rotate(0turn);
  filter: brightness(1);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.clicked >a {
  color: #FCB434;
  border-bottom-color: #FCB434;
}

.foundryNav__navbar__icons .nav-link-wrapper .nav-link:hover {
  color: #FCB434;
}


.nav-link-wrapper {
    position: relative;
}

.custom-language-dropdown {
    top: auto;
    width: 0;
    max-height: 0;
    height: 0;
    right: 0;
    -webkit-transform: translateX(.625rem) translateY(-4px);
    transform: translateX(.625rem) translateY(-4px);
    border-top: 7px solid #FCB434;
    border-bottom: 0;
    width: 0;
    height: 0;
    max-height: 0rem;
    -webkit-transform: translateX(.625rem) translateY(-7px);
    transform: translateX(.625rem) translateY(-7px);
    transition: .1s transform .1s,.1s max-height 0s;
    position: absolute;
    background: #f5f5f5;
    overflow: hidden;
    padding: .5em 0;
    left: auto;
}

.lang-open .custom-language-dropdown {
    height: auto;
    max-height: 40rem;
    width: 10rem;
    -webkit-transition: .1s -webkit-transform,.5s max-height .125s;
    transition: .1s transform,.5s max-height .125s;
    left: auto;
    right: 0;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
}

.custom-language-dropdown .hs-menu-wrapper > ul {
    display: block;
}

.custom-language-dropdown .hs-menu-wrapper > ul >li a {
    padding: 1.1em 1.35em 1em;
    display: block;
    color: black;
    font-weight: 400;
    text-align: left;
    font-size: .9rem;
    -webkit-transition: .2s color,.2s background;
    transition: .2s color,.2s background;
    font-family: AvenirMedium, Avenir, Arial, sans-serif;
}

.custom-language-dropdown .hs-menu-wrapper > ul >li a:hover {
    background: rgba(255,255,255,0.1);
    color: #FCB434;
    text-decoration: none;
}



.search-mode .foundryNav__navbar__secondary {
    max-height: none;
    transform: none;
}

.search-mode .foundryNav__navbar__secondary.open {
    padding: 6.25rem 0 1rem;
    /* -webkit-transform: translateY(100%); */
    /* transform: translateY(100%); */
}

.search-mode .foundryNav__navbar__secondary.open {
    top: 0;
    height: 100vh;
    transition: .1s padding,.35s max-height,.2s transform;
}

.search-mode .foundryNav__navbar__secondary {
    z-index: 9999;
}

.search-mode .foundryNav__navbar__secondary {
    background: #232323;
    color: #959595;
}

.search-mode .foundryNav__navbar__secondary__inner {
    max-height: calc(100vh - 5rem - 4.5rem);
}

.foundryNav__navbar__secondary__inner {
    padding: 0 0 0 50px;
}

.foundryNav__navbar__secondary__inner {
    overflow: hidden;
}

.foundryNav__navbar__secondary__group.open {
    display: block;
}

.foundryNav__search-panel {
    padding-top: 4rem;
}

.foundryNav__navbar__secondary__group {
    position: relative;
}

.foundryNav__search-panel form {
    position: relative;
    font-size: 1rem;
    padding: 0;
}

.foundryNav__search-panel__main-query {
    position: relative;
}

.foundryNav__search-panel .input__field {
    box-sizing: border-box;
    font-weight: normal;
    background: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    width: 100%;
    border-bottom: 2px solid rgba(255,255,255,0.2);
    padding: 1.25rem 0 .75rem;
    font-size: 2rem;
    line-height: 1.5;
    color: rgba(255,255,255,0.75);
    font-family: 'AvenirLight','Avenir',Arial,sans-serif;
    -webkit-transition: .35s border-bottom-color;
    transition: .35s border-bottom-color;
    border-radius: 0;
}

.foundryNav__search-panel .input__label {
    font-size: 2rem;
    line-height: 1.2;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .35s font-size;
    transition: .35s font-size;
    display: block;
    padding-bottom: 40px;
    font-family: AvenirMedium, Avenir, Arial, sans-serif;
}

.foundryNav__search-panel .submit {
    font-family: 'FoundryProductsKit';
    background: transparent;
    border: 0;
    font-size: 2rem;
    color: #FCB434;
    position: absolute;
    right: 0;
    top: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    font-weight: 900;
    -webkit-transition: .35s color;
    transition: .35s color;
}

.foundryNav__search-panel .foundry-close {
    padding-right: 3rem;
    color: white;
    text-transform: uppercase;
    font-family: 'AvenirLight','Avenir',Arial,sans-serif;
    font-weight: 700;
    font-size: 1rem;
    position: absolute;
    top: 20px;
    right: 9px;
    background: transparent;
    border: 0;
    cursor: pointer;
    -webkit-transition: .35s color;
    transition: .35s color;
}

.foundryNav__search-panel .foundry-close:before {
    font-family: 'FoundryProductsKit';
    position: absolute;
    right: 0;
    font-size: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.foundry-close:before {
    content: '\f041';
}



.search-mode .foundryNav__navbar__secondary {
    -webkit-transition: .1s padding,.35s max-height,.2s -webkit-transform;
    transition: .1s padding,.35s max-height,.2s transform;
    padding: 6.25rem 0 1rem;
    top: 0;
    height: 100vh;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.foundryNav__navbar__secondary {
    max-height: 0;
    z-index: 99;
    top: auto;
    height: auto;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}



.foundryNav__search-panel .input__field:focus {
    border-bottom-color: #FCB434;
    outline: navajowhite;
}

.foundryNav__search-panel .input__field:focus+.input__label {
    font-size: 1rem;
}


.foundryNav__navbar__secondary__group {
    display: none;
    position: relative;
}


.foundryNav__search-panel .foundry-close:hover, .foundryNav__search-panel .foundry-close:focus {
    color: #FCB434;
}

.foundryNav__search-panel .submit:hover, .foundryNav__search-panel .submit:focus {
    color: #f5f5f5;
}

.foundryNav__search-panel .input__field:focus+.input__label, .foundryNav__search-panel .input__field:hover+.input__label, .foundryNav__search-panel .input__field.input__field--filled+.input__label {
    font-size: 1rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.products.clicked >ul {
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
    /* padding: 4.45rem 0 0 0; */
    max-height: calc(100vh - 5rem);
    top: 0;
    bottom: unset;
    height: auto;
    opacity: 1;
    position: absolute;
    -webkit-transition: .1s padding,.35s max-height,.2s -webkit-transform,0s background;
    transition: .1s padding,.35s max-height,.2s transform,0s background;
    background: #f5f5f5;
    width: 100%;
    left: 0;
    top: 100%;
    text-align: left;
    padding-left: 50px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.products {
    position: static !important;
}

.custom-mega-menu-wrapper {
    /* padding: 0 0 0 50px; */
}

.custom-mega-menu-wrapper {
    width: calc(29rem);
    max-width: 29rem;
    display: inline-block;
    padding-right: 2rem;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

.custom-mega-menu-wrapper >li {
    float: left;
    width: 50%;
}


.custom-mega-menu-wrapper>li span.nav-link__title {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    position: absolute;
    -webkit-transition: none;
    transition: none;
}

li.nuke >a:before {content: "";}

.custom-mega-menu-wrapper>li > a {
    padding: .4em 0;
    font-size: 2.2rem;
    font-family: 'FoundryProductsKit';
    vertical-align: bottom;
    transition: .35s color;
    color: #000;
    z-index: 1;
    text-transform: uppercase;
    display: block;
}

li.hiero>a:before {content: "";}

li.modo > a:before {content: "";}

li.mari >a:before {content: "";}

li.katana >a:before {content: "";}

li.cara-vr > a:before {content: "";}

li.flix >a:before {content: "";}

li.ocula > a:before {content: "";}

li.colorway > a:before {content: "";}

li.production-collective >a:before {content: "";}


.custom-mega-menu-wrapper>li >ul {}

.custom-mega-menu-wrapper>li:last-child span.nav-link__title {
    position: static;
    margin: 0;
    height: auto;
    width: auto;
}

.custom-mega-menu-wrapper>li:last-child  > a {
    padding: 1.1em 1.5em 1em;
    background: #eba335;
    color: black;
    font-family: 'AvenirLight','Avenir',Arial,sans-serif;
    text-align: center;
    transition: .35s background;
    min-width: 7.5rem;
    font-size: 1rem;
    display: inline-block;
    text-transform: none;
}

.custom-mega-menu-wrapper>li:last-child > a:after {
    content: '';
    display: inline-block;
    margin-left: 12px;
    width: 16px;
    height: 16px;
    background: url(https://6396297.fs1.hubspotusercontent-na1.net/hubfs/6396297/Foundry_July2020/Images/cta_arrow.svg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    vertical-align: text-bottom;
}





.foundryNav__rich.subnav-link--extras {
    position: absolute;
    height: 100%;
    bottom: 0;
    right: 0;
    -webkit-transition: .2s opacity,.2s -webkit-transform,0s right .25s;
    transition: .2s opacity,.2s transform,0s right .25s;
    /* -webkit-transform: translateX(100%); */
    /* transform: translateX(100%); */
    z-index: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
    max-width: 29rem;
    max-width: calc(100% - 29rem);
    max-width: calc(100% - 29rem);
    width: 100%;
}



.foundryNav__rich__content__body {
   display: inline-block;
   width: 50%;
   max-width: 750px;
   /* transform: translateX(-50px); */
   padding: 4.75rem 190px 2.25rem 0;
   z-index: 99999;
}

.foundryNav__rich__content__body h3 {
    font-family: 'AvenirHeavy','Avenir',Arial,sans-serif;
    color: #FCB434;
    font-weight: 700;
    font-size: 1.5rem;
    display: block;
    margin: 0;
    margin-bottom: 1.35em;
}

.foundryNav__rich__content__body p {
    line-height: 1.75;
    font-weight: 500;
    color: #000;
      font-size: 18px;
}


.foundryNav__rich__content__body h3 {
    line-height: 1;
}

.foundryNav__rich__content__extra {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 1rem;
    display: inline-block;
}

.foundryNav__rich__content__extra img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: right top;
    display: block;
    transform: translateX(63px);
}

.foundryNav__rich__content__extra:after {
    content: '';
    position: absolute;
    width: 103%;
    height: 100%;
    top: 0;
    left: -1.5%;
    background: linear-gradient(98deg, #f5f5f5 32%, rgba(245,245,245,0) 84%);
}

.foundryNav__rich__content__body {
    position: relative;
}



.foundryNav__rich.subnav-link--extras:after {
    content: '';
    position: absolute;
    width: 103%;
    height: 100%;
    top: 0;
    left: -1.5%;
        background: linear-gradient(90deg,#f5f5f5 28%,rgba(245,245,245,0) 74%);
}

.custom-mega-menu-wrapper>li>a:hover {
    text-decoration: none;
}

.foundryNav__rich.subnav-link--extras {
    opacity: 0;
}

.custom-mega-menu-wrapper>li:hover .foundryNav__rich.subnav-link--extras {
    opacity: 1;
}

.foundryNav__rich.subnav-link--extras.active {
    opacity: 1;
}

.custom-mega-menu-wrapper>li:hover .foundryNav__rich.subnav-link--extras {
    opacity: 1;
    z-index: 99;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul {
    position: absolute;
    -webkit-transition: .1s padding,.35s max-height,.2s -webkit-transform,0s background;
    transition: .1s padding,.35s max-height,.2s transform,0s background;
    background: #f5f5f5;
    width: 100%;
    left: 0;
    top: 100%;
    text-align: left;
    padding-left: 50px;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    max-height: 0;
    overflow: hidden;
}

.search-open-form {
    overflow: hidden;
}


.foundryNav__search-panel .input__field:focus, .foundryNav__search-panel .input__field:hover, .foundryNav__search-panel .input__field.input__field--filled {
    border-bottom-color: #FCB434;
    cursor: pointer;
}

header.header.search-mode .foundryNav__navbar__icons .nav-link--search {
    color: #FCB434;
}


.foundryNav__search-panel .submit {
    PADDING: 1PX 12PX;
}


@media only screen and (min-width: 70em){
  .foundryNav__mobile-menu-toggle {
    display: none;
  }

  .custom-mobile-menu-wrapper {
    display: none;
  }

}

@media only screen and (max-width: 1375px){
.custom-menu-primary .hs-menu-wrapper>ul>li.products.clicked>ul {
    padding: 0 1.5rem 0 1.5rem;
}

.foundryNav__rich__content__body {
    display: block;
    vertical-align: middle;
    padding: 4.75rem 270px 2.25rem 0;
    width: 600px;
    float: left;
    position: relative;
}

.foundryNav__rich.subnav-link--extras {
    max-width: 51rem;
}

.foundryNav__rich__content__extra img {
    display: none;
}
}


@media only screen and (max-width: 1279px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    margin: 0 .625rem;
  }
}

@media only screen and (max-width: 1200px){
  .custom-menu-primary {
    padding: 0 12.125rem 0 8.125rem;
  }
}


@media only screen and (max-width: 1119px){
  .foundryNav__navbar__icons .nav-link-wrapper .nav-link {
    display: none;
  }

  .foundryNav__navbar__icons .nav-link-wrapper .nav-link--language {
    display: inline-block;
  }

  .foundryNav__navbar__icons {
    position: absolute;
    top: 0;
    right: 3rem;
    z-index: 101;
    text-align: center;
  }

  .foundryNav__navbar .nav-link--icon {
    font-family: 'FoundryProductsKit';
    vertical-align: bottom;
    margin: 0 1.5rem;
    position: relative;
    font-size: 1.4rem;
    padding: 1.75rem 0 1.5rem;
    border-bottom: 0;
  }

  .foundryNav__navbar__icons .nav-link-wrapper .nav-link {
    font-family: 'FoundryProductsKit';
    vertical-align: bottom;
    margin: 0 1.5rem;
    position: relative;
    font-size: 1.4rem;
    padding: 1.75rem 0 1.5rem;
    border-bottom: 0;
  }

  .foundryNav__mobile-menu-toggle {
    z-index: 1000;
    position: absolute;
    top: 1.8rem;
    margin: 0;
    background: transparent;
    right: 1.5rem;
    width: 27px;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
    border: 0;
    padding: 0;
  }

  .foundryNav__mobile-menu-toggle .title {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    position: absolute;
    -webkit-transition: none;
    transition: none;
  }

  .foundryNav__mobile-menu-toggle__decorative {
    display: block;
    height: 1px;
    position: relative;
  }

  .foundryNav__mobile-menu-toggle__decorative:after, .foundryNav__mobile-menu-toggle__decorative:before {
    content: "";
    display: block;
    width: 50%;
    position: absolute;
    background: white;
    top: 0;
    height: 1px;
    -webkit-transition: .2s;
    transition: .2s;
  }

  .foundryNav__mobile-menu-toggle__decorative:before {
    left: 0;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }

  .foundryNav__mobile-menu-toggle__decorative+.foundryNav__mobile-menu-toggle__decorative {
    margin-top: .5em;
  }

  .foundryNav__mobile-menu-toggle__decorative:after {
    right: 0;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }

  .custom-menu-primary.destop {
    display: none;
  }

  .custom-mobile-menu-wrapper {
    background: #272727;
    z-index: 100;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    -webkit-transition: .2s -webkit-transform;
    transition: .2s -webkit-transform;
    padding: 6rem 1rem 8rem;
    text-align: left;
  }

  .show-mobile.custom-mobile-menu-wrapper {}

  .show-mobile-nav .custom-mobile-menu-wrapper {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  .show-mobile-nav .custom-header {
    background: #272727;
  }

  .show-mobile-nav .foundryNav__mobile-menu-toggle {
    width: 1.15rem;
    -webkit-transform: translateX(-0.175rem);
    transform: translateX(-0.175rem);
  }

  .show-mobile-nav .foundryNav__mobile-menu-toggle__decorative:after,
  .show-mobile-nav .foundryNav__mobile-menu-toggle__decorative:before
  {    width: 72%;}

  .show-mobile-nav .foundryNav__mobile-menu-toggle__decorative.line-1:before{
    -webkit-transform: rotate(.125turn);
    transform: rotate(.125turn);
  }

  .show-mobile-nav .foundryNav__mobile-menu-toggle__decorative.line-1:after{
    -webkit-transform: rotate(-0.125turn);
    transform: rotate(-0.125turn);

  }

  .show-mobile-nav .foundryNav__mobile-menu-toggle__decorative.line-2:before{
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; 
  }

  .show-mobile-nav .foundryNav__mobile-menu-toggle__decorative.line-2:after{
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }

  .show-mobile-nav .foundryNav__mobile-menu-toggle__decorative.line-3:before{
    -webkit-transform: rotate(-0.125turn);
    transform: rotate(-0.125turn);
  }

  .show-mobile-nav .foundryNav__mobile-menu-toggle__decorative.line-3:after{
    -webkit-transform: rotate(.125turn);
    transform: rotate(.125turn);
  }

  .show-mobile-nav  .foundryNav__navbar__icons .nav-link-wrapper .nav-link--language {
    display: none;
  }

  .show-mobile-nav  .foundryNav__navbar__icons .nav-link-wrapper .nav-link--language {
    display: none;
  }

  .show-mobile-nav .custom-mobile-menu-wrapper .foundryNav__navbar__icons {
    left: 0;
    right: 0;
    top: auto;
    bottom: 40px;
    border: 1px solid #666;
    border-width: 1px 0;
    /* -webkit-transform: translateY(100vh) translateY(-100%); */
    /* transform: translateY(100vh) translateY(-100%); */
    /* position: fixed; */
    z-index: 99999999999;
    width: 100%;
  }

  .show-mobile-nav .custom-mobile-menu-wrapper {
    height: 100vh;
  }

  .custom-mobile-menu-wrapper {
    position: fixed;
  }

  .show-mobile-nav .foundryNav__mobile-menu-toggle {
    position: fixed;
  }

  .show-mobile-nav .custom-mobile-menu-wrapper .foundryNav__navbar__icons  .nav-link-wrapper .nav-link {
    display: inline-block;
  }

  .foundryNav__mobile-menu-toggle {
    position: fixed;
  }

  .show-mobile-nav .custom-mobile-menu-wrapper .foundryNav__navbar__icons .nav-link-wrapper .nav-link--language {
    display: none;
  }
  
  .custom-mobile-menu .hs-menu-wrapper > ul >li >ul {
   
}

.custom-mobile-menu .hs-menu-wrapper > ul >li > a {
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'AvenirHeavy','Avenir',Arial,sans-serif;
    font-size: .8125rem;
    line-height: 1.1;
    letter-spacing: .01625rem;
    margin: 0 .625rem;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 4px solid transparent;
    -webkit-transition: .35s color,.35s border-bottom-color;
    transition: .35s color,.35s border-bottom-color;
    vertical-align: bottom;
    padding: .75rem 0;
    position: relative;
}

.custom-mobile-menu .hs-menu-wrapper > ul >li.hs-item-has-children > a:after {
    content: '';
    display: inline-block;
    margin-left: .75rem;
    width: .875rem;
    height: 1.125rem;
    background: url(//foundry.com/themes/custom/foundry_theme/img/icons/chevron-up-yellow.svg) no-repeat;
    background-size: 100%;
    background-position: center !important;
    vertical-align: text-bottom;
    -webkit-transition: .1s filter,.35s -webkit-transform;
    transition: .1s filter,.35s transform;
    -webkit-transform: translateY(-50%) rotate(.25turn);
    transform: translateY(-50%) rotate(.25turn);
    filter: brightness(10) saturate(0);
    position: absolute;
    right: 0;
    top: 1.25rem;
}



.custom-mobile-menu .hs-menu-wrapper > ul >li.hs-item-has-children > a {
    padding-right: 1.5rem;
    position: relative;
}
  

.custom-mobile-menu .hs-menu-wrapper>ul>li>ul {
    position: absolute;
    background: #f5f5f5;
    overflow: hidden;
    -webkit-transition: none;
    transition: none;
    border-top: 4px solid #FCB434;
    padding: .5em 0;
    top: 5rem;
    left: 0rem;
    height: calc(100vh - 4rem);
    right: 0rem;
    width: auto;
    max-height: none;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.custom-mobile-menu .hs-menu-wrapper>ul>li {
    position: static;
}

.custom-mobile-menu .hs-menu-wrapper>ul>li.child-open >ul {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .2s -webkit-transform;
    transition: .2s -webkit-transform;
    -webkit-transform: translateX(-10px);
    transform: translateY(-10px);
    z-index: 99;
}

.custom-mobile-menu .hs-menu-wrapper>ul>li>ul li.dl-back a {
    display: block;
    color: #FCB434;
    text-transform: uppercase;
    padding: .8rem 1.5rem;
    font-size: .9rem;
}

.custom-mobile-menu .hs-menu-wrapper>ul>li>ul li.dl-back a {
    color: #FCB434;
    font-family: AvenirMedium, Avenir, Arial, sans-serif;
}

.custom-mobile-menu .hs-menu-wrapper>ul>li>ul li a {
    display: block;
    padding: 1.1em 1.5rem 1em;
    color: black;
    font-weight: 400;
    text-align: left;
    font-size: .9rem;
    -webkit-transition: .2s color,.2s background;
    transition: .2s color,.2s background;
    font-family: AvenirMedium, Avenir, Arial, sans-serif;
}

.show-mobile-nav .custom-mobile-menu-wrapper .foundryNav__navbar__icons {
    /* z-index: 99999999; */
    z-index: 1 !important;
}

.custom-mobile-menu .hs-menu-wrapper>ul>li>ul li a:hover {
    text-decoration: none;
    background: rgba(255,255,255,0.1);
    color: #FCB434;
}
  
  button.back-button {
    background: none;
    margin: 0;
    border: 0;
    position: absolute;
    right: 0;
    top: .5em;
    padding: .8rem 1.5rem;
    color: black;
    cursor: pointer;
    font-size: 1rem;
    font-family: "AvenirLight";
    line-height: 1;
}

button.back-button:before {
    content: '';
    display: inline-block;
    margin-left: .75rem;
    width: .875rem;
    height: 1.125rem;
    background: url(https://6396297.fs1.hubspotusercontent-na1.net/hubfs/6396297/Foundry_July2020/Images/chevron-up-yellow.svg) no-repeat;
    background-size: 100%;
    background-position: center !important;
    vertical-align: text-bottom;
    -webkit-transition: .15s filter,.35s -webkit-transform;
    transition: .15s filter,.35s transform;
    -webkit-transform: translateY(-50%) rotate(.75turn);
    transform: translateY(-50%) rotate(.75turn);
    filter: brightness(0) saturate(0);
    position: absolute;
    left: -0.5rem;
    top: 1.325rem;
}

.custom-mobile-menu .hs-menu-wrapper>ul>li>ul li.dl-back a {
    display: inline-block;
    pointer-events: none;
}
  
  .custom-mobile-menu .hs-menu-wrapper>ul>li.products >ul >li a {
    font-family: 'FoundryProductsKit';
}
  
  
  .custom-mobile-menu .hs-menu-wrapper>ul li.hs-menu-item > a > span.nav-link__title {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    position: absolute;
    -webkit-transition: none;
    transition: none;
}



.custom-mobile-menu .hs-menu-wrapper>ul>li.products>ul>li.dl-back.products > a {}

li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.products.child-open {}

.custom-mobile-menu .hs-menu-wrapper>ul>li.products.child-open>ul {
    border: 0;
    background: white;
}

.custom-mobile-menu .hs-menu-wrapper>ul>li.products li.dl-back.products > a {
    font-family: AvenirMedium, Avenir, Arial, sans-serif;
    font-family: AvenirMedium, Avenir, Arial, sans-serif;
    font-weight: 700;
}

.custom-mobile-menu .hs-menu-wrapper>ul>li.products.child-open>ul >li.hs-menu-depth-2 {
    width: 50%;
    float: left;
}

.custom-mobile-menu .hs-menu-wrapper>ul>li.products.child-open>ul >li.hs-menu-depth-2 a {
    padding: .4em 0;
    font-size: 2.2rem;
}

.custom-mobile-menu .hs-menu-wrapper>ul>li.products.child-open>ul >li.hs-menu-depth-2:last-child > a> span {
    width: auto;
    height: auto;
    position: static;
    padding: 1.1em 1.5em 1em;
    background: #eba335;
    color: black;
    font-family: 'AvenirLight','Avenir',Arial,sans-serif;
    text-align: center;
    display: inline-block;
    -webkit-transition: .35s background;
    transition: .35s background;
    min-width: 7.5rem;
    font-family: AvenirLight, Avenir, Arial, sans-serif;
    font-size:16px;
    font-weight:400;
}

.custom-mobile-menu .hs-menu-wrapper>ul>li.products.child-open>ul >li.hs-menu-depth-2:last-child > a> span:after {
    content: '';
    display: inline-block;
    margin-left: 12px;
    width: 16px;
    height: 16px;
    background: url(https://6396297.fs1.hubspotusercontent-na1.net/hubfs/6396297/Foundry_July2020/Images/cta_arrow.svg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    vertical-align: text-bottom;
}
  
  
  .custom-mobile-menu .hs-menu-wrapper>ul>li.products.child-open>ul {
    padding: .5em 1.5rem 0 1.5rem;
    /* max-width: 29rem; */
}

.custom-mobile-menu .hs-menu-wrapper>ul>li.products.child-open>ul li.dl-back.products {
    margin: 0  -1.5rem 0 -1.5rem;
    padding: 0 0 20px;
}

span.nav-link__title {}

.custom-mobile-menu .hs-menu-wrapper>ul>li.products.child-open>ul>li.hs-menu-depth-2:last-child>a {
    padding-top: 0;
}
  
  .foundryNav__navbar.search-mode .foundryNav__navbar__secondary {
    max-height: none;
    transform: none;
}

.foundryNav__navbar.search-mode .foundryNav__navbar__secondary {
    max-height: none;
    transform: none;
}



header.header.search-mode .custom-mobile-menu-wrapper {
    display: none;
}

.foundryNav__navbar__secondary.open {
    opacity: 1;
    background: white;
}
  
  
}

@media only screen and (max-width: 500px){
.custom-mobile-menu .hs-menu-wrapper>ul>li.products.child-open>ul>li.hs-menu-depth-2 a {
    padding: 0;
    font-size: 1.4rem;
    padding-bottom: 1em;
}

.custom-mobile-menu .hs-menu-wrapper>ul>li.products.child-open>ul li.dl-back.products {
    /* padding: 0 0 0px; */
}

.custom-mobile-menu .hs-menu-wrapper>ul>li.products.child-open>ul>li.hs-menu-depth-2:last-child {
    width: 100%;
}

.custom-mobile-menu .hs-menu-wrapper>ul>li.products.child-open>ul>li.hs-menu-depth-2:last-child>a>span {
    display: block;
}

.custom-mobile-menu .hs-menu-wrapper>ul>li.products.child-open>ul>li.hs-menu-depth-2.production-collective> a {
    font-size: 2.2rem;
}
}




@media (max-height: 500px) and (max-width: 767px){
.show-mobile-nav .custom-mobile-menu-wrapper {
    height: 514px;
    overflow-y: auto;
    max-height: 100vh;
}

.show-mobile-nav .custom-mobile-menu-wrapper .foundryNav__navbar__icons {
    position: static;
}

.custom-mobile-menu .hs-menu-wrapper>ul>li.products.child-open>ul {
    height: 100%;
}
  
  .custom-mobile-menu .hs-menu-wrapper>ul>li.products.child-open>ul {
    height: 525px;
}
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
    padding: 40px 30px 54px;
    background: #272727;
    font-size: 12px;
    color: rgba(255,255,255,0.5);
}

footer.footer .page-center {
    max-width: 100%;
}

.custom-footer-nav {
    display: inline-block;
    vertical-align: top;
    margin-right: 100px;
}

.custom-footer-nav:last-child {
    margin: 0;
}

.custom-footer-nav .hs-menu-wrapper > ul >li > a {
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    font-family: 'AvenirHeavy',Arial,sans-serif;
    line-height: 30px;
    font-weight: normal;
}

.custom-footer-nav .hs-menu-wrapper > ul >li>ul >li > a {
    display: block;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    line-height: 30px;
    font-family: AvenirMedium, Avenir, Arial, sans-serif;
}

.custom-footer-nav .hs-menu-wrapper > ul >li>ul >li > a:hover {
    text-decoration: none;
}


.custom-footer-logo {
    float: left;
}

.custom-footer-logo a {
    display: inline-block;
    text-indent: -9999px;
    width: 36px;
    height: 36px;
    background: url(https://6396297.fs1.hubspotusercontent-na1.net/hubfs/6396297/Foundry_July2020/Images/foundry_logo_small.svg) no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    filter: alpha(opacity=30);
    vertical-align: middle;
    margin-right: 40px;
}

.custom-footer-top {
    margin-bottom: 35px;
}

.custom-footer-logo a + span {
    vertical-align: middle;
    font-family: 'AvenirMedium','Avenir',Arial,sans-serif;
}


.custom-footer-top .social {
    float: right;
}

.custom-footer-top .social a {
    padding: 0px 26px;
    padding-left: 0;
    display: inline-block;
    color: #828282;
    vertical-align: middle;
}

.foundry {
    display: inline-block;
    font: normal normal normal 14px/1 FoundryProductsKit;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom-footer-top .social a i {
    font-size: 35px;
    vertical-align: middle;
}

.foundry-social-facebook:before {
    content: '\f00e';
}

.foundry-social-twitter:before {
    content: '\f012';
}

.foundry-social-linkedin:before {
    content: '\f011';
}

.foundry-social-youtube:before {
    content: '\f014';
}

.foundry-social-vimeo:before {
    content: '\f010';
}

.foundry-social-instagram:before {
    content: '\f00f';
}

.custom-footer-top .social  a:last-child {
    padding-right: 0;
}


.custom-footer-top .social {
    position: relative;
    top: 8px;
}

@media only screen and (max-width: 835px){
.custom-footer-nav {
    margin: 0;
    display: block;
}

.custom-footer-top {
    margin-bottom: 0px;
}
}

@media only screen and (max-width: 767px){
.custom-footer-nav {
    display: inline-block;
    vertical-align: top;
    margin-right: 100px;
}

footer.footer {
    padding: 40px 20px;
    line-height: 1;
}

.custom-footer-nav {
    margin-bottom: 40px;
  display: block;
}

.custom-footer-top {
    margin-bottom: 35px;
}

.custom-footer-top .social {
    float: none;
    top: 0;
}

.custom-footer-logo a {
    display: block;  
}

.custom-footer-logo a+span {
    margin: 35px 0;
    display: block;
}

.custom-footer-logo {
    float: none;
}

.custom-footer-top .social a {
    padding: 4px 26px;
    padding: 8px 26px 8px;
    padding-left: 0;
    display: inline-block;
}
  
  
}
/* ******************************************************************************
*********************************************************************************
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;
}

.blog-header {
  background-color: #F8FAFC;
  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;
}








.custom-blog-header {
  background: #f5f5f5;
  position: fixed;
  width: 100%;
  top: 71px;
  min-height: 67.59px;
  z-index: 99;
}

.hs-blog-listing {
    overflow-x: hidden;
}

.foundryNav__local__logo {
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-flex;
}

.foundryNav__local__logo  .mobile-only {
  display: none;
}

.foundryNav__local__logo .nav-link {
  text-align: center;
  font-size: 2rem;
  margin: 0 .625rem;
  padding: 1.6rem 0 1.4rem;
  font-family: 'FoundryProductsKit';
  vertical-align: bottom;
  position: relative;
  color: black;
}

.foundry-foundry-consistent-nav-insights:before {
  content: '\f06f';
}

.custom-blog-menu {
  padding: 0 18rem 0 15rem;
  text-align: center;
  width: 100%;
  -webkit-transition: .35s max-height,.35s padding;
  transition: .35s max-height,.35s padding;
}

.custom-blog-menu .hs-menu-wrapper > ul {
  display: block;
}

.custom-blog-menu .hs-menu-wrapper > ul >li {
  display: inline-block;
}

.custom-blog-menu .hs-menu-wrapper > ul >li > a {
  padding: 1.85rem 0 1.25rem;
  border-bottom-width: 7px;
  color: black;
  display: block;
  margin: 0 1rem;
  display: inline-block;
  font-family: 'AvenirHeavy','Avenir',Arial,sans-serif;
  font-size: .8125rem;
  line-height: 1.1;
  letter-spacing: .01625rem;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 4px solid transparent;
  -webkit-transition: .35s color,.35s border-bottom-color;
  transition: .35s color,.35s border-bottom-color;
  vertical-align: bottom;
  text-transform: uppercase;
}

.hs-blog-listing .custom-header {
  min-height: 71px;
}

.custom-blog-menu .hs-menu-wrapper > ul >li > a:hover {
  border-bottom-color: #666;
  color: #666;
  text-decoration: none;
}


.custom-blog-menu .hs-menu-wrapper>ul>li>a {
  margin-top: -2px;
}




.scroll-header .custom-blog-header-group .custom-header {
    top: -70px;
}

.scroll-header .custom-blog-header-group  .custom-blog-header {
    top: 0;
    transition: top .5s ease 0s;
}

.custom-blog-header {
    transition: top .5s ease 0s;
}


.blog_heroBanner {
    height: 520px;
    margin-top: 0;
    padding-bottom: 20px;
    overflow: hidden;
    width: 100%;
    padding: 70px 0 120px;
    position: relative;
    display: table;
    background-color: #272727;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: margin-top 200ms linear;
    -moz-transition: margin-top 200ms linear;
    -ms-transition: margin-top 200ms linear;
    -o-transition: margin-top 200ms linear;
    padding-bottom: 20px;
    overflow: hidden;
}

.blog_heroBanner:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left,rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.36) 55%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.36) 55%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.36) 55%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=1);
    position: absolute;
    top: 0;
    left: 0;
}

.blog_heroBanner .hero-content {
    display: table-cell;
    vertical-align: middle;
    padding: 0 80px;
    position: relative;
}

.blog_heroBanner .hero-content h1 {
    color: #FFFFFF;
    font-size: 64px;
    line-height: 70px;
    max-width: 925px;
    font-family: 'AvenirLight',Arial,sans-serif;
    margin: 0;
    font-weight: normal;
}

.yellowDot:before {
    content: '\2060';
    display: inline;
    font-size: 0;
    width: 0;
    height: 0;
}

.yellowDot {
    color: #FCB434;
}


.hero-caption-wrap {
    max-width: 46%;
    position: relative;
    z-index: 90;
}

.hero-caption-wrap .hero-caption-description {
    color: #FFFFFF;
    font-family: 'AvenirMedium',Arial,sans-serif;
}

.hero-caption-wrap .hero-caption-description p {
    font-size: 22px;
    line-height: 35px;
    color: inherit;
    margin: 0;
}


.custom-blog-container .content-wrapper {
    padding: 0 15px;
}

.custom-blog-filter {
    margin-top: 20px;
}

.custom-blog-filter-content {
    background: #000000;
    color: #FFFFFF;
    padding: 10px;
    font-family: AvenirMedium, Avenir, Arial, sans-serif;
    font-size:16px;
    line-height: 16px;
}

.custom-blog-filter-content:after {
    content: "\22C1";
    margin-left: 20px;
}

.custom-blog-category h3 {
    display: none;
}

.custom-blog-category ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #E6E6E6;
    margin-bottom: 10px;
    display: none;
}

.custom-blog-category ul li a {
    padding: 10px 15px;
    cursor: pointer;
    font-family: AvenirMedium, Avenir, Arial, sans-serif;
    font-size:16px;
    font-weight: 400;
    line-height:16px;
    color: #000;
}



.custom-blog-filter.filter-open .custom-blog-category ul {
    display: block;
}

.custom-blog-filter-content {
    cursor: pointer;
}


.custom-blog-filter {
    min-height: 119px;
}

.custom-blog-index {
    display: flex !important;
    -webkit-flex-flow: wrap !important;
    -ms-flex-flow: wrap !important;
    flex-flow: wrap !important;
}

.featured-card {
    flex-basis: calc(33% - 8px);
    margin-right: 12px;
    position: relative;
}

.featured-card .featured-card__header {
    position: relative;
}

.featured-card * {
    transition: all .33s ease;
}

.featured-card .featured-card__header .featured-card__image-container {
    overflow: hidden;
    max-height: 255px;
}

.featured-card .featured-card__header .featured-card__image-container img {
    width: 100%;
}

.featured-card .featured-card__header .featured-card__listing-type {
    color: #030303;
    background: #FFFFFF;
    padding: 10px 30px;
    font-family: 'AvenirLight',Arial,sans-serif;
    position: absolute;
    left: 0;
    top: 0;
    font-family: AvenirLight, Arial, sans-serif;
    font-size:16px;
    text-transform: capitalize;
    line-height: 16px;
}

.featured-card a {
    text-decoration: none;
}

.featured-card:hover img {
    transform: scale(1.2) translateZ(0px);
    outline: none;
}

.featured-card .featured-card__metadata {
    display: flex;
    justify-content: space-between;
    margin-right: 40px;
    padding-top: 10px;
    line-height: 24px;
    font-family: 'AvenirLight',Arial,sans-serif;
    color: #828282;
    font-size: 16px;
}

.featured-card:hover .featured-card__title {
    color: #FCB434;
}

.featured-card .featured-card__content .featured-card__title {
    margin: 0;
    font-size: 34px;
    margin-top: 20px;
    line-height: 40px;
    padding-bottom: 30px;
}

.featured-card .featured-card__content .featured-card__description {
    color: rgba(0,0,0,0.5);
    font-family: 'AvenirLight',Arial,sans-serif;
    padding: 0;
    padding-top: 30px;
    margin-top: 15px;
    background: transparent;
    font-size: 18px;
    line-height: 20px;
}

.featured-card:hover .featured-card__cta {
    background: #FCB434;
}

.featured-card .featured-card__footer .featured-card__cta {
    color: #000000;
    font-size: 20px;
    font-family: 'AvenirLight',Arial,sans-serif;
    background: #E6E6E6;
    padding: 20px 30px;
    margin: 45px 0;
    line-height: 20px;
}

.featured-card .featured-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 40px;
}

.featured-card:hover .featured-card__footer .featured-card__cta {
    background: #FCB434;
}

.featured-card .featured-card__footer .featured-card__cta:after {
    content: '';
    display: inline-block;
    margin-left: 12px;
    width: 18px;
    height: 19px;
    background: url(https://6396297.fs1.hubspotusercontent-na1.net/hubfs/6396297/Foundry_July2020/Images/cta_arrow.svg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    vertical-align: text-bottom;
}


.custom-blog-pagination {
    padding-bottom: 50px;
    text-align: center;
}

.custom-blog-pagination a {
    font-size: 22px;
    list-style-type: none;
    display: inline-block;
    padding: 5px;
    color: #828282;
    font-family: 'AvenirMedium','Avenir',Arial,sans-serif;
    line-height: 1;
}

.custom-blog-pagination a.active {
    color: #FCB434;
}

.custom-blog-pagination a:hover {
    text-decoration: none;
      color: #828282;

}


.featured-card__read-time {
    margin-left: 8px;
    color: #828282;
    font-family: 'AvenirLight',sans-serif;
    font-family: AvenirLight, sans-serif;
    font-size:16px;
    line-height: 16px;
}

.foundry-clock:before {
    content: '\f080';
}


.subscribe-newsletter {
    background: #FCB434;
    padding: 50px 30px 80px 50px;
}

.subscribe-newsletter .container-newsletter {
    max-width: 1440px;
    margin: 0 auto;
}

.container-newsletter >h3 {
    font-size: 38px;
    margin-bottom: 20px;
    font-family: 'AvenirMedium','Avenir',Arial,sans-serif;
    font-weight: normal;
    line-height: 1;
}

.container-newsletter >h3 + p {
    color: #000;
    font-size: 18px;
    line-height: 20px;
    font-family: 'AvenirLight';
}

.newsletter-form .hs-form-field input[type=text],
.newsletter-form .hs-form-field input[type=email]{
    font-size: 20px;
    line-height: 30px;
    color: rgba(0,0,0,0.75);
    font-family: 'AvenirLight',Arial,sans-serif;
    height: auto;
    border-radius: 0;
    padding-top: 0;
}


.newsletter-form .hs-button {
    position: relative;
    bottom: inherit;
    background: #000000;
    /* display: block !important; */
    width: 100%;
    padding: 6px 20px 5px;
    width: auto;
}


.newsletter-form .hs-button {
    display: inline-block;
    width: auto;
}


.hs_recaptcha.hs-recaptcha .grecaptcha-badge {
    margin: 0;
}

.newsletter-form label {
    font-family: AvenirMedium, Avenir, Arial, sans-serif;
    color: rgb(0, 0, 0);
}

.newsletter-form {
    padding: 45px 0 0;
}

.newsletter-form .hs-button {
    width: auto;
    /* position: absolute; */
    min-width: 215px;
}

.newsletter-form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    display: inline-block;
    vertical-align: middle;
    margin-right: 94px;
}

.newsletter-form .hs_submit.hs-submit {
    display: inline-block;
    vertical-align: middle;
}

.newsletter-form form {
    position: relative;
}

.links-container.text-element.text-intro {
    max-width: 1080px;
    padding-bottom: 0;
    padding: 55px 80px 0px;
    position: relative;
    margin: 0 auto;
}

.links-container .article-info {
    display: flex;
    align-items: center;
}

.links-container #share {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.links-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.links-container #share span.share__cta {
    font-size: 20px;
    padding-right: 20px;
    font-weight: 700;
}

.links-container #share span {
    padding-bottom: 0;
}

.links-container #share .social a {
    padding: 8px 13px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}

.links-container #share .social a:first-child {
    padding-left: 0;
}

.links-container #share .social a i.foundry-social-facebook {
    color: #3b5998;
}

.links-container #share .social a i {
    font-size: 28px;
}

.links-container #share .social a i.foundry-social-linkedin {
    color: #0e76a8;
    font-size: 32px;
}

.foundry-social-linkedin:before {
    content: '\f011';
}

.foundry-social-linkedin:before {
    content: '\f011';
}

.foundry-social-pinterest:before {
    content: '\f06d';
}

.links-container #share .social a i.foundry-social-pinterest {
    color: #c8232c;
}

.links-container #share .social a i.foundry-social-twitter {
    color: #00acee;
}

.text-element-text-intro {
    padding: 55px 80px 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1440px;
}

.text-element-text-intro h1 {
    max-width: 915px;
    margin: 0 auto;
    padding-bottom: 0px;
    font-size: 38px;
    line-height: 45px;
    color: #494845;
    font-weight: normal;
}

.custom-post-body-container {
    padding: 50px 80px;
    margin: 0 auto;
    max-width: 1440px;
}

.blog-post__body {
    max-width: 915px;
    margin: 0 auto;
    display: block;
}

.custom-cardList {
    max-width: 1440px;
    padding: 0 30px;
    margin: 50px auto;
}

.custom-cardList h3 {
    font-size: 38px;
    line-height: 40px;
    padding-bottom: 30px;
    color: #494845;
    margin: 0;
    font-weight: normal;
}

.cards-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.text-element.tags-container {
    padding: 0 40px 40px;
    margin: 0 auto;
    max-width: 1440px;
}

.text-element.tags-container a {
    color: black;
    text-decoration: none;
    padding: 5px 8px;
    margin: 2.5px;
    line-height: 2.5;
    background: #FCB434;
    font-size: 16px;
    display: inline;
    font-family:AvenirMedium, Avenir, Arial, sans-serif;
}

.text-element.tags-container a:hover {
    text-decoration: underline;
}

.custom-card {
    width: calc(33% - 10px);
    padding: 0 0 60px;
    margin-bottom: 20px;
    background: #272727;
    color: #FFFFFF;
    position: relative;
}

.card-image img {
    width: 100%;
}

.card-image {
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    background: #E6E6E6;
}

.custom-card .text-container {
    padding: 40px 30px 20px;
}

.custom-card .text-container h4 {
    font-size: 20px;
    padding-bottom: 20px;
    color: #FFFFFF;
    margin: 0;
    line-height: 1;
}

.custom-card .info {
    position: absolute;
    bottom: 20px;
    left: 30px;
    width: calc(100% - 60px);
    padding: 25px 0 0;
    border-top: 1px solid rgba(255,225,255,0.1);
}

.custom-card .info p.date {
    width: auto;
    float: left;
    font-size: 20px;
    line-height: 30px;
    font-family: 'AvenirLight',Arial,sans-serif;
    color: rgba(255,255,255,0.5);
    margin: 0;
}

.custom-card .info span.detail {
    color: #FFFFFF;
    display: block;
    font-size: 20px;
    width: auto;
    float: right;
    text-align: right;
    line-height: 30px;
}

.custom-card .info span.detail:after {
    content: '';
    display: inline-block;
    margin-left: 12px;
    width: 18px;
    height: 19px;
    background: url(https://6396297.fs1.hubspotusercontent-na1.net/hubfs/6396297/Foundry_July2020/Images/cta_arrow.svg) no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    vertical-align: text-bottom;
}

.custom-card a {
    text-decoration: none;
}




.newsletter-form label {
    font-size: 20px !important;
}

.newsletter-form label {
    font-size: 20px !important;
}

.newsletter-form .hs-button {
    position: relative;
    bottom: inherit;
    background: #000000;
    display: block !important;
    width: 100%;
    padding: 6px 20px 5px;
    -webkit-appearance: none;
    border-radius: 0;
}


.newsletter-form form fieldset {
    max-width: 100%;
}


.links-container #share .social a:hover {
    transform: translateY(-4px);
}


@media screen and (max-width: 1023px) and (min-width: 768px){
.blog_heroBanner .hero-content {
    padding: 0 40px;
}
  
.custom-card {
    width: calc(50% - 5px);
}

.links-container.text-element.text-intro {
    padding: 40px 40px 30px;
    padding-bottom: 0;
}

.text-element-text-intro {
    padding: 40px 40px 30px;
}

.custom-post-body-container {
    padding: 100px 40px;
}
}


@media screen and (max-width: 767px){
.blog_heroBanner {
    height: 300px;
}

.blog_heroBanner .hero-content {
    padding: 0 20px;
}

.blog_heroBanner .hero-content h1 {
    margin-bottom: 0;
    max-width: none;
    font-size: 38px;
    line-height: 40px;
}
  
  .links-container.text-element.text-intro {
    padding: 40px 20px 20px;
    padding-bottom: 0;
}

.text-element-text-intro {
    padding: 40px 20px 20px;
}

.links-container {
    flex-direction: column;
}

.links-container #share {
    margin-left: 0;
}

.links-container #share .social a:last-child {
    padding-right: 0;
}

.custom-post-body-container {
    padding: 30px 20px;
}

.text-element-text-intro h1 {
    font-size: 24px;
    line-height: 30px;
}

.custom-cardList {
    padding: 0 20px;
}

.custom-card {
    width: 100%;
    margin: 0 auto 20px;
}

.card-image {
    max-height: initial;
}

.card-image img {
    vertical-align: middle;
}
  
  
}




















@media only screen and (max-width: 1279px){
  .custom-blog-menu {
    padding: 0 18rem 0 15rem;
  }

  .custom-blog-menu .hs-menu-wrapper>ul>li>a {
    margin: 0 .625rem;
    margin-top: -2px;
  }
}

@media only screen and (max-width: 1119px){
  .custom-blog-menu {
    display: none;
  }

  .custom-blog-header {
      top: 69.5px;
    background: #fff;
  }

  .foundryNav__local__logo .desktop-only {
    display: none;
  }

  .foundryNav__local__logo  button.mobile-only {
    width: 100%;
    display: block;
    width: auto;
    text-align: center;
    font-size: 2rem;
    margin: 0;
    padding: .5rem 2.75rem .5rem 1.5rem;
    float: none;
    width: auto;
    display: inline-block;
  }

  .foundryNav__local__logo {
    text-align: center;
    width: 100%;
    position: static;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .foundryNav__local__logo .mobile-only {
    display: inline-block;
    width: auto;
    padding: .5rem 2.75rem .5rem 1.5rem;
  }

  .foundryNav__local__logo .mobile-only:after {
    content: '';
    display: inline-block;
    margin-left: .75rem;
    width: .875rem;
    height: 1.125rem;
    background: url(https://6396297.fs1.hubspotusercontent-na1.net/hubfs/6396297/Foundry_July2020/Images/chevron-up-yellow.svg) no-repeat;
    background-size: 100%;
    background-position: center !important;
    vertical-align: text-bottom;
    -webkit-transition: .1s filter,.35s -webkit-transform;
    transition: .1s filter,.35s transform;
    -webkit-transform: translateY(-50%) rotate(.25turn);
    transform: translateY(-50%) rotate(.25turn);
    filter: brightness(10) saturate(0);
    position: absolute;
    filter: brightness(0) saturate(0);
    -webkit-transition: .1s filter,.35s -webkit-transform;
    transition: .1s filter,.35s transform;
    right: 1.5rem;
    top: 1.55rem;
    -webkit-transform: translateY(-50%) rotate(.25turn);
    transform: translateY(-50%) rotate(.25turn);
  }

  .custom-blog-header {
    min-height: 50.59px;
  }
  
  .custom-blog-menu .hs-menu-wrapper>ul>li {
    display: block;
}

.custom-blog-menu .hs-menu-wrapper>ul>li > a {
    max-width: 30rem;
    margin: auto;
    display: block;
    text-align: left;
    padding: .5rem 2.75rem .5rem 1.5rem;
}

.custom-blog-menu {
    padding: 0;
}

.blog-menu-open .foundryNav__local__logo .mobile-only:after {
    filter: brightness(.6) saturate(0);
    -webkit-transition: .3s filter,.35s -webkit-transform;
    transition: .3s filter,.35s transform;
    -webkit-transform: translateY(-50%) rotate(1turn);
    transform: translateY(-50%) rotate(1turn);
}

.custom-blog-header.blog-menu-open .foundryNav__local__logo .mobile-only {
    color: #666;
    border-bottom-color: transparent;
}
  .hero-caption-wrap {
    max-width: 100%;
}

}


@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: Lato, sans-serif;
}
.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: Lato, sans-serif;
  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: Lato, sans-serif;
  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: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.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 .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;
  }
  
  .foundryNav__local__logo .mobile-only {
    position: relative;
    top: 2px;
}

.foundryNav__local__logo .mobile-only:after {
    margin-top: -2px;
}
  
}


@media screen and (max-width: 1023px){
.featured-card {
    width: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
}

.featured-card {
    margin-right: 5px;
}
}

@media screen and (max-width: 767px){
.custom-blog-container .content-wrapper {
    padding: 0 20px;
}

.featured-card {
    width: 100%;
    margin: 0 auto 20px;
    flex-basis: 100%;
}

.featured-card .featured-card__header .featured-card__image-container {
    max-height: initial;
}
}
/* ******************************************************************************
*********************************************************************************
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: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}

@media screen and (min-width: 768px) {
.systems-page form {
 max-width:50%;
}
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

[type="checkbox"], [type="radio"] {
    width: auto;
}

input#hs-pwd-widget-password {
    height: auto !important;
}

ul.no-list.hs-error-msgs {
    margin: 10px 0;
    padding: 0;
}

input.email-edit.hs-input {
    width: 100% !important;
}



.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  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;
}