/* Theme Styles/Defaults */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

/* Reset */

*,
*:before,
*:after {
  box-sizing: border-box;
}
/*! 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 */
  -webkit-text-decoration: underline dotted;
  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;
}

/**
* Add width to svgs in IE 9-11.
*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  svg {
    max-width: 1rem;
  }
}

/* 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;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Layout */

/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  content: '';
  display: table;
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  min-height: 28px;
  width: 100%;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  content: '';
  display: table;
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    margin-left: 0;
    width: auto;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before,
  .row-fluid:after {
    content: '';
    display: table;
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    min-height: 28px;
    width: 100%;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before,
  .row-fluid:after {
    content: '';
    display: table;
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    min-height: 28px;
    width: 100%;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
/* Containers / Grid / DnD Areas */

.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

.content-wrapper--narrow {
  padding: 0 20px;
}

.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .dnd-column {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding-left: 0;
    padding-right: 0;
  }
}


/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

/* Typography */
@import url("https://p.typekit.net/p.css?s=1&k=tqp0tba&ht=tk&f=17265.17267.17268.17269&a=17276943&app=typekit&e=css");
@font-face {
    font-family: "source-sans-pro";
    src: url("https://use.typekit.net/af/76cc45/00000000000000003b9b2b63/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
      url("https://use.typekit.net/af/76cc45/00000000000000003b9b2b63/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
      url("https://use.typekit.net/af/76cc45/00000000000000003b9b2b63/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "source-sans-pro";
    src: url("https://use.typekit.net/af/990742/00000000000000003b9b2b67/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
      url("https://use.typekit.net/af/990742/00000000000000003b9b2b67/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
      url("https://use.typekit.net/af/990742/00000000000000003b9b2b67/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "source-sans-pro";
    src: url("https://use.typekit.net/af/d7f9ef/00000000000000003b9b2b68/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),
      url("https://use.typekit.net/af/d7f9ef/00000000000000003b9b2b68/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),
      url("https://use.typekit.net/af/d7f9ef/00000000000000003b9b2b68/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: "source-sans-pro";
    src: url("https://use.typekit.net/af/f6eb83/00000000000000003b9b2b64/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),
      url("https://use.typekit.net/af/f6eb83/00000000000000003b9b2b64/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),
      url("https://use.typekit.net/af/f6eb83/00000000000000003b9b2b64/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 400;
}

.tk-source-sans-pro {
    font-family: "source-sans-pro",sans-serif;
}


body {
    line-height: 1.428571429;
  word-break: break-word;
}

html[lang^='ja'] body,
html[lang^='zh'] body,
html[lang^='ko'] body {
  line-break: strict;
  word-break: break-all;
}

p {
    margin: 0 0 10px;
}

/* Anchors */

a {
  transition: color 0.1s ease-in;
}

a.button:disabled {
  pointer-events: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* Lists */

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

/* Code Blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  font-size: 1.75rem;
  font-weight: 200;
  margin: 1.55rem 0;
}

/* Horizontal Rules */

hr {
  border: 0 none;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

/* Subscripts and Superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus State */

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}
/* Buttons */

/* Primary Buttons */

button,
.button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  letter-spacing: 0.38rem;
  margin: 0 0 1.55rem;
  text-align: center;
  transition: background-color 0.15s linear, color 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  pointer-events: none;
}

/* Secondary Buttons */

.button.button--secondary:disabled {
  background-color: transparent;
  pointer-events: none;
}

/* Simple Buttons */

.button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  padding: 0;
  position: relative;
}

.button.button--simple:after {
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus,
.button.button--simple:active {
  background-color: transparent;
  border: none;
}

.button.button--simple.button--small,
.button.button--simple.button--large {
  padding: 0;
}

.button.button--simple:disabled {
  background-color: transparent;
  pointer-events: none;
}

/* Button Icons */

.button .button__icon svg {
  display: block;
  fill: inherit;
  height: 1.25rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon {
  order: 1;
}

.button.button--icon-right .button__icon svg {
  margin-left: 1rem;
  margin-right: 0;
}
/* Forms */

/* Base */

.cta-form {
  display: block;
  width: 100%;
}

.hs-form-field {
  position: relative;
}

form fieldset {
  max-width: 100% !important;
}

form fieldset > .hs-form-field {
  margin: 0.625rem 0;
}

/* Form Title */

.form-title {
  display: block;
  margin-bottom: 0;
  text-align: center;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

.hs-form-field > label {
  margin-bottom: 8px;
}

.hs-fieldtype-radio label,
.hs-fieldtype-checkbox label {
  color: #231f1f;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  position: static;
}

form div.in-focus > label {
  color: #231f1f;
  padding: 0;
}

form div.in-focus.hs-fieldtype-radio > label,
form div.in-focus.hs-fieldtype-checkbox > label {
  padding: 0;
}

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  width: 100% !important;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='file']:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

/* Inputs - Checkbox/Radio */

form ul.inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

form ul.inputs-list li {
  margin: 0.3125rem 0;
}

form ul.inputs-list li input {
  left: -9999px;
  position: absolute;
}

form ul.inputs-list li input + span {
  padding-left: 1.4375rem;
  position: relative;
}

form ul.inputs-list li input + span:before {
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}

form ul.inputs-list li input[type='radio'] + span:before {
  border-radius: 50%;
}

form ul.inputs-list li input + span:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23231F1F' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 10px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

form ul.inputs-list li input[type='radio'] + span:after {
  background-color: #231f1f;
  background-image: none;
  border-radius: 100%;
  content: '';
  height: 8px;
  left: 4px;
  width: 8px;
}

form ul.inputs-list li input + span:hover:after {
  opacity: 0.2;
}

form ul.inputs-list li input:checked + span:after {
  opacity: 1;
}

/* Inputs - Select */

.hs-fieldtype-select .input {
  position: relative;
}

.hs-fieldtype-select .input:after {
  border-radius: 4px;
  content: '';
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

/* Inputs - Datepicker */

.hs-datepicker .fn-date-picker .pika-lendar {
  width: auto;
}

.hs-datepicker button.pika-button.pika-day {
  background: transparent !important;
}

.hs-datepicker button.pika-button:hover {
  border-radius: 0;
}

.hs-datepicker .is-selected button.pika-button {
  box-shadow: none !important;
}

.hs-datepicker .is-selected.is-today button.pika-button {
  border-radius: 0;
  color: white;
}

.hs-datepicker .pika-lendar table.pika-table thead {
  border: 1px solid #000;
}

/* Inputs - File Picker */

.hs-fieldtype-file input[type='file'] {
  line-height: 1;
}

/* Headings & Text */

form .hs-richtext {
  font-size: 0.875rem;
  margin: 1.5rem 0;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container p,
.legal-consent-container .hs-form-booleancheckbox-display > span {
  font-size: 0.875rem;
  margin-left: 15px !important;
}

/* Validation */

.hs-form-field.has-error > label,
.hs-form-field.has-error:before {
  top: 33%;
}

.hs-form-field.hs-fieldtype-textarea.has-error > label {
  top: 30px;
}

.hs-input.invalid.error {
  border: 1px solid;
}

.hs-error-msgs li,
.hs-error-msgs li label {
  font-size: 0.875rem;
}

.hs-error-msgs li a {
  color: inherit;
  font-size: inherit;
}

/* Submit */

form input[type='submit'],
form .hs-button {
  cursor: pointer;
  display: block;
  letter-spacing: 0.38rem;
  margin: 0.625rem 0;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  width: 100%;
}

/* Inline Thank You Message */

.submitted-message {
  padding: 2.8rem;
}
/* Tables */

table {
  border: 1px solid #000;
  border-spacing: 0;
  margin-bottom: 1rem;
}

th,
td {
  vertical-align: top;
}

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Site Header */

/* Header Container */
.hgd-container {
  max-width: 1170px;
  margin: auto;
}
#masthead {
  background: #303030;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
.visible-xs {
  display: none !important;
}
#masthead .top-links {
  background: white;
}

#masthead .hgd-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#masthead .top-links .hgd-container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#masthead .top-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#masthead .top-links ul li {
  margin: 0;
  padding: 0;
}
#masthead .top-links ul li a {
  display: block;
  padding: 1em 1.5em;
  color: #6b7276;
  font-size: 1.1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#masthead .hgd-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#masthead .hgd-container.nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 110px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
#masthead .site-branding {
  width: 250px;
  height: 100%;
  position: relative;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
#masthead .site-branding .site-title {
  text-indent: -999em;
  overflow: visible;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#masthead .site-branding .site-description {
  display: none;
}
#masthead .top-links ul ul {
  position: absolute;
  display: block;
  z-index: 9;
  visibility: hidden;
}
#masthead .top-links ul ul li {
  display: block;
}
#masthead .top-links ul ul li a {
  display: block;
  background-color: white;
  border-top: 1px solid #d5d9dc;
  padding-right: 2em;
}
#masthead .top-links ul li:hover ul {
  visibility: visible;
}
#masthead .top-links ul li a:hover {
  background-color: #89C6ED;
  color: white;
}
#masthead .top-links .hs-menu-wrapper > ul > li:last-child a {
  background: #95C135;
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  padding: 1em 1.75em;
}
.navbar-header:before, 
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.mobile-menu-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0px;
  width: 100%;
  text-align: center;
  padding: 10px;
  background: #337ab7;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: button;
  cursor: pointer;
}
.mobile-menu-toggle {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background: #303030;
  background-size: auto 60%;
  background-position: left 20px center;
  background-repeat: no-repeat;
  padding: 20px 10px;
}
.mobile-menu-toggle .burger-menu {
    width: 30px;
}
.mobile-menu-toggle .menu-label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.mobile-menu-toggle .menu-label {
    position: absolute;
    left: -999em;
}
.icon-bar {
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}
.mobile-menu-toggle .burger-menu .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    position: relative;
    background: #fff;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}
.mobile-menu-toggle .burger-menu .icon-bar + .icon-bar {
    margin-top: 4px;
}

#mobile-nav {
    background: #303030;
    color: white;
    border-color: #89c6ed;
    z-index: 0;
    display: none;
    position: fixed;
    width: 80%;
    min-width: 140px;
    max-width: 440px;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
}

@media (max-width: 1170px){
  .hgd-container {
    padding: 1em;
  }
}

@media (max-width: 1100px){
  #masthead .top-links .hgd-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #masthead .hgd-container.nav-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  } 
  #masthead .hgd-container.nav-container .site-branding {
    height: 70px;
  }  
}


@media (max-width: 767px){
  .visible-xs {
    display: block !important;
  }
  #masthead .mobile-menu-toggle .burger-menu {
    height: 15px;
}
 #masthead .top-links,
 #masthead .hgd-container.nav-container {
    display: none;
} 
 .mobile-menu-toggle {
    margin: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
}
main.body-container-wrapper {
    padding-top: 54px;
} 
.body-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    z-index: 1;
}
.menu-open .body-wrapper {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}  
 .menu-open #mobile-nav {
    display: block;
}
#mobile-nav .hs-menu-wrapper > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font: inherit;
    font-size: 14px;
    line-height: 20px;
    display: block;
    border-color: #89C6ED;
    color: white;
}
#mobile-nav .hs-menu-wrapper > ul > li {
    list-style: none;
    display: block;
    padding: 0;
      margin-top: -1px;
    margin: 0;
}
#mobile-nav .hs-menu-wrapper > ul > li a {
    color: inherit;
    display: block;
    padding: 10px 10px 9px 20px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
    tap-highlight-color: rgba(255, 255, 255, 0.5);
}
#mobile-nav .hs-menu-wrapper > ul > li a {
    border-bottom: 1px solid #89C6ED;
} 
#mobile-nav .hs-menu-wrapper > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#mobile-nav .hs-menu-wrapper > ul > li > ul li {
    margin: 0;
} 
  #mobile-nav .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px;
    background: inherit;
    border-color: inherit;
    position: fixed;
    height:100vh;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }  
  .mobile-menu-toggle {
    outline: 0 !important;
}
#mobile-nav .hs-menu-wrapper>ul {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
 .sub-menu-child {
    color: inherit;
    display: block;
    background: rgba(3, 2, 1, 0);
    width: 90px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    border-color: inherit;
}
.sub-menu-child:after {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate( -45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate( -45deg);
    border-top: none;
    border-left: none;
    right: 23px;
    border-color: white;
}
.sub-menu-child:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-color: #89c6ed;
}  
 #mobile-nav .hs-menu-wrapper>ul>li.hs-item-has-children {
    position: relative;
} 
.mm-navbar a {
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(255,255,255,0.5);
    tap-highlight-color: rgba(255,255,255,0.5);
}
.mm-navbar a {
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(255,255,255,0.5);
    tap-highlight-color: rgba(255,255,255,0.5);
}
#mobile-nav .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
    opacity: 0;
    visibility: hidden;
} 
#mobile-nav .hs-menu-wrapper>ul>li.child-open > ul {
    visibility: visible;
    opacity: 1;
}
.body-wrapper {
    background: #fff;
}  
#mobile-nav .hs-menu-wrapper > ul.child__menu_open {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
#mobile-nav .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
    padding: 0;
}
 li.dl-back.menu-label {
    text-align: center;
}
.mm-navbar {
    text-align: center;
}  
  
.sub-menu-child {
    cursor: pointer;
}
.dl-back_icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    display: block;
    padding: 10px 0;
    color: white;
    padding-left: 20px;
    left: 0;
    cursor: pointer;
}
  .dl-back_icon:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate( -45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate( -45deg);
    border-right: none;
    border-bottom: none;
    left: 23px;
    border-color: white;
}
em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 45px;
    top: 50%;
    color: white;
}
body.menu-open {
    overflow: hidden;
} 
.menu-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    background: transparent;
    visibility: hidden;
    opacity: 0;
}
body.menu-open .menu-overlay {
    visibility: visible;
    opacity: 1;
    z-index: 8;
}
.menu-open #mobile-nav {
    z-index: 9;
}
.menu-open .burger-menu .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
} 
.menu-open .burger-menu .icon-bar:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.menu-open .burger-menu .icon-bar:nth-of-type(3) {
    opacity: 0;
}  
}

@media (min-width: 768px){
  .navbar-header {
    float: left;
  }
}

@media (max-width: 767px) and (min-width: 550px){
.menu-open .body-wrapper {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
}
}

@media (min-width: 1101px){
body.scroll-header #masthead .site-branding {
    width: 150px;
}
.scroll-header #masthead {
    position: fixed;
}
.scroll-header #masthead .top-links ul li a {
    padding: 0.5em 1em;
} 
.scroll-header #masthead .top-links .hs-menu-wrapper>ul>li:last-child a {
    padding: 0.5em 1em;
}
.scroll-header nav.navigation-primary>ul.submenu.level-1>li:last-child>a {
    border: 0;
    color: #95C135;
    padding: 1em;
} 
.scroll-header #masthead .hgd-container.nav-container {
    height: 60px;
} 
.scroll-header nav.navigation-primary>ul.submenu.level-1>li:last-child {
    padding: 0;
}  
}
/* Footer */

/* Footer Container */

#main-footer {
    background: #303030;
    color: #969fa7;
    padding: 4em 0;
}
.hgd-container {
    max-width: 1170px;
    margin: auto;
}
#main-footer .sub-footer {
    border-top: 1px solid #969fa7;
    padding: 2em 0;
}
#main-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#main-footer .sub-footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#main-footer .sub-footer ul li {
    margin-right: 2em;
}
#main-footer .sub-footer ul li a {
    color: #969fa7;
}
#main-footer .sub-footer ul li {
    margin: 0;
    margin-right: 2em;
}
#main-footer .footer-message {
    text-align: center;
    margin-bottom: 4em;
}
#main-footer .footer-message p {
    margin: 0 0 10px;
    margin-bottom: 0;
}
#main-footer .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 4em;
}
#main-footer .footer-wrapper .footer-subscribe {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 4em;
    color: white;
}
#main-footer .footer-wrapper > nav .hs-menu-wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#main-footer .footer-wrapper > nav .hs-menu-wrapper > ul > li {
    margin: 0;
    margin-right: 5em;
}
#main-footer .footer-wrapper > nav .hs-menu-wrapper > ul > li a {
    color: #969fa7;
    display: block;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
#main-footer .footer-wrapper > nav .hs-menu-wrapper > ul > li a:hover {
    color: #89C6ED;
}
#main-footer .footer-wrapper > nav .hs-menu-wrapper > ul > li > a {
    color: white;
    margin-bottom: 1em;
}
#main-footer .footer-wrapper > nav .hs-menu-wrapper > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#main-footer .footer-wrapper > nav .hs-menu-wrapper > ul > li > ul li {
    margin: 0;
}
#main-footer .footer-wrapper > nav .hs-menu-wrapper > ul > li:last-child > ul > li:last-child > a {
    color: white;
    display: block;
    margin: 0.5em 0;
}
#main-footer .footer-wrapper .footer-subscribe .social-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
}
#main-footer .footer-wrapper .footer-subscribe .social-links ul li a {
    margin-right: 1em;
    font-size: 1.8em;
    color: #95C135;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
#main-footer .footer-wrapper .footer-subscribe .social-links .fontawesome-text {
    display: none;
}
#main-footer .footer-wrapper .footer-subscribe .social-links ul li a:hover {
    color: #89C6ED;
}
#main-footer .footer-wrapper .footer-subscribe .social-links ul li {
    margin: 0;
}
#main-footer .footer-wrapper .footer-subscribe .social-links ul li:last-child a {
    margin-right: 0;
}


@media (max-width: 1024px){

#main-footer .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
 #main-footer .footer-wrapper nav {
    margin-bottom: 4em;
}
#main-footer .footer-wrapper .footer-subscribe {
    margin-left: 0;
}
#main-footer .footer-wrapper>nav .hs-menu-wrapper>ul>li:last-child {
    margin-right: 0;
}
#main-footer .footer-wrapper .footer-subscribe {
    margin-left: 0;
}  
}


@media (max-width: 767px){
#main-footer .footer-wrapper>nav .hs-menu-wrapper>ul>li {
    display: none;
}
#main-footer .footer-wrapper>nav .hs-menu-wrapper>ul>li:last-child {
    display: block;
    text-align: center;
} 
 #main-footer .sub-footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
} 
}

/* Template Specific
Styles applied to specific template types (system pages, blog, etc.)
*/

/* Blog */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
main.body-container-wrapper {
    padding-top: 161px;
}
.page-section {
    overflow: hidden;
    clear: both;
    margin: 0;
    padding: 0;
    position: relative;
}
.hero-banner.page-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-banner.page-section.no-image {
    background: #303030;
}
    
  .hero-banner.page-section:before {
    content: '';
    display: block;
    padding-top: -webkit-calc(100vh - 161px);
    padding-top: calc(100vh - 161px);
    height: 0;
    background: rgba(0, 0, 0, 0.4);
}

.hero-banner.page-section.height-quarter:before {
    padding-top: -webkit-calc(35vh - 161px);
    padding-top: calc(35vh - 161px);
}
.hero-banner.page-section.theme-light:before {
    background: white;
}
.hero-banner.page-section .section-information {
    position: absolute;
    max-width: 800px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: white;
    text-align: center;
    width: 100%;
}
.hero-banner.page-section.no-image .section-information {
    z-index: 9;
}
.hero-banner.page-section.theme-light .section-information {
    color: black;
}
.hero-banner.page-section .section-information h2 {
    font-size: 2.813em;
    margin-bottom: 0;
    margin-top: 0;
}
.latest-navigation.page-section {
    border: 1px solid #d5d9dc;
    border-left: 0;
    border-right: 0;
    margin-bottom: 5%;
}
.hgd-container {
    max-width: 1170px;
    margin: auto;
}
.grid-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    clear: both;
    overflow: hidden;
}
.latest-navigation.page-section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
}
.latest-navigation.page-section ul li {
  margin:0;
    margin-right: 4em;
}
.latest-navigation.page-section ul li:last-child {
    margin-right: 0;
}
.latest-navigation.page-section ul li a {
    display: block;
    padding: 2em 0;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: .08em;
    color: #969fa7;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}
.latest-navigation.page-section ul li.active a{
    color: #2c353b;
    border-color: #2c353b;
}
.grid-row .grid-item {
    width: -webkit-calc(33.33333% - 14px);
    width: calc(33.33333% - 14px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 20px;
    margin-left: 0;
    border: 1px solid #d5d9dc;
    padding: 2.5%;
    border-bottom: 4px solid #95C135;
    color: #303030;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    background: white;
    cursor: pointer;
}
.grid-row .grid-item .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: .08em;
    color: #969fa7;
    font-size: 1em;
    color: #969fa7;
    font-weight: 700;
}
.grid-row .grid-item .meta span.category {
    color: #95C135;
}
.grid-row .grid-item .meta span.category:before {
    content: ' / ';
    color: #868c91;
    padding-left: 1em;
    padding-right: 1em;
}
.grid-row .grid-item h3 {
    margin: 1em 0;
    color: #2c353b;
    font-weight: 400;
    font-size: 2em;
}
.grid-row .grid-item .more {
    display: block;
    font-size: 1.2em;
    margin-top: 2em;
    color: #2c353b;
    font-weight: 700;
}

.grid-row .grid-item:hover {
    border-color: #95C135;
}
.hero-banner.page-section:after {
    content: '';
    width: 13px;
    height: 27px;
    position: absolute;
    z-index: 9;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url('https://8767382.fs1.hubspotusercontent-na1.net/hubfs/8767382/HighGroundDairy/image/down-arrow.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.page-section.hero-banner .section-information .date {
    display: block;
    margin-bottom: 2em;
    color: #f5f5f5;
    font-weight: 400;
    font-size: 1.2em;
}
.hero-banner.page-section .section-information h2 {
    font-size: 2.813em;
    margin-bottom: 0;
    margin-top: 0;
}
.page-section.hero-banner .section-information ul.post-categories {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 3em;
}
.page-section.hero-banner .section-information ul.post-categories li {
    display: inline;
    margin: 0;
}
.page-section.hero-banner .section-information ul.post-categories li a {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: .08em;
    color: #969fa7;
    font-size: 1.2em;
    color: #95C135;
}
.single-post .entry-content {
    color: #868c91;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.6;
    padding: 4em 0;
    max-width: 800px;
    margin: auto;
}
.single-post .entry-content p {
    margin-bottom: 1.5em;
}
.hgd-pagination {
    margin: 5% 0;
    position: relative;
}
.single-post .hgd-pagination {
    background: #f5f5f5;
}
.hgd-pagination a.back-to-latest {
    display: block;
    text-align: center;
    font-size: 1.5em;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: black;
    z-index: 9;
}
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.single-post .hgd-pagination .hgd-container .post-navigation {
    margin-bottom: 0;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
}
.hgd-pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5em;
}
.single-post .hgd-pagination .hgd-container .post-navigation .nav-links {
    margin: 2% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.single-post .hgd-pagination .hgd-container .post-navigation .nav-links .nav-next,
.single-post .hgd-pagination .hgd-container .post-navigation .nav-links .nav-previous {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
}
.hgd-pagination .nav-links a, .hgd-pagination .nav-links span {
    padding: 1em;
    color: #868c91;
}
.single-post .hgd-pagination .hgd-container .post-navigation .nav-links .nav-next a,
.single-post .hgd-pagination .hgd-container .post-navigation .nav-links .nav-previous a {
    display: block;
    width: 100%;
    font-size: 1em;
    color: #2c353b;
}
.single-post .hgd-pagination .hgd-container .post-navigation .nav-links .nav-previous a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f137';
    color: #2c353b;
    margin-right: 0.5em;
}
.single-post .hgd-pagination .hgd-container .post-navigation .nav-links .nav-next a {
    text-align: right;
}
.single-post .hgd-pagination .hgd-container .post-navigation .nav-links .nav-next a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f138';
    color: #2c353b;
    margin-left: 0.5em;
}
.hero-banner.page-section .section-information h2 {
    color: white;
}
.page-section.hero-banner.height-news:before {
    padding-top: 350px;
}
.grid-row .grid-item {
    padding: 0;
}
.gird-item-wrapper {
    padding: 30px;
}
.post-image {
    height: 210px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  margin-top: -1px;
}
a.grid-item.no__featured_image {
    align-items: center;
    display: flex;
}
.hero-banner.page-section.no-image h2 {
   
}

.hero-banner.no-arrow.page-section:after{
display:none;
}
.hero-banner.page-section .section-information h2 b {
    font-weight: normal;
    color: #8ac6ed;
}
.blog-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5em;
}
.blog-pagination a {
    padding: 1em;
    color: #868c91;
}
.blog-pagination a:hover,
.blog-pagination a.active{
    color: #95C135;
}
.blog-pagination a.next-link:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f138';
    color: #95C135;
    margin-left: 0.5em;
}
.blog-pagination a.prev-link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f137';
    color: #95C135;
    margin-right: 0.5em;
}
.blog__post_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.single-post .blog__post_container .entry-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    margin: 0;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.entry-content-sidebar {
      padding: 4em 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.entry-content-sidebar-form h3 {
    text-align: left;
}
.entry-content-sidebar-form .hs-richtext p {
    color: #868c91;
    font-size: 20px;
}
.entry-content-sidebar-form input[type='email'] {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    margin-top: 20px;
      outline: 0 !important;
}
.entry-content-sidebar-form .actions {
    margin-top: 40px;
}
img {
    max-width: 100%;
    height: auto;
}
.latest-posts {
    margin-top: 50px;
}
.latest-post-title {
    font-weight: bold;
    font-size: 20px;
}
.entry-content-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.entry-content-sidebar ul li:first-child {
    border-top: 2px solid #868c91;
}
.entry-content-sidebar ul li {
    margin: 0;
    padding: 15px 0;
    border-bottom: 2px solid #868c91;
}
.latest-post-title {
    margin-bottom: 30px;
}
.latest-post-meta {
    color: #868c91;
}
.entry-content-sidebar ul li a {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}
ul.social-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.social-list li a {
    background: #95c135;
    color: white;
    padding: 10px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 33px;
    font-size: 26px;
}
.post-share-floting {
    position: sticky;
    width: 70px;
    top:100px;
      float: left;
}
.blog_post_container_inner {
    margin-left: 90px;
}
ul.social-list li a {
    transition: all 0.5s ease-in-out;
}
ul.social-list li a:hover {
    background: #000;
}
.blog_container_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.post-share ul.social-list li {
    margin: 0;
    display: inline-block;
    margin-right: 10px;
}
.post-share ul.social-list li:last-child {
    margin: 0;
}
.post-share ul.social-list {
    display: inline-block;
}
.share-title {
    display: inline-block;
    margin-right: 10px;
}
.blog_container_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.blog-post-Tags a {
    color: #95c135;
}
.related__posts {
    padding: 100px 0 0;
}
.related-post_title {
    text-align: center;
}
.related-post_title h3 {
    font-size: 35px;
}
.comment-btn a {
    background: #95c135;
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    padding: 14px 20px;
    display: block;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
  transition: all 0.5s ease-in-out;
}
.comment-btn a:hover {
    background-color: #89c6ed;
    color: white;
}
.comments_section {
    display: none;
}
.comments {
    padding-top: 50px;
}
.comments_section {
    padding: 50px;
}
.hubspot-author__data {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .08em;
    font-size: 1.2em;
    color: #f5f5f5;
    margin-top: 15px;
    margin-bottom: 15px;
}
.hubspot-author__data a {
    color: #95c135;
}
.page-section.hero-banner .section-information ul.post-categories {
    margin-top: 0px;
}
.page-section.hero-banner .section-information .hubspot-author__data .date {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 15px;
    font-size: 16px;
}
#masthead .top-links ul li.active a {
    background-color: #89c6ed;
    color: white;
}
.page-section.hero-banner.height-half.theme-dark.no-arrow:before {
    padding-top: -webkit-calc(65vh - 161px);
    padding-top: calc(65vh - 161px);
    min-height: 350px;
}
.page-section.hero-banner.height-half.theme-dark.no-arrow .section-information h2 {
    font-size: 3.813em;
    position: relative;
}
.page-section.hero-banner.height-half.theme-dark.no-arrow .section-information h2 {
    display: inline-block;
}
.page-section.hero-banner.height-half.theme-dark.no-arrow .section-information h2:before {
     content: "";
    background-image: url(https://8767382.fs1.hubspotusercontent-na1.net/hubfs/8767382/HighGroundDairy/image/splash.png);
    width: 650px;
    height: 650px;
    position: absolute;
    left: -286px;
    top: -280px;
    background-repeat: no-repeat;
    background-size: cover;
}
.latest-navigation.page-section {
    margin-bottom: 30px;
}

.body-container--blog-post section.page-section.hero-banner::before {
    padding-top: calc(75vh - 161px);
    height: 100%;
}

.body-container--blog-post section.page-section.hero-banner::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.body-container--blog-post section.page-section.hero-banner {
    height: 260px;
    padding: 20px 0;
    position: relative;
}
.body-container--blog-post section.page-section.hero-banner:after{
  display:none;
}
.body-container--blog-post section.page-section.hero-banner::before {
    padding: 0;
}
.body-container.body-container--blog-index .page-section.hero-banner.height-half.theme-dark.no-arrow:before {
    padding: 0;
    min-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.body-container.body-container--blog-index .page-section.hero-banner {
    min-height: 310px;
    position: relative;
    padding: 30px;
}

.grid-row .grid-item .more {
    margin-top: 1em;
}
.grid-row .grid-item .gird-item-wrapper h3 {
    margin-top: 0;
    margin-bottom: 20px;
}


@media (max-width: 1100px){
main.body-container-wrapper {
    padding-top: 230px;
}
 .blog__post_container {
    margin: 0;
} 
}

@media (max-width: 1024px){
.grid-row .grid-item {
  width: -webkit-calc(50% - 14px);
    width: calc(50% - 14px);
}
.single-post .blog__post_container .entry-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.entry-content-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}  
}

@media (max-width: 767px){
main.body-container-wrapper {
    padding-top: 54px;
}  
.grid-row .grid-item {
    width: 100%;
}
.hero-banner.page-section .section-information h2 {
    font-size: 1.8em;
} 
.latest-navigation.page-section ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.latest-navigation.page-section ul li {
    margin-right: 0;
}
.latest-navigation.page-section ul li a {
    border-bottom: 0;
    padding: 0.5em;
    text-align: center;
}
.single-post .entry-content p img {
    width: auto !important;
    max-width: 100%;
} 
.blog_post_container_inner {
    margin-left: 0;
} 
.post-share-floting ul.social-list li {
    margin: 0;
    display: inline-block;
    margin-right: 10px;
}
.post-share-floting {
    position: static;
    float: none;
    width: 100%;
} 
 .blog_container_row {
    display: block;
}
.blog-post-Tags {
    margin-bottom: 20px;
}
.body-container--blog-post section.page-section.hero-banner {
    height: 250px;
    padding: 20px 0;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}  
}

@media (max-width: 480px){
.single-post .hgd-pagination .hgd-container .post-navigation .nav-links {
    flex-direction: column;
}
.body-container.body-container--blog-index .page-section.hero-banner {
    min-height: 221px;
    position: relative;
    padding: 30px;
}  
}


@media (min-width: 768px){
  .related__posts__container .grid-item {
    width: -webkit-calc(50% - 14px);
    width: calc(50% - 14px);
}
.related__posts__container .grid-item:nth-child(2n) {
    margin-right: 0;
}
.related__posts__container.grid-row .meta {
    font-weight: normal;
    display: block;
    font-size: 16px;
}
.related__posts__container.grid-row .grid-item h3 {
    font-size: 1.2em;
    margin: 10px 0;
    line-height: 1.4;
} 
.related__posts__container.grid-row .post-image {
    height: 200px;
}  
}

@media (min-width: 1025px){
  .grid-row .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  .related__posts__container .grid-item {
    width: -webkit-calc(50% - 14px);
    width: calc(50% - 14px);
}
.related__posts__container .grid-item:nth-child(2n) {
    margin-right: 0;
}  
}

@media (max-width: 1024px) and (min-width: 768px){
  .grid-row .grid-item:nth-child(2n) {
    margin-right: 0;
  }
}
/* Error pages */
.error-page{
  padding-top: 10rem;
  padding-bottom: 10rem;
  margin-top: 4.625rem;
  position: relative;
  text-align: center;
}
.error-page::before{
  color: #F3F6F9;
  content: attr(data-error);
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

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

/* System pages */
.systems-page{
  margin: 0 auto;
  max-width: 1140px;
  padding-top: 16rem;
  padding-right: 0.938rem;
  padding-bottom: 3rem;
  padding-left: 0.938rem;
}
.systems-page--search-results{
  max-width: 100%;
}
.systems-page .header{
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}
.systems-page .success{
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}
.systems-page form input{
  max-width: 100%;
}
.systems-page form input[type='submit']{
  margin: 0.7rem 0;
  display: block;
}

/* Search pages */
.hs-search-results__title{
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}
.hs-search-results__title:hover{
  text-decoration: none;
}
.hs-search-results__description{
  padding-top: 0.7rem;
}

/* Password prompt */
.password-prompt input[type=password]{
  height: auto !important;
  margin-bottom: 1.4rem;
}
.systems-page #hs-login-widget-remember,
.systems-page #hs-login-widget-remember ~ label{
  display: inline-block;
  margin-bottom: 0.175rem;
}
.systems-page #hs_login_reset{
  display: block;
  margin-bottom: 0.7rem;
}

/* Backup unsubscribe */
.backup-unsubscribe #email-prefs-form div{
  padding-bottom: 0 !important;
}
.backup-unsubscribe input[type=email]{
  font-size: 0.875rem !important;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* Subscription preferences */
/*
#email-prefs-form .item:nth-of-type(27) .item-inner,
#email-prefs-form .item:nth-of-type(28) .item-inner{
  border: 1px solid #E4E4E4;
  background: #ffefeb;
  cursor: not-allowed;
}
*/
#email-prefs-form .item.disabled{
  opacity: 0.6;
  cursor: not-allowed;
}
#email-prefs-form .item.disabled input:disabled{
  cursor: not-allowed;
}
#email-prefs-form .item .item-inner{
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-transition-property: background;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  border: 1px solid #e0e7ec;
  background: #f0f7fc;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 16px;
  margin-left: 0;
  overflow: hidden;
}
#email-prefs-form .item .item-inner .fakelabel{
  font-weight: 700;
  font-size: 1.143rem;
}
#email-prefs-form .item .item-inner p:last-of-type{
  margin-bottom: 0;
}
#email-prefs-form .email-prefs{
  margin-top: 16px;
}
#email-prefs-form input[type="submit"],
#email-prefs-form .hs-button{
  width: inherit;
  letter-spacing: normal;
}
.widget-type-email_subscriptions_confirmation{
  text-align: center;
}
.widget-type-email_subscriptions_confirmation .page-header{
  border: 0 none;
  text-align: center;
  padding: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 48px;
  margin-left; 0;
}
.widget-type-email_subscriptions_confirmation .page-header h1{
  display: none;
}

/* Membership pages */
#hs-membership-form a[class*='show-password']{
  font-size: 0.75rem;
}
#hs-membership-form label{
  color: #01122e;
  font-family: ;
  font-size: 16px !important;
  font-weight: ;
  text-align: left;
  text-transform: uppercase;
  line-height: 18px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 8px;
  margin-left: 0;
}
#hs-membership-form .hs-form-field a{
  font-size: 16px;
  float: right;
}
#hs-membership-form input[type="text"],
#hs-membership-form input[type="password"],
#hs-membership-form input[type="email"]{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  border: 1px solid #555555;
  background-color: transparent;
  color: #3a424d;
  font-size: 14px;
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  height: 45px;
  width: 100%;
  box-sizing: border-box;
}
#hs-membership-form input:disabled{
  background-color: #eaf0f6 !important;
  border-color: #eaf0f6;
  color: #cbd6e2;
  cursor: not-allowed;
}

/* Input error messages */
.form-input-validation-message ul.hs-error-msgs{
  padding-left: 0;
  margin: 0;
}
.form-input-validation-message ul.hs-error-msgs li{
  margin: 0;
}

/* Helpers
Contains anything that overrides all other layers, utility and helper classes, browser specific fixes, and other overrides.
*/

/* Utilities */

/* Screenreader Accessibility */
.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}