/* Colors */












/* Typography */








/* Button */








/* Header */


/* Form */














/* Other */



/* Tables */











/* Spacing */



:root {
  --color-body: #003753;
  --color-primary: #7B9E1B;
  --color-secondary: #478587;
  --color-link: #02557E;
  --color-link-hover-focus: #50C6FC;
  --color-light: #FFFFFF;
  --color-dark: #2D3306;
  --color-light-gray: #F2F2F2;
  --color-dark-gray: #585858;
  --color-transparent: transparent;
  --table-body-background-color-odd: rgba(255, 255, 255,1.0);
  --table-body-background-color-even: rgba(242, 242, 242,1.0);
  --header-height: 113px; /* For smooth animations on page load, manualy set this variable to be the height of the full site header. 
                              * It will be automatically set to the actual header height on page load and resize.*/
}

@media (max-width: 991px) {
  :root {
    --header-height: 133px; /* For smooth animations on page load, manualy set this variable to be the height of the full site header, at this screen width.
                                * It will be automatically set to the actual header height on page load and resize.*/
  }
}
*, *: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 #000;
}

/**
 * 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: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -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: 99.99999998999999%;
  *width: 99.94680850063828%;
}
.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}
.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}
.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}
.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}
.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}
.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}
.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}
.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}
.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}
.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}
.container-fluid {
  *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .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: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -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: 99.999999993%;
    *width: 99.9468085036383%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }
  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }
  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }
  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -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%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }
  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }
  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }
  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }
  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }
  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }
  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }
  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

/* Clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

/* Visibilty Classes */
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
  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: 991px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
}


.body-wrapper {
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.body-wrapper.header-type-default:before {
  content: "";
  height: var(--header-height);
  display: block;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.body-wrapper.header-type-transparent .hero-banner:before,
.body-wrapper.header-type-transparent .blog-post__header:before{
  content: "";
  height: calc(var(--header-height) - 2rem);
  display: block;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1440px;
}
.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 120px 50px;
}
.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1440px;
}
.dnd-section .dnd-row + .dnd-row {
  margin-top: 1.25rem;
}

@media (max-width: 991px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 90.0px 20px;
  }
}

@media (max-width: 767px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 60.0px 20px;
  }
  
  .dnd-section .dnd-module + .dnd-module,
  .dnd-section .dnd-column + .dnd-column,
  .dnd-section .dnd-column + .dnd-module,
  .dnd-section .dnd-module + .dnd-column {
    margin-top: 1.25rem;
  }
}


/* Menu and simple menu */
.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Vertical menu */
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}
/*.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
}*/
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}
.hs-menu-wrapper ul li a,
.hs-menu-wrapper ul li a:after {
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* Error pages */
.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
  z-index: 2;
}
.error-page * {
  position: relative;
  z-index: 2;
}
.error-page:before {
  color: #FFFFFF;
  content: attr(data-error);
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

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

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

/* Search pages */
.hs-search-results__title {
  color: #494A52;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: 0.7rem;
}
.hs-search-results__listing li {
  margin-bottom: .75rem !important;
  padding-bottom: .75rem !important;
  border-bottom: 1px solid #F2F2F2;
}

/* Password prompt */
.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}
.systems-page form .hs-form-field:nth-last-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.systems-page #hs-login-widget-remember ~ label {
  margin-bottom: 0;
}
.systems-page #hs_login_reset {
  display: block;
  margin-bottom: 0.625rem;
}

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

/* Subscription preferences */
#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}
.checkbox-row > span,
.subscribe-options > p:last-child > label{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Membership pages */
#hs-membership-form a[class*='show-password'] {
  font-size: .75rem;
  display: block;
  margin: -.5rem 0 .5rem;
}

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


html {
  font-size: 18px;
}
body {
  line-height: 1.7;
  word-break: break-word;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  color: #003753;
}
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

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

/* Paragraphs */
p {
  margin: 0 0 1.25rem;
}
p:last-child {
  margin-bottom: 0;
}

/* Anchors */
a {
  cursor: pointer;
  text-decoration: none;
  color: #02557E;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
a:hover,
a:focus {
  color: #50C6FC;
}


/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .75rem;
  line-height: 1.25;
  word-break: break-word;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}
h1, .h1 {
  font-size: 72px;
  font-style: normal;
  font-weight: 200;
  font-family: Poppins, sans-serif;
  color: #2D3306;
	
	  text-decoration: none;
	
  letter-spacing: 3px;
}
h2, .h2 {
  font-size: 56px;
  font-style: normal;
  font-weight: 300;
  font-family: Poppins, sans-serif;
  color: #003753;
	
	  text-decoration: none;
	
  letter-spacing: 2px;
}
h3, .h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  font-family: Poppins, sans-serif;
  color: #003753;
	
	  text-decoration: none;
	
  letter-spacing: 0px;
}
h4, .h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  font-family: Poppins, sans-serif;
  color: #003753;
	
	  text-decoration: none;
	
  letter-spacing: 0px;
}
h5, .h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  font-family: Poppins, sans-serif;
  color: #003753;
	
	  text-decoration: none;
	
  letter-spacing: 0px;
}
h6, .h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  font-family: Poppins, sans-serif;
  color: #003753;
	
	  text-decoration: none;
	
  letter-spacing: 0px;
}

@media (max-width: 1279px) {
  h1, .h1 {
    font-size: 64.8px;
  }
  h2, .h2 {
    font-size: 50.4px;
  }
  h3, .h3 {
    font-size: 23.400000000000002px;
  }
  h4, .h4 {
    font-size: 21.6px;
  }
  h5, .h5 {
    font-size: 18.0px;
  }
  h6, .h6 {
    font-size: 14.4px;
  }
}

@media (max-width: 991px) {
  h1, .h1 {
    font-size: 57.6px;
  }
  h2, .h2 {
    font-size: 44.800000000000004px;
  }
  h3, .h3 {
    font-size: 20.8px;
  }
  h4, .h4 {
    font-size: 19.200000000000003px;
  }
  h5, .h5 {
    font-size: 16.0px;
  }
  h6, .h6 {
    font-size: 12.8px;
  }
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 50.4px;
  }
  h2, .h2 {
    font-size: 39.199999999999996px;
  }
  h3, .h3 {
    font-size: 19.5px;
  }
  h4, .h4 {
    font-size: 18.0px;
  }
}

@media (max-width: 479px) {
  h1, .h1 {
    font-size: 43.199999999999996px;
  }
  h2, .h2 {
    font-size: 36.4px;
  }
  h3, .h3 {
    font-size: 18.2px;
  }
}

/* Heading underline */
.heading-accent--full-width,
.heading-accent--text-width,
.heading-accent--small-width {
  position: relative;
  padding-bottom: .5rem;
}
.heading-accent--text-width span,
.heading-accent--left-horizontal span,
.heading-accent--left-vertical span,
.heading-accent--split-vertical span,
.heading-accent--split-horizontal span {
  position: relative;
  display: inline-block;
}
.heading-accent--split-horizontal {
  padding: 0 2.625rem;
}
.heading-accent--split-vertical {
  padding: 2.375rem 0;
}
.heading-accent--full-width:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #7B9E1B;
}
.heading-accent--text-width span:after {
  content: "";
  position: absolute;
  bottom: -.5rem;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #7B9E1B;
}
.heading-accent--small-width:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 5rem;
  background-color: #7B9E1B;
}
.text-center .heading-accent--small-width:after,
.justify-center .heading-accent--small-width:after {
  left: 50%;
  transform: translateX(-50%);
}
.text-right .heading-accent--small-width:after,
.justify-right .heading-accent--small-width:after {
  left: unset;
  right: 0;
}
.heading-accent--left-horizontal span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.625rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 0.5rem;
  width: 1.5rem;
  background-color: #7B9E1B;
}
.heading-accent--left-vertical span:after {
  content: "";
  position: absolute;
  top: 0;
  left: -.875rem;
  height: 100%;
  width: 0.5rem;
  background-color: #7B9E1B;
}
.heading-accent--split-horizontal span:before,
.heading-accent--split-horizontal span:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 3px;
  width: 2.25rem;
  background-color: #7B9E1B;
}
.heading-accent--split-horizontal span:before {
  left: -2.5rem;
}
.heading-accent--split-horizontal span:after {
  right: -2.5rem;
}
.heading-accent--split-vertical span:before,
.heading-accent--split-vertical span:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2.25rem;
  width: 0.5rem;
  background-color: #7B9E1B;
}
.heading-accent--split-vertical span:before {
  top: -2.375rem;
}
.heading-accent--split-vertical span:after {
  bottom: -2.375rem;
}

/* Subheading */
.subheading {
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  font-size: .75rem;
}

/* Intro */
.intro-text {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
.intro-text:last-child {
  margin-bottom: 0;
}

/* Lists */
ul,
ol {
  margin: 0 0 1.25rem;
  padding-left: 2rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

/* Code blocks */
pre {
  overflow: auto;
}
code {
  vertical-align: bottom;
}

/* Mark */
mark {
  background-color: #7B9E1B;
}

/* Selection */
::-moz-selection {
  background-color: #7B9E1B;
  color: #fff;
}
::selection {
  background-color: #7B9E1B;
  color: #fff;
}

/* Blockquotes */
blockquote {
  border-left: 2px solid #7B9E1B;
  margin: 0 0 1.25rem;
  padding-left: 15px;
}

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

/* Image alt text */
img {
  font-size: 14px;
  word-break: normal;
  max-width: 100%;
  height: auto;
}

/* Drop Shadow */
.text-shadow {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

/* Gradient Text Color */
.color-gradient {
  background: #7B9E1B;
  background: linear-gradient(to right, #7B9E1B 0%, #478587 100%);
  -moz-background-clip: text !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}


form {
  background: #EEEEEE;
  border: 2px solid #EEEEEE;
  padding: 1.5rem;
}
fieldset {
  max-width: none !important;
  margin-left: -.5rem !important;
  margin-right: -.5rem !important;
}
fieldset .field {
  padding-left: .5rem;
	padding-right: .5rem;
  margin-bottom: 1.25rem;
}
fieldset .input {
	margin-right: 0!important;
}
fieldset.form-columns-2 .hs-form-field {
	width: 50%;
}
fieldset.form-columns-3 .hs-form-field {
	width: 33.33%;
}

/* Form fields */
.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Form title */
.form-title {
  background-color: #7B9E1B;
  color: #FFFFFF;
  padding: 1.5rem;
	margin-bottom: 0 !important;
}
.form-title+div form {
  margin-top: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* Labels */
form label {
  color: #2D3306;
  display: block;
  float: none;
  width: auto;
  font-size: 1rem;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: .625rem;
}

/* Help text - legends */
form legend {
  color: #2D3306;
  opacity: .875;
  font-size: .625rem;
  line-height: 1.2;
  margin: 0 0 .25rem;
}
form .legal-consent-container {
  color: #2D3306;  
}

/* Inputs */
input,
select,
textarea {
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
input[type=date],
input[type=search],
select,
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%!important;
  height: auto!important;
  padding: .5rem .75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  color: #003753;
  background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 12.5px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
input[type=date]:focus,
select:focus,
textarea:focus {
  border-color: #7B9E1B;
  outline: none;
}

/* Inputs - checkbox/radio */
.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inputs-list > li {
  display: block;
  margin: .625rem 0;
}
.inputs-list input,
.inputs-list span {
  vertical-align: middle;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  cursor: pointer;
  width: 1rem !important;
  height: 1rem !important;
  line-height: normal;
  border: none;
  background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
  border-radius: 12.5px;
	outline: none;
  padding: 0 !important;
  margin: 0 .25rem 0 0;
}
input[type=checkbox] {
  border-radius: 6.25px;
}
input[type=radio] {
  border-radius: 50%;
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  border-color: #7B9E1B;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  background: #7B9E1B !important;
}

/* Inputs - datepicker */
input[type=date] {
  -webkit-appearance: auto;
}
.fn-date-picker .pika-table th {
  color: #2D3306;
}
.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #7B9E1B;
}
.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFFFFF;
  background-color: #7B9E1B !important;
}
.fn-date-picker td.is-today .pika-button {
  color: #7B9E1B;
}

/* Inputs - file picker */
input[type=file] {
  border: initial;
}

/* Select */
select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23003753' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-position: 99% center;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}
select[multiple] {
  height: inherit;
}

/* Textarea */
textarea {
  height: auto;
}

/* Submit Button */
input[type=submit] {
	background-color: #478587;
  border-color: #478587;
  color: #2D3306;
}
input[type=submit]:hover {
  background-color: #478587;
  border-color: #478587;
  color: #2D3306;
}

/* Form placeholder text */
::-webkit-input-placeholder {
  color: rgba(0, 55, 83, 50%);
}
::-moz-placeholder {
  color: rgba(0, 55, 83, 50%);
}
:-ms-input-placeholder {
  color: rgba(0, 55, 83, 50%);
}
:-moz-placeholder {
  color: rgba(0, 55, 83, 50%);
}
::placeholder {
  color: rgba(0, 55, 83, 50%);
}
.hs-fieldtype-date .input .hs-dateinput:before {
  color: rgba(0, 55, 83, 50%);
}

/* GDPR */
form .hs-richtext {
  padding-left: .5rem;
	padding-right: .5rem;
}
form .hs-richtext,
form .hs-richtext p {
  font-size: .875rem;
  line-height: 1.2;
  margin: 0 0 .625rem;
}
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: .875rem;
  margin-left: 1.25rem !important;
}

/* Captcha */
.grecaptcha-badge {
  margin: 0;
}

/* Fullwidth Button */
.btn-fullwidth .hs_submit input {
	width: 100%;
}

/* Search field Icon*/
.hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
}

/* Dark Form */
.form-dark input:not(input[type=submit]),
.form-dark select,
.form-dark textarea {
  background-color: #2D3306;
  border-color: #2D3306;
  color: #FFFFFF;
}
.form-dark select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23FFFFFF' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}
.form-dark .hs-form label,
.form-dark legend,
.form-dark .form-title,
.form-dark .hs-richtext,
.form-dark .hs-richtext p,
.form-dark .submitted-message,
.form-dark .legal-consent-container {
  color: #2D3306;
}
.form-dark ::-webkit-input-placeholder {
  color: #FFFFFF;
}
.form-dark ::-moz-placeholder {
  color: #FFFFFF;
}
.form-dark :-ms-input-placeholder {
  color: #FFFFFF;
}
.form-dark :-moz-placeholder {
  color: #FFFFFF;
}
.form-dark ::placeholder {
  color: #FFFFFF;
}
.form-dark .hs-fieldtype-date .input .hs-dateinput:before {
  color: #FFFFFF;
}

/* Light Form */
.form-light input:not(input[type=submit]),
.form-light select,
.form-light textarea {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #2D3306;
}
.form-light select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='%232D3306' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}
.form-light .hs-form label,
.form-light legend,
.form-light .form-title,
.form-light .hs-richtext,
.form-light .hs-richtext p,
.form-light .submitted-message,
.form-light .legal-consent-container {
  color: #FFFFFF;
}
.form-light ::-webkit-input-placeholder {
  color: #2D3306;
}
.form-light ::-moz-placeholder {
  color: #2D3306;
}
.form-light :-ms-input-placeholder {
  color: #2D3306;
}
.form-light :-moz-placeholder {
  color: #2D3306;
}
.form-light ::placeholder {
  color: #2D3306;
}
.form-light .hs-fieldtype-date .input .hs-dateinput:before {
  color: #2D3306;
}

/* Transparent Dark Form*/
.form-transparent-dark input:not(input[type=submit]),
.form-transparent-dark select,
.form-transparent-dark textarea {
  background-color: rgba(255, 255, 255, 50%);
  border-color: #2D3306;
  color: #2D3306;
}
.form-transparent-dark select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='%232D3306' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}
.form-transparent-dark .hs-form label,
.form-transparent-dark legend,
.form-transparent-dark .form-title,
.form-transparent-dark .hs-richtext,
.form-transparent-dark .hs-richtext p,
.form-transparent-dark .submitted-message,
.form-transparent-dark .legal-consent-container {
  color: #585858;
}
.form-transparent-dark ::-webkit-input-placeholder {
  color: #585858;
}
.form-transparent-dark ::-moz-placeholder {
  color: #585858;
}
.form-transparent-dark :-ms-input-placeholder {
  color: #585858;
}
.form-transparent-dark :-moz-placeholder {
  color: #585858;
}
.form-transparent-dark ::placeholder {
  color: #585858;
}
.form-transparent-dark .hs-fieldtype-date .input .hs-dateinput:before {
  color: #585858;
}

/* Transparent Light Form*/
.form-transparent-light input:not(input[type=submit]),
.form-transparent-light select,
.form-transparent-light textarea {
  background-color: rgba(255, 255, 255, 50%);
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.form-transparent-light select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23FFFFFF' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}
.form-transparent-light .hs-form label,
.form-transparent-light legend,
.form-transparent-light .form-title,
.form-transparent-light .hs-richtext,
.form-transparent-light .hs-richtext p,
.form-transparent-light .submitted-message,
.form-transparent-light .legal-consent-container {
  color: #F2F2F2;
}
.form-transparent-light ::-webkit-input-placeholder {
  color: #F2F2F2;
}
.form-transparent-light ::-moz-placeholder {
  color: #F2F2F2;
}
.form-transparent-light :-ms-input-placeholder {
  color: #F2F2F2;
}
.form-transparent-light :-moz-placeholder {
  color: #F2F2F2;
}
.form-transparent-light ::placeholder {
  color: #F2F2F2;
}
.form-transparent-light .hs-fieldtype-date .input .hs-dateinput:before {
  color: #F2F2F2;
}

/* Dark Form Background */
.form-bg-dark form {
  background: #2D3306;
}
.form-bg-dark .form-title {
  background-color: #2D3306;
  padding-bottom: 0;
}

/* Light Form Background */
.form-bg-light form {
  background: #FFFFFF;
}
.form-bg-light .form-title {
  background-color: #FFFFFF;
  padding-bottom: 0;
}

/* Transparent Background */
.form-bg-transparent form {
  background: transparent;
}
.form-bg-transparent .form-title {
  background-color: transparent;
  padding-bottom: 0;
}

/* Validation */
.hs-form-required {
  color: #FF0000;
}
.hs-input.invalid.error {
  border-color: #FF0000;
}
.hs-error-msg {
  color: #FF0000 !important;
  margin-top: 0.35rem;
}

/* Rounded corners */
.form.rounded > h3 {
  border-radius: 0px 0px 0 0;
}
.form.rounded > div form {
    border-radius: 0px;
}
.form.rounded > h3 + div form {
    border-radius: 0 0 0px 0px;
}

/* No Labels */
.form-no-labels .hs-fieldtype-text > label,
.form-no-labels .hs-fieldtype-textarea > label,
.form-no-labels .hs-fieldtype-select > label {
	/*display: none !important;*/
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* No Padding */
.form-no-padding form {
	padding: 0;
}
.form-no-padding .form-title {
	padding: 0;
}

/* No Border*/
.form-no-border form {
  border: 0;
}


.image,
.image-hotspots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.image img {
  display: block;
  position: relative;
  z-index: 1;
}
.image--frame .image-frame {
  padding: .75rem;
  position: relative;
}
.image--frame .image-frame:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 3px;
  border-style: solid;
}
.image--offset-frame .image-frame {
  padding: 0 .75rem .75rem 0;
  position: relative;
}
.image--offset-frame .image-frame:before {
  content: "";
  position: absolute;
  top: .75rem;
  right: 0;
  bottom: 0;
  left: .75rem;
  border-width: 3px;
  border-style: solid;
}
.image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}
.image--shape-one {
  padding: 5rem;
}
.image--shape-two {
  padding: 3rem;
}
.image-hotspots-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
.image-hotspots-single {
  position: absolute;
}
.image-hotspots-single-button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: .9rem;
  text-shadow: 0 0 3px #000;
}
.image-hotspots-single-text {
  position: absolute;
  padding: .5rem;
  width: 240px;
  max-width: 50vw;
  font-size: .9rem;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 0.0px;
  overflow-y: auto;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.image-hotspots-single-text--top-left {
  top: 28px;
  left: 28px;
}
.image-hotspots-single-text--top-right {
  top: 28px;
  right: 28px;
}
.image-hotspots-single-text--bottom-right {
  right: 28px;
  bottom: 28px;
}
.image-hotspots-single-text--bottom-left {
  bottom: 28px;
  left: 28px;
}
.image-hotspots-single.active .image-hotspots-single-text {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .image--shape-one {
    padding: 3rem;
  }
  .image--shape-two {
    padding: 2rem;
  }
}


/* Default Button*/
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.2;
  text-align: center;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

  white-space: normal;
  text-decoration: none;
  
  text-transform: uppercase;
  
  font-weight: 500;;
  font-family: Poppins, sans-serif;
  letter-spacing: 1px;
  padding: 14px 28px;
  border: 2px solid;
  border-radius: 50px;
  background-color: #7B9E1B;
  border-color: #7B9E1B;
  color: #FFFFFF;
  fill: #FFFFFF;
}
button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus {
  text-decoration: none;
  opacity: 1;
  background-color: #496c00;
  border-color: #496c00;
}

button:disabled,
.button:disabled
.hs-button:disabled {
  text-decoration: none;
  opacity: 1;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  color: #585858;
}

/* Primary Button */
.button-primary,
.button-primary:after {
  background-color: #7B9E1B;
  border-color: #7B9E1B;
  color: #FFFFFF;
}
.button-primary:hover,
.button-primary:focus,
.button-primary:hover:after,
.button-primary:focus:after {
  background-color: #496c00;
  border-color: #496c00;
  color: #FFFFFF;
  fill: #FFFFFF;
}

/* Secondary Button */
.button-secondary,
.button-secondary:after {
  background-color: #478587;
  border-color: #478587;
  color: #FFFFFF;
  fill: #FFFFFF;
}
.button-secondary:hover,
.button-secondary:focus,
.button-secondary:hover:after,
.button-secondary:focus:after {
  background-color: #155355;
  border-color: #155355;
  color: #FFFFFF;
}

/* Light Button */
.button-light,
.button-light:after {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #2D3306;
  fill: #2D3306;
}
.button-light:hover,
.button-light:focus,
.button-light:hover:after,
.button-light:focus:after {
  background-color: #2D3306;
  border-color: #2D3306;
  color: #FFFFFF;
  fill: #FFFFFF;
}

/* Dark Button */
.button-dark,
.button-dark:after {
  background-color: #2D3306;
  border-color: #2D3306;
  color: #FFFFFF;
  fill: #FFFFFF;
}
.button-dark:hover,
.button-dark:focus,
.button-dark:hover:after,
.button-dark:focus:after {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #2D3306;
  fill: #2D3306;
}

/* Light Gray Button */
.button-light-gray,
.button-light-gray:after {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  color: #585858;
  fill: #585858;
}
.button-light-gray:hover,
.button-light-gray:focus,
.button-light-gray:hover:after,
.button-light-gray:focus:after {
  background-color: #585858;
  border-color: #585858;
  color: #F2F2F2;
  fill: #F2F2F2;
}

/* Dark Gray Button */
.button-dark-gray,
.button-dark-gray:after {
  background-color: #585858;
  border-color: #585858;
  color: #F2F2F2;
  fill: #F2F2F2;
}
.button-dark-gray:hover,
.button-dark-gray:focus,
.button-dark-gray:hover:after,
.button-dark-gray:focus:after {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  color: #585858;
  fill: #585858;
}

/* Link Button */
.button-link,
.button-link:after {
  background-color: #02557E;
  border-color: #02557E;
  color: #FFFFFF;
  fill: #FFFFFF;
}
.button-link:hover,
.button-link:focus,
.button-link:hover:after,
.button-link:focus:after {
  background-color: #50C6FC;
  border-color: #50C6FC;
  color: #FFFFFF;
}

/* Primary Button Outline */
.button-outline-primary,
.button-outline-primary:after {
  background-color: transparent;
  border-color: #7B9E1B;
  color: #7B9E1B;
  fill: #7B9E1B;
}
.button-outline-primary:hover,
.button-outline-primary:focus,
.button-outline-primary:hover:after,
.button-outline-primary:focus:after {
  background-color: #7B9E1B;
  border-color: #7B9E1B;
  color: #FFFFFF;
  fill: #FFFFFF;
}

/* Secondary Button Outline */
.button-outline-secondary,
.button-outline-secondary:after {
  background-color: transparent;
  border-color: #478587;
  color: #478587;
  fill: #478587;
}
.button-outline-secondary:hover,
.button-outline-secondary:focus,
.button-outline-secondary:hover:after,
.button-outline-secondary:focus:after {
  background-color: #478587;
  border-color: #478587;
  color: #FFFFFF;
  fill: #FFFFFF;
}

/* Light Button Outline */
.button-outline-light,
.button-outline-light:after {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
  fill: #FFFFFF;
}
.button-outline-light:hover,
.button-outline-light:focus,
.button-outline-light:hover:after,
.button-outline-light:focus:after {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #2D3306;
  fill: #2D3306;
}

/* Dark Button Outline */
.button-outline-dark,
.button-outline-dark:after {
  background-color: transparent;
  border-color: #2D3306;
  color: #2D3306;
  fill: #2D3306;
}
.button-outline-dark:hover,
.button-outline-dark:focus,
.button-outline-dark:hover:after,
.button-outline-dark:focus:after {
  background-color: #2D3306;
  border-color: #2D3306;
  color: #FFFFFF;
  fill: #FFFFFF;
}

/* Light Gray Button Outline */
.button-outline-light-gray,
.button-outline-light-gray:after {
  background-color: transparent;
  border-color: #F2F2F2;
  color: #F2F2F2;
  fill: #F2F2F2;
}
.button-outline-light-gray:hover,
.button-outline-light-gray:focus,
.button-outline-light-gray:hover:after,
.button-outline-light-gray:focus:after {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  color: #FFFFFF;
  fill: #FFFFFF;
}

/* Dark Gray Button Outline */
.button-outline-dark-gray,
.button-outline-dark-gray:after {
  background-color: transparent;
  border-color: #585858;
  color: #585858;
  fill: #585858;
}
.button-outline-dark-gray:hover,
.button-outline-dark-gray:focus,
.button-outline-dark-gray:hover:after,
.button-outline-dark-gray:focus:after {
  background-color: #585858;
  border-color: #585858;
  color: #FFFFFF;
  fill: #FFFFFF;
}

/* Link Button Outline */
.button-outline-link,
.button-outline-link:after {
  background-color: transparent;
  border-color: #02557E;
  color: #02557E;
  fill: #02557E;
}
.button-outline-link:hover,
.button-outline-link:focus,
.button-outline-link:hover:after,
.button-outline-link:focus:after {
  background-color: #50C6FC;
  border-color: #50C6FC;
  color: #FFFFFF;
  fill: #FFFFFF;
}

/* Gradient Button */
.button-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#7B9E1B), color-stop(#478587), color-stop(#478587), to(#7B9E1B));
  background: -o-linear-gradient(left, #7B9E1B, #478587, #478587, #7B9E1B);
  background: linear-gradient(to right, #7B9E1B, #478587, #478587, #7B9E1B);
  background-size: 300% 100%;
  padding: 16px 30px;
  border: none;
}
.button-gradient:after {
  border-color: #7B9E1B;
}
.button-gradient:hover,
.button-gradient:focus {
  background-position: 100% 0;
}
.button-gradient:hover:after,
.button-gradient:focus:after {
  border-color: #478587;
}

/* Button Small */
.button-small {
  font-size: .95rem;
  padding: 10.5px 21.0px;
}
.button-gradient.button-small {
  padding: 12.5px 21.02px;
}

/* Button Large */
.button-large {
  font-size: 1.25rem;
  padding: 15.75px 35.0px;
}
.button-gradient.button-large {
  padding: 17.75px 35.02px;
}

/* Accent */
.button-accent {
  position: relative;
}
.button-accent:after {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  border-style: solid;
  border-width: 2px;
  border-radius: inherit;
  background: transparent !important;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}

/* Link */
.link {
  
  text-transform: uppercase;
  
  font-weight: 500;;
  font-family: Poppins, sans-serif;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  padding: 0;
}
.link:after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #478587;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.link:hover:after {
  width: 100%;
  right: 0;
}


.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -.25rem;
}
.social-links-single {
  height: 2.25rem;
  width: 2.25rem;
  margin: .25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #7B9E1B;
}
.social-links-single:hover,
.social-links-single:focus {
  opacity: .75;
}
.social-links-single svg {
  height: 1rem;
  fill: #FFFFFF;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
table {
  border-collapse: collapse;
  overflow-wrap: break-word;
  margin: 0 0 1.25rem;
  border: 2px solid #003753;
}
th,
td {
  padding: 0.75rem;
  border: 1px solid #003753;
  background-color: rgba(255, 255, 255,1.0);
  color: #003753;
}
tbody tr:nth-child(even) th,
tbody tr:nth-child(even) td {
  background-color: rgba(242, 242, 242,1.0);
}
thead th,
thead td {
  vertical-align: middle;
  border-bottom: 1.0px solid #003753;
  background-color: rgba(123, 158, 27,1.0);
  color: #FFFFFF;
}
tfoot th,
tfoot td {
  border-top: 1.0px solid #003753;
  background-color: rgba(71, 133, 135,1.0);
  color: #FFFFFF;
}


.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 15;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.header-static {
  position: absolute;
}
.header.reactive {
  -webkit-box-shadow: 0 10px 20px rgb(0, 0, 0, .2);
  box-shadow: 0 10px 20px rgb(0, 0, 0, .2);
}
.header-logo {
  padding: .75rem 0;
}
.header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


/* Header Buttons */
.header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-buttons > * {
  padding: 1rem;
}
.header-menu-mobile .header-buttons {
  border-top: 1px solid #fff;
  background-color: #f5f5f5;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .header-menu-mobile .header-buttons {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-right .header-buttons {
    display: none;
  }
}

/* Header Top */
.header-top {
  padding-top: 1px;
  padding-bottom: 1px;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

  width: 100%;
}
.header-top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1480px;
  margin: 0 auto;
}
.header-top-column {
  font-size: .75rem;
  line-height: 1.5;
  padding: .25rem 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.header-top-column a {
  color: inherit;
}
.header-top-container svg {
  height: .8rem;
  margin-right: .3rem;
}


/* Header Main */
.header-main {
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

  width: 100%;
  padding: 0 20px;
}
.header-main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
	position: relative;
}
.header-main-container.menu-logo-above {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-logo-above .header-logo {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 1.25rem;
}
.menu-logo-above

/* Header Menu */
.header-menu-main > .hs-menu-wrapper {
  height: 100%;
}
.header-menu-main > .hs-menu-wrapper > ul > li {
  position: relative;
}
.header-menu-main > .hs-menu-wrapper > ul > li.hs-item-has-children:after {
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  font-size: .625rem;
  font-weight: 900;
  color: inherit;
  position: absolute;
  right: .5rem;
  top: 50%;
  transform: translate(50%, -50%);
}
.header-menu-main a {
  color: inherit;
  padding: 1.25rem 1rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.header-menu-main .active a {
  font-weight: bold;
}
.header-menu-main > .hs-menu-wrapper > ul > li > a:after {
  content: "";
  width: 0;
  height: 3px;
  background-color: #7B9E1B;
  position: absolute;
  bottom: 0;
  left: 50%;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.header-menu-main > .hs-menu-wrapper > ul > li > a:hover:after {
  width: 100%;
  left: 0;
}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper li > a {
  display: block;
  padding: .5rem 1rem;
  font-size: .875rem;
  line-height: 1.25;
}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper {
  background-color: #f5f5f5;
  padding: .5rem 0;
  min-width: 10rem;
  width: auto;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.header-menu-main > .hs-menu-wrapper > ul > li:hover > .hs-menu-children-wrapper {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 2;
}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper li a {
  color: inherit;
  position: relative;
}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper li a:hover {
  background-color: #ebebeb;
}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper li a:before {
  content: "";
  width: 3px;
  height: 0;
  background-color: #7B9E1B;
  position: absolute;
  top: 50%;
  left: 0;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper li a:hover:before {
  height: 100%;
  top: 0;
}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper {
  background-color: #ebebeb;
  min-width: 10rem;
  width: auto;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper a {
  padding-left: 1.25rem;
}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper a:hover {
  background-color: #e1e1e1;
}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper  {
  background-color: #e1e1e1;
}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper a  {
  padding-left: 1.5rem;
}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper a:hover {
  background-color: #d7d7d7;
}

@media (max-width: 1279px) {
  .header-menu-main a {
    padding: 1.25rem .75rem;
  }
  .header-menu-main > .hs-menu-wrapper > ul > li.hs-item-has-children:after {
    right: .375rem;
  }
}


/* Navigation skipper */
.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}
.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}


/* Header Search - Pop-up */
.header-search-open {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem;
  background: transparent !important;
  border: none !important;
}
.header-search-open svg {
  width: 1.25rem;
  height: 1.25rem;
}
.header-search {
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 20;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

  opacity: 0;
  visibility: hidden;
}
.header-search-active {
  opacity: 1;
  visibility: visible;
}
.header-search-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1440px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
.header-search form {
  width: 500px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  position: relative;
}
.header-search form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: .5rem .75rem;
  border: none;
  border-radius: 0 12.5px 12.5px 0;
}
.header-search form button svg {
  height: 1rem;
  fill: #FFFFFF;
}
.header-search form label {
  display: none;
}
.header-search-close {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.25rem;
  position: absolute;
  top: 0;
  right: 0;
}
.header-search-close svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #FFFFFF;
}

@media (max-width: 767px) {
  .header-search form {
    width: 100%;
  }
}


/* Search bar */
.header-search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiNGRkZGRkYiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  padding-right: 3rem;
}
.hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 12.5px 12.5px 0 0;
  max-width: 100%;
}
.hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFFFFF;
  border: none !important;
  border-radius: 0 0 12.5px 12.5px;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.header-search .hs-search-field--open form button {
  border-radius: 0 12.5px 0 0;
}
.hs-search-field__suggestions li:not(:first-child) {
  border-top: 1px solid #585858;
  font-size: 0.875rem;
}
.hs-search-field__suggestions li a {
  color: #2D3306;
  padding: .5rem .625rem;
  text-decoration: none;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.hs-search-field__suggestions #results-for {
  display: none !important;
}

@media (min-width: 992px) {
  .hs-search-field__input {
    width: auto;
  }
}


/* Header Search - Inline */
.header-search--inline .header-search {
  position: unset;
  background: none;
  opacity: 1;
  visibility: visible;
}
.header-search--inline .header-search-inner {
  padding: 0;
}
.header-search--inline .header-search form {
  width: auto;
  max-width: 10rem;
}
.header-search--inline:not(.header-search--slide-in) .header-search-close {
  display: none;
}
.header:not(.header-transparent) .header-search--inline .header-search .hs-search-field__input,
.header.reactive .header-search--inline .header-search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiMwMDAwMDAiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  color: #003753 !important;
}
.header:not(.header-transparent) .header-search--inline .header-search .hs-search-field__input::-webkit-input-placeholder {
  color: #003753;
}
.header.reactive .header-search--inline .header-search .hs-search-field__input::-webkit-input-placeholder {
  color: #003753;
}
.header:not(.header-transparent) .header-search--inline .header-search .hs-search-field__input::-moz-placeholder {
  color: #003753;
}
.header.reactive .header-search--inline .header-search .hs-search-field__input::-moz-placeholder {
  color: #003753;
}
.header:not(.header-transparent) .header-search--inline .header-search .hs-search-field__input:-ms-input-placeholder {
  color: #003753;
}
.header.reactive .header-search--inline .header-search .hs-search-field__input:-ms-input-placeholder {
  color: #003753;
}
.header:not(.header-transparent) .header-search--inline .header-search .hs-search-field__input:-moz-placeholder {
  color: #003753;
}
.header.reactive .header-search--inline .header-search .hs-search-field__input:-moz-placeholder {
  color: #003753;
}
.header:not(.header-transparent) .header-search--inline .header-search .hs-search-field__input::placeholder {
  color: #003753;
}
.header.reactive .header-search--inline .header-search .hs-search-field__input::placeholder {
  color: #003753;
}

@media (max-width: 479px) {
  .header-search--inline {
    display: none;
  }
}


/* Header Search - Slide-in */
.header-search--slide-in {
  position: relative;
}
.header-search--slide-in .header-search {
  position: absolute;
  width: 10rem;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.header-search--slide-in .header-search.header-search-active {
  left: -10rem;
  opacity: 1;
  visibility: visible;
}
.header-search--slide-in .header-search-close {
  position: relative;
}


/* Mobile Menu */
.header-menu-mobile {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 1;
  display: none;
}
.header-menu-mobile ul {
  background-color: #FFFFFF;
  display: block;
}
.header-menu-mobile li {
  border-top: 1px solid #FFFFFF;
  position: relative;
}
.header-menu-mobile ul li a {
  padding: 1rem;
  line-height: 1;
  color: #003753 !important;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-menu-mobile .hs-menu-depth-2 a {
  background-color: #ebebeb;
}
.header-menu-mobile .hs-menu-depth-3 a {
  background-color: #e1e1e1;
}
.header-menu-mobile .hs-menu-depth-4 a {
  background-color: #d7d7d7;
}
.header-menu-mobile .hs-menu-depth-5 a {
  background-color: #cdcdcd;
}
.submenu-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 3rem;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.submenu-button svg {
  height: 1rem;
  fill: #003753;
}
.menu-mobile-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem;
}
.menu-mobile-button svg {
  height: 1.25rem;
}

.menu-mobile-permanent .header-navigation {
  order: 3;
}
.header-main-container.menu-mobile-permanent:not(.menu-logo-above) .header-right {
  margin-left: auto;
}

@media (min-width: 992px) {
  .header-main-container:not(.menu-mobile-permanent) .menu-mobile-button {
    display: none;
  }
  .header-main-container:not(.menu-mobile-permanent) .header-menu-mobile > .hs-menu-wrapper {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .header-main,
  .header-main-container {
    padding: 0;
  }
  .header-logo {
    padding: .875rem 1.25rem;
  }
  .header-menu-main {
    display: none;
  }
  .header-navigation {
    order: 3;
  }
  .header-main-container:not(.menu-logo-above) .header-right {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .header-top-column {
    margin: auto;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}


/* Language switcher */
.header-language-switcher {
  cursor: pointer;
}
.header-language-switcher .lang_switcher_class {
  position: static;
  display: block;
  padding: 1.25rem;
}
.header-language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 50px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
  display: block;
  left: 50%;
  opacity: 0;
  min-width: 180px;
  padding-top: 0;
  text-align: center;
  top: 100%;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

  visibility: hidden;
}
.header-language-switcher:hover .lang_list_class,
.header-language-switcher:focus .lang_list_class {
  opacity: 1;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

  visibility: visible;
}
.header-language-switcher .lang_list_class:before {
  left: 50%;
  top: -25px;
  border-bottom-color: #2D3306;
}
.header-language-switcher .lang_list_class:after {
  left: 50%;
  top: -22px;
}
.header-language-switcher .lang_list_class.first-active::after {
  top: -22px;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

  border-bottom-color: #2D3306;
}
.header-language-switcher .lang_list_class li {
  border: none;
  font-size: .875rem;
  padding: .5rem .75rem;
}
.header-language-switcher .lang_list_class li:first-child {
  border-radius: 50px 50px 0 0;
  border-top: none;
}
.header-language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 50px 50px;
}
.header-language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.header-language-switcher-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header-language-switcher-label-current {
  display: none;
}

@media (max-width: 992px) {
  .header-language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }
  .header-language-switcher .lang_list_class:before,
  .header-language-switcher .lang_list_class:after {
    content: none;
  }
}

.header-language-switcher .lang_list_class li a {
  color: #02557E;
}
.header-language-switcher .lang_list_class li:hover a,
.header-language-switcher .lang_list_class li a:focus {
  opacity: .6;
}
.header-language-switcher .lang_list_class li a:active {
  opacity: .6;
}
.header-language-switcher .lang_list_class {
  background-color: #FFFFFF;
  border-color: #2D3306;
}
.header-language-switcher .lang_list_class li:hover {
  background-color: #FFFFFF;
}


/* Header Transparent */
.header-transparent:not(.reactive) .header-logo-dark,
.header-transparent.reactive .header-logo-light {
  display: none;
}
.header-transparent:not(.reactive) .header-top {
  background-color: transparent;
  border-bottom-color: #FFFFFF;
}
.header-transparent:not(.reactive) .header-main {
  background-color: transparent;
}
.header-transparent:not(.reactive) .header-menu-main a,
.header-transparent:not(.reactive) .header-top-column,
.header-transparent:not(.reactive) .header-menu-main > .hs-menu-wrapper > ul > li.hs-item-has-children:after {
  color: #FFFFFF;
}
.header-transparent:not(.reactive) .header-search-open svg,
.header-transparent:not(.reactive) .header-top-container svg,
.header-transparent:not(.reactive) .menu-mobile-button svg,
.header-transparent:not(.reactive) .header-search-close svg {
  fill: #FFFFFF;
}
.header-transparent:not(.reactive) .globe_class {
  background-image: url(//21908410.fs1.hubspotusercontent-na1.net/hubfs/21908410/raw_assets/public/@marketplace/New_Perspective_Marketing/B2B_Engine_Pro/images/globe-white.png);
}


.footer {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-background--gradient {
  background: -webkit-gradient(linear, left top, right top, from(#7B9E1B), to(#478587));
  background: -o-linear-gradient(left, #7B9E1B, #478587);
  background: linear-gradient(to right, #7B9E1B, #478587);
}
.footer-background--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-background--image .footer-top {
  background-color: rgba(45, 51, 6, .5 );
}
.footer-top {
  padding: 0 20px;
}
.footer-top-container {
  max-width: 1440px;
  margin: 0 auto;
	position: relative;
}
.footer-bottom {
	padding: .5rem 20px;
  background-color: transparent;
}
.footer-bottom-container {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .footer-top {
    padding: 4rem 20px;
    text-align: center;
  }
  .footer-bottom-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .footer-bottom-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/* Column Content */
.footer-column-item {
  margin-bottom: 1.75rem;
}
.footer-column-item p {
  margin-bottom: .75rem; 
}
.footer-column-item h1,
.footer-column-item h2,
.footer-column-item h3,
.footer-column-item h4,
.footer-column-item h5,
.footer-column-item h6,
.footer-column-item-title {
  color: inherit !important;
}
.footer-column-item .social-links svg {
  fill: inherit !important;
}
.footer-column-item > *:last-child {
  margin-bottom: 0;
}
.footer-column-item a:not(.social-links-single) {
  position: relative;
  display: inline-block;
}
.footer-column-item a:not(.social-links-single):not(.button):after {
  content: "";
  width: 0;
  height: 3px;
  background-color: #478587;
  position: absolute;
  bottom: 0;
  left: 0%;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.footer-column-item a:not(.social-links-single):hover:after {
  width: 100%;
  right: 0;
}
.footer-top-container > .row-fluid > [class*="span"]:last-child > .footer-column-item:last-child {
  margin-bottom: 0;
}
.footer-column-accent-background {
  padding: 1.5rem;
  margin-bottom: 1.75rem;
}
.footer-column-accent-background .footer-column-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .footer-top-container > .row-fluid {
    display: flex;
  }
  .footer-top-container > .row-fluid > [class*="span"] {
    padding: 4rem 0;
  }
  .footer-column-item {
    margin-bottom: 1rem;
  }
  .footer-column-item:last-child {
    margin-bottom: 0;
  }
  .footer-column-accent-line .footer-column-item {
    padding-left: 2rem !important;
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: inherit;
  }
  .footer-column-accent-background {
    padding: 4rem 2.25rem !important;
    margin-bottom: 0;
  }
}

/* Form */
.footer-form form {
  padding: 0;
  border: 0;
  background: transparent;
}
.footer-form .form-title {
  display: none;
}
.footer-form input[type=text],
.footer-form input[type=email],
.footer-form input[type=password],
.footer-form input[type=tel],
.footer-form input[type=number],
.footer-form input[type=file],
.footer-form select,
.footer-form textarea,
.footer-form form label {
  font-size: .875rem;
}
.footer-form form label {
  color: inherit !important;
}

/* Menu */
.footer-column-item-menu .hs-menu-children-wrapper {
  display: none !important;
}
.footer-column-item-menu ul {
  margin: 0;
  padding-left: 0;
}
.footer-column-item-menu li {
  display: block;
  width: 100%;
}
.footer-column-item-menu li:nth-child(n+2) {
  margin-top: .5rem;
}
.footer-column-item-menu a {
  color: inherit;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.7;
  padding: 0;
}
.footer-column-item-menu a:hover,
.footer-column-item-menu a:focus {
  color: inherit;
}
.footer-column-item-menu li.active a:after {
  width: 100%;
  right: 0;
}

/* Social Icons */
@media (max-width: 767px) {
  .footer-column-item .social-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* Copyright */
.footer-bottom-copyright {
  font-size: .75rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media (min-width: 768px) {
  .footer-bottom-copyright {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/* Bottom Menu */
.footer-bottom-menu {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.footer-bottom-menu .hs-menu-children-wrapper {
  display: none;
}
.footer-bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer-bottom-menu li a {
  color: inherit;
  font-size: .75rem;
  padding: 0 .5rem;
  border-right: 1px solid #2D3306;
  border-color: inherit;
}
.footer-bottom-menu li:first-child a {
  padding-left: 0;
}
.footer-bottom-menu li:last-child a {
  border-right: none;
  padding-right: 0;
}
.footer-bottom-menu a:hover,
.footer-bottom-menu a:focus {
  opacity: .75;
}
.footer-bottom-menu li.active a {
  font-weight: bold;
}

@media (min-width: 768px) {
  .footer-bottom-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

/* Scroll to Top */
.footer-scroll-to-top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #7B9E1B;
  border-radius: 50px;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

  z-index: 5;
  opacity: 0;
  visibility: hidden;
}
.footer-scroll-to-top:hover,
.footer-scroll-to-top:focus {
  opacity: 1;
}
.footer-scroll-to-top-active {
  opacity: .4;
  visibility: visible;
}
.footer-scroll-to-top svg {
  height: 1.25rem;
  fill: #FFFFFF;
}


/* Slick Slider */
.slick-track {
  display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.slick-slide {
  height: inherit;
}

/* Next & Previous Buttons */
.slick-next,
.slick-prev {
	width: 2.25rem;
  height: 2.25rem;
  z-index: 2;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.slick-slider .slick-arrow:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 1.5rem;
	background: #2D3306;
	color: #FFFFFF;
	width: 2.25rem;
	height: 2.25rem;
  border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 1;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.slick-slider .slick-arrow:hover:before {
	background: #7B9E1B;
	color: #FFFFFF;
}
.slick-slider .slick-arrow.slick-prev {
	left: -2.375rem;
}
.slick-slider .slick-arrow.slick-next {
	right: -2.375rem;
}
.slick-slider .slick-arrow.slick-prev:before {
	content: '\f104';
}
.slick-slider .slick-arrow.slick-next:before {
	content: '\f105';
}


.popup-enabled,
.popup-enabled label {
  cursor: pointer;
}

/* Popup */
.mfp-container {
  padding-left: 20px;
  padding-right: 20px;
}
img.mfp-img {
  padding: 2rem 0;
  cursor: auto;
}
.popup {
	position: relative;
	max-width: 720px;
  margin: 2rem auto;
  outline: none;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.mfp-close {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  background-color: rgba(255, 255, 255, .5);
  padding: .5rem;
  width: 2.25rem !important;
  height: 2.25rem;
  right: 0 !important;
}
.mfp-close:active {
  top: 0;
}
.mfp-close svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #003753;
}
.mfp-close > * {
  pointer-events: none
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  top: 2rem;
}
.popup-image img {
	display: block;
	width: 100%;
}
.popup-body {
	padding: 1.5rem;
}
.popup-body > *:not(:first-child) {
  margin-top: 1.25rem;
}
.popup-body .subheading + .popup-heading {
  margin-top: 0;
}
.popup-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: -.5rem;
}
.popup-buttons > span {
  padding: .5rem;
}
.popup form {
  background: transparent;
  padding: 0;
}
.popup-open .body-wrapper {
  filter: blur(1px);
}

@media (min-width: 480px) {
  .popup-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/* Zoom Animation */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  /* ideally, transition speed should match zoom duration */
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-with-zoom.mfp-ready .popup {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-with-zoom.mfp-removing .popup {
  -webkit-transform: scale(.75);
  -ms-transform: scale(.75);
  transform: scale(.75);
}

/* Next & Previous Buttons */
.mfp-arrow {
	width: 2rem;
  height: 2rem;
  z-index: 1046;
  opacity: 1;
  margin-top: 0;
  cursor: pointer;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.mfp-arrow:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 1.25rem;
	background: #7B9E1B;
	color: #FFFFFF;
	width: 2rem;
	height: 2rem;
  border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 1;
  border: none;
  margin: 0;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.mfp-arrow:hover:before {
	background: #2D3306;
	color: #FFFFFF;
}
.mfp-arrow:active {
  margin-top: 0;
}
.mfp-arrow-left {
	left: 1.75rem;
}
.mfp-arrow-right {
	right: 1.75rem;
}
.mfp-arrow-left:before {
	content: '\f053';
}
.mfp-arrow-right:before {
	content: '\f054';
}
.mfp-arrow:after {
  content: none;
}


.cards-wrapper {
  display: flow-root;
  position: relative;
}
.cards-wrapper .slick-dots {
  bottom: -17px;
}
.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -.75rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cards-single {
  max-width: 100%;
  width: 100%;
  padding: .75rem;
}
.cards-single-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0px
}

@media (max-width: 1560px) {
  .cards-wrapper {
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .cards:not(.slick-slider) .cards-single:not(.flex-basis-1) {
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
    width: 50% !important;
    max-width: 480px;
  }
  .cards:not(.slick-slider) .cards-single.flex-basis-1:only-child {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .cards:not(.slick-slider) .cards-single:not(.flex-basis-1) {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    width: 100% !important;
  }
  .cards:not(.slick-slider) .cards-single:not(.flex-basis-1) {
    max-width: 460px;
  }
}

/* Image */
.card-image-wrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
}
.cards-single-inner > a > .card-image-wrapper {
  padding-bottom: 0;
}
.card-image-bg {
  background-image: url(//21908410.fs1.hubspotusercontent-na1.net/hubfs/21908410/raw_assets/public/@marketplace/New_Perspective_Marketing/B2B_Engine_Pro/images/grayscale-mountain.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 56.25%; /* This number gives the image it's proper size. It is derived as  image_height / image_width * 100% */
  position: relative;
}
.card-image {
  overflow: hidden;
}
.card-image img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.card-image--padding img {
  padding: 1.5rem 1.5rem 0;
}

/* Icon */
.card-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 10rem;
  max-height: 10rem;
}
.card-icon svg {
  height: inherit;
  max-width: 100%;
  max-height: inherit;
  padding: 1.5rem 1.5rem 0;
}

/* Overlay */
.card-content {
  position: absolute;
  bottom: -100%;    
  opacity: 0;
  z-index: 4;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.cards-single-inner:hover .card-content,
.cards-single-inner:focus .card-content {
  bottom: 0;
  opacity: 1;
}
.card-overlay {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.card-overlay-content {
  position: absolute;
  bottom: 0;
  z-index: 3;
  width: 100%;
}
.card-body {
  padding: 1.5rem;
  width: 100%;
}
.card-heading-wrapper {
  margin-bottom: .75rem;
}
.card-heading {
  margin-bottom: 0;
}
.card-heading + .card-text,
.card-heading + .social-links,
.card-text + .social-links {
  margin-top: .75rem;
}
.card-button {
  margin-top: auto;
  padding: 0 1.5rem 1.5rem;;
  width: 100%
}

/* Post */
.card-post-meta-wrapper {
  font-size: .875rem;
}
.card-post-meta {
  display: block;
  line-height: 1;
  margin-top: .5rem;
}
.card-post-meta svg {
  margin-right: .5rem;
}
.cards.blog-posts .cards-single-inner,
.cards.pricing .cards-single-inner {
  overflow: visible;
}

/* Hover Animations */
.card-hover--card-zoom,
.card-hover--image-zoom .card-image-bg,
.card-hover--image-zoom .card-image img,
.card-hover--image-zoom .blog-card-image {
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.card-hover--card-zoom:hover,
.card-hover--image-zoom:hover .card-image-bg,
.card-hover--image-zoom:hover .card-image img,
.card-hover--image-zoom:hover .blog-card-image {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* Transparent Card */
.cards-single-inner.bg-transparent .card-image,
.cards-single-inner.bg-transparent .card-image-wrapper,
.cards-single-inner.bg-transparent .card-image-bg {
  border-radius: 0px
}
.cards-single-inner.bg-transparent .card-body {
  padding: 1rem 0;
}
.cards-single-inner.bg-transparent .card-button {
  margin-top: auto;
  padding: 0 0 1rem;
  width: 100%;
}

/* Accent Line */
.card-accent {
  width: 100%;
  height: 0.25rem;
  margin: 0.75rem 0;
}
.card-accent-top {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: .5rem;
}
.card-accent-bottom {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: .5rem;
}

/* Filter */
.cards-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 1.25rem;
  margin: -0.5rem;
}
.cards-filter .button {
  margin: 0.5rem;
}
.cards-filter select {
  margin: 0.5rem;
  min-width: 32%;
  width: auto !important;
}

/* Flip Cards */
.flip-cards .cards-single-inner {
  position: relative;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-cards .card-image-wrapper {
  position: relative;
  transition: transform 0.9s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 0px
}
.flip-cards .card-image-wrapper--back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateY(180deg);
}
.flip-cards .cards-single:hover .card-image-wrapper--front,
.flip-cards .cards-single:focus .card-image-wrapper--front,
.flip-cards .cards-single:focus-within .card-image-wrapper--front,
.flip-cards .cards-single:active .card-image-wrapper--front {
  transform: rotateY(-180deg);
}
.flip-cards .cards-single:hover .card-image-wrapper--back,
.flip-cards .cards-single:focus .card-image-wrapper--back,
.flip-cards .cards-single:focus-within .card-image-wrapper--back,
.flip-cards .cards-single:active .card-image-wrapper--back {
  transform: rotateY(0deg);
}
.card-overlay-content--top {
  bottom: unset;
  top: 0;
}
.card-overlay-content--center {
  bottom: 50%;
  transform: translateY(50%);
}

/* Background Video*/
.card-video-bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.card-video-bg video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.card-video-bg-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.card-video-bg-content {
  z-index: 3;
}

@media (min-width: 768px) {
  .cards-single-inner--video-bg:hover .card-video-bg-image {
    opacity: 0;
  }
  .cards-single-inner.cards-single-inner--video-bg .card-body {
    padding: 2rem;
  }
  .cards-single-inner.cards-single-inner--video-bg .card-button {
    padding: 0 2rem 2rem;
  }
}


.list-inner {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.list-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .75rem;
}
.list-single:last-child {
  margin-bottom: 0
}
.list-indicator {
  min-width: 2rem;
  position: relative;
}
.list-indicator--bullet {
  position: relative;
}
.list-indicator--bullet span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: .625rem;
  width: .5rem;
  height: .5rem;
  border-radius: 100%;
}
.list-indicator--number  {
  font-weight: bold;
}
.list-indicator--icon {
  margin-top: .125rem;
}
.list-indicator--icon span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.list-indicator--icon svg {
  width: 1rem;
  height: 1rem;
}
.list-indicator--image {
  margin-top: .125rem;
}


.tab-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-button {
  cursor: pointer;
  padding: 1.5rem;
  font-size: 1.25rem;
  line-height: 1;
  position: relative;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.tab-button:hover,
.tab-button.active {
  opacity: .875;
}
.tab-button:after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.tab-button:hover:after,
.tab-button.active:after {
  width: 100%;
  left: 0;
}
.tab-body-inner {
  display: none;
  padding: 1.5rem;
}
.tab-body-inner:first-child {
  display: block;
}
.tab-body-inner.bg-transparent {
  padding: 1rem 0;
}

/* Rounded Corners */
.tabs.rounded .tab-button:first-child {
  border-radius: 0px 0 0 0;
}
.tabs.rounded .tab-button:last-child {
  border-radius: 0 0px 0 0;
}
.tabs.rounded .tab-body-inner {
  border-radius: 0 0 0px 0px;
}


/* Tags */
.tags-list {
  margin: -.125rem -.125rem .75rem -.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tag {
  line-height: 1;
  padding: .325rem;
  margin: .125rem;
  background-color: #2D3306;
  color: #FFFFFF;
  border-radius: 12.5px;
}
.tag-link:hover,
.tag-link:focus {
  background-color: #7B9E1B;
  color: #FFFFFF;
}


/*************** Blog Index ***************/
/* Blog header - author listing */
.blog-header__author-avatar {
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
  display: block;
  height: auto;
  margin: 0 auto 1.4rem;
  width: 200px;
}
.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}
.blog-header__author-social-links a:hover,
.blog-header__author-social-links a:focus {
  background-color: #494A52;
}
.blog-header__author-social-links svg {
  fill: #FFFFFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */
.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Blog Cards*/
.blog-card {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  margin-bottom: 3.5%;
  color: #003753;
}
.blog-card-inner {
  height: 100%;
  background-color: #FFFFFF;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

  border-radius: 0px;
}
.blog-card-image-wrapper {
  overflow: hidden;
  border-radius: 0px 0px 0 0;
}
.blog-card-image {
  display: block;
  background-image: url(//21908410.fs1.hubspotusercontent-na1.net/hubfs/21908410/raw_assets/public/@marketplace/New_Perspective_Marketing/B2B_Engine_Pro/images/grayscale-mountain.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 56.25%; /* This number gives the image it's proper size. It is derived as  image_height / image_width * 100% */
  border-radius: 0px 0px 0 0;
}
.card-hover--card-zoom > a > .blog-card-image-wrapper,
.card-hover--image-zoom > a > .blog-card-image-wrapper {
  padding-bottom: 0;
}
.blog-card-content {
  padding: 1.25rem;
}
.blog-card-title {
  margin: 0 0 .625rem;
  font-size: 1.25rem;
}
.blog-card--large .blog-card-title {
  font-size: 1.75rem;
}
.blog-card-content p {
  color: #003753;
  margin-bottom: 0;
}
.blog-card-meta-wrapper {
  font-size: .875rem;
  color: #003753;
}
.blog-card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin-top: .5rem;
}
.blog-card-meta svg {
  fill: #003753;
  margin-right: .5rem;
}

@media (max-width: 767px) {
  .blog-card  {
    transition-delay: 150ms !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.25%;
    flex: 0 0 48.25%;
    margin-right: 3.5%;
  }
  .blog-card:nth-child(even) {
    margin-right: 0;
  }
  .blog-card:nth-of-type(even),
  .body-container-wrapper[class*="blog-page"]:not(.blog-page_1) .blog-card:nth-of-type(odd) {
    transition-delay: 150ms !important;
  }
  .blog-card:nth-of-type(odd):not(.blog-card--large),
  .body-container-wrapper[class*="blog-page"]:not(.blog-page_1) .blog-card:nth-of-type(even) {
    transition-delay: 300ms !important;
  }
}

@media (min-width: 992px) {
  .blog-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    margin-right: 3.5%;
  }
  .blog-card--large {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65.5%;
    flex: 0 0 65.5%;
    margin-right: 3.5%;
  }
  .blog-card--large .blog-card-meta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-card--large .blog-card-meta:not(:last-child) {
    border-right: 1px solid #003753;
    padding-right: .5rem;
    margin-right: .5rem;
  }
  .blog-card--small:last-child,
  .blog-card--small:nth-child(3n+2),
  .body-container-wrapper[class*="blog-page"]:not(.blog-page_1) .blog-card--small:nth-child(3n),
  .blog-index--simple .blog-card--small:nth-child(3n) {
    margin-right: 0;
  }
  .body-container-wrapper[class*="blog-page"]:not(.blog-page_1) .blog-card--small:nth-child(3n+2),
  .blog-index--simple .blog-card--small:nth-child(3n+2) {
    margin-right: 3.5%;
  }
}

/* Blog sidebar-card */
.blog-index__sidebar-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  margin-bottom: 3.5%;
  background-color: #FFFFFF;
  border-radius: 0px;
}
.body-container-wrapper > .blog-index__sidebar-search-inner {
  display: none;
}
.blog-index__sidebar .hs-search-field__bar form {
  display: flex;
}
.blog-index__sidebar .hs-search-field__bar button {
  display: inline-block;
  height: auto!important;
  padding: .5rem .75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  border-radius: 12.5px;
  border-width: 1px;
}
.blog-index__sidebar .hs-search-field__bar button > span {
  display: flex;
}
.blog-index__sidebar .hs-search-field__bar button svg {
  height: 1rem;
}
.blog-index__sidebar {
  padding: 1.25rem;
}
.blog-index__sidebar h4 {
  font-size: 1.5rem;
  color: #2D3306;
}
.blog-index__sidebar form {
  padding: 0;
  background: transparent;
  border: none;
}
.blog-index__sidebar input {
  width: 100%;
}
.blog-index__sidebar input[type=text],
.blog-index__sidebar input[type=email] {
    width: 100%;
    background-color: #F2F2F2;
}
.blog-index__sidebar > div:not(:first-child) {
  margin-top: 2rem;
}
.blog-index__sidebar-subscribe .form-title {
  display: none;
}
.blog-index__sidebar-subscribe .hs-email > label {
  display: none;
}
.blog-index__sidebar-subscribe .hs_error_rollup {
  display: none;
}
.blog-index__sidebar-tags-list ul {
  padding-left: 0;
  list-style: none;
}
.blog-index__sidebar-tags-list .tag {
  display: block;
}

@media (max-width: 767px) {
  .blog-index__sidebar-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    order: 2;
    transition-delay: 150ms !important;
  }
  .blog-index__sidebar-wrapper:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-index__sidebar-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.25%;
    flex: 0 0 48.25%;
    margin-right: 0;
  }
}

/* Blog pagination */
.blog-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 1.25rem auto 0;
}
.blog-pagination__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 2px solid transparent;
  border-radius: 50px;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
  color: #003753;
}
.blog-pagination__link--active {
  border: 2px solid #003753;
  background-color: #7B9E1B;
  color: #FFFFFF;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
  color: #003753;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-pagination__prev-link {
  margin-right: 0.25rem;
}
.blog-pagination__next-link {
  margin-left: 0.25rem;
}
.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  color: rgba(40, 40, 40, .5);
  cursor: default;
  pointer-events: none;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #003753;
  margin: 0 0.3rem;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: rgba(40, 40, 40, .5);
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #003753;
}


/*************** Blog Post ***************/
/* Post Header */
.blog-post__header {
  padding: 60.0px 20px;
  background-color: #F2F2F2;
}
.blog-post__header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-post__header--row-title-left .container,
.blog-post__header--column-title-top .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.blog-post__header--row-title-right .container,
.blog-post__header--column-title-bottom .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.blog-post__header--column-title-top .blog-post__header-data,
.blog-post__header--row-title-left .blog-post__header-data {
  margin-bottom: 1rem;
}
.blog-post__header--column-title-bottom .blog-post__header-data,
.blog-post__header--row-title-right .blog-post__header-data {
  margin-top: 1rem;
}
.blog-post__header h1 {
  font-size: 2.25rem;
  margin-bottom: .75rem;
}
.blog-post__header-data {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 41.5%;
  flex: 1 1 41.5%;
}
.blog-post__back-wrapper {
  display: block;
  width: 100%;
}
.blog-post__back {
  display: inline-block;
  margin-bottom: 1rem;
  color: #003753;
}
.blog-post__meta {
  font-size: .875rem;
  color: #003753;
  display: block;
}
.blog-post__meta--author {
  display: inline-block;
}
.blog-post__image {
  display: block;
  background-image: url(//21908410.fs1.hubspotusercontent-na1.net/hubfs/21908410/raw_assets/public/@marketplace/New_Perspective_Marketing/B2B_Engine_Pro/images/grayscale-mountain.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 56.25%; /* This number gives the image it's proper size. It is derived as  image_height / image_width * 100% */
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.blog-post__video {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.blog-post__video .video-thumbnail > div {
  padding-bottom: 56.25%; /* This number gives the image it's proper size. It is derived as  image_height / image_width * 100% */
}
.blog-post__header--width-post .container {
  max-width: 1080.0px;
}
.blog-post__header--width-full .container {
  max-width: 100%;
}

@media (min-width: 768px) {
  .blog-post__header {
    padding: 90.0px 20px;
  }
  .blog-post__header h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  .blog-post__header--row-title-left .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blog-post__header--row-title-right .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blog-post__header--row-title-left .blog-post__header-data {
    margin-right: 3.5%;
    margin-bottom: 0;
  }
  .blog-post__header--row-title-right .blog-post__header-data {
    margin-left: 3.5%;
    margin-top: 0;
  }
  .blog-post__header--row-title-left .blog-post__image,
  .blog-post__header--row-title-right .blog-post__image {
    padding-bottom: 30.9375%; /* This number gives the image it's proper size. It is derived as  image_height / image_width * flex_width */
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
  }
  .blog-post__header--row-title-left .blog-post__video,
  .blog-post__header--row-title-right .blog-post__video {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
  }
}

/* Post Body */
.blog-post__body {
  padding: 60.0px 20px;
}
.blog-post__body .container {
  position: relative;
}
.blog-post__body-inner {
  max-width: 1080.0px;
  margin: 0 auto;
}
.blog-post__body-inner img {
  height: auto;
}
.blog-post__naration .hs-audio-player {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .blog-post__body {
    padding: 90.0px 20px;
    position: relative;
  }
}

/* Share Links*/
.blog-post__share {
  margin-top: 1.5rem;
}
.blog-post__share-inner {
  position: sticky;
  top: 240px;
}

@media (min-width: 1120.0px) {
  .blog-post__share {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  .blog-post__share-inner .social-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Blog related posts */
.blog-related-posts {
  background-color: #F2F2F2;
  padding: 60.0px 20px;
}
.blog-related-posts h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}
.blog-related-posts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-related-posts {
    padding: 90.0px 20px;
  }
  .blog-related-posts .blog-card {
    margin-bottom: 1.5rem;
  }
  .blog-related-posts .blog-card:nth-of-type(odd) {
    transition-delay: 150ms !important;
  }
  .blog-related-posts .blog-card:nth-of-type(even) {
    transition-delay: 300ms !important;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .blog-related-posts {
    padding: 120px 20px;
  }
  .blog-related-posts .blog-card {
    margin-bottom: 0;
  }
  .blog-related-posts .blog-card:nth-child(3n) {
    margin-right: 0;
  }
}

/* Reading progress bar */
.blog-progress-wrapper {
  width: 100%;
  height: 5px;
  background-color: #F2F2F2;
  position: sticky;
  top: 0;
  z-index: 1;
}
.blog-progress-bar {
  width: 0;
  max-width: 100%;
  height: 5px;
  background-color: #7B9E1B;
}

/* Blog comments */
.blog-comments {
  margin: 0 auto 120px;
  padding: 0 20px;
  max-width: 1120.0px;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}
#comments-listing .comment-reply-to {
  color: #02557E;
}
#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  opacity: .6;
}

/* Blog Layout 2 */
.blog-index-main .blog-card {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-right: 0;
}
.blog-index-sidebar {
  width: 100%;
}
@media (min-width: 992px) {
  .blog-index-main {
    -webkit-box-flex: 0;
    -ms-flex: 1 0 66%;
    flex: 1 0 66%;
  }
  .blog-index-main .blog-card-meta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .blog-index-main .blog-card-meta:not(:last-child) {
    padding-right: 1rem;
    margin-right: 1rem;
    border-right: 1px solid #003753;
  }
  .blog-index-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30.5%;
    flex: 0 0 30.5%;
    margin-left: 3.5%;
  }
  .blog-index-sidebar .blog-index__sidebar-wrapper {
    position: sticky;
    top: calc(var(--header-height) + 20px);
  }
}


.video-wrapper {
  width: 100%;
}
.video {
  position: relative;
  max-width: 100%;
}
.video-inner {
  width: 100%;
  max-width: 100%;
}
.video video,
.popup-video video {
  max-width: 100%;
  display: block;
}
.video-iframe-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  margin: 0;
}
.video-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video-thumbnail {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.video-thumbnail.play-video {
  position: absolute;
  overflow: hidden
}
.video-thumbnail > div {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}
.video-thumbnail svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
}
/* Container */
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

/* Full Height */
.full-height {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Full Width */
.full-width {
  width: 100%;
  max-width: 100%;
}

/* Text Alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

/* Margin Alignment */
.margin-align-left {
  margin-left: 0;
  margin-right: auto;
}
.margin-align-center {
  margin-left: auto;
  margin-right: auto;
}
.margin-align-right {
  margin-left: auto;
  margin-right: 0;
}

/* Flex Alignment - Horizontal */
.justify-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* Flex Basis - Width in 12 col grid */
.flex-basis-1 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
}
.flex-basis-2 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  width: 50%;
}
.flex-basis-3 {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  width: 33.33%;
}
.flex-basis-4 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  width: 25%;
}
.flex-basis-5 {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  width: 20%;
}
.flex-basis-6 {
  -ms-flex-preferred-size: 16.66%;
  flex-basis: 16.66%;
  width: 16.66%;
}
.flex-basis-7 {
  -ms-flex-preferred-size: 14.28%;
  flex-basis: 14.28%;
  width: 14.28%;
}
.flex-basis-8 {
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
  width: 12.5%;
}
.flex-basis-9 {
  -ms-flex-preferred-size: 11.11%;
  flex-basis: 11.11%;
  width: 11.11%;
}
.flex-basis-10 {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  width: 10%;
}
.flex-basis-11 {
  -ms-flex-preferred-size: 9.09%;
  flex-basis: 9.09%;
  width: 9.09%;
}
.flex-basis-12 {
  -ms-flex-preferred-size: 8.33%;
  flex-basis: 8.33%;
  width: 8.33%;
}

/* Text Color */
.color-body,
.color-body svg,
.color-body:hover,
.color-body:focus {
  color: #003753;
  fill: #003753;
}
.color-primary,
.color-primary svg,
.color-primary:hover,
.color-primary:focus {
  color: #7B9E1B;
  fill: #7B9E1B;
}
.color-secondary,
.color-secondary svg,
.color-secondary:hover,
.color-secondary:focus {
  color: #478587;
  fill: #478587;
}
.color-dark,
.color-dark svg,
.color-dark:hover,
.color-dark:focus {
  color: #2D3306;
  fill: #2D3306;
}
.color-light,
.color-light svg,
.color-light:hover,
.color-light:focus {
  color: #FFFFFF;
  fill: #FFFFFF;
}
.color-dark-gray,
.color-dark-gray svg,
.color-dark-gray:hover,
.color-dark-gray:focus {
  color: #585858;
  fill: #585858;
}
.color-light-gray,
.color-light-gray svg,
.color-light-gray:hover,
.color-light-gray:focus {
  color: #F2F2F2;
  fill: #F2F2F2;
}
.color-link,
.color-link svg,
.color-link:hover,
.color-link:focus {
  color: #02557E;
  fill: #02557E;
}

/* Background Fixed */
.bg-fixed {
  background-attachment: fixed;
}

/* Background Color */
.bg-transparent {
  background-color: transparent;
}
.bg-primary {
  background-color: #7B9E1B;
}
.bg-secondary {
  background-color: #478587;
}
.bg-dark {
  background-color: #2D3306
}
.bg-light {
  background-color: #FFFFFF
}
.bg-dark-gray {
  background-color: #585858;
}
.bg-light-gray {
  background-color: #F2F2F2;
}
.bg-link {
  background-color: #02557E;
}

/* Border Color */
.border-transparent {
  border-color: transparent;
}
.border-primary {
  border-color: #7B9E1B;
}
.border-secondary {
  border-color: #478587;
}
.border-dark {
  border-color: #2D3306
}
.border-light {
  border-color: #FFFFFF
}
.border-dark-gray {
  border-color: #585858;
}
.border-light-gray {
  border-color: #F2F2F2;
}
.border-link {
  border-color: #02557E;
}

/* Pseudo Element Background Color */
.pe-transparent:before,
.pe-transparent:after,
.pe-transparent a:before,
.pe-transparent a:after,
.pe-transparent > span:before,
.pe-transparent > span:after {
  background-color: transparent;
  color: transparent;
}
.pe-primary:before,
.pe-primary:after,
.pe-primary a:before,
.pe-primary a:after,
.pe-primary > span:before,
.pe-primary > span:after {
  background-color: #7B9E1B;
  color: #7B9E1B;
}
.pe-secondary:before,
.pe-secondary:after,
.pe-secondary a:before,
.pe-secondary a:after,
.pe-secondary > span:before,
.pe-secondary > span:after {
  background-color: #478587;
  color: #478587;
}
.pe-dark:before,
.pe-dark:after,
.pe-dark a:before,
.pe-dark a:after,
.pe-dark > span:before,
.pe-dark > span:after {
  background-color: #2D3306;
  color: #2D3306;
}
.pe-light:before,
.pe-light:after,
.pe-light a:before,
.pe-light a:after,
.pe-light > span:before,
.pe-light > span:after {
  background-color: #FFFFFF;
  color: #FFFFFF;
}
.pe-dark-gray:before,
.pe-dark-gray:after,
.pe-dark-gray a:before,
.pe-dark-gray a:after,
.pe-dark-gray > span:before,
.pe-dark-gray > span:after {
  background-color: #585858;
  color: #585858;
}
.pe-light-gray:before,
.pe-light-gray:after,
.pe-light-gray a:before,
.pe-light-gray a:after,
.pe-light-gray > span:before,
.pe-light-gray > span:after {
  background-color: #F2F2F2;
  color: #F2F2F2;
}
.pe-link:before,
.pe-link:after,
.pe-link a:before,
.pe-link a:after,
.pe-link > span:before,
.pe-link > span:after {
  background-color: #02557E;
  color: #02557E;
}

/* Pseudo Element Border Color */
.pe-border-transparent:before,
.pe-border-transparent:after {
  border-color: transparent;
}
.pe-border-primary:before,
.pe-border-primary:after {
  border-color: #7B9E1B;
}
.pe-border-secondary:before,
.pe-border-secondary:after {
  border-color: #478587;
}
.pe-border-dark:before,
.pe-border-dark:after {
  border-color: #2D3306
}
.pe-border-light:before,
.pe-border-light:after {
  border-color: #FFFFFF
}
.pe-border-dark-gray:before,
.pe-border-dark-gray:after {
  border-color: #585858;
}
.pe-border-light-gray:before,
.pe-border-light-gray:after {
  border-color: #F2F2F2;
}
.pe-border-link:before,
.pe-border-link:after {
  border-color: #02557E;
}

/* Rounding */
.rounded,
.rounded:before,
.rounded:after {
  border-radius: 0px;
}

/* Margins */
.margin-top-05 {
  margin-top: .5rem;
}
.margin-top-1 {
  margin-top: 1rem;
}
.margin-top-2 {
  margin-top: 2rem;
}
.margin-top-3 {
  margin-top: 3rem;
}
.margin-top-4 {
  margin-top: 4rem;
}
.margin-top-5 {
  margin-top: 5rem;
}
.margin-top-6 {
  margin-top: 6rem;
}
.margin-top-8 {
  margin-top: 8rem;
}
.margin-top-10 {
  margin-top: 10rem;
}

.margin-bottom-05 {
  margin-bottom: .5rem;
}
.margin-bottom-1 {
  margin-bottom: 1rem;
}
.margin-bottom-2 {
  margin-bottom: 2rem;
}
.margin-bottom-3 {
  margin-bottom: 3rem;
}
.margin-bottom-4 {
  margin-bottom: 4rem;
}
.margin-bottom-5 {
  margin-bottom: 5rem;
}
.margin-bottom-6 {
  margin-bottom: 6rem;
}
.margin-bottom-8 {
  margin-bottom: 8rem;
}
.margin-bottom-10 {
  margin-bottom: 10rem;
}

/* Paddings */
.padding-05 {
  padding: .5rem;
}
.padding-1 {
  padding: 1rem;
}
.padding-2 {
  padding: 2rem;
}
.padding-3 {
  padding: 3rem;
}
.padding-4 {
  padding: 4rem;
}
.padding-5 {
  padding: 5rem;
}
.padding-6 {
  padding: 6rem;
}
.padding-8 {
  padding: 8rem;
}
.padding-10 {
  padding: 10rem;
}

.padding-top-05 {
  padding-top: .5rem;
}
.padding-top-1 {
  padding-top: 1rem;
}
.padding-top-2 {
  padding-top: 2rem;
}
.padding-top-3 {
  padding-top: 3rem;
}
.padding-top-4 {
  padding-top: 4rem;
}
.padding-top-5 {
  padding-top: 5rem;
}
.padding-top-6 {
  padding-top: 6rem;
}
.padding-top-8 {
  padding-top: 8rem;
}
.padding-top-10 {
  padding-top: 10rem;
}

.padding-bottom-05 {
  padding-bottom: .5rem;
}
.padding-bottom-1 {
  padding-bottom: 1rem;
}
.padding-bottom-2 {
  padding-bottom: 2rem;
}
.padding-bottom-3 {
  padding-bottom: 3rem;
}
.padding-bottom-4 {
  padding-bottom: 4rem;
}
.padding-bottom-5 {
  padding-bottom: 5rem;
}
.padding-bottom-6 {
  padding-bottom: 6rem;
}
.padding-bottom-8 {
  padding-bottom: 8rem;
}
.padding-bottom-10 {
  padding-bottom: 10rem;
}

/* Pulse Animation */
.animation-pulse {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
  70% {
    transform: scale(1.02);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/* Scale Animation */
.animation-scale {
  animation: scale 2s infinite;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

/* Responsiveness - MD */
@media (max-width: 991px) {
  /* Flex Basis - Width in 12 col grid */
  .md-flex-basis-1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .md-flex-basis-2 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .md-flex-basis-3 {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
  .md-flex-basis-4 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .md-flex-basis-5 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .md-flex-basis-6 {
    -ms-flex-preferred-size: 16.66%;
    flex-basis: 16.66%;
  }
  .md-flex-basis-7 {
    -ms-flex-preferred-size: 14.28%;
    flex-basis: 14.28%;
  }
  .md-flex-basis-8 {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
  }
  .md-flex-basis-9 {
    -ms-flex-preferred-size: 11.11%;
    flex-basis: 11.11%;
  }
  .md-flex-basis-10 {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }
  .md-flex-basis-11 {
    -ms-flex-preferred-size: 9.09%;
    flex-basis: 9.09%;
  }
  .md-flex-basis-12 {
    -ms-flex-preferred-size: 8.33%;
    flex-basis: 8.33%;
  }
}

/* Responsiveness - SM */
@media (max-width: 767px) {
  /* Text Alignment */
  .sm-text-left {
    text-align: left;
  }
  .sm-text-center {
    text-align: center;
  }
  .sm-text-right {
    text-align: right;
  }
}

/* Sticky Sidebar */
.inner-wrapper-sticky {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
/* Animations off */
.hs-inline-edit [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

/* Website Header overlap fix*/
.hs-inline-edit header {
  position: unset !important;
  margin-top: 0 !important;
}
.hs-inline-edit .body-wrapper.header-type-default:before,
.hs-inline-edit .body-wrapper.header-type-transparent .hero-banner:before {
  content: none;
}