/*!
Theme Name: ExperiencePoint
Theme URI: https://www.experiencepoint.com/
Author: Media Platforms
Author URI: https://mediaplatforms.ca
Description: A custom theme for ExperiencePoint
Version: 1.0.0
Tested up to: 5.5
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ep
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ExperiencePoint is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url(//cdn2.hubspot.net/hub/1604199/hub_generated/template_assets/34317797544/1705895990493/Templates/Custom/EP_WWW_Style/Sept_2020/css/fonts.min.css);

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b, strong {
  font-weight: bolder
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden], template {
  display: none
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
  margin: 0
}

button {
  background-color: transparent;
  background-image: none
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

fieldset, ol {
  margin: 0; /* remove ul */
  padding: 0
}

.header-menu > #site-navigation > #primary-menu ul,
.header-menu > #secondary-navigation > #primary-menu ul{
  margin-left: 0; /* targeting mobile navigation*/
  padding-left: 0;
  padding-right: 0;
}


ol, ul {
  list-style: none;
}

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5
}

*, :after, :before {
  box-sizing: border-box;
  border: 0 solid
}

hr {
  border-top-width: 1px
}

img {
  border-style: solid
}

textarea {
  resize: vertical
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0
}

input::placeholder, textarea::placeholder {
  color: #a0aec0
}

[role=button], button {
  cursor: pointer
}

table {
  border-collapse: collapse
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit
}

a {
  color: inherit;
  text-decoration: inherit
}

button, input, optgroup, select, textarea {
  padding: 0;
  line-height: inherit;
  color: inherit
}

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: middle
}

img, video {
  max-width: 100%;
  height: auto
}

html {
  font-size: 11px
}

@media (min-width: 640px) {
  html {
    font-size: 12px
  }
}

@media (min-width: 768px) {
  html {
    font-size: 13px
  }
}

@media (min-width: 1024px) {
  html {
    font-size: 14px
  }
}

@media (min-width: 1150px) {
  html {
    font-size: 16px
  }
}

body {
  font-family: Georgia, serif;
  --text-opacity: 1;
  color: #293851;
  color: rgba(41, 56, 81, var(--text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@media screen and (max-width: 768px) {
  body {
    font-size: 11px !important;
  }
}

h1, h2 {
  font-family: HCo Gotham, sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 3.5rem
}

.button, h2 {
  text-align: center
}

.button {
  --bg-opacity: 1;
  background-color: #fc0;
  background-color: rgba(255, 204, 0, var(--bg-opacity));
  display: block;
  font-family: HCo Gotham, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  outline: 0;
  padding: 1rem;
  --text-opacity: 1;
  color: #121212;
  color: rgba(18, 18, 18, var(--text-opacity));
  text-transform: uppercase
}

@media (min-width: 768px) {
  .button {
    display: inline-block
  }
}



#mobile-menu {
  display: block;
  position: relative;
  width: 36px;
  margin-top: -8px;
  float: right;
  background: transparent url(https://1604199.fs1.hubspotusercontent-na1.net/hubfs/1604199/Blog/menu-dark.svg) 0 0/100% 100% no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  z-index: 100
}

@media (min-width: 1024px) {
  #mobile-menu {
    display: none
  }

  .header-menu {
    display: block !important;
    visibility: visible !important;
  }
}

.home #mobile-menu {
  background-image: url(https://1604199.fs1.hubspotusercontent-na1.net/hubfs/1604199/Blog/menu-dark.svg)
}


#mobile-menu.close, .home #mobile-menu.close {
  background-image: url(https://1604199.fs1.hubspotusercontent-na1.net/hubfs/1604199/Blog/close.svg)
}



@media (max-width: 1023px) {
  .header-menu {
    background: none !important;
  }
}

.nav-list-header {
  border-color: transparent;
  border-style: solid;
  font-weight: 500;
  margin-right: 2rem;
  margin-left: 2rem;
  text-transform: uppercase
}

@media (min-width: 1024px) {
  /*.nav-list-header:hover, .main-nav-active {*/
  /*  --border-opacity: 1 !important;*/
  /*  border-color: #fc0 !important;*/
  /*  border-color: rgba(255, 204, 0, var(--border-opacity)) !important*/
  /*}*/

  .nav-list-header {
    border-bottom-width: 2px;
    float: left;
    margin-right: 0
  }
}

footer ul li a {
  color: #ffffff !important;
}

.nav-list-header a {
  display: block;
  color: #293851! important;
}

.nav-list-header.active > a {
  --border-opacity: 1;
  border-color: #fc0;
  border-color: rgba(255, 204, 0, var(--border-opacity));
  border-left-width: 2px;
  padding-left: .625rem
}

@media (min-width: 1024px) {
  .nav-list-header.active > a {
    border-left-width: 0;
    padding-left: 0
  }
}

#desktopMenu {
  display: block;
  visibility: visible;
}

#mobileMenu {
  display: none;
  visibility: hidden;
}





@media (max-width: 1023px) {
  .nav-list-header .productsGroup a {
    color: #586a90! important;
  }

  #mobileMenu .rightArrowBG {
    background: transparent url(https://1604199.fs1.hubspotusercontent-na1.net/hubfs/1604199/Blog/right.svg) right 2px/24px
    24px no-repeat;
  }
  #mobileMenu .productsGroupRightArrowBG {
    background: transparent url(https://1604199.fs1.hubspotusercontent-na1.net/hubfs/1604199/Blog/right.svg) right 0/20px 20px
    no-repeat;
  }
  #mobileMenu .navcrumb {
    background: transparent url(https://1604199.fs1.hubspotusercontent-na1.net/hubfs/1604199/Blog/left.svg) -5px -1px/18px
    18px no-repeat;
    padding-left: 15px;
    font-weight: 500;
  }

  #mobileMenu {
    display: block;
    visibility: visible;
  }


  #masthead.mobileMenu .actionButton>a {
    --bg-opacity: 1;
    background-color: #293851;
    background-color: rgba(41, 56, 81, var(--bg-opacity));
    border-radius: .25rem;
    padding: .5rem;
    --text-opacity: 1;
    color: #fefefe !important;
    color: rgba(254, 254, 254, var(--text-opacity))
  }

  #masthead.mobileMenu .linkActionButton>a {
    --border-opacity: 1;
    border-color: #293851;
    border-color: rgba(41, 56, 81, var(--border-opacity))
  }


  #masthead.mobileMenu .actionButton>a,
  #masthead.mobileMenu .linkActionButton>a,
  #masthead.mobileMenu .nav-list-header {
    font-size: 1.5rem;
    line-height: 2.25rem
  }

  #desktopMenu {
    display: none;
    visibility: hidden;
  }
}

.nav-products a {
  position: relative
}

.nav-products > a:after {
  content: "";
  display: none;
  position: absolute;
  bottom: -33px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -13.5px;
  border-left: 13.5px solid transparent;
  border-right: 13.5px solid transparent;
  border-bottom: 13.5px solid #fc0;
  cursor: default;
  z-index: 20
}

@media (min-width: 1024px) {
  .nav-products-menu:hover a:after, .nav-products a.open:after {
    display: block
  }
}

.nav-products-menu {
  display: none;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  margin: auto;
  width: 100%
}

@media (min-width: 1024px) {
  .nav-products-menu {
    --border-opacity: 1;
    border-color: #fc0;
    border-color: rgba(255, 204, 0, var(--border-opacity));
    border-top-width: 5px;
    margin-top: 2rem;
    min-height: 26.75rem;
    padding: 1.8125rem 2rem 2rem;
    position: absolute;
    left: 0;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25)
  }
}

@media (min-width: 1024px) {
  .nav-products--resources .nav-products-menu {
    width: auto;
    right: 0;
    left: auto;
    min-height: auto
  }
}

.nav-products-menu:before {
  content: "";
  margin-top: -37px;
  display: block;
  height: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 74rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10
}

.nav-list-sub {
  position: relative
}

@media (min-width: 1024px) {
  .nav-list-sub.active {
    --text-opacity: 1;
    color: #293851;
    color: rgba(41, 56, 81, var(--text-opacity))
  }
}

@media (min-width: 1024px) {
  .nav-list-sub.active:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -33px;
    left: 50%;
    width: 19px;
    height: 19px;
    margin-left: -13.5px;
    transform: rotate(45deg);
    background-color: #fff;
    border-top: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    z-index: 20
  }
}

.nav-products-submenu {
  margin-top: 45px;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  display: none
}

.nav-products-left-border {
  position: relative
}

.nav-products-left-border:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -16px;
  width: 1px;
  height: 100%;
  background-color: #d6d6d6
}

.nav-list-footer {
  font-family: HCo Gotham, sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-bottom: .5rem
}

.nav-list-footer a:hover {
  text-decoration: underline
}

.footer-input {
  display: block !important;
  float: left !important;
  font-size: 1.25rem !important;
  line-height: 1.5rem !important;
  margin-right: 2rem !important;
  margin-top: 0 !important;
  border: none !important;
}

.footer-input:focus {
  outline: 0
}

.footer-input {
  padding: .625rem .5rem
}

.footer-input::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #afafaf;
  color: rgba(175, 175, 175, var(--placeholder-opacity))
}

.footer-input:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #afafaf;
  color: rgba(175, 175, 175, var(--placeholder-opacity))
}

.footer-input::placeholder {
  --placeholder-opacity: 1;
  color: #afafaf;
  color: rgba(175, 175, 175, var(--placeholder-opacity))
}

.footer-input {
  --text-opacity: 1;
  color: #293851;
  color: rgba(41, 56, 81, var(--text-opacity))
}

.footer-input::-moz-placeholder {
  font-style: italic
}

.footer-input:-ms-input-placeholder {
  font-style: italic
}

.footer-input::placeholder {
  font-style: italic
}

.footer-button {
  background-color: transparent;
  --border-opacity: 1;
  border: 2px solid #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  display: block;
  font-family: HCo Gotham, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem
}

.footer-button:focus {
  outline: 0
}

.footer-button {
  padding: .5rem 1rem;
  text-align: center;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  text-transform: uppercase
}

#ep-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
  overflow: hidden;
  background-color: #d6d6d6
}

@media (min-width: 768px) {
  #ep-map {
    padding-top: 30.5555555555556%
  }
}

#ep-map iframe {
  position: absolute;
  top: -25%;
  left: 0;
  width: 100%;
  height: 150%
}

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

.hs-form.stacked li {
  margin: 0;
  padding: 0
}

.hs-form.stacked li:before {
  display: none
}

.hs-form-field {
  overflow: hidden;
  margin-bottom: 1rem
}

.hs-form-field label {
  font-weight: 500
}

.hs-form-field .input, .hs-form-field label {
  font-family: HCo Gotham, sans-serif
}

.hs-form-field input[type=email], .hs-form-field input[type=tel], .hs-form-field input[type=text], .hs-form-field select, .hs-form-field textarea {
  --border-opacity: 1;
  border-color: #b3dfde;
  border-color: rgba(179, 223, 222, var(--border-opacity));
  border-width: 2px;
  height: 2rem;
  outline: 0;
  padding: .125rem .25rem;
  width: 100%
}

.hs-form-field textarea {
  height: 10rem
}

.hs-form-field .input .invalid {
  border-color: #d86527;
}

.hs-form-field .hs-error-msg {
  font-weight: 400;
  color: #d86527;
}

.hs-form-field label.hs-form-booleancheckbox-display {
  display: block;
  font-family: Georgia, serif;
  padding-left: 1.5rem;
  width: 100%
}

.hs-form-field .hs-form-booleancheckbox-display input {
  width: 1rem;
  height: 1rem;
  margin-top: .25rem;
  margin-left: -1.5rem;
  float: left
}

div.hs-richtext p {
  margin: 0
}

@media (min-width: 768px) {
  .hs-form-field label {
    width: 37.9310344827586%;
    float: left
  }

  .hs-form-field .input, .hs-richtext {
    width: 58.6206896551724%;
    float: right
  }

  .hs-richtext {
    padding-left: 1.5rem
  }
}

.ep-team-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 35.416666666666664%;
  background-color: #e4f4f4;
  z-index: -1
}

.prose.bigger, .prose.bigger h3, .prose.bigger p {
  font-size: 1.5rem;
  line-height: 2.25rem
}

.ep-additional-details:after {
  content: "";
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  width: 100%;
  height: 2.5rem;
  background-color: #f9f6f6;
  z-index: 1
}

.ep-home-header {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  z-index: -1
}

.ep-home-header--top {
  -o-object-position: 50% 0;
  object-position: 50% 0
}

.ep-block-copy h3 {
  font-family: HCo Gotham, sans-serif;
  font-weight: 500;
  margin-bottom: .25rem
}

.ep-block-copy p {
  margin-bottom: 1.5em
}

.ep-block-copy p:last-child {
  margin-bottom: 0
}

.ep-block-copy a:link {
  text-decoration: underline
}

.ep-block-copy a:hover {
  text-decoration: none
}

.ep-customer-quote:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  width: 4rem;
  height: 2px;
  margin-left: -2rem;
  background-color: #fc0
}

.ep-product-list {
  padding-bottom: 3.3125rem;
  margin-bottom: 2.9375rem;
  background-image: linear-gradient(90deg, #293851 14.285714285714286%, hsla(0, 0%, 100%, 0) 0);
  background-position: bottom;
  background-size: 7px 1px;
  background-repeat: repeat-x
}

.ep-product-list:last-child {
  padding-bottom: 0;
  margin-bottom: 3.5rem;
  background-image: none
}

#BambooHR .BambooHR-ATS-board h2 {
  border-bottom: 1px solid #333 !important;
  border-bottom-width: 1px;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-top: 3rem;
  padding-bottom: 2rem;
  text-align: left
}

#BambooHR .BambooHR-ATS-board h2, #BambooHR .BambooHR-ATS-Department-List {
  font-family: HCo Gotham, sans-serif
}

#BambooHR .BambooHR-ATS-board ul ul {
  padding-left: 0;
  border-color: #999
}

#BambooHR .BambooHR-ATS-board li {
  --text-opacity: 1;
  color: #586a90;
  color: rgba(88, 106, 144, var(--text-opacity))
}


.container {
  width: 100%
}

@media (min-width: 480px) {
  .container {
    max-width: 480px
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px
  }
}

@media (min-width: 1100px) {
  .container {
    max-width: 1100px
  }
}

.prose {
  color: #293851;
  max-width: 65ch
}

.prose [class~=lead] {
  color: #4a5568;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em
}

.prose a {
  color: #586a90;
  text-decoration: underline;
  font-weight: 400
}

.prose a:hover {
  text-decoration: none
}

.prose strong {
  color: #1a202c;
  font-weight: 600
}

.prose ol {
  counter-reset: list-counter;
  margin-top: 1.25em;
  margin-bottom: 1.25em
}

.prose ol > li {
  position: relative;
  counter-increment: list-counter;
  padding-left: 1.75em
}

.prose ol > li:before {
  content: counter(list-counter) ".";
  position: absolute;
  font-weight: 400;
  color: #718096
}

.prose ul > li {
  position: relative;
  padding-left: 4rem
}

.prose ul > li:before {
  content: "";
  position: absolute;
  background-color: #fc0;
  border-radius: 50%;
  width: .625rem;
  height: .625rem;
  top: .5rem;
  left: 2.75rem
}

.prose hr {
  border-color: #e2e8f0;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em
}

.prose blockquote {
  font-weight: 500;
  font-style: italic;
  color: #1a202c;
  border-left-width: .25rem;
  border-left-color: #e2e8f0;
  quotes: "\201C" "\201D" "\2018" "\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em
}

.prose blockquote p:first-of-type:before {
  content: open-quote
}

.prose blockquote p:last-of-type:after {
  content: close-quote
}

.prose h1 {
  color: #1a202c;
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: .8888889em;
  line-height: 1.1111111
}

.prose h2 {
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 2em;
  line-height: 1.75rem
}

.prose h2, .prose h3 {
  color: #1a202c;
  margin-bottom: .75rem;
  font-family: HCo Gotham, sans-serif
}

.prose h3 {
  font-weight: 500;
  font-size: 1.125rem;
  margin-top: 1.6em;
  line-height: 1.5rem;
  text-transform: uppercase
}

.prose h4 {
  color: #1a202c;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: .5em;
  line-height: 1.5
}

.prose figure figcaption {
  color: #718096;
  font-size: .875em;
  line-height: 1.4285714;
  margin-top: .8571429em
}

.prose code {
  color: #1a202c;
  font-weight: 600;
  font-size: .875em
}

.prose code:after, .prose code:before {
  content: "`"
}

.prose pre {
  color: #e2e8f0;
  background-color: #2d3748;
  overflow-x: auto;
  font-size: .875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: .375rem;
  padding: .8571429em 1.1428571em
}

.prose pre code {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit
}

.prose pre code:after, .prose pre code:before {
  content: ""
}

.prose table {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: .875em;
  line-height: 1.7142857
}

.prose thead {
  color: #1a202c;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-color: #cbd5e0
}

.prose thead th {
  vertical-align: bottom;
  padding-right: .5714286em;
  padding-bottom: .5714286em;
  padding-left: .5714286em
}

.prose tbody tr {
  border-bottom-width: 1px;
  border-bottom-color: #e2e8f0
}

.prose tbody tr:last-child {
  border-bottom-width: 0
}

.prose tbody td {
  vertical-align: top;
  padding: .5714286em
}

.prose {
  font-size: 1.125rem;
  line-height: 1.625rem
}

.prose p {
  margin-top: 1.25em;
  margin-bottom: 1.125rem
}

.prose figure, .prose img, .prose video {
  margin-top: 2em;
  margin-bottom: 2em
}

.prose figure > * {
  margin-top: 0;
  margin-bottom: 0
}

.prose h2 code {
  font-size: .875em
}

.prose h3 code {
  font-size: .9em
}

.prose ul {
  margin-top: 1.25em;
  margin-bottom: 1.25em
}

.prose li {
  margin-top: .5em;
  margin-bottom: .5em
}

.prose ol > li:before {
  left: 0
}

.prose > ul > li p {
  margin-top: .75em;
  margin-bottom: .75em
}

.prose > ul > li > :first-child {
  margin-top: 1.25em
}

.prose > ul > li > :last-child {
  margin-bottom: 1.25em
}

.prose > ol > li > :first-child {
  margin-top: 1.25em
}

.prose > ol > li > :last-child {
  margin-bottom: 1.25em
}

.prose ol ol, .prose ol ul, .prose ul ol, .prose ul ul {
  margin-top: .75em;
  margin-bottom: .75em
}

.prose h2 + *, .prose h3 + *, .prose h4 + *, .prose hr + * {
  margin-top: 0
}

.prose thead th:first-child {
  padding-left: 0
}

.prose thead th:last-child {
  padding-right: 0
}

.prose tbody td:first-child {
  padding-left: 0
}

.prose tbody td:last-child {
  padding-right: 0
}

.prose > :first-child {
  margin-top: 0
}

.prose > :last-child {
  margin-bottom: 0
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}

.bg-transparent {
  background-color: transparent
}

.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.bg-gray {
  --bg-opacity: 1;
  background-color: #afafaf;
  background-color: rgba(175, 175, 175, var(--bg-opacity))
}

.bg-aegean {
  --bg-opacity: 1;
  background-color: #586a90;
  background-color: rgba(88, 106, 144, var(--bg-opacity))
}

.bg-cobalt {
  --bg-opacity: 1;
  background-color: #293851;
  background-color: rgba(41, 56, 81, var(--bg-opacity))
}

.bg-dusted {
  --bg-opacity: 1;
  background-color: #ebb293;
  background-color: rgba(235, 178, 147, var(--bg-opacity))
}

.bg-editorial {
  --bg-opacity: 1;
  background-color: #f9f6f6;
  background-color: rgba(249, 246, 246, var(--bg-opacity))
}

.bg-glacier {
  --bg-opacity: 1;
  background-color: #b3dfde;
  background-color: rgba(179, 223, 222, var(--bg-opacity))
}

.bg-gold {
  --bg-opacity: 1;
  background-color: #fc0;
  background-color: rgba(255, 204, 0, var(--bg-opacity))
}

.bg-inked {
  --bg-opacity: 1;
  background-color: #121212;
  background-color: rgba(18, 18, 18, var(--bg-opacity))
}

.bg-light-black {
  --bg-opacity: 1;
  background-color: #0c0c0c;
  background-color: rgba(12, 12, 12, var(--bg-opacity))
}

.bg-paper {
  --bg-opacity: 1;
  background-color: #fefefe;
  background-color: rgba(254, 254, 254, var(--bg-opacity))
}

.bg-pigeon {
  --bg-opacity: 1;
  background-color: #d5d9e3;
  background-color: rgba(213, 217, 227, var(--bg-opacity))
}

.bg-pollen {
  --bg-opacity: 1;
  background-color: #fef6c9;
  background-color: rgba(254, 246, 201, var(--bg-opacity))
}

.bg-prairie {
  background-color: #d86527;
}

.bg-slush {
  --bg-opacity: 1;
  background-color: #e4f4f4;
  background-color: rgba(228, 244, 244, var(--bg-opacity))
}

.bg-pickled-bluewood{
  --bg-opacity:1;
  background-color:#293851;
  background-color:rgba(41,56,81,var(--bg-opacity))
}

.border-white {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity))
}

.border-aegean {
  --border-opacity: 1;
  border-color: #586a90;
  border-color: rgba(88, 106, 144, var(--border-opacity))
}

.border-cobalt {
  --border-opacity: 1;
  border-color: #293851;
  border-color: rgba(41, 56, 81, var(--border-opacity))
}

.border-dusted {
  --border-opacity: 1;
  border-color: #ebb293;
  border-color: rgba(235, 178, 147, var(--border-opacity))
}

.border-glacier {
  --border-opacity: 1;
  border-color: #b3dfde;
  border-color: rgba(179, 223, 222, var(--border-opacity))
}

.border-gold {
  --border-opacity: 1;
  border-color: #fc0;
  border-color: rgba(255, 204, 0, var(--border-opacity))
}

.border-gray-2 {
  --border-opacity: 1;
  border-color: #d6d6d6;
  border-color: rgba(214, 214, 214, var(--border-opacity))
}

.border-paper {
  --border-opacity:1;
  border-color:#fefefe;
  border-color:rgba(254,254,254,var(--border-opacity))
}

.border-pigeon {
  --border-opacity: 1;
  border-color: #d5d9e3;
  border-color: rgba(213, 217, 227, var(--border-opacity))
}

.border-pollen {
  --border-opacity: 1;
  border-color: #fef6c9;
  border-color: rgba(254, 246, 201, var(--border-opacity))
}

.border-slush {
  --border-opacity: 1;
  border-color: #e4f4f4;
  border-color: rgba(228, 244, 244, var(--border-opacity))
}

.border-ship-cove {
  --border-opacity:1;
  border-color:#808cac;
  border-color:rgba(128,140,172,var(--border-opacity))
}

.border-whisper {
  --border-opacity: 1;
  border-color: #e7e7e7;
  border-color: rgba(231, 231, 231, var(--border-opacity))
}

.rounded {
  border-radius: .25rem
}

.rounded-lg {
  border-radius: .5rem
}

.rounded-full {
  border-radius: 9999px
}

.border-solid {
  border-style: solid
}

.border-2 {
  border-width: 2px
}

.border {
  border-width: 1px
}

.border-t-2 {
  border-top-width: 2px
}

.border-b-2 {
  border-bottom-width: 2px
}

.border-b-4 {
  border-bottom-width: 4px
}

.border-t {
  border-top-width: 1px
}

.border-b {
  border-bottom-width: 1px
}

.border-l {
  border-left-width: 1px
}

.border-r {
  border-right-width:1px
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.inline {
  display: inline
}

.flex {
  display: flex
}

.table {
  display: table
}

.grid {
  display: grid
}

.contents {
  display: contents
}

.hidden {
  display: none
}

.hiddenOverride {
  display: none
}

.last\:block:last-child {
  display: block
}

.flex-row {
  flex-direction: row
}

.flex-col {
  flex-direction: column
}

.flex-wrap {
  flex-wrap: wrap
}

.flex-no-wrap {
  flex-wrap: nowrap
}

.items-start {
  align-items: flex-start
}

.items-end {
  align-items: flex-end
}

.items-center {
  align-items: center
}

.justify-around {
  justify-content:space-around
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.justify-start{
  justify-content:flex-start
}

.flex-1 {
  flex: 1 1 0%
}

.float-right {
  float: right
}

.float-left {
  float: left
}

.clear-left {
  clear: left
}

.clear-both {
  clear: both
}

.font-display {
  font-family: HCo Gotham, sans-serif
}

.font-body {
  font-family: Georgia, serif
}

.font-medium {
  font-weight: 500
}

.font-bold {
  font-weight: 700
}


.h-0 {
  height: 0
}

.h-6 {
  height: .375rem
}

.h-48 {
  height: 3rem
}

.h-95 {
  height: 95%
}

.h-96 {
  height: 6rem
}

.h-auto {
  height: auto
}

.h-full {
  height: 100%
}

.text-14 {
  font-size:.875rem;
  line-height:1.0625rem
}

.text-16 {
  font-size: 1rem;
  line-height: 1.25rem
}

.text-20 {
  font-size: 1.25rem;
  line-height: 1.5rem
}

.text-24 {
  font-size: 1.5rem;
  line-height: 2.25rem
}

.text-32 {
  font-size: 2rem
}

.text-32, .text-36 {
  line-height: 2.5rem
}

.text-36 {
  font-size: 2.25rem
}

.text-40 {
  font-size: 2.5rem
}

.text-40, .text-48 {
  line-height: 3.5rem
}

.text-48 {
  font-size: 3rem
}

.text-56 {
  font-size: 3.5rem;
  line-height: 3.5rem
}

.text-64 {
  font-size: 4rem;
  line-height: 5rem
}

.text-76 {
  font-size: 4.75rem;
  line-height: 5rem
}

.text-14px {
  font-size: 14px;
  line-height: 17px
}

.text-14-20 {
  font-size: .875rem;
  line-height: 1.25rem
}

.text-18-22px {
  font-size: 18px;
  line-height: 22px
}

.text-18-24 {
  font-size: 1.125rem;
  line-height: 1.5rem
}

.text-18-26 {
  font-size: 1.125rem;
  line-height: 1.625rem
}

.text-24-28 {
  font-size: 1.5rem;
  line-height: 1.75rem
}

.text-24-30 {
  font-size: 1.5rem;
  line-height: 1.875rem
}

.text-24-34 {
  font-size: 1.5rem;
  line-height: 2.125rem
}

.text-32-36 {
  font-size: 2rem;
  line-height: 2.25rem
}

.text-32-48 {
  font-size: 2rem;
  line-height: 3rem
}

.leading-4 {
  line-height: 1rem
}

.leading-5 {
  line-height: 1.25rem
}

.leading-6 {
  line-height: 1.5rem
}

.leading-7 {
  line-height: 1.75rem
}

.leading-8 {
  line-height: 2rem
}

.leading-none {
  line-height: 1
}

.leading-relaxed {
  line-height: 1.625
}

.m-6 {
  margin: .375rem
}

.m-32 {
  margin: 2rem
}

.m-auto {
  margin: auto
}
.my-8 {
  margin-top: .5rem;
  margin-bottom: .5rem
}
.my-12 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-16 {
  margin-top:1rem;
  margin-bottom:1rem
}

.my-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-24 {
  margin-top:1.5rem;
  margin-bottom:1.5rem
}

.my-32 {
  margin-top: 2rem;
  margin-bottom: 2rem
}

.my-48 {
  margin-top: 3rem;
  margin-bottom: 3rem
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.mt-0 {
  margin-top: 0
}

.mr-0 {
  margin-right: 0
}

.mb-0 {
  margin-bottom: 0
}

.mt-2 {
  margin-top: .125rem
}

.mr-4 {
  margin-right: .25rem
}

.mb-4 {
  margin-bottom: .25rem
}

.mt-8 {
  margin-top: .5rem
}

.mb-8 {
  margin-bottom: .5rem
}

.mt-12 {
  margin-top: .75rem
}

.mb-12 {
  margin-bottom: .75rem
}

.mr-12 {
  margin-right: .75rem
}

.mb-12 {
  margin-bottom: .75rem
}

.ml-\[8px\] {
  margin-left: 8px;
}

.ml-12 {
  margin-left: .75rem
}

.mt-16 {
  margin-top: 1rem
}

.mr-16 {
  margin-right: 1rem
}

.mb-16 {
  margin-bottom: 1rem
}

.ml-16 {
  margin-left: 1rem
}

.mt-20 {
  margin-top: 1.25rem;
}

.mb-20 {
  margin-bottom: 1.25rem
}

.mt-24 {
  margin-top: 1.5rem
}

.mr-24 {
  margin-right: 1.5rem
}

.mb-24 {
  margin-bottom: 1.5rem
}

.mt-29 {
  margin-top: 1.8125rem
}

.mb-29 {
  margin-bottom: 1.8125rem
}

.mt-30 {
  margin-top: 1.875rem
}

.mb-30 {
  margin-bottom: 1.875rem
}

.mt-32 {
  margin-top: 2rem
}

.mr-32 {
  margin-right: 2rem
}

.mb-32 {
  margin-bottom: 2rem
}

.ml-32 {
  margin-left: 2rem
}

.mt-34 {
  margin-top: 2.125rem
}

.mb-34 {
  margin-bottom: 2.125rem
}

.mt-36 {
  margin-top: 2.25rem
}

.mb-36 {
  margin-bottom: 2.25rem
}

.mt-42 {
  margin-top: 2.625rem
}

.mr-42 {
  margin-right: 2.625rem
}

.mb-42 {
  margin-bottom: 2.625rem
}

.ml-42 {
  margin-left: 2.625rem
}

.mt-48 {
  margin-top: 3rem
}

.mb-48 {
  margin-bottom: 3rem
}

.mt-50 {
  margin-top: 3.125rem
}

.mb-50 {
  margin-bottom: 3.125rem
}

.mt-56 {
  margin-top: 3.5rem
}

.mb-56 {
  margin-bottom: 3.5rem
}

.mt-60 {
  margin-top: 3.75rem
}

.mt-64 {
  margin-top: 4rem
}

.mb-64 {
  margin-bottom: 4rem
}

.mt-72 {
  margin-top: 4.5rem
}

.mb-72 {
  margin-bottom: 4.5rem
}

.mt-96 {
  margin-top: 6rem
}

.mb-100 {
  margin-bottom: 6.25rem
}

.mt-116 {
  margin-top: 7.25rem
}

.mt-128 {
  margin-top: 8rem
}

.mt-160 {
  margin-top: 10rem
}

.mt-232 {
  margin-top: 14.5rem
}

.mt-auto {
  margin-top: auto
}

.-mt-56 {
  margin-top: -3.5rem
}

.-mt-42 {
  margin-top: -2.625rem
}

.-mt-36 {
  margin-top: -2.25rem
}

.-mt-32 {
  margin-top: -2rem
}

.-ml-32 {
  margin-left: -2rem
}

.mt-4px {
  margin-top: 4px
}

.mt-16px {
  margin-top: 16px
}

.-mt-48 {
  margin-top: -3rem
}

.last\:mb-0:last-child {
  margin-bottom: 0
}

.first\:mt-0:first-child {
  margin-top: 0
}

.max-w-50 {
  max-width: 50%
}

.max-w-256 {
  max-width: 16rem
}

.max-w-1184 {
  max-width: 74rem
}

.max-w-1440 {
  max-width: 90rem
}

.max-w-none {
  max-width: none
}

.max-w-full {
  max-width: 100%
}

.min-h-240 {
  min-height: 15rem
}

.min-h-500 {
  min-height: 31.25rem
}

.min-w-208 {
  min-width: 13rem
}

.min-w-256 {
  min-width: 16rem
}

.opacity-0 {
  opacity: 0
}

.opacity-5 {
  opacity: .05
}

.opacity-10 {
  opacity: .1
}

.opacity-15 {
  opacity: .15
}

.opacity-20 {
  opacity: .2
}

.opacity-25 {
  opacity: .25
}

.opacity-30 {
  opacity: .3
}

.opacity-35 {
  opacity: .35
}

.opacity-40 {
  opacity: .4
}

.opacity-45 {
  opacity: .45
}

.opacity-50 {
  opacity: .5
}

.opacity-55 {
  opacity: .55
}

.opacity-60 {
  opacity: .6
}

.opacity-65 {
  opacity: .65
}

.opacity-70 {
  opacity: .7
}

.opacity-75 {
  opacity: .75
}

.opacity-80 {
  opacity: .8
}

.opacity-85 {
  opacity: .85
}

.opacity-90 {
  opacity: .9
}

.opacity-95 {
  opacity: .95
}

.opacity-100 {
  opacity: 1
}

.overflow-hidden {
  overflow: hidden
}

.p-16 {
  padding: 1rem
}

.p-24 {
  padding: 1.5rem
}

.p-32 {
  padding: 2rem
}

.p-42{
  padding:2.625rem
}

.p-48 {
  padding: 3rem
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0
}

.px-0 {
  padding-left: 0;
  padding-right: 0
}

.py-8 {
  padding-top: .5rem;
  padding-bottom: .5rem
}

.px-10 {
  padding-left: .625rem;
  padding-right: .625rem
}

.py-12 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-12 {
  padding-left: .75rem;
  padding-right: .75rem
}

.py-16 {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.px-16 {
  padding-left: 1rem;
  padding-right: 1rem
}

.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem
}

.py-24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.px-24 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.px-30 {
  padding-left: 1.875rem;
  padding-right: 1.875rem
}

.px-32 {
  padding-left: 2rem;
  padding-right: 2rem
}

.px-36 {
  padding-left: 2.25rem;
  padding-right: 2.25rem
}

.py-42 {
  padding-top: 2.625rem;
  padding-bottom: 2.625rem
}

.py-48 {
  padding-top: 3rem;
  padding-bottom: 3rem
}

.py-96 {
  padding-top: 6rem;
  padding-bottom: 6rem
}

.px-96 {
  padding-left: 6rem;
  padding-right: 6rem
}

.py-4px {
  padding-top: 4px;
  padding-bottom: 4px
}

.py-12px {
  padding-top: 12px;
  padding-bottom: 12px
}

.pt-0 {
  padding-top: 0
}

.pb-0 {
  padding-bottom: 0
}

.pt-8 {
  padding-top: 0.5rem;
}

.pr-8 {
  padding-right: 0.5rem;
}

.pb-8 {
  padding-bottom: 0.5rem;
}

.pl-8 {
  padding-left: 0.5rem;
}

.pb-12 {
  padding-bottom: 0.75rem;
}

.pl-12 {
  padding-left: .75rem
}

.pt-16 {
  padding-top: 1rem
}

.pb-16 {
  padding-bottom: 1rem;
}

.pt-20 {
  padding-top: 1.25rem
}

.pb-20 {
  padding-bottom: 1.25rem
}

.pt-24 {
  padding-top: 1.5rem
}

.pt-29 {
  padding-top: 1.8125rem
}

.pb-29 {
  padding-bottom: 1.8125rem
}

.pt-32 {
  padding-top: 2rem
}

.pr-32 {
  padding-right: 2rem
}

.pb-32 {
  padding-bottom: 2rem
}

.pb-34 {
  padding-bottom: 2.125rem
}

.pt-36 {
  padding-top: 2.25rem
}

.pb-36 {
  padding-bottom: 2.25rem
}

.pt-42 {
  padding-top: 2.625rem
}

.pb-42 {
  padding-bottom: 2.625rem
}

.pt-48 {
  padding-top: 3rem
}

.pb-48 {
  padding-bottom: 3rem
}

.pt-56 {
  padding-top: 3.5rem
}

.pb-56 {
  padding-bottom: 3.5rem
}

.pt-60 {
  padding-top: 3.75rem
}

.pb-60 {
  padding-bottom: 3.75rem
}

.pt-64 {
  padding-top: 4rem
}

.pb-64 {
  padding-bottom: 4rem
}

.pt-72 {
  padding-top: 4.5rem
}

.pb-72 {
  padding-bottom: 4.5rem
}

.pt-78 {
  padding-top: 4.875rem
}

.pb-78 {
  padding-bottom: 4.875rem
}

.pt-80 {
  padding-top: 5rem
}

.pb-80 {
  padding-bottom: 5rem
}

.pb-92 {
  padding-bottom: 5.75rem
}

.pt-96 {
  padding-top: 6rem
}

.pb-96 {
  padding-bottom: 6rem
}

.pb-100 {
  padding-bottom: 6.25rem
}

.pt-112 {
  padding-top: 7rem
}

.pb-112 {
  padding-bottom: 7rem
}

.pt-116 {
  padding-top: 7.25rem
}

.pt-128 {
  padding-top: 8rem
}

.pb-128 {
  padding-bottom: 8rem
}

.pt-144 {
  padding-top: 9rem
}

.pb-144 {
  padding-bottom: 9rem
}

.pb-150 {
  padding-bottom: 9.375rem
}

.pt-160 {
  padding-top: 10rem
}

.pb-160 {
  padding-bottom: 10rem
}

.pt-216 {
  padding-top: 13.5rem
}

.pb-216 {
  padding-bottom: 13.5rem
}

.pt-88px {
  padding-top: 88px
}

.static {
  position: static
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.sticky {
  position: -webkit-sticky;
  position: sticky
}

.top-0 {
  top: 0
}

.right-0 {
  right: 0
}

.bottom-0 {
  bottom: 0
}

.left-0 {
  left: 0
}

.resize {
  resize: both
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06)
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.text-aegean {
  --text-opacity: 1;
  color: #586a90;
  color: rgba(88, 106, 144, var(--text-opacity))
}

.text-cobalt {
  --text-opacity: 1;
  color: #293851;
  color: rgba(41, 56, 81, var(--text-opacity))
}

.text-glacier {
  --text-opacity: 1;
  color: #b3dfde;
  color: rgba(179, 223, 222, var(--text-opacity))
}

.text-paper {
  --text-opacity: 1;
  color: #fefefe;
  color: rgba(254, 254, 254, var(--text-opacity))
}

.hover\:text-aegean:hover {
  --text-opacity: 1;
  color: #586a90;
  color: rgba(88, 106, 144, var(--text-opacity))
}

.hover\:text-cobalt:hover {
  --text-opacity: 1;
  color: #293851;
  color: rgba(41, 56, 81, var(--text-opacity))
}

.text-opacity-50 {
  --text-opacity: 0.5
}

.italic {
  font-style: italic
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.normal-case {
  text-transform: none
}

.underline {
  text-decoration: underline
}

.line-through {
  text-decoration: line-through
}

.hover\:underline:hover, .underline {
  text-decoration: underline
}

.hover\:no-underline:hover {
  text-decoration: none
}

.visible {
  visibility: visible
}

.invisible {
  visibility: hidden
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.w-\[20px\] {
  width: 20px;
}

.w-34 {
  width: 2.125rem
}

.w-42 {
  width: 2.625rem
}

.w-48 {
  width: 3rem
}

.w-96 {
  width: 6rem
}

.w-100 {
  width: 6.25rem
}

.w-256 {
  width: calc(25.71429% - 2rem) !important;
}

.w-544 {
  width: calc(51.42857% - 2rem)
}

.w-auto {
  width: auto
}

.w-1\/2 {
  width: 50%
}

.w-1\/3 {
  width: 33.333333%
}

.w-2\/3 {
  width: 66.666667%
}

.w-3\/4 {
  width: 75%
}

.w-4\/5 {
  width: 80%
}

.w-11\/12 {
  width: 91.666667%
}

.w-full {
  width: 100%
}

.w-256-no-m {
  width: 22.8571428571429%
}

.w-third {
  width: calc(33.33333% - 1.33333rem)
}

.w-416-32 {
  width: calc(40% - 2rem)
}

.w-half {
  width: calc(50% - 1rem)
}

.w-640-16 {
  width: calc(58.57143% - 1rem)
}

.w-640-32 {
  width: calc(60% - 2rem)
}

.w-832-no-m {
  width: 74.28571428571429%
}

.w-832-32 {
  width: calc(77.14286% - 2rem)
}

.w-full-32 {
  width: calc(100% + 2rem)
}

.z-0 {
  z-index: 0
}

.z-10 {
  z-index: 10
}

.z-20 {
  z-index: 20
}

.z-50 {
  z-index: 50
}

.gap-16 {
  grid-gap: 1rem;
  gap: 1rem
}

.gap-20 {
  grid-gap: 1.25rem;
  gap: 1.25rem
}

.gap-24 {
  grid-gap: 1.5rem;
  gap: 1.5rem
}

.gap-32 {
  grid-gap: 2rem;
  gap: 2rem
}

.gap-48 {
  grid-gap: 3rem;
  gap: 3rem
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

.translate-y-1\/2 {
  --transform-translate-y: 50%
}

@-webkit-keyframes spin {
  to {
    transform: rotate(1turn)
  }
}

@keyframes spin {
  to {
    transform: rotate(1turn)
  }
}

@-webkit-keyframes ping {
  75%, to {
    transform: scale(2);
    opacity: 0
  }
}

@keyframes ping {
  75%, to {
    transform: scale(2);
    opacity: 0
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5
  }
}

@keyframes pulse {
  50% {
    opacity: .5
  }
}

@-webkit-keyframes bounce {
  0%, to {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(.8, 0, 1, 1)
  }
  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
    animation-timing-function: cubic-bezier(0, 0, .2, 1)
  }
}

@keyframes bounce {
  0%, to {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(.8, 0, 1, 1)
  }
  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
    animation-timing-function: cubic-bezier(0, 0, .2, 1)
  }
}

.placeholder-italic::-moz-placeholder {
  font-style: italic
}

.placeholder-italic:-ms-input-placeholder {
  font-style: italic
}

.placeholder-italic::placeholder {
  font-style: italic
}

.grid-auto-rows {
  grid-auto-rows: 1fr
}

@media (min-width: 480px) {
  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media (min-width:640px) {
  .sm\:hidden {
    display: none
  }

  .sm\:hiddenOverride {
    display: none
  }
}

@media (min-width: 768px) {
  .md\:border-0 {
    border-width: 0
  }

  .md\:border-t-0 {
    border-top-width: 0
  }

  .md\:block {
    display: block
  }

  .md\:inline-block {
    display: inline-block
  }

  .md\:flex {
    display: flex
  }

  .md\:hidden {
    display: none
  }

  .md\:hiddenOverride {
    display: none
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse
  }

  .md\:flex-wrap {
    flex-wrap: wrap
  }

  .md\:flex-no-wrap {
    flex-wrap: nowrap
  }

  .md\:flex-row {
    flex-direction:row
  }

  .md\:items-start {
    align-items: flex-start
  }

  .md\:items-center {
    align-items: center
  }

  .md\:justify-center {
    justify-content: center
  }

  .md\:justify-between {
    justify-content: space-between
  }

  .md\:justify-start {
    justify-content:flex-start
  }

  .md\:flex-1 {
    flex: 1 1 0%
  }

  .md\:float-right {
    float: right
  }

  .md\:float-left {
    float: left
  }

  .md\:flex-col {
    flex-direction:column
  }

  .md\:clear-both {
    clear: both
  }

  .md\:text-14-20 {
    font-size:.875rem;
    line-height:1.25rem
  }

  .md\:text-24 {
    font-size: 1.5rem;
    line-height: 2.25rem
  }

  .md\:text-32 {
    font-size: 2rem;
    line-height: 2.5rem
  }

  .md\:text-48 {
    font-size: 3rem;
    line-height: 3.5rem
  }

  .md\:text-76 {
    font-size: 4.75rem;
    line-height: 5rem
  }

  .md\:text-92 {
    font-size: 5.75rem;
    line-height: 5.6875rem
  }

  .md\:text-18-26 {
    font-size: 1.125rem;
    line-height: 1.625rem
  }

  .md\:m-0 {
    margin: 0
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0
  }

  .md\:my-96 {
    margin-top: 6rem;
    margin-bottom: 6rem
  }

  .md\:mt-0 {
    margin-top: 0
  }

  .md\:mb-0 {
    margin-bottom: 0
  }

  .md\:mb-24 {
    margin-bottom: 1.5rem
  }

  .md\:mr-32 {
    margin-right: 2rem
  }

  .md\:ml-32 {
    margin-left: 2rem
  }

  .md\:mt-36 {
    margin-top: 2.25rem
  }

  .md\:mb-48 {
    margin-bottom: 3rem
  }

  .md\:mt-56 {
    margin-top: 3.5rem
  }

  .md\:mb-56 {
    margin-bottom: 3.5rem
  }

  .md\:mr-64 {
    margin-right: 4rem
  }

  .md\:mb-64 {
    margin-bottom: 4rem
  }

  .md\:mt-72 {
    margin-top: 4.5rem
  }

  .md\:mr-96 {
    margin-right: 6rem
  }

  .md\:-ml-32 {
    margin-left: -2rem
  }

  .md\:-mt-20 {
    margin-top: -1.25rem
  }

  .md\:max-w-352 {
    max-width: 22rem
  }

  .md\:min-w-256 {
    min-width: 16rem
  }

  .md\:py-96 {
    padding-top: 6rem;
    padding-bottom: 6rem
  }

  .md\:px-96 {
    padding-left: 6rem;
    padding-right: 6rem
  }

  .md\:px-128 {
    padding-left: 8rem;
    padding-right: 8rem
  }

  .md\:px-192 {
    padding-left: 12rem;
    padding-right: 12rem
  }

  .md\:px-232 {
    padding-left: 14.5rem;
    padding-right: 14.5rem
  }

  .md\:pt-0 {
    padding-top: 0
  }

  .md\:pb-0 {
    padding-bottom: 0
  }

  .md\:pl-32 {
    padding-left: 2rem
  }

  .md\:pt-48 {
    padding-top: 3rem
  }

  .md\:pr-48 {
    padding-right: 3rem
  }

  .md\:pb-48 {
    padding-bottom: 3rem
  }

  .md\:pt-56 {
    padding-top: 3.5rem
  }

  .md\:pb-56 {
    padding-bottom: 3.5rem
  }

  .md\:pt-64 {
    padding-top: 4rem
  }

  .md\:pb-64 {
    padding-bottom: 4rem
  }

  .md\:pt-80 {
    padding-top: 5rem
  }

  .md\:pb-80 {
    padding-bottom: 5rem
  }

  .md\:pb-92 {
    padding-bottom: 5.75rem
  }

  .md\:pt-96 {
    padding-top: 6rem
  }

  .md\:pr-96 {
    padding-right: 6rem
  }

  .md\:pb-96 {
    padding-bottom: 6rem
  }

  .md\:pt-100 {
    padding-top: 6.25rem
  }

  .md\:pt-112 {
    padding-top: 7rem
  }

  .md\:pb-112 {
    padding-bottom: 7rem
  }

  .md\:pt-128 {
    padding-top: 8rem
  }

  .md\:pb-128 {
    padding-bottom: 8rem
  }

  .md\:pt-144 {
    padding-top: 9rem
  }

  .md\:pb-144 {
    padding-bottom: 9rem
  }

  .md\:pt-160 {
    padding-top: 10rem
  }

  .md\:pb-160 {
    padding-bottom: 10rem
  }

  .md\:pt-216 {
    padding-top: 13.5rem
  }

  .md\:pb-216 {
    padding-bottom: 13.5rem
  }

  .md\:absolute {
    position: absolute
  }

  .md\:bottom-0 {
    bottom: 0
  }

  .md\:left-0 {
    left: 0
  }

  .md\:top-half {
    top: 50%
  }

  .md\:left-full {
    left: 100%
  }

  .md\:text-left {
    text-align: left
  }

  .md\:w-160 {
    width: calc(17.14286% - 2rem)
  }

  .md\:w-256 {
    width: calc(25.71429% - 2rem)
  }

  .md\:w-352 {
    width: calc(34.28571% - 2rem) !important;
  }

  .md\:w-auto {
    width: auto
  }

  .md\:w-1\/4 {
    width: 25%
  }

  .md\:w-3\/4 {
    width: 75%
  }

  .md\:w-160-no-m {
    width: 14.2857142857143%
  }

  .md\:w-160-of-928 {
    width: calc(18.96552% - 1rem)
  }

  .md\:w-176-of-256 {
    width: 68.75%
  }

  .md\:w-256-no-m {
    width: 22.8571428571429%
  }

  .md\:w-third {
    width: calc(33.33333% - 1.33333rem)
  }

  .md\:w-352-no-m {
    width: 31.42857142857143%
  }

  .md\:w-384-32 {
    width: calc(37.14286% - 2rem)
  }

  .md\:w-448-16 {
    width: calc(41.42857% - 1rem)
  }

  .md\:w-half {
    width: calc(50% - 1rem)
  }

  .md\:w-672-32 {
    width: calc(62.85714% - 2rem)
  }

  .md\:w-736-16 {
    width: calc(67.14286% - 1rem)
  }

  .md\:w-736-32 {
    width: calc(68.57143% - 2rem)
  }

  .md\:w-736-of-928 {
    width: calc(81.03448% - 1rem)
  }

  .md\:w-832-no-m {
    width: 74.28571428571429%
  }

  .md\:w-832-32 {
    width: calc(77.14286% - 2rem)
  }

  .md\:w-928-no-m {
    width: 82.85714285714286%
  }

  .md\:w-full {
    width:100%
  }

  .md\:w-full-32 {
    width: calc(100% + 2rem)
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
}

@media (min-width: 1024px) {
  .lg\:bg-transparent {
    background-color: transparent
  }

  .lg\:border-transparent {
    border-color: transparent
  }

  .lg\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity))
  }

  .lg\:border-cobalt {
    --border-opacity: 1;
    border-color: #293851;
    border-color: rgba(41, 56, 81, var(--border-opacity))
  }

  .lg\:border-gold {
    --border-opacity: 1;
    border-color: #fc0;
    border-color: rgba(255, 204, 0, var(--border-opacity))
  }

  .lg\:border-t-0 {
    border-top-width: 0
  }

  .lg\:border-b-0 {
    border-bottom-width: 0
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px
  }

  .lg\:block {
    display: block;
  }

  .lg\:hiddenOverride {
    display: none;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:flex-row {
    flex-direction: row
  }

  .lg\:flex-wrap {
    flex-wrap: wrap
  }

  .lg\:justify-start {
    justify-content: flex-start
  }

  .lg\:justify-between {
    justify-content: space-between
  }

  .lg\:justify-center {
    justify-content: center
  }

  .lg\:justify-around {
    justify-content: space-around
  }

  .lg\:float-right {
    float: right
  }

  .lg\:float-left {
    float: left
  }

  .lg\:flex-grow {
    flex-grow:1
  }

  .lg\:flex-1 {
    flex: 1 1 0%
  }

  .lg\:text-14 {
    font-size: .875rem;
    line-height: 1.0625rem
  }

  .lg\:text-16 {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .lg\:text-18-22 {
    font-size: 1.125rem;
    line-height: 1.375rem
  }

  .lg\:mt-0 {
    margin-top: 0
  }

  .lg\:mt-8 {
    margin-top: .5rem
  }

  .lg\:mr-64 {
    margin-right: 4rem
  }

  .lg\:ml-24 {
    margin-left: 1.5rem;
  }

  .lg\:ml-64 {
    margin-left: 4rem
  }

  .lg\:max-w-1184 {
    max-width: 74rem
  }

  .lg\:max-w-1440 {
    max-width: 90rem;
  }

  .lg\:overflow-visible {
    overflow: visible
  }

  .lg\:p-0 {
    padding: 0
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0
  }

  .lg\:px-12 {
    padding-left: .75rem;
    padding-right: .75rem
  }

  .lg\:pt-0 {
    padding-top: 0
  }

  .lg\:pt-2 {
    padding-top: 0.125rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0
  }

  .lg\:pb-2 {
    padding-bottom: .125rem
  }

  .lg\:pt-4 {
    padding-top: .25rem
  }

  .lg\:pb-48 {
    padding-bottom: 3rem
  }

  .lg\:pt-80 {
    padding-top: 5rem
  }

  .lg\:static {
    position: static
  }

  .lg\:absolute {
    position: absolute
  }

  .lg\:top-30 {
    top: 1.875rem
  }

  .lg\:right-32 {
    right: 2rem
  }

  .lg\:text-paper {
    --text-opacity: 1;
    color: #fefefe;
    color: rgba(254, 254, 254, var(--text-opacity))
  }

  .lg\:border-2 {
    border-width: 2px;
  }

  .lg\:px-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:pb-2 {
    padding-bottom: 0.125rem;
  }

  .lg\:-mt-6 {
    margin-top: -0.375rem;
  }

  .lg\:hover\:border-cobalt:hover {
    --border-opacity: 1;
    border-color: #293851 !important;
    border-color: rgba(41, 56, 81, var(--border-opacity));
  }

  .lg\:border-cobalt {
    --border-opacity: 1;
    border-color: #293851;
    border-color: rgba(41, 56, 81, var(--border-opacity));
  }

  .lg\:max-w-1184 {
    max-width:74rem;
  }

  .lg\:w-1\/4 {
    width: 25%
  }

  .lg\:w-3\/4 {
    width: 75%
  }

  .lg\:w-1\/5 {
    width: 20%
  }

  .lg\:w-1\/2 {
    width: 50%
  }

  .lg\:gap-12 {
    grid-gap: .75rem;
    gap: .75rem
  }

  .lg\:gap-24 {
    grid-gap: 1.5rem;
    gap: 1.5rem
  }

  .lg\:gap-64 {
    grid-gap: 4rem;
    gap: 4rem
  }
}

.bodyNoScroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

@media (min-width: 1024px) {
  .bodyNoScroll {
    position: static;
  }
}

.sticky-header {
  position: fixed !important;
}

.sticky-header {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

@media (min-width: 1024px) {
  .sticky-header {
    top: -50px !important;
  }
}

@media (min-width: 1150px) {
  .sticky-header {
    top: -60px !important;
  }
}

.sticky-header #site-navigation #primary-menu > ul > li > a {
  --text-opacity: 1;
  color: #293851;
  color: rgba(41, 56, 81, var(--text-opacity));
}

@media (min-width: 1024px) {
  #secondary-navigation {
    display: block;
    visibility: visible;
  }

  .sticky-header #secondary-navigation {
    display: none;
  }
}

/* Blog Comment section */

#comments-listing {
  padding-bottom: 25px;
}

/* Resources header */

#masthead.frontPageHeader {
  --text-opacity: 1;
  color: #293851;
  color: rgba(41, 56, 81, var(--text-opacity))
}

@media (min-width:1024px) {
  #masthead.frontPageHeader {
    --text-opacity: 1;
    color: #fefefe;
    color: rgba(254, 254, 254, var(--text-opacity))
  }
}

/* #masthead .linkActionButton>a {
    --border-opacity: 1;
    border-color: #fefefe;
    border-color: rgba(254, 254, 254, var(--border-opacity))
} */

#masthead .linkActionButton>a:hover {
  --border-opacity: 1;
  border-color: #fc0;
  border-color: rgba(255, 204, 0, var(--border-opacity))
}

/*#masthead .linkActionButton>a {*/
/*  border-bottom-width: 2px*/
/*}*/

#masthead .actionButton>a {
  --bg-opacity: 1;
  background-color: #586A90;
  --text-opacity: 1;
  color: #F9F6F6 !important;
}

#masthead .actionButton>a:hover {
  --bg-opacity: 1;
  background-color: #293851;
  --text-opacity: 1;
  color: #F9F6F6 !important;
}

#masthead .actionButton>a,
#masthead .frontPageHeader .actionButton>a {
  --bg-opacity: 1;
  border-radius: .25rem;
  padding: .5rem;
  --text-opacity: 1
}

#masthead .frontPageHeader .actionButton>a {
  background-color: #fefefe;
  background-color: rgba(254, 254, 254, var(--bg-opacity));
  --text-opacity: 1;
  color: #293851;
  color: rgba(41, 56, 81, var(--text-opacity))
}

#masthead.mobileMenu .actionButton>a:hover {
  --bg-opacity: 1;
  background-color: #fc0;
  background-color: rgba(255, 204, 0, var(--bg-opacity));
  border-radius: .25rem;
  padding: .5rem;
  --text-opacity: 1;
  color: #293851 !important;
  color: rgba(41, 56, 81, var(--text-opacity))
}

#masthead.mobileMenu .linkActionButton>a:hover {
  --border-opacity: 1;
  border-color: #fc0;
  border-color: rgba(255, 204, 0, var(--border-opacity))
}

/*#masthead.mobileMenu .linkActionButton>a {*/
/*  border-bottom-width: 2px*/
/*}*/

#masthead.sticky-header {
  position: fixed !important;
  --bg-opacity: 1;
  background-color: #fefefe;
  background-color: rgba(254, 254, 254, var(--bg-opacity));
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
  --text-opacity: 1;
  color: #293851;
  color: rgba(41, 56, 81, var(--text-opacity))
}

@media (min-width:1024px) {
  #masthead.sticky-header {
    top: -50px !important
  }
}

@media (min-width:1150px) {
  #masthead.sticky-header {
    top: -60px !important
  }
}

#masthead.sticky-header .non-sticky-logo {
  display: none;
}

#masthead .non-sticky-logo{
  padding-top: 16px;
}

#masthead.sticky-header .sticky-logo {
  display: block;
  visibility: visible;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem
}

#masthead.sticky-header .linkActionButton>a {
  --border-opacity: 1;
  border-color: #293851;
  border-color: rgba(41, 56, 81, var(--border-opacity))
}

#masthead.sticky-header .linkActionButton>a:hover {
  --border-opacity: 1;
  border-color: #fc0;
  border-color: rgba(255, 204, 0, var(--border-opacity))
}

#masthead.sticky-header .linkActionButton>a {
  /*border-bottom-width: 2px;*/
  /*--text-opacity: 1;*/
  /*color: #293851;*/
  /*color: rgba(41, 56, 81, var(--text-opacity))*/
}

#masthead.sticky-header .actionButton>a {
  --bg-opacity: 1;
  background-color: #586A90;
  border-radius: .25rem;
  padding: .5rem;
  --text-opacity: 1;
  color: #FEF6C9 !important;
  color: rgba(254, 254, 254, var(--text-opacity))
}

#masthead.sticky-header .actionButton>a:hover {
  --bg-opacity: 1;
  background-color: #293851;
  border-radius: .25rem;
  padding: .5rem;
  --text-opacity: 1;
  color: #F9F6F6 !important;
}

#masthead .nav-list-header {
  border-color: transparent;
  border-bottom-width: 0;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.25rem;
  margin-left: 0;
  text-transform: none;
}

@media (min-width:1024px) {
  #masthead .nav-list-header:hover {
    --border-opacity: 1;
    border-color: #fc0;
    border-color: rgba(255, 204, 0, var(--border-opacity));
    border-bottom-width: 2px
  }

  #masthead .nav-list-header {
    float: left;
    margin-left: auto;
  }
}

#masthead .nav-list-header:focus {
  outline: 2px solid transparent;
  outline-offset: 2px
}


#masthead .nav-list-submenu-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between
}

@media (min-width:1024px) {
  #masthead .nav-list-submenu-header {
    flex-direction: row;
  }
}

@media (max-width:1023px) {
  #masthead .nav-list-submenu-header.active {
    font-weight: 700;
  }
}

@media (min-width:1024px) {
  /*#masthead .nav-list-submenu-header.active:after {*/
  /*  content: "";*/
  /*  border-left: 13.5px solid transparent;*/
  /*  border-right: 13.5px solid transparent;*/
  /*  border-bottom: 13.5px solid #fc0;*/
  /*  cursor: default;*/
  /*  padding-top: 2.75rem;*/
  /*  position: absolute;*/
  /*  z-index: 20*/
  /*}*/
}

#masthead .nav-products-menu {
  --bg-opacity: 1;

  background-color: #E4F4F4;
  display: flex;
  justify-content: flex-start;
  margin: auto;
  --text-opacity: 1;
  color: #293851;
  color: rgba(41, 56, 81, var(--text-opacity));
  width: 100%;
  grid-gap: 1rem;
  gap: 1rem;

}

@media (min-width:1024px) {
  #masthead .nav-products-menu {
    --border-opacity: 1;
    border-color: #fc0;
    border-color: rgba(255, 204, 0, var(--border-opacity));
    border-top-width: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 3.5rem;
    padding: 2rem;
    position: absolute;
    left: 0;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    min-height: auto;
  }
}

#masthead .nav-products-menu > ul > li:last-child {
  border: 0;
}

/* Resources header */

/* Resources footer sign up form */
#colophon #footer-signup-form .hs-dependent-field,
#colophon #footer-signup-form .hs-form-field label,
#colophon #footer-signup-form .hs-richtext,
#colophon #footer-signup-form .hs_error_rollup {
  display: none
}

#colophon #footer-signup-form .hs-form-field label.hs-error-msg {
  display: block;
  font-size: .875rem;
  line-height: 1.0625rem;
  margin-top: 0.25rem;
  --text-opacity: 1;
  color: #fc0;
  color: rgba(255,204,0,var(--text-opacity));
  width: 100%;
  line-height: 2rem;
}

#colophon #footer-signup-form .hs-form-field input[type=email],
#colophon #footer-signup-form .hs-form-field input[type=text] {
  background: #667799;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  padding: .625rem .5rem;
  margin: 0;

  height: auto;
  display: block;
  font-family: Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.5rem

  --placeholder-opacity:1;
  color:#fff;
  color:rgba(255,255,255,var(--placeholder-opacity));
}

#colophon #footer-signup-form .hs-form-field input[type=email]::placeholder,
#colophon #footer-signup-form .hs-form-field input[type=email]::placeholder {
  --placeholder-opacity:1;
  color:#fff;
  color:rgba(255,255,255,var(--placeholder-opacity));
  font-style:italic;
}

#colophon #footer-signup-form .hs-form-field input[type=email]:-ms-input-placeholder,
#colophon #footer-signup-form .hs-form-field input[type=text]:-ms-input-placeholder {
  --placeholder-opacity:1;
  color:#fff;
  color:rgba(255,255,255,var(--placeholder-opacity));
  font-style:italic;
}

#colophon #footer-signup-form .hs-form-field input[type=email]::placeholder,
#colophon #footer-signup-form .hs-form-field input[type=text]::placeholder {
  --placeholder-opacity:1;
  color:#fff;
  color:rgba(255,255,255,var(--placeholder-opacity));
  font-style:italic;
}


@media (min-width:768px) {
  #colophon #footer-signup-form .hs-form-field .input {
    width: 100%;
    float: none
  }
}

#colophon #footer-signup-form .hs_firstname,
#colophon #footer-signup-form .hs_email {
  float: left;
  margin-bottom: 1rem;
  margin-right: 1rem;
  width: 100%
}

@media (min-width: 768px) {
  #colophon #footer-signup-form .hs_email,
  #colophon #footer-signup-form .hs_firstname {
    margin-bottom: 0;
    width: 33.333333%;
  }
}

#colophon #footer-signup-form input.hs-button.primary {
  padding: 0.5rem 1rem;
  text-align: center;

  --text-opacity: 1;
  color: #fff;
  text-transform: none;
  background-color: transparent;

  --border-opacity: 1;
  border: 2px solid #fff;
  border-color: rgba(255,255,255,var(--border-opacity));
  border-radius: 0.5rem;

  display: block;
  font-family: HCo Gotham,sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  width: inherit;
  min-width: inherit;
  margin-top: inherit;
  float: inherit;

  margin: auto;
}

@media (min-width: 768px) {
  #colophon #footer-signup-form input.hs-button.primary {
    margin: 0;
  }
}

#colophon .nav-list-footer a {
  font-weight: 400;
}

@media (max-width: 768px) {
  #colophon .nav-list-footer {
    min-width: 20%;
  }
}


/* Wistia player Form */
@media (min-width: 768px) {
  .wistiaHubspotFormWrapper .hs-fieldtype-text .input,
  .wistiaHubspotFormWrapper .hs-fieldtype-booleancheckbox .input,
  .wistiaHubspotFormWrapper .hs-fieldtype-text .hs-error-msgs {
    width: 95%;
  }

  .wistiaHubspotFormWrapper .hs-fieldtype-select .input,
  .wistiaHubspotFormWrapper .hs-fieldtype-textarea .input,
  .wistiaHubspotFormWrapper .hs-fieldtype-select .hs-error-msgs,
  .wistiaHubspotFormWrapper .hs-fieldtype-booleancheckbox .hs-error-msgs {
    width: 98%;
  }

  .wistiaHubspotFormWrapper .hs-form-field .input {
    float: none;
  }
}

.wistiaHubspotFormWrapper .hs-form-field {
  margin: 5px 0px 5px !important;
}

.wistiaHubspotFormWrapper a {
  color: white !important;
  font-family: WistiaOpenSans, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.wistiaHubspotFormWrapper .hs-main-font-element {
  margin: 5px 0px;
}

.wistiaHubspotFormWrapper input.hs-button.primary.large {
  padding: 0.8em 0.2em !important;
}


@media all {
  @media (min-width: 360px){
    .xxs\:ml-\[10px\]{margin-left:10px;}
    .xxs\:w-\[20px\]{width:20px;}
    .xxs\:w-\[16px\]{width:16px;}
    .xxs\:text-2xl{font-size:1.5rem;line-height:2rem;}
  }
  @media (min-width: 1024px) {
    #masthead #mobile-menu {
      display: none;
    }
  }
  #masthead .nav-list-header {
    border-bottom-width: 2px;
    border-color: transparent;
    border-color: transparent;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
  }

  @media (min-width: 1024px) {
    #masthead .nav-list-header {
      float: left;
    }

    #masthead .nav-list-header:hover {
      --tw-border-opacity: 1;
      border-color: rgba(255, 204, 0, var(--tw-border-opacity));
    }
  }
  #masthead .nav-list-header:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  #masthead .nav-list-submenu-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  @media (min-width: 1024px) {
    #masthead .nav-list-submenu-header {
      flex-direction: row !important;


    }
  }
  @media (max-width: 1023px) {
    #masthead .nav-list-submenu-header.active {
      --tw-bg-opacity: 1;
      background-color: rgba(41, 56, 81, var(--tw-bg-opacity));
    }

    #masthead .nav-list-submenu-header.active {
      border-radius: 4px;
      background-color: transparent;
    }
  }
  @media (min-width: 1024px) {
    #masthead .nav-list-header {
      padding: 8px;
    }



    #masthead .nav-list-header.isCurrent {
      font-weight: 500;
    }

    #masthead .nav-list-header.isCurrent {
      border-radius: 4px;
      border-bottom-width: 0px !important;
    }



    #masthead .nav-list-header.isCurrent:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(41, 56, 81, var(--tw-bg-opacity));
    }

    #masthead .nav-list-header.isCurrent:hover {
      --tw-text-opacity: 1;
      color: rgba(255, 204, 0, var(--tw-text-opacity));
    }

    #masthead .nav-list-header.isCurrent:hover svg {
      fill: #fc0;
    }

    #masthead .nav-list-submenu-header {
      position: relative;
    }

    #masthead .nav-list-submenu-header.active::after {
      /*content: "";*/
      /*border-left: 14.5px solid transparent;*/
      /*border-right: 14.5px solid transparent;*/
      /*border-bottom: 19px solid #fc0;*/
      /*cursor: default;*/
      /*padding-top: 60px;*/
    }

    #masthead .nav-list-submenu-header.active::after {
      position: absolute;
    }

    #masthead .nav-list-submenu-header.active::after {
      z-index: 20;
    }

    #masthead .nav-list-submenu-header.active::after {
      transform: translateX(100%);
    }
  }
  #masthead .nav-products-menu {
    margin: auto;
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
    --tw-bg-opacity: 1;
    background-color: #E4F4F4;
    --tw-text-opacity: 1;
    color: rgba(41, 56, 81, var(--tw-text-opacity));
    width: auto;
  }

  @media (min-width: 1024px) {
    #masthead .nav-products-menu {
      position: absolute;
    }

    #masthead .nav-products-menu {
      z-index: 10;
    }

    #masthead .nav-products-menu {
      margin-top: 19px;
    }

    #masthead .nav-products-menu {
      --tw-translate-x: -45%;
      transform: var(--tw-transform);
    }

    #masthead .nav-products-menu {
      flex-direction: row;
    }

    #masthead .nav-products-menu {
      flex-wrap: wrap;
    }

    #masthead .nav-products-menu {
      justify-content: space-around;
    }

    #masthead .nav-products-menu {
      border-top-width: 4px;
    }

    #masthead .nav-products-menu {
      --tw-border-opacity: 1;
      border: none;
      border-color: white;
    }

    #masthead .nav-products-menu {
      padding: 0;
    }
  }
  #masthead .nav-products-menu > ul > li:last-child {
    border-style: none;
  }

  @media (min-width: 1024px) {
    #masthead .nav-products-menu {
      box-shadow: none;
      /*left: 40%;*/
      /*transform: translateX(-40%);*/
      width: 100%;
    }
  }
  @media (min-width: 1250px) {
    #masthead .nav-products-menu {
      box-shadow: none;
      /*left: 50%;*/
      /*transform: translateX(-50%);*/
    }
  }
  .ml-\[26px\] {
    margin-left: 26px;
  }

  .mr-\[33px\] {
    margin-right: 33px;
  }

  .mb-\[26px\] {
    margin-bottom: 26px;
  }

  .w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }





  .border-whisper {
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 231, var(--tw-border-opacity));
  }

  .border-transparent {
    border-color: transparent;
  }

  .bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .pl-\[26px\] {
    padding-left: 26px;
  }

  .pr-\[33px\] {
    padding-right: 33px;
  }

  .font-display {
    font-family: HCo Gotham, sans-serif;
  }

  .font-body {
    font-family: Georgia, serif;
  }

  @media (min-width: 360px) {
    .xxs\:ml-\[10px\] {
      margin-left: 10px;
    }

    .xxs\:h-\[1px\] {
      height: 1px;
    }

    .xxs\:w-full {
      width: 100%;
    }

    .xxs\:w-\[20px\] {
      width: 20px;
    }

    .xxs\:w-\[200px\] {
      width: 200px;
    }

    .xxs\:w-\[16px\] {
      width: 16px;
    }

    .xxs\:flex-col {
      flex-direction: column;
    }

    .xxs\:gap-\[24px\] {
      gap: 24px;
    }

    .xxs\:bg-whisper {
      --tw-bg-opacity: 1;
      background-color: rgba(231, 231, 231, var(--tw-bg-opacity));
    }

    .xxs\:p-0 {
      padding: 0;
    }

    .xxs\:pl-\[24px\] {
      padding-left: 24px;
    }

    .xxs\:text-2xl {
      font-size: 1.5rem;
      line-height: 2rem;
    }
    .xxs\:hidden {
      display: none;
    }

  }
  @media (min-width: 1024px) {
    .lg\:static {
      position: static;
    }

    .lg\:my-auto {
      margin-top: auto;
      margin-bottom: auto;
    }

    .lg\:ml-auto {
      margin-left: auto;
    }

    .lg\:ml-\[8px\] {
      margin-left: 8px;
    }

    .lg\:mt-\[8px\] {
      margin-top: 8px;
    }

    .lg\:block {
      display: block;
    }

    .lg\:inline-block {
      display: inline-block;
    }

    .lg\:flex {
      display: flex;
    }

    .lg\:hidden {
      display: none;
    }

    .lg\:h-\[16px\] {
      height: 16px;
    }

    .lg\:h-\[19px\] {
      height: 19px;
    }

    .lg\:h-\[50px\] {
      height: 50px;
    }

    .lg\:h-\[80\%\] {
      height: 80%;
    }

    .lg\:w-\[1px\] {
      width: 0.5px;
    }

    .lg\:w-\[12px\] {
      width: 12px;
    }

    .lg\:h-\[12px\] {
      height: 12px;
    }

    .lg\:w-3\/4 {
      width: 75%;
    }

    .lg\:w-1\/3 {
      width: 33.3%
    }

    .lg\:w-\[14px\] {
      width: 14px;
    }

    .lg\:w-\[200px\] {
      width: 200px;
    }

    .lg\:w-max {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
    }

    .lg\:flex-1 {
      flex: 1 1 0%;
    }

    .lg\:flex-row {
      flex-direction: row;
    }

    .lg\:items-center {
      align-items: center;
    }

    .lg\:justify-start {
      justify-content: flex-start;
    }

    .lg\:justify-center {
      justify-content: center;
    }

    .lg\:justify-between {
      justify-content: space-between;
    }

    .lg\:gap-\[4px\] {
      gap: 4px;
    }

    .lg\:gap-0 {
      gap: 0;
    }

    .lg\:overflow-visible {
      overflow: visible;
    }

    .lg\:border-t-0 {
      border-top-width: 0px;
    }

    .lg\:bg-transparent {
      background-color: transparent;
    }

    .lg\:bg-cobalt {
      --tw-bg-opacity: 1;
      background-color: rgba(41, 56, 81, var(--tw-bg-opacity));
    }

    .lg\:p-0 {
      padding: 0;
    }

    .lg\:p-16 {
      padding: 1rem;
    }

    .lg\:px-0 {
      padding-left: 0;
      padding-right: 0;
    }

    .lg\:py-0 {
      padding-top: 0;
      padding-bottom: 0;
    }

    .lg\:pb-0 {
      padding-bottom: 0;
    }

    .lg\:pt-80 {
      padding-top: 5rem;
    }

    .lg\:pb-20 {
      padding-bottom: 1.25rem;
    }

    .lg\:pt-\[8px\] {
      padding-top: 8px;
    }

    .lg\:pt-0 {
      padding-top: 0;
    }

    .lg\:pt-4 {
      padding-top: 0.25rem;
    }

    .lg\:pl-0 {
      padding-left: 0;
    }

    .lg\:pt-48 {
      padding-top: 48px;
    }

    .lg\:text-\[16px\] {
      font-size: 16px;
    }

    .lg\:text-14 {
      font-size: 0.875rem;
      line-height: 1.0625rem;
    }

    .lg\:font-normal {
      font-weight: 400;
    }

    .lg\:font-medium {
      font-weight: 500;
    }

    .lg\:opacity-75 {
      opacity: 0.75;
    }

    .lg\:opacity-50 {
      opacity: 0.5;
    }
  }
  @media (min-width: 1100px) {
    .xl\:inline {
      display: inline;
    }
  }
}




.mobileMenu .nav-list-header{font-size:1.5rem;line-height:2.25rem;}

@media (min-width: 1024px) {
  .nav-list-header {
    float: left;
  }

  .nav-list-header:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }
}
.nav-list-header:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.nav-list-submenu-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .nav-list-submenu-header {
    flex-direction: row;
  }
}
@media (max-width: 1023px) {
  .nav-list-submenu-header.active {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 56, 81, var(--tw-bg-opacity));
  }

  .nav-list-submenu-header.active {
    border-radius: 4px;
    background-color: transparent;
  }
}
@media (min-width: 1024px) {
  .nav-list-header {
    padding: 8px;
  }

  .nav-list-header.selected {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .nav-list-header.selected {
    font-weight: 500;
  }

  .nav-list-header.selected {
    border-radius: 4px;
    border-bottom-width: 0px !important;
  }

  .nav-list-header.active.selected {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 56, 81, var(--tw-bg-opacity));
  }

  .nav-list-header.active.selected {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .nav-list-header.active.selected svg {
    fill: #fc0;
  }

  .frontPageHeader .nav-list-header svg {
    fill: white;
  }

  .nav-list-submenu-header {
    position: relative;
  }

  .nav-list-submenu-header.active::after {
    /*;*/
    /*border-left: 14.5px solid transparent;*/
    /*border-right: 14.5px solid transparent;*/
    /*border-bottom: 19px solid #fc0;*/
    /*cursor: default;*/
    /*padding-top: 60px;content: ""*/
  }

  .nav-list-submenu-header.active::after {
    position: absolute;
  }

  .nav-list-submenu-header.active::after {
    z-index: 20;
  }

  .nav-list-submenu-header.active::after {
    transform: translateX(100%);
  }
}
.nav-products-menu {
  margin: auto;
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(41, 56, 81, var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .nav-products-menu {
    position: absolute;
  }

  .nav-products-menu {
    z-index: 10;
  }

  .nav-products-menu {
    margin-top: 19px;
  }

  .nav-products-menu {
    --tw-translate-x: -45%;
    transform: var(--tw-transform);
  }

  .nav-products-menu {
    flex-direction: row;
  }

  .nav-products-menu {
    flex-wrap: wrap;
  }

  .nav-products-menu {
    justify-content: space-around;
  }

  .nav-products-menu {
    border-top-width: 4px;
  }

  .nav-products-menu {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .nav-products-menu {
    padding: 0;
  }
}
.nav-products-menu > ul > li:last-child {
  border-style: none;
}

@media (min-width: 1024px) {
  .nav-products-menu {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    left: 40%;
    transform: translateX(-40%);
  }
}
@media (min-width: 1250px) {
  .nav-products-menu {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    left: 50%;
    transform: translateX(-50%);
  }
}


@media (min-width: 1024px) {
  .sticky-header #primary-menu{
    padding-top: 5rem;
    padding-bottom: 1rem;
  }

  .sticky-header #primary-menu .lg\:pb-20{
    padding-bottom: 0rem;
  }

  .sticky-header #primary-menu .lg\:py-32{
    padding-bottom: 0;
    padding-top: 0;
  }

  .nav-list-header-hover{
    /*border-bottom-width: 2px;*/
    /*border-color: rgba(255, 204, 0, var(--tw-border-opacity)) !important;*/
    background: #B3DFDE !important;
  }
  .nav-list-header {
    padding: 8px;
  }
  .nav-list-header.isCurrent, .nav-list-header.selected {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }
  .nav-list-header.isCurrent, .nav-list-header.selected {
    font-weight: 500;
  }
  .nav-list-header.isCurrent, .nav-list-header.selected {
    border-radius: 4px;
    border-bottom-width: 0px !important;
  }

  .nav-list-header.isCurrent svg{
    fill: #293851;
  }
  .nav-list-header.isCurrent.selected, .nav-list-header.active.selected {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 56, 81, var(--tw-bg-opacity));
  }
  .nav-list-header.isCurrent.selected, .nav-list-header.active.selected {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .nav-list-header.isCurrent.selected, .nav-list-header.active.selected {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 56, 81, var(--tw-bg-opacity));
  }

  .nav-list-header.isCurrent.selected svg, .nav-list-header.active.selected svg{
    fill: #fc0;
  }
  .frontPageHeader .nav-list-header svg{
    fill: white;
  }
  .frontPageHeader.sticky-header .nav-list-header svg{
    fill: #293851 ;
  }

  .nav-list-submenu-header{
    position: relative;
  }

  .nav-list-submenu-header.active::after {
    /*content: "";*/
    /*border-left: 14.5px solid transparent;*/
    /*border-right: 14.5px solid transparent;*/
    /*border-bottom: 19px solid #fc0;*/
    /*cursor: default;*/
    /*padding-top: 60px;*/
  }

  .nav-list-submenu-header.active::after {
    position: absolute;
  }

  .nav-list-submenu-header.active::after {
    z-index: 20;
  }

  .nav-list-submenu-header.active::after {
    transform: translateX(100%);
  }
  .lg\:bg-gold {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }
  .nav-list-header-hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity)) !important;
  }
  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }
  .lg\:fond-bold {
    font-weight: 700;
  }
  #primary-menu ul{
    margin-bottom: 0;
  }
  .lg\:bg-aegean {
    --tw-bg-opacity: 1;
    background-color: rgba(88,106,144,var(--tw-bg-opacity));
  }
}

@media (max-width: 1023px) {
  .logo {
    padding-top: 2rem;
    margin-bottom: 26px;
    margin-right: 33px;
    margin-left: 26px;
  }
}

.mx-32 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.py-32{
  padding-top: 2rem;
  padding-bottom: 2rem;
}



@media (max-width: 1023px){
  #masthead .nav-list-submenu-header.active span{
    font-weight: 400;
  }
}
.nav-products-menu ul{
  padding-inline-start: 0;
}

lg\:justify-center{
  justify-content: center;
}

/*!
PR custom CSS for footer and sidebar
*/

.blog-sidebar-subscribe.button, h2 {
  text-align: left !important;
}
.hs-main-font-element {
  width: 100%;
}
.form-columns-2 {
  max-width: 1000px !important;
}
.hs_submit {
  margin: 10px 0;
}
.hs-form-field input[type=email], .hs-form-field input[type=tel], .hs-form-field input[type=text], .hs-form-field select, .hs-form-field textarea {
  margin-left: 10px;
  width: 95%;
}
.hs-form-field label {
  width: 95%;
}
input.hs-button.primary {
  background-color: #ffcc00;
  font-family: sans-serif;
}
.press-release-sidebar-rich-text .hs-submit .hs-button {
  width: 85% !important;
}