*, *: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 */
  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;
}
/* Responsive Grid */

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

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

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

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.container-fluid {
  *zoom: 1;
}

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

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

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

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

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


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

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

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

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

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

  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

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

.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 ;
  }
}
.header__container,
.footer__container,
.page-center,
.content-wrapper {
  margin: 0 auto;
  padding: 0 85px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@import url("https://p.typekit.net/p.css?s=1&k=ddo2ikz&ht=tk&f=139.6817.32904.32905&a=4654444&app=typekit&e=css");

@font-face {
   font-family:proxima-nova;
   src:url(https://use.typekit.net/af/d83550/00000000000000007735e60a/30/l?subset_id=2&fvd=i9&v=3) format("woff2"),
      url(https://use.typekit.net/af/d83550/00000000000000007735e60a/30/d?subset_id=2&fvd=i9&v=3) format("woff"),
      url(https://use.typekit.net/af/d83550/00000000000000007735e60a/30/a?subset_id=2&fvd=i9&v=3) format("opentype");
   font-weight:900;
   font-style:italic;
   font-stretch:normal;
   font-display:auto;
}

@font-face {
   font-family:proxima-nova;
   src:url(https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?subset_id=2&fvd=n4&v=3) format("woff2"),
      url(https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/d?subset_id=2&fvd=n4&v=3) format("woff"),
      url(https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/a?subset_id=2&fvd=n4&v=3) format("opentype");
   font-weight:400;
   font-style:normal;
   font-stretch:normal;
   font-display:auto;
}

@font-face {
   font-family:proxima-nova;
   src:url(https://use.typekit.net/af/23e139/00000000000000007735e605/30/l?subset_id=2&fvd=n5&v=3) format("woff2"),
      url(https://use.typekit.net/af/23e139/00000000000000007735e605/30/d?subset_id=2&fvd=n5&v=3) format("woff"),
      url(https://use.typekit.net/af/23e139/00000000000000007735e605/30/a?subset_id=2&fvd=n5&v=3) format("opentype");
   font-weight:500;
   font-style:normal;
   font-stretch:normal;
   font-display:auto;
}

@font-face {
   font-family:proxima-nova;
   src:url(https://use.typekit.net/af/2555e1/00000000000000007735e603/30/l?subset_id=2&fvd=n7&v=3) format("woff2"),
      url(https://use.typekit.net/af/2555e1/00000000000000007735e603/30/d?subset_id=2&fvd=n7&v=3) format("woff"),
      url(https://use.typekit.net/af/2555e1/00000000000000007735e603/30/a?subset_id=2&fvd=n7&v=3) format("opentype");
   font-weight:700;
   font-style:normal;
   font-stretch:normal;
   font-display:auto;
}

@font-face {
   font-family:proxima-nova;
   src:url(https://use.typekit.net/af/8738d8/00000000000000007735e611/30/l?subset_id=2&fvd=n8&v=3) format("woff2"),
      url(https://use.typekit.net/af/8738d8/00000000000000007735e611/30/d?subset_id=2&fvd=n8&v=3) format("woff"),
      url(https://use.typekit.net/af/8738d8/00000000000000007735e611/30/a?subset_id=2&fvd=n8&v=3) format("opentype");
   font-weight:800;
   font-style:normal;
   font-stretch:normal;
   font-display:auto;
}

@font-face {
   font-family:proxima-nova;
   src:url(https://use.typekit.net/af/e3ed45/00000000000000007735e602/30/l?subset_id=2&fvd=n9&v=3) format("woff2"),
      url(https://use.typekit.net/af/e3ed45/00000000000000007735e602/30/d?subset_id=2&fvd=n9&v=3) format("woff"),
      url(https://use.typekit.net/af/e3ed45/00000000000000007735e602/30/a?subset_id=2&fvd=n9&v=3) format("opentype");
   font-weight:900;
   font-style:normal;
   font-stretch:normal;
   font-display:auto;
}

@font-face {
   font-family:proxima-nova;
   src:url(https://use.typekit.net/af/3322cc/00000000000000007735e616/30/l?subset_id=2&fvd=i4&v=3) format("woff2"),
      url(https://use.typekit.net/af/3322cc/00000000000000007735e616/30/d?subset_id=2&fvd=i4&v=3) format("woff"),
      url(https://use.typekit.net/af/3322cc/00000000000000007735e616/30/a?subset_id=2&fvd=i4&v=3) format("opentype");
   font-weight:400;
   font-style:italic;
   font-stretch:normal;
   font-display:auto;
}

@font-face {
   font-family:proxima-nova;
   src:url(https://use.typekit.net/af/4de20a/00000000000000007735e604/30/l?subset_id=2&fvd=i7&v=3) format("woff2"),
      url(https://use.typekit.net/af/4de20a/00000000000000007735e604/30/d?subset_id=2&fvd=i7&v=3) format("woff"),
      url(https://use.typekit.net/af/4de20a/00000000000000007735e604/30/a?subset_id=2&fvd=i7&v=3) format("opentype");
   font-weight:700;
   font-style:italic;
   font-stretch:normal;
   font-display:auto;
}

@font-face {
   font-family:proxima-nova;
   src:url(https://use.typekit.net/af/58acf5/00000000000000007735e622/30/l?subset_id=2&fvd=i8&v=3) format("woff2"),
      url(https://use.typekit.net/af/58acf5/00000000000000007735e622/30/d?subset_id=2&fvd=i8&v=3) format("woff"),
      url(https://use.typekit.net/af/58acf5/00000000000000007735e622/30/a?subset_id=2&fvd=i8&v=3) format("opentype");
   font-weight:800;
   font-style:italic;
   font-stretch:normal;
   font-display:auto;
}

@font-face {
   font-family:minion-pro;
   src:url(https://use.typekit.net/af/1286c7/0000000000000000000151d6/27/l?subset_id=2&fvd=n4&v=3) format("woff2"),
      url(https://use.typekit.net/af/1286c7/0000000000000000000151d6/27/d?subset_id=2&fvd=n4&v=3) format("woff"),
      url(https://use.typekit.net/af/1286c7/0000000000000000000151d6/27/a?subset_id=2&fvd=n4&v=3) format("opentype");
   font-weight:400;
   font-style:normal;
   font-stretch:normal;
   font-display:auto;
}

@font-face {
   font-family:minion-pro;
   src:url(https://use.typekit.net/af/d3cf65/0000000000000000000151d4/27/l?subset_id=2&fvd=n5&v=3) format("woff2"),
      url(https://use.typekit.net/af/d3cf65/0000000000000000000151d4/27/d?subset_id=2&fvd=n5&v=3) format("woff"),
      url(https://use.typekit.net/af/d3cf65/0000000000000000000151d4/27/a?subset_id=2&fvd=n5&v=3) format("opentype");
   font-weight:500;
   font-style:normal;
   font-stretch:normal;
   font-display:auto;
}

@font-face {
   font-family:minion-pro;
   src:url(https://use.typekit.net/af/ea8d85/0000000000000000000151d1/27/l?subset_id=2&fvd=n7&v=3) format("woff2"),
      url(https://use.typekit.net/af/ea8d85/0000000000000000000151d1/27/d?subset_id=2&fvd=n7&v=3) format("woff"),
      url(https://use.typekit.net/af/ea8d85/0000000000000000000151d1/27/a?subset_id=2&fvd=n7&v=3) format("opentype");
   font-weight:700;
   font-style:normal;
   font-stretch:normal;
   font-display:auto;
}

@font-face {
   font-family:proxima-nova-condensed;
   src:url(https://use.typekit.net/af/c0fd95/00000000000000007735e62a/30/l?subset_id=2&fvd=n8&v=3) format("woff2"),
      url(https://use.typekit.net/af/c0fd95/00000000000000007735e62a/30/d?subset_id=2&fvd=n8&v=3) format("woff"),
      url(https://use.typekit.net/af/c0fd95/00000000000000007735e62a/30/a?subset_id=2&fvd=n8&v=3) format("opentype");
   font-weight:800;
   font-style:normal;
   font-stretch:normal;
   font-display:auto;
}

@font-face {
   font-family:futura-pt;
   src:url(https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?subset_id=2&fvd=n4&v=3) format("woff2"),
      url(https://use.typekit.net/af/9b05f3/000000000000000000013365/27/d?subset_id=2&fvd=n4&v=3) format("woff"),
      url(https://use.typekit.net/af/9b05f3/000000000000000000013365/27/a?subset_id=2&fvd=n4&v=3) format("opentype");
   font-weight:400;
   font-style:normal;
   font-stretch:normal;
   font-display:auto;
}

@font-face {
   font-family:futura-pt;
   src:url(https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?subset_id=2&fvd=n5&v=3) format("woff2"),
      url(https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/d?subset_id=2&fvd=n5&v=3) format("woff"),
      url(https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/a?subset_id=2&fvd=n5&v=3) format("opentype");
   font-weight:500;
   font-style:normal;
   font-stretch:normal;
   font-display:auto;
}

@font-face {
   font-family:futura-pt;
   src:url(https://use.typekit.net/af/c4c302/000000000000000000012192/27/l?subset_id=2&fvd=n6&v=3) format("woff2"),
      url(https://use.typekit.net/af/c4c302/000000000000000000012192/27/d?subset_id=2&fvd=n6&v=3) format("woff"),
      url(https://use.typekit.net/af/c4c302/000000000000000000012192/27/a?subset_id=2&fvd=n6&v=3) format("opentype");
   font-weight:600;
   font-style:normal;
   font-stretch:normal;
   font-display:auto;
}

@font-face {
   font-family:futura-pt;
   src:url(https://use.typekit.net/af/309dfe/000000000000000000010091/27/l?subset_id=2&fvd=n7&v=3) format("woff2"),
      url(https://use.typekit.net/af/309dfe/000000000000000000010091/27/d?subset_id=2&fvd=n7&v=3) format("woff"),
      url(https://use.typekit.net/af/309dfe/000000000000000000010091/27/a?subset_id=2&fvd=n7&v=3) format("opentype");
   font-weight:700;
   font-style:normal;
   font-stretch:normal;
   font-display:auto;
}

@font-face {
   font-family:futura-pt;
   src:url(https://use.typekit.net/af/0c71d1/000000000000000000010097/27/l?subset_id=2&fvd=n8&v=3) format("woff2"),
      url(https://use.typekit.net/af/0c71d1/000000000000000000010097/27/d?subset_id=2&fvd=n8&v=3) format("woff"),
      url(https://use.typekit.net/af/0c71d1/000000000000000000010097/27/a?subset_id=2&fvd=n8&v=3) format("opentype");
   font-weight:800;
   font-style:normal;
   font-stretch:normal;
   font-display:auto;
}

@font-face {
   font-family:proxima-soft;
   src:url(https://use.typekit.net/af/81cbd6/00000000000000007735afa9/30/l?subset_id=2&fvd=n7&v=3) format("woff2"),
      url(https://use.typekit.net/af/81cbd6/00000000000000007735afa9/30/d?subset_id=2&fvd=n7&v=3) format("woff"),
      url(https://use.typekit.net/af/81cbd6/00000000000000007735afa9/30/a?subset_id=2&fvd=n7&v=3) format("opentype");
   font-weight:700;
   font-style:normal;
   font-stretch:normal;
   font-display:auto;
}

@font-face {
   font-family:proxima-soft;
   src:url(https://use.typekit.net/af/4d5bd3/00000000000000007735afad/30/l?subset_id=2&fvd=n8&v=3) format("woff2"),
      url(https://use.typekit.net/af/4d5bd3/00000000000000007735afad/30/d?subset_id=2&fvd=n8&v=3) format("woff"),
      url(https://use.typekit.net/af/4d5bd3/00000000000000007735afad/30/a?subset_id=2&fvd=n8&v=3) format("opentype");
   font-weight:800;
   font-style:normal;
   font-stretch:normal;
   font-display:auto;
}
@font-face {
   font-family:proxima-soft;
   src:url(https://use.typekit.net/af/d03d2a/00000000000000007735afa6/30/l?subset_id=2&fvd=i7&v=3) format("woff2"),
      url(https://use.typekit.net/af/d03d2a/00000000000000007735afa6/30/d?subset_id=2&fvd=i7&v=3) format("woff"),
      url(https://use.typekit.net/af/d03d2a/00000000000000007735afa6/30/a?subset_id=2&fvd=i7&v=3) format("opentype");
   font-weight:700;
   font-style:italic;
   font-stretch:normal;
   font-display:auto;
}

@font-face {
   font-family:proxima-soft;
   src:url(https://use.typekit.net/af/245bee/00000000000000007735afaf/30/l?subset_id=2&fvd=i8&v=3) format("woff2"),
      url(https://use.typekit.net/af/245bee/00000000000000007735afaf/30/d?subset_id=2&fvd=i8&v=3) format("woff"),
      url(https://use.typekit.net/af/245bee/00000000000000007735afaf/30/a?subset_id=2&fvd=i8&v=3) format("opentype");
   font-weight:800;
   font-style:italic;
   font-stretch:normal;
   font-display:auto;
}

@font-face {
   font-family:ff-good-headline-web-pro-condensed;
   src:url(https://use.typekit.net/af/29ccbb/00000000000000000001134a/27/l?subset_id=2&fvd=n4&v=3) format("woff2"),
      url(https://use.typekit.net/af/29ccbb/00000000000000000001134a/27/d?subset_id=2&fvd=n4&v=3) format("woff"),
      url(https://use.typekit.net/af/29ccbb/00000000000000000001134a/27/a?subset_id=2&fvd=n4&v=3) format("opentype");
   font-weight:400;
   font-style:normal;
   font-stretch:normal;
   font-display:auto;
}

@font-face {
   font-family:ff-good-headline-web-pro-condensed;
   src:url(https://use.typekit.net/af/5dddcb/00000000000000007735ab6f/30/l?subset_id=2&fvd=n5&v=3) format("woff2"),
      url(https://use.typekit.net/af/5dddcb/00000000000000007735ab6f/30/d?subset_id=2&fvd=n5&v=3) format("woff"),
      url(https://use.typekit.net/af/5dddcb/00000000000000007735ab6f/30/a?subset_id=2&fvd=n5&v=3) format("opentype");
   font-weight:500;
   font-style:normal;
   font-stretch:normal;
   font-display:auto;
}

@font-face {
   font-family:ff-good-headline-web-pro-condensed;
   src:url(https://use.typekit.net/af/631dd8/00000000000000007735ab38/30/l?subset_id=2&fvd=n9&v=3) format("woff2"),
      url(https://use.typekit.net/af/631dd8/00000000000000007735ab38/30/d?subset_id=2&fvd=n9&v=3) format("woff"),
      url(https://use.typekit.net/af/631dd8/00000000000000007735ab38/30/a?subset_id=2&fvd=n9&v=3) format("opentype");
   font-weight:900;
   font-style:normal;
   font-stretch:normal;
   font-display:auto;
}


@font-face { 
   font-family: 'squarespace-ui-font'; 
   src:  url('https://4717378.fs1.hubspotusercontent-na1.net/hubfs/4717378/raw_assets/public/TrueNorthAccounting_July2022/font/squarespace-ui-font.eot') format('embedded-opentype'),
         url('https://4717378.fs1.hubspotusercontent-na1.net/hubfs/4717378/raw_assets/public/TrueNorthAccounting_July2022/font/squarespace-ui-font.woff') format('woff'),
            url('https://4717378.fs1.hubspotusercontent-na1.net/hubfs/4717378/raw_assets/public/TrueNorthAccounting_July2022/font/squarespace-ui-font.ttf') format('truetype');
               font-style: normal; 
               font-weight: normal; 
               }




.body-wrapper{
   -webkit-font-smoothing: subpixel-antialiased;
   -moz-osx-font-smoothing: auto;
}

html{
   font-family: sans-serif;
   -ms-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
   pointer-events: auto;
   scroll-behavior: smooth;
}

body {
   margin: 0;
   letter-spacing: .01em;
   line-height: 1.7em;
   text-transform: none;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

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

/* Paragraphs */

p {
   margin: 1em 0;
}

/* Anchors */

a {
   cursor: pointer;
   text-decoration: none;
   -webkit-transition: all 0.15s linear;
   -moz-transition: all 0.15s linear;
   -o-transition: all 0.15s linear;
   transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 1em 0;
}

h1{
   font-style: normal;
   letter-spacing: -.03em;
   line-height: .8em;
   text-transform: none;
   text-rendering: optimizeLegibility;
   margin: 0.67em 0;
}

h2{
   font-style: normal;
   letter-spacing: -.02em;
   line-height: 1em;
   text-transform: none;
   text-rendering: optimizeLegibility;
}

h3{
   font-style: normal;
   letter-spacing: .1em;
   line-height: 1.8em;
   text-transform: uppercase;
   text-rendering: optimizeLegibility;
}

h4{
   font-style: normal;
   hyphens: none;
}

h5{
   line-height: 1.1em;
}

h6{
   
}




/* Lists */

ul,
ol {
   margin: 1em 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
   margin: 0;
}

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

/* Code blocks */

code {
   vertical-align: bottom;
}

/* Blockquotes */

blockquote {
   border-color: #ff6c4566;
   margin-left: 0;
   margin-right: 0;
   border-left: 1px solid rgba(255,108,69,.4);
   padding-left: 1.618em;
}

/* Horizontal rules */

 
.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
   padding-left: 85px;
   padding-right: 85px;
   width: 100%;
   margin-left: auto;
   margin-right: auto;
}


@media (max-width: 1024px) {
   .dnd-section > .row-fluid,
   .page-center,
   .content-wrapper {
      padding-left: 64px;
      padding-right: 64px;
   }
}

@media (max-width: 960px) {
   .dnd-section > .row-fluid,
   .page-center,
   .content-wrapper {
      padding-left:48px;
      padding-right: 48px;
   }
}



@media (max-width: 768px) {
   .dnd-section > .row-fluid,
   .page-center,
   .content-wrapper {
      padding-left: 36px;
      padding-right: 36px;
   }
}

@media (max-width: 640px) {
   .dnd-section > .row-fluid,
   .page-center,
   .content-wrapper {
      padding-left: 20px;
      padding-right: 20px;
   }
}


@media screen and (max-width: 640px){
   h1 {
      letter-spacing: -.0128px;
   }
   h2 {
      letter-spacing: -.016px;
   }
}

.red {
   color: var(--color-red,  #d64123)
}
:root {
  --button-background: var(--color-red);
  --button-border: var(--button-background);
  --button-text: var(--color-white);
  --button-hover-background: var(--color-red);
  --button-hover-border: var(--button-hover-background);
  --button-hover-text: var(--color-white);
  --button-radius: 300px;
}

button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}

/** CUSTOM BUTTON **/
.tn-button { 
    appearance: none;
    cursor: pointer;
    display: inline-block;
    font-family: Proxima-nova;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    white-space: normal;
    padding: .75rem 2rem;
    position: relative;
    overflow: hidden;

    transition: background-color .1s linear,color .1s linear;

    -webkit-transition: background-color .1s linear,color .1s linear;
    -moz-transition: background-color .1s linear,color .1s linear;
    -ms-transition: background-color .1s linear,color .1s linear;
    -o-transition: background-color .1s linear,color .1s linear;
    border-radius: .175rem;
    -webkit-border-radius: .175rem;
    -moz-border-radius: .175rem;
    -ms-border-radius: .175rem;
    -o-border-radius: .175rem; 
    top: 0px;
    text-decoration: none !important;

    background-color: var(--button-background);
    border: 1.5px solid var(--button-border);
    color: var(--button-text);
    outline: 0;
    border-radius: var(--button-radius);
  }
/* Form fields */

.hs-form-field {
   margin-bottom: 1.4rem;
}





/* Labels */

form label {
   display: block;
   font-size: 0.875rem;
   margin-bottom: 0.35rem;
}

.hs-form label {
   color: #626262;
}

.hs-form-field>label {
   display: block;
   float: none;
   width: auto;
   font-weight: 500;
   line-height: 20px;
   padding-top: 0;
   margin-bottom: 4px;
   font-family: Lato;
   font-size: 13px;
   color: #626262;
}





/* Help text - legends */

form legend {
   font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
   font-size: 16px;
   font-weight: normal;
   line-height: 22px;
   color: #33475b;
   border: 1px solid #cbd6e2;
   height: 40px;
   display: inline-block;
   width: 100%;
   background-color: #f5f8fa;
   -webkit-appearance: none;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   border-radius: 15px;
   background-clip: padding-box;
   box-sizing: border-box;
   padding: 0 15px;
   border-style: solid;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus{
   outline: none;
   border-color: rgba(82,168,236,.8);
}



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

/* Inputs - checkbox/radio */

form .inputs-list {
   margin: 0 0 5px;
   width: 100%;
   padding-left: 5px;
}

form .inputs-list > li {
   display: block;
}

form .inputs-list input,
form .inputs-list span {
   vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
   cursor: pointer;
   margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
   position: relative;
}

.hs-dateinput:before {
   content:'\01F4C5';
   position: absolute;
   right: 10%;
   top: 50%;
   transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
   color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
   border-radius: 0;
   box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
   border-radius: 0 !important;
   color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
   background-color: transparent;
   border: initial;
   padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
   font-size: 0.875rem;
   margin: 0 0 1.4rem;
}

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
   margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
   color: #EF6B51;
}

.hs-input.invalid.error {
   border-color: #c87872;
}

.hs-error-msg,
.hs_error_rollup .hs-error-msgs  label {
   color: #f2545b!important;
   width: auto;
   padding: 0;
   line-height: 18px;
   white-space: normal;
   font-weight: normal;
   margin-bottom: 4px;
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
   font-size: 14px;
}


/* Submit button */

form input[type=submit],
form .hs-button {
   cursor: pointer;
   display: inline-block;
   margin: 0;
   cursor: pointer;
   display: inline-block;
   font-weight: 700;
   text-align: center;
   transition: all .15s linear;
   border-style: solid;
   border-width: 1px;
   padding: 12px 24px;
   border-radius: 15px;
   background: #d44126;
   border-color: #d44126;
   color: #ffffff;
   font-size: 12px;
   line-height: 12px;
   font-family: Lato;
   white-space: normal;
   margin-bottom: 15px;
}


form input[type=submit]:hover,
form .hs-button:hover {
   color: #ffffff;
   background: #d44126;
}


.hs-form .input .hs-button {
   margin-top: 22px;
}

/* Captcha */

.grecaptcha-badge {
   margin: 0 auto;
}


=============
/* SEARCH RESULT STYLING */
ul.hs-search-field__suggestions {
   padding: 5px;
   border: 1px solid #000;
   background: #fff;
   position: absolute;
   background-color:#fff;
   z-index:2;
   top:100%;
}
ul.hs-search-field__suggestions:empty {
   display: none !important;
}  
ul.hs-search-field__suggestions li {
   padding: 3px 0;
   margin: 0;
}
ul.hs-search-field__suggestions li#results-for {
   font-size: 16px;
}
ul.hs-search-field__suggestions li > a {
   padding: 2px 5px;
   margin: 0;
}
ul.hs-search-field__suggestions li > a:hover {
   color: #000;
}



=================

@media (max-width: 767px) { 
   form input[type=text],
   form input[type=email],
   form input[type=password],
   form input[type=tel],
   form input[type=number],
   form input[type=file],
   form select,
   form textarea {
      max-width:100%;
   }

}
@media (max-width: 479px) {

   .hs_recaptcha {
      overflow-y: auto;
   }
   .checkbox-row span.fakelabel span {
      float: none;
      margin-left: 0;
      text-align: left;
      display: inherit;
   }

   .subscribe-options p label {
      margin: 4px 0;
   }

   .subscribe-options label > input {
      float: left;
      margin-top: 7px;
   }


}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.Header--top {
   display: none;
   background: #392f2d;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}


.Header--top .Header-inner--top {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   padding-left: 67.5px;
   padding-right: 67.5px;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
   text-align: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   padding-top: 30px;
   padding-bottom: 30px;
   max-width: 1920px;
   margin-left: auto;
   margin-right: auto;
}


.Header--top .Header-inner--top .top-left {
   min-width: 0;
   max-width: 100%;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
   -webkit-box-flex: 1;
   -ms-flex: 1 1 auto;
   -webkit-flex: 1 1 auto;
   text-align: left;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   opacity: 1;
   line-height: 0;
   margin-top: 1px;
}


.Header--top .Header-inner--top .top-right {
   display: -ms-flexbox;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
   -webkit-box-flex: 1;
   -ms-flex: 1 1 auto;
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   min-width: 0;
   max-width: 100%;
   text-align: right;
   -webkit-box-pack: end;
   -ms-flex-pack: end;
   -webkit-justify-content: flex-end;
   justify-content: flex-end;
   transition: opacity 200ms 600ms ease-out;
   display: -ms-flexbox;
   display: flex;
}

.Header--top .Header-inner--top .top-left a {
   padding: 1px 17.5px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-box-flex: 1;
   -ms-flex: 0 0 auto;
   -webkit-flex: 0 0 auto;
   flex: 0 0 auto;
   line-height: 0;
   -webkit-box-ordinal-group: 1;
   -ms-flex-order: 1;
   -webkit-order: 1;
   order: 1;
}

.Header--top .Header-inner--top .top-left a img {
   width: 100%;
   max-width: 230px;
   vertical-align: super;
}


.Header--top .Header-inner--top .top-right .Header-nav--primary {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-box-flex: 1;
   -ms-flex: 0 0 auto;
   -webkit-flex: 0 0 auto;
   flex: 0 0 auto;
   white-space: nowrap;
   line-height: 1em;
   font-family: proxima-nova;
   font-weight: 800;
   font-style: normal;
   font-size: 12px;
   letter-spacing: .1em;
   text-transform: uppercase;
   padding: 1px 17.5px;
   -webkit-box-ordinal-group: 2;
   -ms-flex-order: 2;
   -webkit-order: 2;
   order: 2;
}

.Header--top .Header-inner--top .top-right .Header-nav--secondary {
   -moz-box-sizing: border-box;
   -ms-flex: 0 0 auto;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-box-flex: 1;
   -ms-flex: 0 0 auto;
   -webkit-flex: 0 0 auto;
   flex: 0 0 auto;
   padding: 1px 17.5px;
   font-family: proxima-nova;
   font-weight: 800;
   font-style: normal;
   font-size: 12px;
   letter-spacing: .11em;
   text-transform: uppercase;
   -webkit-box-ordinal-group: 3;
   -ms-flex-order: 3;
   -webkit-order: 3;
   order: 3;
}


.Header--top .Header-inner--top .top-right .Header-nav--primary .Header-nav-inner ul {
   padding: 0;
   margin: 0;
   margin: -0.618em -0.618em;
}

.Header--top .Header-inner--top .top-right .Header-nav--primary .Header-nav-inner ul>li {
   -webkit-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
   -moz-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
   -ms-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
   -o-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
   transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   margin: 0 0.618em 0 calc(0.618em - 4.5px);
   padding: 0.618em 0;
}


.Header--top .Header-inner--top .top-right .Header-nav--primary .Header-nav-inner ul>li:first-child {
   margin: 0 0.618em;
   padding: 0.618em 0;
}

.Header--top .Header-inner--top .top-right .Header-nav--primary .Header-nav-inner ul>li:hover>a {
   color: rgba(255,255,255,.4);
}


.Header--top .Header-inner--top .top-right .Header-nav--primary .Header-nav-inner ul>li>a {
   display: inline;
   color: #fff;
}
.Header--top .Header-inner--top .top-right .Header-nav--primary .Header-nav-inner ul>li a {
   color: #fff;
}

.Header--top .Header-inner--top .top-right .Header-nav--primary .Header-nav-inner ul>li>a:hover {
   outline: 0;
}


.Header--top .Header-inner--top .top-right .Header-nav--primary .Header-nav-inner ul>li ul.hs-menu-children-wrapper {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   position: absolute;
   top: 100%;
   left: -99999px;
   z-index: 1002;
   margin-left: -1em;
   padding: 1em;
   opacity: 0;
   white-space: nowrap;
   text-align: left;
   -webkit-transform: translate3d(0,10px,0);
   -moz-transform: translate3d(0,10px,0);
   -ms-transform: translate3d(0,10px,0);
   -o-transform: translate3d(0,10px,0);
   transform: translate3d(0,10px,0);
   -webkit-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
   -moz-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
   -ms-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
   -o-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
   transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
   background-color: #e02615;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   margin-top: 0.5px;
}
.Header--top .Header-inner--top .top-right .Header-nav--primary .Header-nav-inner ul>li ul.hs-menu-children-wrapper li {
   display: block;
   width: 100%;
   padding: 0;
   margin: 0;
}



.Header--top .Header-inner--top .top-right .Header-nav--primary .Header-nav-inner ul>li:hover ul.hs-menu-children-wrapper {
   left: 0;
   opacity: 1;
   -webkit-transform: translate3d(0,0,0);
   -moz-transform: translate3d(0,0,0);
   -ms-transform: translate3d(0,0,0);
   -o-transform: translate3d(0,0,0);
   transform: translate3d(0,0,0);
   -webkit-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
   -moz-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
   -ms-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
   -o-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
   transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
}



.Header--top .Header-inner--top .top-right .Header-nav--primary .Header-nav-inner ul>li ul.hs-menu-children-wrapper li a {
   display: block;
   padding: 0.382em;
   color: #fff;
}

.Header--top .Header-inner--top .top-right .Header-nav--primary .Header-nav-inner ul>li ul.hs-menu-children-wrapper li a:hover{
   color: rgba(255,255,255,.4);
}


.Header--top .top-right .Header-nav--secondary .Header-nav-inner {
   margin: -0.618em 0em;
   display:flex;
}

.Header--top .top-right .Header-nav--secondary .Header-nav-inner .pricing_button a {
   display: inline-block;
   vertical-align: middle;
   padding: 12px 18px;
   margin: 0.618em 0em;
   border-radius: 300px;
   box-shadow: none;
   border: 0;
   background-color: #d34127;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   color: #fff;
   -webkit-transition: background-color 170ms ease-out;
   -moz-transition: background-color 170ms ease-out;
   -ms-transition: background-color 170ms ease-out;
   -o-transition: background-color 170ms ease-out;
   transition: background-color 170ms ease-out;
   line-height: 12px;
}




.Header--top .top-right .Header-nav--secondary .Header-nav-inner .pricing_button a:hover {
   background-color: rgba(211,65,39,.8);
}

.Header--top .top-right .Header-nav--secondary .Header-nav-inner .help_center a {
   -webkit-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
   -moz-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
   -ms-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
   -o-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
   transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
   display: inline-block;
   vertical-align: middle;
   padding: 12px 18px;
   margin: 0.618em 0em;
   background-color: #392f2d;
   color: #7e9bad;
   border-radius: 300px;
   box-shadow: none;
   border: 0;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   -webkit-transition: background-color 170ms ease-out;
   -moz-transition: background-color 170ms ease-out;
   -ms-transition: background-color 170ms ease-out;
   -o-transition: background-color 170ms ease-out;
   transition: background-color 170ms ease-out;
   line-height: 12px;
}

.mobile-bar-top {
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
   text-align: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   width: 100%;
   padding: 0 85px;
   background: #392f2d;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   padding-top: 8px;
   padding-bottom: 8px;
}

.mobile-bar-top .top-left {
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
   -webkit-box-flex: 1;
   -ms-flex: 1 1 auto;
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   min-width: 0;
   max-width: 100%;
   text-align: left;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
}


.mobile-bar-top .top-left a {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-box-flex: 1;
   -ms-flex: 0 0 auto;
   -webkit-flex: 0 0 auto;
   flex: 0 0 auto;
   padding: 8px;
   -webkit-box-ordinal-group: 2;
   -ms-flex-order: 2;
   -webkit-order: 2;
   order: 2;
   line-height: 0;
   display: inline-block;
}


.mobile-bar-top .top-left a img {
   width: 100%!important;
   max-width: 170px;
   vertical-align: middle;
}

.mobile-bar-top  .top-right {
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
   -webkit-box-flex: 1;
   -ms-flex: 1 1 auto;
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   min-width: 0;
   max-width: 100%;
   text-align: right;
   -webkit-box-pack: end;
   -ms-flex-pack: end;
   -webkit-justify-content: flex-end;
   justify-content: flex-end;
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
}

.mobile-bar-top .top-right .mobile-bar-menu {
   cursor: pointer;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-box-flex: 1;
   -ms-flex: 0 0 auto;
   -webkit-flex: 0 0 auto;
   flex: 0 0 auto;
   outline: 0;
   border: 0;
   padding: 0;
   background-color: transparent;
   text-transform: inherit;
   letter-spacing: inherit;
   padding: 8px;
   line-height: 0;
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   stroke: #fff;
   -webkit-box-ordinal-group: 5;
   -ms-flex-order: 5;
   -webkit-order: 5;
   order: 5;
   -webkit-transform: translate3d(-100%,0,0);
   -moz-transform: translate3d(-100%,0,0);
   -ms-transform: translate3d(-100%,0,0);
   -o-transform: translate3d(-100%,0,0);
   transform: translate3d(-100%,0,0);
   -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
   transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
   -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
   -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
   -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
   -o-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
   transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
   -webkit-transform: translate3d(0,0,0);
   -moz-transform: translate3d(0,0,0);
   -ms-transform: translate3d(0,0,0);
   -o-transform: translate3d(0,0,0);
   transform: translate3d(0,0,0);
   -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
   transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
   -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
   -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
   -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
   -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
   transition: transform 350ms cubic-bezier(.55,0,.1,1);
}

.mobile-bar-top .top-right .mobile-bar-menu .icon--hamburger {
   width: 24px;
   height: 18px;
   stroke-width: 2;
   display: block;
   stroke: #fff;
}


@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx){
   .Header--top .Header-inner--top .top-left {
      margin-bottom: 0.5px;
   }
}


@media (max-width: 1439px) {
   .cst-mobile-grup .mobile-overlay {
      position: fixed;
      top: 0;
      left: -99999px;
      bottom: 0;
      z-index: 1010;
      width: 100%;
      -webkit-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
      -moz-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
      -ms-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
      -o-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
      transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
      overflow: hidden;
      overflow-y: auto;
   }

   .cst-mobile-grup .mobile-overlay-menu {
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2;
      width: 80%;
      width: calc(100% - 60px );
      background-color: rgba(255,255,255,0);
      -webkit-font-smoothing: subpixel-antialiased;
      -moz-osx-font-smoothing: auto;
      -webkit-transform: translate3d(-100%,0,0);
      -moz-transform: translate3d(-100%,0,0);
      -ms-transform: translate3d(-100%,0,0);
      -o-transform: translate3d(-100%,0,0);
      -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
      -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
      -o-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
   }





   .cst-mobile-grup .mobile-overlay-menu-main {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 3;
      width: 100%;
      padding: 36px;
      -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
      transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
      -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
      -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
      -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
      -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
      transition: transform 350ms cubic-bezier(.55,0,.1,1);
   }

   .cst-mobile-grup .mobile-overlay-nav--primary .hs-menu-wrapper>ul{
      padding: 0;
      margin: 0;
   }

   .cst-mobile-grup .mobile-overlay-nav--primary .hs-menu-wrapper>ul li {
      cursor: pointer;
      font: inherit;
      margin: 0;
      outline: 0;
      border: 0;
      padding: 0;
      background-color: transparent;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      position: relative;
      width: 100%;
      padding-bottom: 0.618em;
      text-align: left;
      font-family: proxima-nova;
      font-weight: 500;
      font-style: normal;
      font-size: 18px;
      letter-spacing: .2em;
      line-height: 1.8em;
      text-transform: uppercase;
      color: #fff;
   }

   .cst-mobile-grup .mobile-overlay-nav--primary .hs-menu-wrapper>ul li ul {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      padding: 36px;
      overflow: auto;
      -webkit-transform: translate3d(100%,0,0);
      -moz-transform: translate3d(100%,0,0);
      -ms-transform: translate3d(100%,0,0);
      -o-transform: translate3d(100%,0,0);
      transform: translate3d(100%,0,0);
      -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
      transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
      -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
      -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
      -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
      -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
      transition: transform 350ms cubic-bezier(.55,0,.1,1);
      opacity: 0 !important;
      visibility: hidden !important;
      padding-left: 0;
   }


   .cst-mobile-grup .mobile-overlay-nav--primary .hs-menu-wrapper>ul li>a {
      font-family: proxima-nova;
      font-weight: 500;
      font-style: normal;
      font-size: 18px;
      letter-spacing: .2em;
      line-height: 1.8em;
      text-transform: uppercase;
      color: #fff;
      width: 100%;
      display: inline-block;
      position: relative;
   }

   .cst-mobile-grup .mobile-overlay-nav--primary .hs-menu-wrapper>ul li.hs-item-has-children>a:after {
      content: '\00BB';
      font-family: sans-serif;
      color: #fff;
      margin-left: 8px;
   }

   .child-trigger {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 99;
      opacity: 0;
   }

   .cst-mobile-grup .mobile-overlay-nav--secondary .pricing_button {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      position: relative;
      width: 100%;
      padding-bottom: 0.618em;
      text-align: left;
      font-family: proxima-nova;
      font-weight: 500;
      font-style: normal;
      font-size: 20px;
      letter-spacing: .2em;
      line-height: 2em;
      text-transform: uppercase;
      color: #fff;
   }

   .cst-mobile-grup .mobile-overlay-nav--secondary .pricing_button:first-child {
      padding-top: 1em;
   }

   .cst-mobile-grup .mobile-overlay-nav--secondary .help_center {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      position: relative;
      width: 100%;
      padding-bottom: 0.618em;
      text-align: left;
      font-family: proxima-nova;
      font-weight: 500;
      font-style: normal;
      font-size: 20px;
      letter-spacing: .2em;
      line-height: 2em;
      text-transform: uppercase;
      color: #fff;
   }

   .cst-mobile-grup .mobile-overlay-nav--secondary .pricing_button a,
   .cst-mobile-grup .mobile-overlay-nav--secondary .help_center a {
      color: #fff;
   }

   .cst-mobile-grup .mobile-overlay-close {
      outline: 0;
      border: 0;
      padding: 0;
      background-color: transparent;
      text-transform: inherit;
      letter-spacing: inherit;
      visibility: hidden;
      position: absolute;
      top: 0;
      z-index: 1012;
      padding: 22px;
      line-height: 0;
      stroke: transparent;
      -webkit-transition: stroke 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1),opacity 350ms cubic-bezier(.55,0,.1,1),visibility 350ms cubic-bezier(.55,0,.1,1);
      -moz-transition: stroke 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1),opacity 350ms cubic-bezier(.55,0,.1,1),visibility 350ms cubic-bezier(.55,0,.1,1);
      -ms-transition: stroke 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1),opacity 350ms cubic-bezier(.55,0,.1,1),visibility 350ms cubic-bezier(.55,0,.1,1);
      -o-transition: stroke 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1),opacity 350ms cubic-bezier(.55,0,.1,1),visibility 350ms cubic-bezier(.55,0,.1,1);
      transition: stroke 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1),opacity 350ms cubic-bezier(.55,0,.1,1),visibility 350ms cubic-bezier(.55,0,.1,1);
    right: 0;
    opacity: 0;
   }



   .cst-mobile-grup .mobile-overlay-close .icon--close {
      width: 16px;
      height: 16px;
      display: block;
      stroke-width: 2;
   }

   .cst-mobile-grup .mobile-overlay-close .icon--close svg {
      stroke: #ff6c45;
   }


   .cst-mobile-grup .mobile-overlay-back {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
   }



   .mobile-open .cst-mobile-grup .mobile-overlay {
      left: 0;
      background-color: #262626;
      -webkit-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
      -moz-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
      -ms-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
      -o-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
      transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
      -webkit-animation: anim-opacity-99 525ms linear;
      animation: anim-opacity-99 525ms linear;
   } 


   .mobile-open .cst-mobile-grup .mobile-overlay-menu {
      -webkit-transform: translate3d(0,0,0);
      -moz-transform: translate3d(0,0,0);
      -ms-transform: translate3d(0,0,0);
      -o-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
      -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
      transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
      -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
      -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
      -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
      -o-transition: transform 350ms cubic-bezier(.55,0,.1,1); 
      transition: transform 350ms cubic-bezier(.55,0,.1,1);
   }

   body.mobile-open {
      overflow: hidden;
   }

   .mobile-open.child-open .cst-mobile-grup .mobile-overlay-menu {
      -webkit-transform: translate3d(-100%,0,0);
      -moz-transform: translate3d(-100%,0,0);
      -ms-transform: translate3d(-100%,0,0);
      -o-transform: translate3d(-100%,0,0);
      transform: translate3d(-100%,0,0);
   }

   .mobile-open .cst-mobile-grup .mobile-overlay-close{
      visibility: visible;
      background-color: rgba(255,255,255,0);
      stroke: #ff6c45;
      opacity:1;
      -webkit-transition: stroke 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms,opacity 350ms cubic-bezier(.55,0,.1,1) 175ms,visibility 350ms cubic-bezier(.55,0,.1,1) 175ms;
      -moz-transition: stroke 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms,opacity 350ms cubic-bezier(.55,0,.1,1) 175ms,visibility 350ms cubic-bezier(.55,0,.1,1) 175ms;
      -ms-transition: stroke 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms,opacity 350ms cubic-bezier(.55,0,.1,1) 175ms,visibility 350ms cubic-bezier(.55,0,.1,1) 175ms;
      -o-transition: stroke 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms,opacity 350ms cubic-bezier(.55,0,.1,1) 175ms,visibility 350ms cubic-bezier(.55,0,.1,1) 175ms;
      transition: stroke 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms,opacity 350ms cubic-bezier(.55,0,.1,1) 175ms,visibility 350ms cubic-bezier(.55,0,.1,1) 175ms;
   }



   .cst-mobile-grup .mobile-overlay-nav--primary .hs-menu-wrapper>ul li {
      position: static;
   }

   .cst-mobile-grup .mobile-overlay-nav--primary .hs-menu-wrapper>ul li ul li {
      position: relative;
   }

   .cst-mobile-grup .mobile-overlay-nav--primary .hs-menu-wrapper>ul li ul.child-active-opacity {
      opacity: 1 !important;
      visibility: visible !important;
   }

   .dl-back {
      color: #fff;
      font-family: proxima-nova;
      font-weight: 500;
      font-style: normal;
      font-size: 20px;
      letter-spacing: .2em;
      line-height: 2em;
      text-transform: uppercase;
      padding-bottom: 1.618em;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      position: relative;
      width: 100%;
      text-align: left;
   }

   .dl-back:before {
      content: '\00AB';
      font-family: sans-serif;
      color: #fff;
      padding-right: 9px;
   }
}


@media screen and (max-width: 1024px){
   .mobile-bar-top {
      padding-left: 56px;
      padding-right: 56px;
   }
}




@media screen and (max-width: 960px){
   .mobile-bar-top {
      padding-left: 40px;
      padding-right: 40px;
   }
}


@media screen and (max-width: 768px){
   .mobile-bar-top{
      padding-left: 28px;
      padding-right: 28px;
   }
}

@media screen and (max-width: 640px){
   .mobile-bar-top {
      padding-left: 12px;
      padding-right: 12px;
   }

}














@media screen and (min-width: 1440px){
   .Header--top {
      display:block
   }
   .Header--top .Header-inner--top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
   }
   .cst-mobile-grup {
      display: none;
   }
}
.footermargin .footer-container {
  /* margin-top: -150px; */
}
.footer-container {
   position: relative;
   z-index: 10;
   background-color:rgba(38,38,38,0);  
   background-size: 100% 100%;
   padding-top: 120px;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   padding-bottom: 30px;
}

.footer-container .footer-inner {
   padding: 0px 85px;
   max-width: 1920px;
   margin-left: auto;
   margin-right: auto;
}

.footer-container .footer-inner .footer-blocks-top {
   padding-bottom: 20px;
}

.footer-container .footer-inner .footer-blocks-top .sqs-row {
   width: auto;
   margin-left: -17px;
   margin-right: -17px;
   height:34px;
}

.footer-container .footer-inner .footer-blocks-top .sqs-row .sqs-col-12 {
   width: 100%;
   float: left;
}




.footer-container .footer-inner .footer-blocks-top .sqs-row .sqs-col-12 .sqs-block-spacer .sqs-block-content {
   visibility: hidden;
   overflow: hidden;
   height: 34px;
}

.footer-container .footer-middle .footer-blocks--middle {
   color: #fff;
   padding: 20px 0;
}

.footer-container .footer-middle .footer-middle-sqs-row {
   margin-left: -17px;
   margin-right: -17px;
   width: auto;
}
.footer-container .footer-middle .footer-middle-sqs-col {
   float: left;
   width: 8.3333%;
}

.footer-container .footer-middle .footer-middle-logo-grup {
   float: left;
   width: 83.3333%;
}

.footer-container .footer-middle .sqs-col-1 {
   width: 8.3333%;
   float: left;
   padding-right: 0;
}

.footer-container .footer-middle .footer-middle-sqs-col .footer-middle-sqs-block-spacer {
   position: relative;
   height: auto;
   padding-left: 17px;
   padding-right: 17px;
   clear: both;
   padding-top: 0;
   padding-bottom: 0;
}

.footer-container .footer-middle .footer-middle-sqs-col .footer-middle-sqs-block-spacer .sqs-block-content {
   height: 34px;
   visibility: hidden;
   overflow: hidden;
}

.footer-container .footer-middle .footer-middle-logo-grup .footer-middles-sqs-row {
   width: auto;
   margin-bottom: 8px;
}


.footer-container .footer-middle .footer-middle-logo-grup .footer-middles-sqs-row .footer-middle-logo-inner {
   width: 30%;
   float: left;
}

.footer-container .footer-middle .footer-middle-logo-grup .footer-middles-sqs-row .footer-middle-img-grup {
   float: left;
   width: 50%;
}

.footer-container .footer-middle .footer-middle-logo-grup .footer-middles-sqs-row .sqs-col-2 {
   float: left;
   padding-right: 0;
   width: 20%;
}

.footer-container .footer-middle .footer-middle-logo-grup .footer-middle-logo-inner .footer-middle-logo {
   position: relative;
   height: auto;
   padding-left: 17px;
   padding-right: 17px;
   clear: both;
   padding-top: 0;
   padding-bottom: 0;
}


.footer-container .footer-middle .footer-middle-logo img {
   width: auto !important;
   max-height: 60px;
   max-width: 100%;
}

.footer-container .footer-middle .footer-middle-logo-grup .footer-middle-img {
   position: relative;
   height: auto;
   padding-left: 17px;
   padding-right: 17px;
   clear: both;
   padding-top: 0;
   padding-bottom: 0;
}

.footer-container .footer-middle .footer-middle-logo-grup .footer-middle-img img {
   max-width: 199.688px;
   width: 100%;
}
.footer-container .footer-middle .footer-middle-logo-grup .sqs-col-2 .sqs-block-spacer {
   position: relative;
   height: auto;
   padding-left: 17px;
   padding-right: 17px;
   clear: both;
   padding-top: 0;
   padding-bottom: 0;
}

.footer-container .footer-middle .sqs-col-2 .sqs-block-spacer .sqs-block-content {
   visibility: hidden;
   height: 34px;
}

.footer-container .footer-middle .footer-middle-logo-grup .cst-ftr-menu {
   width: auto;
}
.footer-container .footer-middle .footer-middle-logo-grup .cst-ftr-menu .hs-menu-wrapper>ul {
   margin: 0;
   padding: 0;
}

.footer-container .footer-middle .footer-middle-logo-grup .cst-ftr-menu .hs-menu-wrapper>ul>li {
   width: 20%;
   float: left;
   list-style: none;
   position: relative;
   height: auto;
   padding-left: 17px;
   padding-right: 17px;
   padding-top: 17px;
   padding-bottom: 17px;
}

.footer-container .footer-middle .footer-middle-logo-grup .cst-ftr-menu .hs-menu-wrapper>ul>li>a {
   font-family: proxima-nova;
   font-weight: 800;
   line-height:1;
   font-size: 1em;
   color: #fff;
   padding-bottom: 0.05em;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: rgba(255,255,255,.3);
   -webkit-transition: border-color .15s ease-out,color .15s ease-out;
   -moz-transition: border-color .15s ease-out,color .15s ease-out;
   -ms-transition: border-color .15s ease-out,color .15s ease-out;
   -o-transition: border-color .15s ease-out,color .15s ease-out;
   transition: border-color .15s ease-out,color .15s ease-out;
   display: inline-block;
   padding: 5px 0;
   text-transform: uppercase;
   letter-spacing: .1em;
}


.footer-container .footer-middle .footer-middle-logo-grup .cst-ftr-menu .hs-menu-wrapper>ul>li>a:hover {
   color: rgba(255,255,255,.6);
   border-color: rgba(255,255,255,.15);
}



.footer-container .footer-middle .footer-middle-logo-grup .cst-ftr-menu .hs-menu-wrapper>ul>li ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

.footer-container .footer-middle .footer-middle-logo-grup .cst-ftr-menu .hs-menu-wrapper>ul>li ul li {
   font-family: proxima-nova;
   font-weight: 400;
   margin-bottom: -5px;
   text-decoration: none;
   line-height: 1em;
   font-size: 0.83em;
   margin-top: 1.67em;
}


.footer-container .footer-middle .footer-middle-logo-grup .cst-ftr-menu .hs-menu-wrapper>ul>li ul li:first-child {
   margin-top: 1em;
}

.footer-container .footer-middle .footer-middle-logo-grup .cst-ftr-menu .hs-menu-wrapper>ul>li ul li a{
   color: #fff;
}

.footer-container .horizontalrule-block {
   position: relative;
   height: auto;
   padding-top: 17px;
   padding-bottom: 17px;
   padding-left: 17px;
   padding-right: 17px;
   clear: both;
}

.horizontalrule-block hr {
   color: rgba(255,255,255,.2);
   background-color: rgba(255,255,255,.2);
   height: 1px;
   border: 0;
}


.footer-container .footer-middle .footer-address {
   width: auto;
}

.footer-container .footer-middle .footer-address .footer-address-container {
   float: left;
   width: 50%;
}


.footer-container .footer-middle .footer-address .footer-details {
   width: 50%;
   padding-right: 0;
   float: left;
}

.footer-container .footer-middle .footer-address .footer-address-inner {
   position: relative;
   height: auto;
   padding-left: 17px;
   padding-right: 17px;
   padding-bottom: 17px;
   padding-top: 17px;
}

.footer-container .footer-middle .footer-address .footer-button {
   position: relative;
   height: auto;
   padding-top: 17px;
   padding-left: 17px;
   padding-right: 17px;
   clear: both;
   padding-bottom: 17px;
}

.footer-container .footer-middle .footer-address .footer-address-inner h3 {
   color: #fff;
   margin-top: 0;
}

.footer-container .footer-middle .footer-address .footer-address-inner p {
   white-space: pre-wrap;
}

.footer-container .footer-middle .footer-address .footer-address-inner p:last-child {
   margin-bottom: 0;
}
.footer-container .footer-middle .footer-address .footer-address-inner p a {
   color: #fff;
   -webkit-transition: color .15s ease-out;
   -moz-transition: color .15s ease-out;
   -ms-transition: color .15s ease-out;
   -o-transition: color .15s ease-out;
   transition: color .15s ease-out;
   padding-bottom: 0.05em;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: rgba(255,255,255,.3);
   -webkit-transition: border-color .15s ease-out,color .15s ease-out;
   -moz-transition: border-color .15s ease-out,color .15s ease-out;
   -ms-transition: border-color .15s ease-out,color .15s ease-out;
   -o-transition: border-color .15s ease-out,color .15s ease-out;
   transition: border-color .15s ease-out,color .15s ease-out;
}

.footer-container .footer-middle .footer-address .footer-address-inner p a:hover{
   color: rgba(255,255,255,.6);
   border-color: rgba(255,255,255,.15);
}





.footer-container .footer-middle .footer-address .footer-button a {
   display: inline-block;
   width: auto;
   height: auto;
   color: #ff6c45;
   text-align: center;
   text-decoration: none;
   cursor: pointer;
   appearance: none;
   line-height: normal;
   font-family: proxima-nova-condensed;
   font-size: 15px;
   font-weight: 800;
   font-style: normal;
   text-transform: none;
   letter-spacing: .1em;
   padding: 13px 26px;
   border-color: #ff6c45;
   border-radius: 300px;
   border-width: 2px;
   border-style: solid;
   background-color: transparent;
   transition: 0.1s background-color linear, 0.1s color linear;
}

.footer-container .footer-middle .footer-address .footer-button a:hover {
   background-color: #ff6c45;
   color: #fff;
}

.footer-container .footer-middle .footer-address .footer-details-container {
   position: relative;
   height: auto;
   padding-bottom: 17px;
   clear: none;
   padding-left: 17px;
   padding-right: 17px;
   padding-top: 17px;
}

.footer-container .footer-middle .footer-address .footer-details-container p {
   word-wrap: break-word;
   margin-top: 0;
   white-space: pre-wrap;
}

.footer-container .footer-middle .footer-address .footer-details-container p:last-child {
   margin-bottom: 0;
}

.footer-container .footer-middle .footer-address .footer-details-container p a {
   color: #fff;
   -webkit-transition: color .15s ease-out;
   -moz-transition: color .15s ease-out;
   -ms-transition: color .15s ease-out;
   -o-transition: color .15s ease-out;
   transition: color .15s ease-out;
   padding-bottom: 0.05em;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: rgba(255,255,255,.3);
   -webkit-transition: border-color .15s ease-out,color .15s ease-out;
   -moz-transition: border-color .15s ease-out,color .15s ease-out;
   -ms-transition: border-color .15s ease-out,color .15s ease-out;
   -o-transition: border-color .15s ease-out,color .15s ease-out;
   transition: border-color .15s ease-out,color .15s ease-out;
}

.footer-container .footer-middle .footer-address .footer-details-container p a:hover {
   color: rgba(255,255,255,.6);
   border-color: rgba(255,255,255,.15);
}

.footer-container .footer-middle .footer-address .footer-details .footer-social-container {
   width: auto;
}

.footer-container .footer-middle .footer-address .footer-social-inner {
   width: 60%;
   float: left;
}

.footer-container .footer-middle .footer-address .sqs-col-2 {
   width: 40%;
   padding-right: 0;
   float: left;
}

.footer-container .footer-middle .footer-address .footer-social-wrapinner {
   position: relative;
   height: auto;
   padding-left: 17px;
   padding-right: 17px;
   padding-top: 17px;
   padding-bottom: 17px;
}

.footer-blocks--bottom {
   color: #fff;
   padding-top: 20px;
}

.footer-blocks--bottom .footer-bottom-sqs-row {
   margin-left: -17px;
   margin-right: -17px;
   width: auto;
}

.footer-blocks--bottom .footer-bottom-inner {
   float: left;
   width: 100%;
   padding-right: 0;
}

.footer-blocks--bottom .footer-bottom-inner .footer-bottom-innerwap {
   width: auto;
}

.footer-blocks--bottom .footer-bottom-inner .footer-bottom-privacy-contrainer {
   width: 41.6667%;
   float: left;
}

.footer-blocks--bottom .footer-bottom-inner .footer-bottom-copyright-contrainer {
   float: left;
   width: 58.3333%;
}

.footer-blocks--bottom  .footer-bottom-privacy-contrainer .footer-bottom-privacy {
   position: relative;
   height: auto;
   padding-left: 17px;
   padding-right: 17px;
   padding-top: 0;
   padding-bottom: 0;
}
.footer-blocks--bottom .footer-bottom-privacy-contrainer .footer-bottom-privacy p {
   word-wrap: break-word;
   margin-top: 0;
   margin-bottom: 0;
   white-space: pre-wrap;
}

.footer-blocks--bottom .footer-bottom-privacy-contrainer .footer-bottom-privacy p a {
   color: #fff;
   word-wrap: break-word;
   -webkit-transition: color .15s ease-out;
   -moz-transition: color .15s ease-out;
   -ms-transition: color .15s ease-out;
   -o-transition: color .15s ease-out;
   transition: color .15s ease-out;
   padding-bottom: 0.05em;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: rgba(255,255,255,.3);
   -webkit-transition: border-color .15s ease-out,color .15s ease-out;
   -moz-transition: border-color .15s ease-out,color .15s ease-out;
   -ms-transition: border-color .15s ease-out,color .15s ease-out;
   -o-transition: border-color .15s ease-out,color .15s ease-out;
   transition: border-color .15s ease-out,color .15s ease-out;
}


.footer-blocks--bottom .footer-bottom-innerwap .footer-bottom-copyright {
   position: relative;
   height: auto;
   padding-left: 17px;
   padding-right: 17px;
   padding-top: 0;
   padding-bottom: 0;
}

.footer-blocks--bottom .footer-bottom-innerwap .footer-bottom-copyright p {
   word-wrap: break-word;
   margin-top: 0;
   margin-bottom: 0;
   text-align: right;
   white-space: pre-wrap;
}

.sqs-block-sppacer {
   position: relative;
   height: auto;
   padding-top: 17px;
   padding-bottom: 17px;
   padding-left: 17px;
   padding-right: 17px;
}

.sqs-block-sppacer .sqs-block-content {
   height: 34px;
}



.footer-container.lp-footer {
   padding-top: 0;
}

.sqs-row:before, 
.sqs-row:after,
.footer-container .footer-middle .footer-middle-sqs-row:before,
.footer-container .footer-middle .footer-middle-sqs-row:after,
.footer-container .footer-middle .footer-middle-logo-grup .footer-middles-sqs-row:after,
.footer-container .footer-middle .footer-middle-logo-grup .footer-middles-sqs-row:before,
.footer-container .footer-middle .footer-middle-logo-grup .cst-ftr-menu:after,
.footer-container .footer-middle .footer-middle-logo-grup .cst-ftr-menu:before,
.footer-container .footer-middle .footer-address:after,
.footer-container .footer-middle .footer-address:before,
.footer-container .footer-middle .footer-address .footer-details .footer-social-container:after,
.footer-container .footer-middle .footer-address .footer-details .footer-social-container:before,
.footer-blocks--bottom .footer-bottom-sqs-row:after,
.footer-blocks--bottom .footer-bottom-sqs-row:before{
   content: "";
   display: table;
}

.sqs-row:after,
.footer-container .footer-middle .footer-middle-sqs-row:after,
.footer-container .footer-middle .footer-middle-logo-grup .footer-middles-sqs-row:after,
.footer-container .footer-middle .footer-middle-logo-grup .cst-ftr-menu:after,
.footer-container .footer-middle .footer-address:after,
.footer-container .footer-middle .footer-address .footer-details .footer-social-container:after,
.footer-blocks--bottom .footer-bottom-sqs-row:after{
   clear:both;
}





@media (max-width: 1600px){

}

@media (max-width: 1440px){

}

@media (max-width: 1200px){

}

@media (max-width: 1024px){
   .footer-container .footer-inner{
      padding-left: 64px;
      padding-right: 64px;
   }
}

@media screen and (max-width: 960px){
   .footer-container .footer-inner {
      padding-left: 48px;
      padding-right: 48px;
   }
}







@media (max-width: 840px) and (min-width: 767px){
   .footer-container .footer-middle .footer-middle-logo-grup .cst-ftr-menu .hs-menu-wrapper>ul>li>a {
      font-size: 16px;
   }
}


@media screen and (max-width: 767px){
   .footer-container .footer-middle .footer-middle-logo-grup .cst-ftr-menu .hs-menu-wrapper>ul>li {
      float: none;
      width: auto;
   }
   .footer-container {
      background-image: url(https://4717378.fs1.hubspotusercontent-na1.net/hubfs/4717378/raw_assets/public/TrueNorthAccounting_July2022/images/footer_mobile.jpg);
   }
   .footer-container .footer-inner {
      padding-left: 20px;
      padding-right: 20px;
   }
   .footer-container .footer-inner .footer-blocks-top .sqs-row .sqs-col-12 {
      float: none;
      width: auto;
   }
   .footer-container .footer-inner .footer-blocks-top .sqs-row .sqs-col-12 .sqs-block-spacer {
      width: 100%;
      padding-bottom: 17px;
      padding-top: 17px;
   }
   .footer-container .footer-middle .footer-middle-sqs-col,
   .footer-container .footer-middle .sqs-col-1,
   .footer-container .footer-middle .footer-middle-logo-grup .footer-middles-sqs-row .footer-middle-logo-inner,
   .footer-container .footer-middle .footer-middle-logo-grup .footer-middles-sqs-row .footer-middle-img-grup,
   .footer-blocks--bottom .footer-bottom-inner .footer-bottom-privacy-contrainer,
   .footer-blocks--bottom .footer-bottom-inner .footer-bottom-copyright-contrainer,
   .footer-container .footer-middle .footer-address .footer-address-container,
   .footer-container .footer-middle .footer-address .footer-details,
   .footer-container .footer-middle .footer-middle-logo-grup .footer-middles-sqs-row .sqs-col-2{
      float: none;
      width: auto;
   }

   .footer-blocks--bottom .footer-bottom-inner .footer-bottom-privacy-contrainer,
   .footer-blocks--bottom .footer-bottom-inner .footer-bottom-copyright-contrainer,
   .footer-container .footer-middle .footer-middle-logo-grup .footer-middle-logo-inner .footer-middle-logo,
   .footer-container .footer-middle .footer-middle-logo-grup .footer-middle-img{
      padding-bottom: 17px;
      padding-top: 17px; 
   }
   .sqs-block-sppacer,
   .footer-container .footer-middle .footer-middle-logo-grup .sqs-col-2 .sqs-block-spacer,
   .sqs-block-spacer{
      display: none;
   }

   .footer-container .footer-middle .footer-middle-logo-grup {
      float: none;
      width: auto;
   }
   .footer-container .footer-middle .footer-middle-logo-grup .cst-ftr-menu .hs-menu-wrapper>ul>li {
      margin-top: 7px;
   }
   .footer-container .footer-middle .footer-address .footer-social-inner {
      float: none;
      width: auto;
   }
}





@media screen and (max-width: 640px){
   .footer-container .footer-inner {
      padding-left: 20px;
      padding-right: 20px;
   }

}

:root {
   --color-dark: #392f2d;
   --color-red: #D14124;
   --color-white: #ffffff;
}
 
.nopd .dnd-section, 
.nopd .content-wrapper--vertical-spacing {
   padding: 0;
} 
.nopd .dnd-section>.row-fluid {
   max-width: 100%;
}
.nopd .dnd-section>.row-fluid .dnd-column,  
.nopd .dnd-section>.row-fluid>[class*="span"].dnd-module{
   padding-left: 0;
   padding-right: 0; 
}
.pd{
   padding: 17px;
}

.hs_cos_wrapper_type_rich_text>*:first-child{
   margin-top:0;
}
.hs_cos_wrapper_type_rich_text>*:last-child{
   margin-bottom:0;
}

.full_width_content .hs_cos_wrapper_type_module {
   padding: 17px;
}  

.full_width .hs-block {
   padding: 0 17px;
}
.sqs-layout > .sqs-row {
   margin-left: -17px;
   margin-right: -17px;
}
.hs-block {
   width: 74.995%;
   margin: 0 auto;
} 
.full_width .page-center {
   padding-top: 75px;
   padding-bottom: 75px;
}
.full_width .hs_cos_wrapper_type_rich_text h2 {
   color: #281a17;
   margin-bottom: 0.83em;
}

.full_width .hs_cos_wrapper_type_rich_text h2 strong {
   font-weight: bold;
}
.full_width li p {
   margin-top: 0.5em;
   margin-bottom: 0.5em;
}

.full_width li p:first-child:before {
   display: inline-block;
   margin-left: -40px;
   min-width: 40px;
   text-align: right;
   box-sizing: border-box;
   padding-right: 10px;
   content: "\2022";
}

.full_width li {
   list-style: none;
}

.full_width ul {
   margin-bottom: 1em;
}

.ind_row4 h2 { 
   margin: 0.83em 0;
}
.prt_row_main .page-center {
   padding-top: 125px;
   padding-bottom: 125px;
}


.prt_row1 .hs_cos_wrapper_type_module img {
   display: block;
}
.full_width_content h2 {
   margin-bottom: 0.83em;
}

.full_width_content .widget-type-rich_text hr {
   color: rgba(255,108,69,.4);
   background-color: rgba(255,108,69,.4);
   margin: 0.5em 0 !important;
   height: 1px;
   border:0;
}
.who-we-work-section.two_col {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale; 
}
.full_width_content h4 {
   margin: 1.33em 0;
}

.full_width_content .widget-type-rich_text h3 {
   color: rgba(40,26,23,.8);
   hyphens: none;
   font-family: proxima-soft;
}

.full_width_content .widget-type-rich_text h3 a {
   color: inherit;
   padding-bottom: 0.05em;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: rgba(40,26,23,.24);
   -webkit-transition: border-color .15s ease-out,color .15s ease-out;
   -moz-transition: border-color .15s ease-out,color .15s ease-out;
   -ms-transition: border-color .15s ease-out,color .15s ease-out;
   -o-transition: border-color .15s ease-out,color .15s ease-out;
   transition: border-color .15s ease-out,color .15s ease-out;
}

.full_width_content .widget-type-rich_text h3 a:hover {
   color: rgba(40,26,23,.48);
   border-color: rgba(40,26,23,.12);
}

.full_width_content .widget-type-rich_text p a {
   color: #000;
   -webkit-transition: color .15s ease-out;
   -moz-transition: color .15s ease-out;
   -ms-transition: color .15s ease-out;
   -o-transition: color .15s ease-out;
   transition: color .15s ease-out;
   padding-bottom: 0.05em;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: rgba(0,0,0,.3);
   -webkit-transition: border-color .15s ease-out,color .15s ease-out;
   -moz-transition: border-color .15s ease-out,color .15s ease-out;
   -ms-transition: border-color .15s ease-out,color .15s ease-out;
   -o-transition: border-color .15s ease-out,color .15s ease-out;
   transition: border-color .15s ease-out,color .15s ease-out;
}

.full_width_content .widget-type-rich_text p a:hover {
   color: rgba(0,0,0,.6);
   border-color: rgba(0,0,0,.15);
}

img {
   max-width: 100%;
}
.full_width_content .hs_cos_wrapper_type_module img {
   display: block;
}
.full_width_content .widget-type-rich_text p a {
   word-break: break-all;
}
.full_width_content h4 {
   color: #030303;
}
.prt_row_main2 .page-center {
   padding-top: 75px;
   padding-bottom: 75px;
}
.full_width_content .prt_row3_fp .hs_cos_wrapper_type_module {
   padding: 0;
}


.pricing_row1 section.plan-pricing-section .block-spacer.top-spacer .block-content {
   height: auto;
   padding-bottom: 4.64756%;
}

.pricing_row1 section.plan-pricing-section .section-content p.top_ttl {
   color: #372E2C;
   margin-top: 0;
   font-style: italic;
   font-weight: bold;
}

.pricing_row1 section.plan-pricing-section .section-content h2 {
   line-height: 1em;
   color: #372E2C;
   font-family: proxima-nova;
   font-weight: 900;
   font-style: normal;
   font-size: 75px;
   letter-spacing: -.03em;
   margin: 0.67em 0;
}

.pricing_row1 section.plan-pricing-section .section-content h2 + p {
   margin-top: 15px;
   margin-bottom: 0;
   font-family: proxima-soft;
   font-weight: 800;
   font-style: normal;
   font-size: 15px;
   letter-spacing: .1em;
   line-height: 1.8em;
}

.pricing_row1 section.plan-pricing-section .block-spacer.bt-spacer .block-content {
   padding-bottom: 5.18978%;
   height: auto;
}


@-webkit-keyframes anim-opacity-full {
   0% {
      opacity: 0
   }

   100% {
      opacity: 1
   }
}

@keyframes anim-opacity-full {
   0% {
      opacity: 0
   }

   100% {
      opacity: 1
   }
}
.hc_mdl .hc_inr_wrap h2 {
   color: #281a17;
} 











@media(max-width:1024px){

}
@media (max-width: 960px){
   .prt_row_main .page-center {
      padding-top: 120px;
      padding-bottom: 120px; 
   } 
} 
@media(max-width:900px){
   .hs-block {
      width: 83.3333%;
   }
}
@media (max-width:767px) and (min-width:641px){
   .prt_row3 .row-fluid .span4 {
      width: 33.3%;  
   } 

   .prt_row3 .dnd-section>.row-fluid {
      display: flex;
      flex-wrap: wrap;
   }


} 

@media(min-width:641px){
   .pd.top{
      padding-top: 0;
   }
   .pd.bt{
      padding-bottom: 0;
   }
   .prt_row1 .hs_cos_wrapper_type_module {
      padding-top: 0;
   } 


}   
@media(max-width:767px){
   .hm_pg .sqs-block-spacer{
      display:block !important; 
   }    
}
@media(max-width:640px){
   .full_width .hs_cos_wrapper_type_rich_text h2 {
      font-size: 28px;
      letter-spacing: -.016px; 
   }

   .full_width .page-center {
      padding-top: 60px;
      padding-bottom: 60px;
   }

   .full_width .hs-block { 
      padding: 17px; 
   }
   .prt_row_main .page-center, 
   .prt_row_main2 .page-center{
      padding-top: 60px;
      padding-bottom: 60px;
   }
   .full_width_content h2 {
      font-size: 28px;
      letter-spacing: -.016px;
   } 

   .prt_row3 {
      margin-bottom: 50px;
   }
   .prt2 .prt_row3 {
      margin-bottom: 0;
   }

   .pricing_row1 section.plan-pricing-section .section-content h2 {
      font-size: 32px;
      letter-spacing: -.0128px;
   }







}
@media(max-width:600px){ 
   .hs-block {
      width: 100%;
   }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   body .hc_mdl .image-subtitle-wrapper p {  
      font-size: 6.1vw;
   }
   body .ts_mdl .image-subtitle-wrapper p { 
      font-size: 2.95vw;
   }
   body .ts_mdl .image-card.sqs-dynamic-text-container,
   body .hc_mdl .image-card.sqs-dynamic-text-container{ 
      margin:0;
   }

}

.sqs-dynamic-text {
   font-size: max(0.75rem, 17%);
   line-height: 1em;
}
@media(max-width:5740px){
   .sqs-dynamic-text {
      font-size: max(0.75rem, 22.7%);
   }
   .ts_mdl .sqs-dynamic-text {
      font-size: max(0.75rem, 11.2%); 
   }
}
@media(max-width:3840px){
   .sqs-dynamic-text {
      font-size: max(0.75rem, 34.1%);
   }
   .ts_mdl .sqs-dynamic-text {
      font-size: max(0.75rem, 16.7%);
   }
}
@media(max-width:2880px){
   .sqs-dynamic-text {
      font-size: max(0.75rem, 45.5%);
   }
   .ts_mdl .sqs-dynamic-text {
      font-size: max(0.75rem, 22.3%);
   }
}
@media(max-width:2560px){
   .sqs-dynamic-text {
      font-size: max(0.75rem, 51.2%);
   }
   .ts_mdl .sqs-dynamic-text {
      font-size: max(0.75rem, 25.1%);
   }

}
@media(max-width:2400px){
   .sqs-dynamic-text {
      font-size: max(0.75rem, 54.7%);
   }
}
@media(max-width:2200px){ 
   .sqs-dynamic-text {
      font-size: max(0.75rem, 59.6%);
   }
   .ts_mdl .sqs-dynamic-text {
      font-size: max(0.75rem, 29.2%);
   }
}
@media(max-width:2100px){
   .sqs-dynamic-text {
      font-size: max(0.75rem, 62.5%);
   }
   .ts_mdl .sqs-dynamic-text {
      font-size: max(0.75rem, 30.6%);
   }

}
@media(max-width:1920px){
   .sqs-dynamic-text {
      font-size: max(0.75rem, 67.7%);
   }
   .ts_mdl .sqs-dynamic-text {
      font-size: max(0.75rem, 33.1%);
   }
}
@media(max-width:1700px){
   .sqs-dynamic-text {
      font-size: max(0.75rem, 67%); 
   } 
}
@media(max-width:1600px){
   .sqs-dynamic-text {
      font-size: max(0.75rem, 65.3%); 
   }
   .ts_mdl .sqs-dynamic-text {
      font-size: max(0.75rem, 31.8%);
   }

}

@media(max-width:1400px){
   .sqs-dynamic-text {
      font-size: max(0.75rem, 65%);
   }
   .ts_mdl .sqs-dynamic-text {
      font-size: max(0.75rem, 31.5%);
   }

}
@media(max-width:1300px){
   .sqs-dynamic-text {
      font-size: max(0.75rem, 64.2%);
   }
}
@media(max-width:1200px){
   .sqs-dynamic-text {
      font-size: max(0.75rem, 63.3%);
   }
}
@media(max-width:1100px){
   .sqs-dynamic-text {
      font-size: max(0.75rem, 62.3%);
   }
   .ts_mdl .sqs-dynamic-text {
      font-size: max(0.75rem, 30%);
   }

}
@media(max-width:1024px){
   .sqs-dynamic-text {
      font-size: max(0.75rem, 64.3%);
   }
   .ts_mdl .sqs-dynamic-text {
      font-size: max(0.75rem, 30.9%);
   }

}
@media(max-width:980px){
   .sqs-dynamic-text {
      font-size: max(0.75rem, 63.8%);
   }
   .ts_mdl .sqs-dynamic-text {
      font-size: max(0.75rem, 30.6%);
   }

}
@media(max-width:800px){
   .sqs-dynamic-text {
      font-size: max(0.75rem, 64.4%);
   }
   .ts_mdl .sqs-dynamic-text {
      font-size: max(0.75rem, 30.5%);
   }
}
@media(max-width:767px){
   .sqs-dynamic-text {
      font-size: max(0.75rem, 66.3%);
   }
   .ts_mdl .sqs-dynamic-text {
      font-size: max(0.75rem, 31.4%);
   }
}
@media(max-width:640px){
   .sqs-dynamic-text {
      font-size: max(0.75rem, 68.3%);
   }
   .ts_mdl .sqs-dynamic-text {
      font-size: max(0.75rem, 68.2%);
   }

}
@media(max-width:500px){
   .sqs-dynamic-text {
      font-size: max(0.75rem, 66.4%);
   }
   .ts_mdl .sqs-dynamic-text {
      font-size: max(0.75rem, 66.4%);
   }
}
@media(max-width:479px){
   .sqs-dynamic-text {
      font-size: max(0.75rem, 66.1%);
   }
   .ts_mdl .sqs-dynamic-text {
      font-size: max(0.75rem, 66.1%);
   }
}
@media(max-width:350px){
   .sqs-dynamic-text {
      font-size: max(0.75rem, 61.5%);
   }
   .ts_mdl .sqs-dynamic-text {
      font-size: max(0.75rem, 61.7%);
   }
}


.nopd .dnd-section>.row-fluid {
   padding-left: 0 !important;
   padding-right: 0 !important;
}

.nopd .dnd-module {
   padding: 0 !important;
}

.e-book-page-cntnr .logo-cnt-wrp .logo-row {
   padding-top: 75px;
   padding-right: 85px;
   padding-left: 85px;
}

.e-book-page-cntnr .logo-cnt-wrp .logo-cnt {
   padding-bottom: 75px;
   padding-right: 85px;
   padding-left: 85px;
}

.e-book-page-cntnr .logo-cnt-wrp .logo-cnt h2 {
   color: #281a17;
}

.e-book-page-cntnr .logo-cnt-wrp .logo-cnt p:last-child {
   padding-bottom: 17px;
}

.e-book-page-cntnr .logo-cnt-wrp .logo-cnt .logo-cnt-inner {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   width: 76.94%;
   margin-right: auto;
   margin-left: auto;
}



.e-book-page-cntnr section.banner-section .banner-section-cntnr .content-block p.subtitle em {
   margin-left: 5px;
}

body.pop-vis {
   overflow: hidden;
}

@media (max-width: 1024px) {
   .e-book-page-cntnr .logo-cnt-wrp .logo-row {
      padding-left: 64px;
      padding-right: 64px;
   }

   .e-book-page-cntnr .logo-cnt-wrp .logo-cnt {
      padding-left: 64px;
      padding-right: 64px;
   }
}

@media (max-width: 960px) {
   .e-book-page-cntnr .logo-cnt-wrp .logo-row {
      padding-left: 48px;
      padding-right: 48px;
   }

   .e-book-page-cntnr .logo-cnt-wrp .logo-cnt {
      padding-left: 48px;
      padding-right: 48px;
   }
}

@media (max-width: 900px) {
   .e-book-page-cntnr .logo-cnt-wrp .logo-cnt .logo-cnt-inner {
      width: 83.3333%;
   }
}

@media (max-width: 768px) {
   .e-book-page-cntnr .logo-cnt-wrp .logo-row {
      padding-left: 36px;
      padding-right: 36px;
   }

   .e-book-page-cntnr .logo-cnt-wrp .logo-cnt {
      padding-left: 36px;
      padding-right: 36px;
   }
}

@media (max-width: 640px) {
   .e-book-page-cntnr .logo-cnt-wrp .logo-row {
      padding-top: 60px;
      padding-left: 20px;
      padding-right: 20px;
   }

   .e-book-page-cntnr .logo-cnt-wrp .logo-cnt {
      padding-bottom: 60px;
      padding-left: 20px;
      padding-right: 20px;
   }

   .e-book-page-cntnr .logo-cnt-wrp .logo-row .logo-row-content {
      padding-top: 17px;
   }

   .true-north-page-cntnr section.learn-more-section .learn-more-button .learn-more-button-container {
      padding: 17px;
   }
}


.resources-videos-page .dnd-section {
   padding: 125px 0 55px;
}

.video-main .hs_cos_wrapper_type_linked_image {
   display: block;
   font-size: 0;
   line-height: 0;
}

.cm-video-icon {
   background: transparent url(https://4717378.fs1.hubspotusercontent-na1.net/hubfs/4717378/raw_assets/public/TrueNorthAccounting_July2022/images/play-button.png) center center no-repeat;
}

.resources-videos-page a.hs-button {
   text-align: center;
   text-decoration: none;
   cursor: pointer;
   -webkit-appearance: none;
   appearance: none;
   line-height: normal;
   border-width: 0;
   display: inline-block;
   width: auto;
   height: auto;
   font-family: proxima-nova;
   font-size: 16px;
   font-weight: 900;
   font-style: normal;
   text-transform: uppercase;
   letter-spacing: .1em;
   color: #fff;
   background-color: #d74123;
   border-color: #d74123;
   padding: 21px 34px;
   transition: .1s opacity linear;
   -webkit-backface-visibility: hidden;
   border-radius: 300px;
}

.resources-videos-page a.hs-button:hover {
   opacity: .8;
}

/*  */

body.popup-open {
   position: static;
   overflow-y: hidden;
}

body.popup-open .poup-video-inner {
   display: block;
}

.event-page [class*="force-full-width-section"].dnd-section > div,
.newsletter-page [class*="force-full-width-section"].dnd-section > div,
.toolkit-page [class*="force-full-width-section"].dnd-section > div,
.video-page [class*="force-full-width-section"].dnd-section > div,
.resources-videos-page [class*="force-full-width-section"].dnd-section > div {
   padding: 0; 
}

.cm-video-gallery .cm-summary-content-inner p {
   font-size: 14px;
   line-height: 1.4em;
   margin: 0 0 10px 0;
   text-align: left;
}

/*  */

.video-page .cm-video-gallery .cm-video-gallery-item {
   width: 31.5851%;
   margin-bottom: 2.62238%;
   margin-right: 2.62238%;
}

.video-page .cm-video-gallery .cm-video-gallery-item:first-child,
.video-page .cm-video-gallery .cm-video-gallery-item:nth-child(4) {
   clear: left;
}

.video-page .cm-video-gallery .cm-video-wrapper {
   padding-bottom: 75%;
}

.video-page .cm-video-gallery .video-grid {
   margin-bottom: -2.62238%;
}


/*  */

.toolkit-main .hs_cos_wrapper_type_header h2 {
   margin: 0;
}

.toolkit-main .hs_cos_wrapper_type_header {
   width: 74.995%;
   margin-right: auto;
   margin-left: auto;
   display: block;
   padding-left: 17px;
   padding-right: 17px;
}

.toolkit-main .hs_cos_wrapper_type_header h4 {
   margin: 1.33em 0;
}

.toolkit-main .dnd-section > .row-fluid {
   padding-left: 68px;
   padding-right: 68px;
}

.toolkit-main .dnd-section>.row-fluid .dnd-column, 
.toolkit-main .dnd-section>.row-fluid>[class*="span"].dnd-module {
   padding-left: 0;
   padding-right: 0;
}

.body-container-wrapper .widget-type-space {
   padding: 17px;
   display: inline-block;
   width: 100%;
   line-height: 0;
}

.body-container-wrapper .widget-type-space .hs-horizontal-spacer {
   height: 34px;
   display: inline-block;
   width: 100%;
}

b, strong {
   font-weight: bold;
}

/* Newsletter */

.newsletter-page section.banner-section .banner-section-cntnr .content-block p.subtitle {
   font-family: minion, serif;
   font-size: 18px;
   margin-bottom: 0;
   padding-top: 0;
   padding-bottom: 17px;
}

.newsletter-page section.banner-section .banner-section-cntnr .content-block h1.title {
   margin-top: 0;
   padding-top: 17px;
   padding-bottom: 0;
}

.newsletter-page .news-navigation ul li a {
   text-decoration: underline;
}

.toolkit-page .body-container-wrapper hr,
.newsletter-page .body-container-wrapper hr {
   font-size: 15px;
   width: calc(74.995% + 17px)!important;
   margin: 0.5em auto !important;
   box-sizing: border-box !important;
}

.newsletter-page section.newsletter-section .newsletter-signup h4 {
   margin-top: 1.16em;
   margin-bottom: 1.4em;
   line-height: 1.02em;
   text-transform: none;
}

/* Contact */

.contact-page [class*="force-full-width-section"].dnd-section > .row-fluid {
   padding: 0;
}

.contact-main .hs_cos_wrapper_type_rich_text h2 {
   margin-bottom: 0.83em;
}

.contact-main .hs-form {
   letter-spacing: normal;
}

.contact-main .hs-form fieldset.form-columns-2 .hs-form-field .hs-input {
   width: 90%;
}

.contact-main .hs-form fieldset.form-columns-2 .hs-form-field:last-child .hs-input {
   width: 100%;
}

.contact-main .hs-form fieldset .hs-form-field {
   margin-bottom: 18px;
}

.contact-main .hs-form fieldset .hs-form-field .hs-input {
   width: 100%;
}

.contact-main .hs-form  label.hs-form-radio-display {
   font-family: Lato;
   margin-bottom: 4px;
   font-size: 13px;
   line-height: 18px;
   white-space: normal;
   font-weight: normal;
   display: block;
}

.contact-main .hs-form label.hs-form-radio-display input {
   margin: 3px 5px 3px 0px;
   line-height: normal;
}

.contact-main .hs-form fieldset p {
   margin-top: 1em;
   margin-bottom: 1em;
   line-height: normal;
}

.contact-main .hs-form .actions {
   margin-top: 18px;
   margin-bottom: 18px;
   padding: 17px 0px;
}

.contact-main .hs-form .actions input.hs-button {
   margin: 0;
}

.contact-main form .hs-richtext {
   margin: 0;
}

.contact-page .hs_cos_wrapper_type_header h4,
.contact-page .hs_cos_wrapper_type_rich_text h4 {
   margin-top: 1.33em;
   margin-bottom: 1.33em;
}

.contact-page a.cta_button {
   font-family: proxima-nova;
   font-size: 16px;
   font-weight: 900;
   font-style: normal;
   text-transform: uppercase;
   letter-spacing: .1em;
   color: #fff;
   background-color: #d74123;
   border-color: #d74123;
   padding: 21px 34px;
   transition: .1s opacity linear;
   -webkit-backface-visibility: hidden;
   border-radius: 300px;
   display: inline-block;
   width: auto;
   height: auto;
   text-align: center;
   text-decoration: none;
   cursor: pointer;
   -webkit-appearance: none;
   appearance: none;
   line-height: normal;
   box-sizing: border-box !important;
}

.contact-page a.cta_button:hover {
   opacity: .8;
}

.contact-main .hs-form fieldset .hs-form-field label.hs-form-radio-display .hs-input {
   width: auto;
}

.contact-page .hs_cos_wrapper_type_rich_text a {
   padding-bottom: 0.05em;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: rgba(0,0,0,.3);
}

.contact-page .hs_cos_wrapper_type_rich_text a:hover {
   color: rgba(0,0,0,.6);
   border-color: rgba(0,0,0,.15);
}

.video-youtube-col span.playbutton {
   background: transparent url(https://4717378.fs1.hubspotusercontent-na1.net/hubfs/4717378/raw_assets/public/TrueNorthAccounting_July2022/images/play-button.png) center center no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx){

   .video-youtube-col span.playbutton,
   .cm-video-icon {
      background-image: url(https://4717378.fs1.hubspotusercontent-na1.net/hubfs/4717378/raw_assets/public/TrueNorthAccounting_July2022/images/play-buttonMac.png);
      background-size: 33px;
   }


} 

.contact-page section.newsletter-section .newsletter-content .newsletter-signup {
   background-repeat: no-repeat;
   background-position: center;
   background-size: 100% 100%;
}

.toolkit-page .news-navigation {
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
}

.resources-videos-page .adv-image-wrp {
   margin: 0 auto;
   padding: 0 14px;
   line-height: 0;
   font-size: 0;
}

.newsletter-page .newsleter-page section.newsletter-section .newsletter-signup h4 {
   color: #000;
}

.inputs-list:first-child {
   padding-top: 6px;
}



@media (min-width:641px) {

   .resources-videos-page .hs_cos_wrapper_type_rich_text h1 {
      font-size: 75px;
   }

}


@media (max-width:1672px) {

   .video-page .cm-video-gallery .cm-video-gallery-item {
      width: 48.4833%;
      margin-bottom: 3.03337%;
      margin-right: 3.03337%;
      clear: left;
   }

   .video-page .cm-video-gallery .cm-video-gallery-item:nth-child(2n) {
      margin-right: 0;
      clear: none;
   }

   .cm-video-gallery .video-grid {
      margin-bottom: -3.03337%;
   }

}

@media (max-width:1640px) {

   .cm-video-gallery .cm-video-gallery-item {
      width: 48.4326%;
      margin-bottom: 3.1348%;
      margin-right: 3.1348%;
   }

   .cm-video-gallery .video-grid {
      margin-bottom: -3.1348%;
   }

}

@media (max-width:1440px) {

   .cm-video-gallery .cm-video-gallery-item {
      width: 48.1796%;
      margin-bottom: 3.64078%;
      margin-right: 3.64078%;
   }

   .cm-video-gallery .video-grid {
      margin-bottom: -3.64078%;
   }

}

@media (max-width:1240px) {

   .cm-video-gallery .cm-video-gallery-item {
      width: 47.8292%;
      margin-bottom: 4.34153%;
      margin-right: 4.34153%;
   }

   .cm-video-gallery .video-grid {
      margin-bottom: -4.34153%;
   }


}

@media (max-width:1193px) {

   .video-page .cm-video-gallery .cm-video-gallery-item {
      width: 100%;
      margin-bottom: 4.55235%;
      margin-right: 0;
   }

   .cm-video-gallery .cm-video-gallery-item {
      width: 100%;
      margin-bottom: 4.55235%;
      margin-right: 0px;
      clear: left;
   }

   .cm-video-gallery .video-grid {
      margin-bottom: -4.55235%;
   }

}

@media (max-width:1024px) {

   .cm-video-gallery .cm-video-gallery-item {
      margin-bottom: 5.21739%;
   }

   .cm-video-gallery .video-grid {
      margin-bottom: -5.21739%;
   }

   .toolkit-main .dnd-section > .row-fluid {
      padding-left: 47px;
      padding-right: 47px;
   }

}

@media (max-width:991px) {

   .cm-video-gallery .cm-video-gallery-item {
      margin-bottom: 5.42495%;
   }

   .cm-video-gallery .video-grid {
      margin-bottom: -5.42495%;
   }

}


@media screen and (max-width: 960px){

   .resources-videos-page .dnd-section {
      padding: 120px 0;
   }

   .toolkit-main .dnd-section > .row-fluid {
      padding-left: 31px;
      padding-right: 31px;
   }

}

@media (max-width:900px){

   .toolkit-main .hs_cos_wrapper_type_header {
      width: 83.3333%;
   }

   .newsletter-page .body-container-wrapper hr{
      width: calc(83.3333% + 24px) !important;
   }

}

@media screen (max-width: 832px) and (min-width: 601px){

   .contact-main .hs-form fieldset.form-columns-2 .hs-form-field .hs-input {
      width: 100%;
   }

   .contact-main .hs-form fieldset.form-columns-2 .hs-form-field {
      width: 100%;
   }

}


@media screen and (max-width: 768px){

   .toolkit-main .dnd-section > .row-fluid {
      padding-left: 19px;
      padding-right: 19px;
   }

}


@media (max-width:767px) {

   .cm-video-gallery .cm-video-gallery-item {
      margin-bottom: 6.80272%;
   }

   .cm-video-gallery .video-grid {
      margin-bottom: -6.80272%;
   }

}

@media screen and (max-width: 640px){

   .resources-videos-page .dnd-section {
      padding:60px 0;
   }

   .toolkit-main .dnd-section > .row-fluid {
      padding-left: 3px;
      padding-right: 3px;
   }

   .toolkit-page .body-container-wrapper .dnd-section {
      padding-top: 60px;
      padding-bottom: 60px;
   }

   .toolkit-main .hs_cos_wrapper_type_header h2 {
      font-size: 28px;
      letter-spacing: -.016px;
   }

   .toolkit-main .hs_cos_wrapper_type_header h2 {
      font-size: 28px;
      letter-spacing: -.016px;
      padding-top: 17px;
   }

   .toolkit-main .hs_cos_wrapper_type_header{
      width:100%;
   }

   .newsletter-page .dnd-section {
      padding-top: 60px;
      padding-bottom: 60px;
   }

   .contact-page .dnd-section {
      padding-top: 60px;
      padding-bottom: 60px;
   }

   .contact-page form .inputs-list {
      padding-top: 6px;
   }

   .resources-videos-page .adv-image-wrp {
      width: 100% !important;
      padding: 17px 0;
   }

   .resources-videos-page .body-container-wrapper .widget-type-space {
      display: none !important;
   }

   .video-page .body-container-wrapper .widget-type-space {
      display: none !important;
   }

}

@media (max-width:639px) {

   .newsletter-page ul, 
   .newsletter-page blockquote {
      margin: 0;
      padding: 1em 40px;
   }

}

@media screen and (max-width: 600px){

   .newsletter-page .body-container-wrapper hr{
      width:100% !important;
   }



}

@media (max-width:479px) {

   .cm-video-gallery .cm-video-gallery-item {
      margin-bottom: 7.109%;
   }

   .cm-video-gallery .video-grid {
      margin-bottom: -7.109%;
   }

   .video-page .cm-video-gallery .cm-video-wrapper {
      padding-bottom: 56.2061%;
   }
}

@media (max-width: 457px) {

   .contact-main .hs-form fieldset.form-columns-2 .hs-form-field .hs-input {
      width: 100%;
   }

   .contact-main .hs-form fieldset.form-columns-2 .hs-form-field {
      width: 100%;
   }


   .newsletter-page ul, 
   .newsletter-page blockquote {
      margin: 0;
      padding: 1em 30px;
   }


}


@media (max-width:320px) {

   .cm-video-gallery .cm-video-gallery-item {
      margin-bottom: 11.4068%;
   }

   .cm-video-gallery .video-grid {
      margin-bottom: -11.4068%;
   }


}




.business-row-2 {
   margin-bottom: 136px;
}
.business-row-2 .full-width-section {
   margin-left: -17px;
   margin-right: -17px;
   padding-top: 75px;
   padding-bottom: 75px;
}
.business-row-2 .widget-type-space{
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   width: 74.995%;
   margin-right: auto;
   margin-left: auto;
   padding-left: 17px;
   padding-right: 17px;
   position: relative;
   height: auto;
   padding-bottom: 17px;
}

.business-row-2 .hs-horizontal-spacer {
   height: 34px;
   display: block;
}


.business-row-2 .widget-type-rich_text {
   position: relative;
   height: auto;
   padding-top: 17px;
   padding-bottom: 17px;
   padding-left: 17px;
   padding-right: 17px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   width: 74.995%;
   margin-right: auto;
   margin-left: auto;
}

.business-row-2 .widget-type-rich_text p {
   font-size: 18px;
}

.business-row-2 .widget-type-rich_text h2 {
   margin-bottom: 0.83em;
   color: #281a17;
}

.business-row-2 .hs-button {
   display: inline-block;
   width: auto;
   height: auto;
   text-align: center;
   text-decoration: none;
   cursor: pointer;
   -webkit-appearance: none;
   appearance: none;
   line-height: normal;
   padding: 13px 26px;
   font-family: proxima-nova-condensed;
   font-size: 15px;
   font-weight: 800;
   font-style: normal;
   text-transform: none;
   letter-spacing: .1em;
   border-color: #d34127;
   border-width: 2px;
   border-style: solid;
   background-color: transparent;
   transition: 0.1s background-color linear, 0.1s color linear;
   color: #d34127;
   border-radius: 300px;
}

.business-row-2 .hs-button:hover {
   background-color: #d34127;
   color: #fff;
}





.mountaineer-plan-row-2 {
   margin-bottom: 136px;
}

.mountaineer-plan-row-2 .full-width-section {
   margin-left: -17px;
   margin-right: -17px;
   padding-top: 75px;
   padding-bottom: 75px;
}

.mountaineer-plan-row-2 .form-title {
   padding-bottom: 17px;
   color: #281a17;
   margin-top: 0;
   margin-bottom: 0;
   opacity: 0.8;
}

.mountaineer-plan-row-2 .widget-type-form {
   position: relative;
   height: auto;
   padding-left: 17px;
   padding-right: 17px;
   padding-bottom: 17px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   width: 74.995%;
   margin-right: auto;
   margin-left: auto;
}



.mountaineer-plan-row-2 .widget-type-form fieldset:first-child {
   padding-top: 17px;
}


.mountaineer-plan-row-2 .widget-type-form form .hs-form-field {
   margin-bottom: 18px;
}


.mountaineer-plan-row-2 .widget-type-form fieldset>div:last-of-type  .hs-input:not([type=checkbox]):not([type=radio]) {
   width: 100%;
   max-width: 100%;
}


.mountaineer-plan-row-2 .widget-type-form fieldset textarea {
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   border-radius: 15px;
   background-clip: padding-box;
   padding: 10px 15px;
   height: auto;
   -webkit-appearance: none;
}

.mountaineer-plan-row-2 .widget-type-form fieldset .input {
   line-height: normal;
}

.mountaineer-plan-row-2 .widget-type-form fieldset .hs-tell_us_about_your_business_ .input,
.mountaineer-plan-row-2 .widget-type-form fieldset .hs-what_are_your_business_priorities_and_challenges_ .input{
   margin-bottom: -4px;
}


.mountaineer-plan-row-2 .widget-type-form fieldset .input .inputs-list:first-child {
   padding-top: 6px;
}

.mountaineer-plan-row-2 .widget-type-form fieldset .input .inputs-list li {
   display: block;
   padding: 0;
   width: 100%;
   padding-top: 0;
}

.mountaineer-plan-row-2 .widget-type-form fieldset .input .inputs-list li label {
   float: none;
   width: auto;
   padding: 0;
   line-height: 18px;
   white-space: normal;
   font-weight: normal;
   font-family: Lato;
   font-size: 13px;
   color: #626262;
   margin-bottom: 4px;
}




.mountaineer-plan-row-2 .widget-type-form fieldset .input input[name=firstname] {
   width: 90%;
}

.mountaineer-plan-row-2 .widget-type-form .hs-submit .actions {
   margin-top: 18px;
   padding: 17px 0px;
   text-align: left;
}

.mountaineer-plan-row-2 .widget-type-form  form input[type=submit], form .hs-button {
   margin-bottom: 0;
}


.mountaineer-plan-row-2 .widget-type-form fieldset .hs-form-field label {
   letter-spacing: normal;
}


.mountaineer-plan-row-2 .widget-type-form fieldset .input .inputs-list li input[type=radio] {
   cursor: pointer;
   width: auto;
   height: auto;
   padding: 0;
   margin: 3px 5px 3px 0px;
   line-height: normal;
   border: 0;
   vertical-align: top;
}

.mountaineer-plan-row-2 .widget-type-form fieldset .input .inputs-list li+li {
   padding-top: 2px;
}

.mountaineer-plan-row-2 .widget-type-form form input[type=submit], form .hs-button {
   margin-bottom: 0;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}



.faq-row-2 .full-width-section {
   margin-left: -17px;
   margin-right: -17px;
   padding-top: 75px;
   padding-bottom: 75px;
}


.faq-row-2 .widget-type-rich_text {
   width: 66.6667%;
   margin-left: 16.6667%;
   margin-right: 16.6667%;
   padding-left: 17px;
   padding-right: 17px;
}

.faq-row-2 .widget-type-rich_text h3 {
   color: #281a17;
   opacity: 0.8;
   font-family: proxima-soft;
}



.faq-row-2 .widget-type-rich_text ul[data-rte-list] {
   list-style: none;
   margin-top: 1em;
   margin-bottom: 1em;
}


.faq-row-2 .widget-type-rich_text ul[data-rte-list] li>* {
   margin-top: 0.5em;
   margin-bottom: 0.5em;
}

.faq-row-2 .widget-type-rich_text ul[data-rte-list] li>*:first-child::before {
   padding-right: 10px;
   content: "\2022";
   white-space: pre;
   display: inline-block;
   margin-left: -40px;
   min-width: 40px;
   text-align: right;
   box-sizing: border-box;
}

.faq-row-2 .widget-type-rich_text p a {
   word-wrap: break-word;
   color: #000;
   -webkit-transition: color .15s ease-out;
   -moz-transition: color .15s ease-out;
   -ms-transition: color .15s ease-out;
   -o-transition: color .15s ease-out;
   transition: color .15s ease-out;
   padding-bottom: 0.05em;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: rgba(0,0,0,.3);
   -webkit-transition: border-color .15s ease-out,color .15s ease-out;
   -moz-transition: border-color .15s ease-out,color .15s ease-out;
   -ms-transition: border-color .15s ease-out,color .15s ease-out;
   -o-transition: border-color .15s ease-out,color .15s ease-out;
   transition: border-color .15s ease-out,color .15s ease-out;
}


.faq-row-2 .widget-type-rich_text p a:hover {
   color: rgba(0,0,0,.6);
   border-color: rgba(0,0,0,.15);
}




.our-team-page  .banner-section .banner-section-cntnr .content-block p.subtitle em{
   margin-left:0;
}

.our-team-page .banner-section .banner-section-cntnr .spacer-block.bottom-spacer .spacer-block-inner {
   padding-bottom: 4.61023%;
   height:0;
}


.our-team-page .banner-section .banner-section-cntnr .spacer-block.bottom-spacer .spacer-block-inner {
   padding-bottom: 4.61023%;
   height: auto;
   font-size: 18px;
   letter-spacing: .01em;
   line-height: 1.7em;
}

.our-team-rw1 .learn-more-section .learn-more-content h2 strong {
   font-weight: 800;
}

.our-team-rw1 .learn-more-section .bottom-spacer {
   display: none;
}















@media (max-width: 900px) {
   .business-row-2 .widget-type-rich_text {
      width: 83.3333%;
   }
   .mountaineer-plan-row-2 .widget-type-form{
      width: 83.3333%;
   }

}





@media (max-width: 640px) {
   .business-row-2 .widget-type-rich_text h2 {
      margin-bottom: .83em;
      color: #281a17;
      font-size: 28px;
   }
   .business-row-2 .widget-type-space{
      padding-top: 17px;
   }
   .business-row-2 .full-width-section{
      padding-top: 60px;
      padding-bottom: 60px;
   }
   .business-row-2 .widget-type-rich_text p {
      font-size: 18px;
   }
   .faq-row-2 .widget-type-rich_text {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      padding-bottom: 17px;
      padding-top: 17px;
   }
   .faq-row-2 .full-width-section{
      padding-top: 60px;
      padding-bottom: 60px;
   }
   .our-team-rw1 .learn-more-btn-wrpr {
      padding-bottom: 17px;
      padding-top: 17px;
   }

   .mountaineer-plan-row-2 {
      margin-bottom: 124px;
   }
}



@media (max-width: 600px) {
   .business-row-2 .widget-type-space {
      width: 100%;
   }
   .business-row-2 .widget-type-rich_text {
      width: 100%;
   }
   .mountaineer-plan-row-2 .widget-type-form {
      width: 100%;
   }
}



@media (max-width: 457px){
   .mountaineer-plan-row-2 .widget-type-form fieldset.form-columns-2 {
      width: 100%;
      float: none;
   }
   .mountaineer-plan-row-2 .widget-type-form fieldset.form-columns-2 .hs-form-field {
      width: 100%;
   }
   .mountaineer-plan-row-2 .widget-type-form fieldset .input input[name=firstname] {
      width: 100%!important;
   }
}




@media (max-width: 400px){
   .mountaineer-plan-row-2 .widget-type-form fieldset .input input[name=firstname] {
      width: 100%!important;
   }
}





.container-fluid.resources12 h5 {
   font-size: 18px;
   text-align: center;
   font-family: serif;

}
.container-fluid.resources1 h2 {
   font-size: 35px;
   text-align: center;

}

.container-fluid.resources12 h5 {
   margin-bottom: 0;
}

.container-fluid.resources12 h5 {
   font-size: 18px;
   text-align: center;
   font-family: Georgia,serif;
}
.container-fluid.resources12 h5 {
   margin: 0;
}

.container-fluid.resources1 h2 {
   color: #281a17;
}
.container-fluid.resources12 h5 {
   line-height: 1.7em;
   color: #281a17;
}

.container-fluid.resources1 h2 {
   margin-top: 0;
   margin-bottom: 0.85em;
}
.resources2 .widget-type-space {
   padding: 0 !important;
   display: inherit;
}

.resources2 .hs-horizontal-spacer {
   height: 0 !important;
   display: inline;
}
.container-fluid.resources2 .hs-horizontal-spacer {
   display: none;
}
.container-fluid.resources12 h5 {
   margin-bottom: -2px;
}
.service-indexpage {
   position: relative;
   overflow: hidden;
   background-color: #fff;

}

.service-indexpage.page-center {
   padding-top: 75px;
   padding-bottom: 75px;
}

.service-indexpage-sqs-row {
   margin-left: -17px;
   margin-right: -17px;
}

.service-section1 {
   padding-left: 17px;
   padding-right: 17px;
   width: 74.995%;
   margin-right: auto;
   margin-left: auto;
   position: relative;
   height: auto;
}

.service-section1 h2 {
   text-align: center;
   white-space: pre-wrap;
   margin-top: 0;
   margin-bottom: 29px;
   font-weight: 800;
   font-size: 35px;
   color: #281a17;
}
.service-section1 h6 {
   text-align: center;
   white-space: pre-wrap;
   margin-bottom: 0;
   margin-top: 0 !important;
   color: #030303;
   font-size: 18px;
   font-weight: 400;
   font-family: Georgia,serif;
}
.service-section1 h2 {
   margin-left: 7px;
}
.container-fluid.service4 .newsletter-content {
   padding-top: 0;
}
.container-fluid.service4 section.newsletter-section .block-spacer.top-spacer {
   display: none;
}

.container-fluid.service2 .html-block-content h2 a {
   border: none;
   letter-spacing: 0.18px;
}

.container-fluid.service2 .html-block-content h2 a:hover {
   color: #fff;
}

.container-fluid.service2 .cst-resources-item.clearfix {
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}

.container-fluid.service2 .cst-resources-item.clearfix:last-child {
   width: 100%;
}


.container-fluid.service2 .cst-resources-item.clearfix:last-child .block-resources {
   width: 41.77%;
   float:left;
}

.container-fluid.service2 .cst-resources .html-block-content h2 {
   font-family: proxima-nova,sans-serif;
   font-weight: 700;
   font-style: normal;
   font-size: 25px;
   hyphens: none;
   letter-spacing: .01em;
   line-height: 30.6px;
   text-transform: none;
   margin-bottom: 1.33em;
   margin-top: 1.33em;
}

.container-fluid.service2 .cst-desription {
   font-size: 18px;
   font-weight: 400;

}

.container-fluid.service2 .figure-image img {
   height: 100px;
   margin-bottom: 10px;
}

.container-fluid.service2  .figure-image img {
   height: 100px;
}

.container-fluid.service2 .cst-resources-item.clearfix:first-child {
   padding-bottom: 68px;
}

.container-fluid.resources4 .block-spacer.bottom-spacer {
   padding: 0;
}

.container-fluid.service2 .cst-resources-item.clearfix:first-child .block-resources {
   width: 41.6667%;
   float: left;
}

.container-fluid.service2 .cst-desription p {
   margin-bottom: 0;
}

.indexpage.page-center {
   padding-bottom: 75px ;
   padding-top: 75px;
}
.indexpage-sqs-row {
   width: 74.995%;
   margin-right: auto;
   margin-left: auto;
   position: relative;
   height: auto;
}

.container-fluid.resources4 section.newsletter-section .page-center {
   padding-bottom: 0;
}

@media screen and (max-width: 900px){
   .indexpage-sqs-row,.service-section1 {
      width: 83.3333% !important;
   }
}
@media screen and (max-width: 768px){
   .container-fluid.service2 .cst-resources-item.clearfix:first-child{
      padding-left: 0;
      padding-right: 0;

   }

}

@media screen and (max-width: 640px){
   .container-fluid.resources1 h2 {
      font-size: 28px;
      letter-spacing: -.016px;
   }
   .service-section1 {
      width: 100%;
   }
   .service-section1 h2 {
      font-size: 28px;
      letter-spacing: -.016px;
   }
   .container-fluid.resources1 h2 {
      font-size: 28px;
      letter-spacing: -.016px;
   }
   .cst-resources .sqs-row-repeater.clearfix {
      float: none !important;
      width: auto !important;
   }

   .container-fluid.service2 .cst-resources-item.clearfix:first-child .block-resources {
      float:none;
   }


   .container-fluid.service2 .cst-resources-item.clearfix:last-child .block-resources {
      float:none;
   }
   .indexpage-sqs-row,.service-section1.nopd {
      width: 100% !important;
   }
   .container-fluid.resources4 section.newsletter-section .block-spacer .block-content {
      height: 24px;
   }
   .container-fluid.service2 .cst-resources-item.clearfix:first-child{

      margin-left: 0;
      margin-right: 0;
   }
   .container-fluid.service2 .cst-resources-item.clearfix:first-child .block-resources {
      width: 100%;
   }
   .container-fluid.service2 .cst-resources-item.clearfix:last-child .block-resources {
      float: none;
      width: 100%;
   }
   .container-fluid.service2 .cst-resources-item.clearfix:first-child .block-resources {
      padding-top: 30px;
   }
   .container-fluid.service2 .cst-resources .resourcess-row-spacer {
      height: 90px;
   }
}

@media (max-width: 600px) {
   .indexpage-sqs-row {
      width: 100%;
   }
}
@media screen and (min-width: 1424px){

   .container-fluid.resources1 h2{
      margin-left:10px;
   }

}

.event-page {}