*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/

main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

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

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

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

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

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

/**
* Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

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

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

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

/**
* Remove the inner border and padding in Firefox.
*/

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

/**
* Restore the focus styles unset by the previous rule.
*/

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

/**
* Correct the padding in Firefox.
*/

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

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

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

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

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

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

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

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

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}

img{
  max-width: 100%;
}
/* Responsive Grid */

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

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

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

.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) {
  .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: 28px;
    margin-left: 4.5%;
    *margin-left: 4.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"] > div {
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

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

.split-tier__bg .row-fluid{
  display: flex;
  align-items: stretch;
}

.split-tier__bg .span6{
  width: 50%;
  margin: auto;
}

.split-tier__bg .row-fluid [class*="span"]{
  margin: 0px auto;
}

.split-tier__bg .row-fluid [class*="span6"] > .dnd-row{
  height: 100%;
  display: flex;
  align-items: center;
}

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

  .split-tier__bg .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}
.container-lg {
  width: min(1540px, 100%);
  padding: 0 20px;
  margin: 0 auto;
}

.container-md {
  width: min(1240px, 100%);
  padding: 0 20px;
  margin: 0 auto;
}

.container-sm {
  width: min(800px, 100%);
  padding: 0 20px;
  margin: 0 auto;
}

.container-xsm {
  width: min(600px, 100%);
  padding: 0 20px;
  margin: 0 auto;
}

.container {
  max-width: 1050px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

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

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

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
}

.dnd-section {
  padding: 100px 50px;	
}

.dnd-section .dnd-column {
  padding: 0;
}

.dnd-section .dnd-row {
  padding: 0;
}

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

}

/* eBook Layout */
.body-container-wrapper.digital-ebook.internal {
  background: #F8F7F1;
}

.body-container-wrapper.digital-ebook.internal .share-offer {
  position: relative;
}

.body-container-wrapper.digital-ebook.internal .main-content__container{
  display: flex; 
  width: 100%;
}

.body-container-wrapper.digital-ebook.internal .share-offer {
  min-width: 275px;
}

@media (min-width: 1101px) {
  .body-container-wrapper.digital-ebook.internal .main-content {
    flex-basis: auto;
    margin: 0 auto;
  }
  .body-container-wrapper.digital-ebook.internal > .side-nav {
    flex: 0 0 24%;
  }

}

@media (max-width: 1100px) {
  .body-container-wrapper.digital-ebook.internal > .side-nav {
    flex: 0 0 0;
  }
  .body-container-wrapper.digital-ebook.internal .main-content__container{
    display: block;
  }
}

@media (min-width: 768px) {
  .body-container-wrapper.digital-ebook.internal {
    display: flex;
  }
}

@media (max-width: 767px) {
  .body-container-wrapper.digital-ebook.internal .share-offer {
    padding: 0 50px;
  }
  .body-container--ebook .dnd-section{
    padding-right: 20px !important; 
    padding-left: 20px !important; 
  }
}

@media (min-width: 1101px) {
  .hero-section{
    width: calc(100% - 275px);
  }
}
/* Helevetica Neue */

@font-face {
  font-family: 'Helvetica Neue';
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-Bold.eot');
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-Bold.eot#iefix') format('embedded-opentype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-Bold.woff2') format('woff2'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-Bold.woff') format('woff'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-Bold.ttf') format('truetype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Helvetica Neue';
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-Light.eot');
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-Light.eot#iefix') format('embedded-opentype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-Light.woff2') format('woff2'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-Light.woff') format('woff'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-Light.ttf') format('truetype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-BoldItalic.eot');
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-BoldItalic.eot#iefix') format('embedded-opentype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-BoldItalic.woff2') format('woff2'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-BoldItalic.woff') format('woff'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-BoldItalic.ttf') format('truetype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-BoldItalic.svg#HelveticaNeue-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-Italic.eot');
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-Italic.eot#iefix') format('embedded-opentype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-Italic.woff2') format('woff2'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-Italic.woff') format('woff'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-Italic.ttf') format('truetype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-Italic.svg#HelveticaNeue-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-CondensedBlack.eot');
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-CondensedBlack.eot#iefix') format('embedded-opentype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-CondensedBlack.woff2') format('woff2'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-CondensedBlack.woff') format('woff'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-CondensedBlack.ttf') format('truetype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-CondensedBlack.svg#HelveticaNeue-CondensedBlack') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-MediumItalic.eot');
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-MediumItalic.eot#iefix') format('embedded-opentype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-MediumItalic.woff2') format('woff2'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-MediumItalic.woff') format('woff'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-MediumItalic.ttf') format('truetype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-MediumItalic.svg#HelveticaNeue-MediumItalic') format('svg');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-LightItalic.eot');
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-LightItalic.eot#iefix') format('embedded-opentype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-LightItalic.woff2') format('woff2'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-LightItalic.woff') format('woff'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-LightItalic.ttf') format('truetype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-LightItalic.svg#HelveticaNeue-LightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-Medium.eot');
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-Medium.eot#iefix') format('embedded-opentype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-Medium.woff2') format('woff2'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-Medium.woff') format('woff'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-Medium.ttf') format('truetype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-Thin.eot');
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-Thin.eot#iefix') format('embedded-opentype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-Thin.woff2') format('woff2'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-Thin.woff') format('woff'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-Thin.ttf') format('truetype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-Thin.svg#HelveticaNeue-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-UltraLightItalic.eot');
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-UltraLightItalic.eot#iefix') format('embedded-opentype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-UltraLightItalic.woff2') format('woff2'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-UltraLightItalic.woff') format('woff'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-UltraLightItalic.ttf') format('truetype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-UltraLightItalic.svg#HelveticaNeue-UltraLightItalic') format('svg');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-UltraLight.eot');
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-UltraLight.eot#iefix') format('embedded-opentype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-UltraLight.woff2') format('woff2'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-UltraLight.woff') format('woff'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-UltraLight.ttf') format('truetype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-UltraLight.svg#HelveticaNeue-UltraLight') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue.eot');
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue.eot#iefix') format('embedded-opentype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue.woff2') format('woff2'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue.woff') format('woff'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue.ttf') format('truetype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue.svg#HelveticaNeue') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-ThinItalic.eot');
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-ThinItalic.eot#iefix') format('embedded-opentype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-ThinItalic.woff2') format('woff2'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-ThinItalic.woff') format('woff'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-ThinItalic.ttf') format('truetype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/helvetica-neue/HelveticaNeue-ThinItalic.svg#HelveticaNeue-ThinItalic') format('svg');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* Palatino */

@font-face {
  font-family: 'Palatino';
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/palatino/Palatino-BoldItalic.eot');
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/palatino/Palatino-BoldItalic.eot#iefix') format('embedded-opentype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/palatino/Palatino-BoldItalic.woff2') format('woff2'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/palatino/Palatino-BoldItalic.woff') format('woff'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/palatino/Palatino-BoldItalic.ttf') format('truetype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/palatino/Palatino-BoldItalic.svg#Palatino-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Palatino';
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/palatino/Palatino-Bold.eot');
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/palatino/Palatino-Bold.eot#iefix') format('embedded-opentype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/palatino/Palatino-Bold.woff2') format('woff2'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/palatino/Palatino-Bold.woff') format('woff'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/palatino/Palatino-Bold.ttf') format('truetype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/palatino/Palatino-Bold.svg#Palatino-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Palatino';
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/palatino/Palatino-Italic.eot');
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/palatino/Palatino-Italic.eot#iefix') format('embedded-opentype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/palatino/Palatino-Italic.woff2') format('woff2'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/palatino/Palatino-Italic.woff') format('woff'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/palatino/Palatino-Italic.ttf') format('truetype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/palatino/Palatino-Italic.svg#Palatino-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Palatino';
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/palatino/Palatino-Roman.eot');
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/palatino/Palatino-Roman.eot#iefix') format('embedded-opentype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/palatino/Palatino-Roman.woff2') format('woff2'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/palatino/Palatino-Roman.woff') format('woff'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/palatino/Palatino-Roman.ttf') format('truetype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/palatino/Palatino-Roman.svg#Palatino-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Open Sans */

@font-face {
  font-family: 'Open Sans';
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-ExtraBold.eot');
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-ExtraBold.eot#iefix') format('embedded-opentype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-ExtraBold.woff2') format('woff2'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-ExtraBold.woff') format('woff'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-ExtraBold.ttf') format('truetype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-ExtraBold.svg#OpenSans-ExtraBold') format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-ExtraBoldItalic.eot');
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-ExtraBoldItalic.eot#iefix') format('embedded-opentype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-ExtraBoldItalic.woff') format('woff'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-ExtraBoldItalic.ttf') format('truetype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-ExtraBoldItalic.svg#OpenSans-ExtraBoldItalic') format('svg');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-Italic.eot');
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-Italic.eot#iefix') format('embedded-opentype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-Italic.woff2') format('woff2'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-Italic.woff') format('woff'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-Italic.ttf') format('truetype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-LightItalic.eot');
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-LightItalic.eot#iefix') format('embedded-opentype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-LightItalic.woff2') format('woff2'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-LightItalic.woff') format('woff'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-LightItalic.ttf') format('truetype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-LightItalic.svg#OpenSans-LightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-Light.eot');
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-Light.eot#iefix') format('embedded-opentype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-Light.woff2') format('woff2'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-Light.woff') format('woff'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-Light.ttf') format('truetype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-Light.svg#OpenSans-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-Regular.eot');
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-Regular.eot#iefix') format('embedded-opentype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-Regular.woff2') format('woff2'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-Regular.woff') format('woff'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-Regular.ttf') format('truetype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-SemiBoldItalic.eot');
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-SemiBoldItalic.eot#iefix') format('embedded-opentype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-SemiBoldItalic.woff2') format('woff2'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-SemiBoldItalic.woff') format('woff'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-SemiBoldItalic.ttf') format('truetype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-SemiBoldItalic.svg#OpenSans-SemiBoldItalic') format('svg');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-SemiBold.eot');
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-SemiBold.eot#iefix') format('embedded-opentype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-SemiBold.woff2') format('woff2'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-SemiBold.woff') format('woff'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-SemiBold.ttf') format('truetype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-Bold.eot');
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-Bold.eot#iefix') format('embedded-opentype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-Bold.woff2') format('woff2'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-Bold.woff') format('woff'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-Bold.ttf') format('truetype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-BoldItalic.eot');
  src: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-BoldItalic.eot#iefix') format('embedded-opentype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-BoldItalic.woff2') format('woff2'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-BoldItalic.woff') format('woff'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-BoldItalic.ttf') format('truetype'),
    url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Fonts/open-sans/OpenSans-BoldItalic.svg#OpenSans-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}


html, body {
  padding: 0;
  margin: 0;
  font-size: 18px;
}

.row-fluid [class*="span"] {
  min-height: 0 !important;
}

@media (max-width: 1280px) {
  html {
  }
}

@media (max-width: 767px) {
  html {
  }
}

@media (max-width: 480px) {
  html {
  }
}

body {
  font-family: 'Palatino';
  color: #000000;
}

/* Paragraphs */
p,li,td {
  font-size: clamp(14px, 1.125vw, 18px);
  line-height: clamp(18px, 2vw, 32px);
}

p {
  font-weight: normal;
  margin: 0 0 20px 0;
}

p:last-child {
  margin: 0;
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
}

a:hover,
a:focus {
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica Neue';
  color: #15582D;
  margin: 0 0 20px 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin: 0;
}

h1 {
  font-size: clamp(37px, 4.688vw, 70px);
  line-height: clamp(37px, 5.859vw, 80px);
  font-weight: 300;
}


h2 {
  font-size: clamp(30px, 3.125vw, 55px);
  line-height: clamp(37px, 4.531vw, 70px);
  font-weight: 300;
}

h3 {
  font-size: clamp(24px, 1.953vw, 30px);
  line-height: clamp(28px, 2.734vw, 35px);
  font-weight: bold;
}

h4 {
  font-size: clamp(18px, 1.406vw, 22px);
  line-height: clamp(24px, 2.344vw, 35px);
  font-weight: bold;
}

h5 {
}

h6 {
}

/* Lists */

ul,
ol {
}

ul ul,
ol ul,
ul ol,
ol ol {
}

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

/* Code blocks */

code {
}

/* Blockquotes */

blockquote {
}

/* Horizontal rules */

hr {
}

/* Subscripts and superscripts */

sup,
sub {
}

sup {
}

sub {
}

/* Focus styles */

:focus {
}

.disable-focus-styles :focus {
  outline: none;
}

.white,
.white *{
  color: #fff; 
}

.center,
.center *{
  text-align: center; 
}

.subheading {
  color: #184F2C;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 1.18em;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.table-heading * {
  color: #1C2126;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 1.27em;
}
button,
.button {

}

button:disabled,
.button:disabled {

}

button:hover,
button:focus,
.button:hover,
.button:focus {

}

button:active,
.button:active {

}

a.cta_button {
  box-sizing: border-box !important;
}

.hs-web-interactive-inline{
  display: block;
}

[class*="-btn"], [class*="-btn-"], input[type="submit"] {
  font-family: 'Helvetica Neue';
  display: inline-block;
  border-radius: 5px;
  border: none;
  padding: 18px 36px;
  width: fit-content;
  margin: 10px 0px;
  min-width: 250px;
  max-width: 380px;
  text-align: center;
  font-size: clamp(14px, 1.125vw, 18px);
  line-height: clamp(24px, 2.344vw, 35px);
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

/*======= Green text and white on hover ==========*/
[class*="-btn"].green-text, [class*="-btn-"].green-text {
  /* color:  !important; */
  color: #15582d !important; text-decoration-color: #ffffff;
}

[class*="-btn"].green-text:hover, [class*="-btn-"].green-text:hover {
  color: #ffffff !important; text-decoration-color: #ffffff;  
  /* color: !important; */
}

[class*="-btn-sm"]{
  padding: 11px;
  border-radius: 2.5px;
  font-size: 16px;
  line-height: 20px;
  max-width: 200px;
  min-width: 200px !important;
}

[class*="-btn-lg"]{
  font-size: 22px;
  line-height: 2.13em;
  padding: 10px 30px;
}

[class*="green-btn"], input[type="submit"] {
  background: #15582D;
  color: white !important;
  box-shadow: 0px 10px 40px #E3E696B2;
}

[class*="btn-arrow"].blog-green-button {
  background: rgb(21,88,45) !important;
  border-radius: 6px !important;
  padding: 6px 18px !important;
}

[class*='white-btn'] {
  background: white;
  color: #15582D !important;
}

[class*='gs-light-green'] {
  background-color: #CED54A;
  color: #1C2126 !important;
  box-shadow: 0px 10px 40px #1C212629;
  transition: 0.5s all ease;
}


[class*='gs-white'] {
  background-color: #fff;
  color: #1C2126 !important;
  box-shadow: 0px 10px 40px #1C212629;
  transition: 0.5s all ease;
}

[class*='gs-light-green']:hover, [class*='gs-white']:hover {
  background-color: #184F2C;
  color: #fff !important; 
}

/* Arrow Button */
[class*='-btn-arrow'],
[class='-btn-arrow-right']{
  position: relative;
  background: unset !important;
  padding: unset !important;
  border-radius: unset !important;
  box-shadow: unset !important;
  max-width: unset !important;
  min-width: unset !important;
  width: fit-content !important;
  line-height: 1 !important;
}

[class*='-btn-arrow']:after,
[class*='-btn-arrow-right']:after{
  content: '';
  background-image: url(//discover.e.southern.edu/hubfs/raw_assets/public/Passion%20-%20GS/images/arrow-right-green.svg);
  background-size: contain;
  width: 17.5px;
  height: 17.5px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  transition: 0.2s right ease;
}

[class*='-btn-arrow']:hover:after,
[class='-btn-arrow-right']:hover:after{
  right: -40px;
}

[class*='green-btn-arrow']{
  color: #15582D !important;
}

[class*='gs-light-green-btn-arrow']{
  border-bottom: #CED54A solid 2px;
  margin-left: 20px;
  padding-bottom: 10px !important;
  font-size: 30px;
}
[class*='gs-light-green-btn-arrow']:hover {
  color: #15582d !important;
}

[class*='-btn-arrow-lg']:after, 
[class*='-btn-arrow-right-lg']:after{
  content: '';
  background-image: url(//discover.e.southern.edu/hubfs/raw_assets/public/Passion%20-%20GS/images/arrow-right-light-green.svg);
  background-size: contain;
  width: 17.5px;
  height: 17.5px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  transition: 0.2s right ease;
}

[class*='-btn-arrow-lg']:hover:after,
[class='-btn-arrow-right-lg']:hover:after{
  right: -40px;
}

[class*='-btn-arrow-wh']:after, 
[class*='-btn-arrow-right-wh']:after{
  content: '';
  background-image: url(//discover.e.southern.edu/hubfs/raw_assets/public/Passion%20-%20GS/images/arrow-right-white.svg);
  background-size: contain;
  width: 17.5px;
  height: 17.5px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  transition: 0.2s right ease;
}

[class*='-btn-arrow-wh']:hover:after,
[class='-btn-arrow-right-wh']:hover:after{
  right: -40px;
}

[class*='-right-side-btn'] {
  margin-left: 0;
}

@media screen and (min-width: 570px ) {
  [class*='-right-side-btn'] {
    margin-left: 30px;
  }
}

@media screen and (max-width: 1000px){
  [class*='-btn-arrow']:after,
  [class*='-btn-arrow-right']:after{
    width: 15px;
    height: 15px;
  }
}

.close{
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 9;
  background: #f7f7f7;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease background;
}

.close:hover{
  background: #eaeaea;
}

.close:after {
  content: url('https://discover.e.southern.edu/hubfs/close-icon.svg');
  font-family: "Font Awesome 5 Free";
  display: block;
  font-weight: 900;
  color: #121212;
  width: 11.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Chevron Button */
[class*='-btn-chevron'],
[class='-btn-chevron-right']{
  position: relative;
  display: block !important;
  text-align: left !important;
  background: unset !important;
  padding: unset !important;
  border-radius: unset !important;
  box-shadow: unset !important;
  max-width: unset !important;
  min-width: unset !important;
  width: fit-content !important;
  line-height: 1 !important;
}

[class*='-btn-chevron']:after,
[class*='-btn-chevron-right']:after{
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  margin-left: 5px;
  transition: 0.2s margin-left ease;
}

[class*='-btn-chevron']:hover:after,
[class='-btn-chevron-right']:hover:after{
  margin-left: 15px;
}

[class*='green-btn-chevron']{
  color: #15582D !important;
}

a img { 
  height: auto;
}

@media screen and (min-width: 767px){
  .hs-web-interactive-inline + [class*='btn'],
  [class*='btn'] + [class*='btn'],
  .hs-web-interactive-inline + .hs-web-interactive-inline,
  [class*='btn'] + .hs-web-interactive-inline{
    margin-left: 20px; 
    display: inline-block;
  }
}
/* Form */

form {
  font-family: 'Helvetica Neue';
}

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

/* Labels */

form label {
	display: inline-block;
  font-weight: 500;
	color: #646464;
	font-size: 16px;
	margin-bottom: 5px;
}

/* Help text - legends */

form legend {

}

/* Inputs */

.input {

}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea,
fieldset.form-columns-1 .input select.hs-input {
  border: 2px solid #CED54A;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 25px;
	width: 100%;
	color: #646464;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  border-color: black;
}

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

::-webkit-input-placeholder {

}

::-moz-placeholder {

}

:-ms-input-placeholder {

}

:-moz-placeholder {

}

::placeholder {

}

/* Inputs - checkbox/radio */

form .inputs-list {
  list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
}

.inputs-list > li {

}

.inputs-list span {
	display: inline-block;
	padding-left: 5px;
}

.inputs-list input,
.inputs-list span {

}

.hs-input[type=checkbox],
.hs-input[type=radio] {

}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {

}

.fn-date-picker .pika-table thead th {

}

.fn-date-picker td.is-today .pika-button {

}

.fn-date-picker td.is-selected .pika-button {

}

.fn-date-picker td .pika-button:hover {

}

/* Inputs - file picker */

input[type=file] {

}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {

}

form .hs-richtext img {

}

form .header {

}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {

}

/* Validation */

.hs-form-required {
  color: red;
}

.hs-input.invalid.error {

}

.hs-error-msgs {
	padding: 0;
	margin: 0;
	position: relative;
	bottom: 20px;
}

.hs-error-msgs .hs-error-msg {
	color: red;
	font-size: 14px;
}

.hs-error-msgs .hs-main-font-element {
	color: red;
}

/* Submit button */

form .hs-submit .actions {
	text-align: center;
}

form input[type=submit],
form .hs-button {

}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {

}

form input[type=submit]:active,
form .hs-button:active {

}

/* Captcha */

.grecaptcha-badge {

}
/* Table */

table {

}

tbody + tbody {

}

/* Table Cells */

th,
td {

}

/* Table Header */

thead th,
thead td {

}
/* Sub Menu */
header.header.gen {
  margin-top: 130px;
}

@media (max-width: 925px) {
  header.header.gen {
    margin-top: 85px;
  }
}

header.header.gen .header__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

header.header.gen .sub-menu-bar {
  position: relative;
  z-index: 3;
  background: white;
}

header.header.gen .sub-menu-bar > div {
  display: flex;
}

header.header.gen .sub-menu-bar > div > nav {
  margin-left: auto;
}

header.header.gen .sub-menu-bar > div > nav .submenu.level-1 > li {
  padding: 0 10px 0 0;
}

header.header.gen .sub-menu-bar a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #646464;
}

header.header.gen .sub-menu-bar .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
header.header.gen .sub-menu-bar .submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
  left: -20px;
  opacity: 1;
}

header.header.gen .sub-menu-bar .submenu.level-2 {
  background-color: #FFF;
  font-weight: 500;
  left: -999999px;
  opacity: 0;
  position: absolute;
  top: 100%;
  padding: 10px 20px
}

/* Primary Links */
header.header.gen .main-menu-bar {
  position: relative;
}

header.header.gen .main-menu-bar.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

header.header.gen .main-menu-bar .logo-primary-bar {
  background: #15582d;
  position: relative;
  z-index: 2;
  padding: 15px 2% 20px 5%;
}

header.header.gen .main-menu-bar.active .logo-primary-bar {
  background: rgba(21,88,45,.9);
}

header.header.gen .main-menu-bar .logo-primary-bar,
header.header.gen .main-menu-bar .logo-primary-bar .primary-wrapper,
header.header.gen .main-menu-bar .logo-primary-bar .secondary-wrapper{
  display: flex;
  align-items: center;
}
header.header.gen .main-menu-bar .logo-primary-bar {
  justify-content: space-between;
}

header.header.gen .main-menu-bar .logo-primary-bar .secondary-wrapper{
  overflow-x: hidden;
}
header.header.gen .main-menu-bar .logo-primary-bar .secondary-wrapper.active {
  overflow-x: unset;
}

header.header.gen .main-menu-bar .logo-primary-bar .secondary-wrapper i {
  font-size: 30px;
}

header.header.gen .main-menu-bar .logo-primary-bar img {
  max-width: 265px;
}

header.header.gen .main-menu-bar .logo-primary-bar > div:first-child {
  margin-right: unset;
}

header.header.gen .main-menu-bar .logo-primary-bar .primary-wrapper a {
  color: #fff;
}

header.header.gen .main-menu-bar .primary-wrapper a,
header.header.gen .main-menu-bar .primary-wrapper #menubutton, 
header.header.gen .main-menu-bar .secondary-wrapper #menubutton {
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 25px;
}

header.header.gen .main-menu-bar .primary-wrapper form,
header.header.gen .main-menu-bar .secondary-wrapper form{
  margin-left: 25px;
}

header.header.gen .main-menu-bar .primary-wrapper a:hover {
  color: #ced54a;
}

header.header.gen .main-menu-bar .primary-wrapper ul li:last-child a {
  background-color: #ced54a;
  color: #184f2c;
  border-radius: 3px;
  padding: 10px;
}

header.header.gen .main-menu-bar .primary-wrapper #menubutton,
header.header.gen .main-menu-bar .secondary-wrapper #menubutton {
  position: relative;
  color: white;
  font-weight: 700;
  background: none;
  border: none;
  padding: 5px 0;
  margin-right: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}

header.header.gen .main-menu-bar .secondary-wrapper #menubutton {
  background-color: #15582d;
  margin-left: 0;
  padding:0 25px;
}

header.header.gen .main-menu-bar .primary-wrapper #menubutton:before,
header.header.gen .main-menu-bar .primary-wrapper #menubutton:after,
header.header.gen .main-menu-bar .secondary-wrapper #menubutton:before,
header.header.gen .main-menu-bar .secondary-wrapper #menubutton:after{
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  right: 0;
  transition: all 0.2s ease;
}

header.header.gen .main-menu-bar .primary-wrapper #menubutton:before,
header.header.gen .main-menu-bar .secondary-wrapper #menubutton:before{
  top: -3px;
}

header.header.gen .main-menu-bar .primary-wrapper #menubutton:after,
header.header.gen .main-menu-bar .secondary-wrapper #menubutton:after{
  bottom: -3px;
}

header.header.gen .main-menu-bar .primary-wrapper #menubutton.active,
header.header.gen .main-menu-bar .secondary-wrapper #menubutton.active {
  margin-right: 35px;
}

header.header.gen .main-menu-bar .secondary-wrapper #menubutton.active i{ 
  opacity: 0;
}

header.header.gen .main-menu-bar .primary-wrapper #menubutton.active:before,
header.header.gen .main-menu-bar .primary-wrapper #menubutton.active:after,
header.header.gen .main-menu-bar .secondary-wrapper #menubutton.active:before,
header.header.gen .main-menu-bar .secondary-wrapper #menubutton.active:after{
  right: -35px;
  width: 60%;
  background: white;
}

header.header.gen .main-menu-bar .primary-wrapper #menubutton.active:before,
header.header.gen .main-menu-bar .secondary-wrapper #menubutton.active:before{
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}

header.header.gen .main-menu-bar .primary-wrapper #menubutton.active:after,
header.header.gen .main-menu-bar .secondary-wrapper #menubutton.active:after{
  bottom: 50%;
  transform: rotate(-45deg) translateY(50%);
}

/* Search */

header.header.gen .hs-search-field form label {
  position: absolute;
  right: -99999%;
}

header.header.gen .hs-search-field form input.hs-search-field__input {
  width: 100%;
  border-radius: 0px;
  border: none;
  height: 100%;
  color: #fed53d;
  font-style: italic;
}

header.header.gen .hs-search-field form input.hs-search-field__input::placeholder {
  color: #fed53d;
}

header.header.gen .main-menu-bar .primary-wrapper .hs-search-field form input.hs-search-field__input,
header.header.gen .main-menu-bar .secondary-wrapper .hs-search-field form input.hs-search-field__input{
  position: absolute;
  top: 0;
  right: 60px;
  width: 380px !important;
  transform: translateX(100%);
  transition: transform 0.2s ease;
  background: #15582D;
}

header.header.gen .main-menu-bar .primary-wrapper .hs-search-field form input.hs-search-field__input:focus,
header.header.gen .main-menu-bar .secondary-wrapper .hs-search-field form input.hs-search-field__input:focus{
  box-shadow: inset 0 0 5px #cacaca;
}

header.header.gen .main-menu-bar .primary-wrapper .hs-search-field form input.hs-search-field__input.active,
header.header.gen .main-menu-bar .secondary-wrapper .hs-search-field form input.hs-search-field__input.active {
  transform: translateX(0%);
}

header.header.gen .hs-search-field form button {
  position: relative;
  z-index: 2;
  border: none;
  cursor: pointer;
}

header.header.gen .hs-search-field form button svg {
  height: 20px;
  filter: saturate(0);
}

header.header.gen .hs-search-field form button path {
  fill: #fed53d;
}

header.header.gen .main-menu-bar .primary-wrapper .hs-search-field form button,
header.header.gen .main-menu-bar .secondary-wrapper .hs-search-field form button{
  background: #15582D;
  padding: 17px 20px;
}

/* Full Menu */

header.header.gen .main-menu-bar .full-wrapper {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 100%);
  background: rgba(111,44,62,.95);
  padding: 35px;
  transform: translateY(-100%);
  display: none;
  transition: transform 0.2s ease;
  overflow-y: auto;
} 

header.header.gen .main-menu-bar .full-wrapper.active {
  transform: translateY(0%);
}

header.header.gen .main-menu-bar .full-wrapper nav .submenu.level-1 > li {
  display: block;
}

header.header.gen .main-menu-bar .full-wrapper #hs_cos_wrapper_full-menu-navigation nav .submenu.level-1 > li > a {
  font-family: "Helvetica Neue";
  color: #fed53d;
  text-transform: uppercase;
  font-size: 2.667rem;
  font-weight: 300;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 1;
  transition: all 0.2s ease;
}

header.header.gen .main-menu-bar .full-wrapper nav .submenu.level-1 > li > a.active {
  font-size: 3.556rem !important;
  color: white !important;
}

header.header.gen .main-menu-bar .full-wrapper nav .submenu.level-2 {
  margin: 40px 0;
  display: none;
}

header.header.gen .main-menu-bar .full-wrapper nav .submenu.level-2 a {
  font-size: 16px;
  white-space: break-spaces;
  line-height: 1.5;
}

header.header.gen .main-menu-bar .full-wrapper nav .submenu.level-2 > li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

header.header.gen .main-menu-bar .full-wrapper nav .submenu.level-2 > li > a {
  color: white;
  font-weight: bold;
}

header.header.gen .main-menu-bar .full-wrapper nav .submenu.level-3 > li > a {
  color: #fed53d;
}


@media (min-width: 926px) {
  header.header.gen .main-menu-bar .full-wrapper nav .submenu.level-2 {
    column-count: 4;
    column-width: auto;
    column-gap: 20px;
    max-height: 300px;
  }
  header.header.gen .sub.mobile,
  header.header.gen .search.mobile {
    display: none;
  }
}

@media (max-width: 1000px) {
  header.header.gen .main-menu-bar .full-wrapper nav .submenu.level-2 {
    max-height: 415px;
  }
}

@media (max-width: 925px) {
  header.header.gen .main-menu-bar .logo-primary-bar {
    padding: 10px 5% 15px 5%
  }
  header.header.gen .main-menu-bar .logo-primary-bar img {
    max-width: 225px;
  }
  header.header.gen .sub-menu-bar > div > nav,
  header.header.gen .main-menu-bar .primary-wrapper .hs-search-field, 
  header.header.gen .main-menu-bar .secondary-wrapper .hs-search-field {
    display: none;
  }
  header.header.gen .main-menu-bar .logo-primary-bar .primary-wrapper,
  header.header.gen .main-menu-bar .logo-primary-bar .secondary-wrapper{
    overflow-x: initial;
  }
  header.header.gen .main-menu-bar .full-wrapper #hs_cos_wrapper_full-menu-navigation nav .submenu.level-1 > li > a {
    font-size: 28px;
    margin-bottom: 20px;
  }
  header.header.gen .main-menu-bar .full-wrapper nav .submenu.level-2 {
    max-height: 100%;
    margin-top: 0;
  }
  header.header.gen .sub.mobile {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #fed53d;
  }	
  header.header.gen .sub.mobile a {
    color: #fed53d;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
  }
  header.header.gen .search.mobile .hs-search-field form input.hs-search-field__input {
    background: #5D2534;
    padding: 15px 55px 15px 15px;
  }
  header.header.gen .search.mobile .hs-search-field form input.hs-search-field__input:focus {
    box-shadow: 0 0 5px #cacaca;
  }
  header.header.gen .search.mobile .hs-search-field form {
    position: relative;
  }
  header.header.gen .search.mobile .hs-search-field form button {
    position: absolute;
    top: 0;
    height: calc(100% - 25px);
    width: 50px;
    right: 0;
    background: transparent;
  }
}

@media (max-width: 815px) {
  header.header.gen .main-menu-bar .logo-primary-bar .primary-wrapper nav {
    display: none;
  }
}
footer.footer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Global%20Images/footer-bg.png');
  padding-top: 40px;
  overflow-x: hidden;
}

footer.footer .main-foot-wrapper {
  position: relative;
}

footer.footer .main-foot-wrapper:after, footer.footer .main-foot-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: 0 0;
}

footer.footer .main-foot-wrapper:before {
  width: 406px;
  height: 160px;
  left: 0;
  background-image: url(https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Global%20Images/fauna-left.png);
  z-index: 0;
}

footer.footer .main-foot-wrapper:after {
  width: 201px;
  height: 146px;
  right: 0;
  background-image: url(https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Global%20Images/fauna-right.png);
  z-index: 0;
}

/* Logo Section */

footer.footer .logo-badge {
  display: flex;
  align-items: center;
}

footer.footer .logo-badge > div:first-child {
  margin-right: auto;
}

footer.footer .logo-badge > div:first-child img {
  max-width: 265px;
}

/* Full Nav */
footer.footer .full-foot-nav {
  position: relative;
  top: 2;
}

footer.footer .full-foot-nav nav {
  width: 100%;
  padding: 75px 0 50px 0;
}

footer.footer .full-foot-nav nav > ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

footer.footer .full-foot-nav nav > ul > li:not(:last-child) {
  margin-right: 20px;
}

footer.footer .full-foot-nav nav > ul > li > a {
  display: inline-block;
  font-size: 22px;
  color: #dadd96;
  margin-bottom: 15px;
}

footer.footer .full-foot-nav nav > ul > li > ul a {
  color: #fed53d;
  font-size: 16px;
}

/* Sub Nav */

footer.footer .sub-foot-nav {
  position: relative;
  z-index: 1;
  background: #0E3A1F;
  padding: 15px 0;
}

footer.footer .sub-foot-nav > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer.footer .sub-foot-nav nav a,
footer.footer .sub-foot-nav .copyright {
  display: inline-block;
  font-size: 12px;
  color: #dadd96;
  margin-right: 15px;
}

footer.footer .sub-foot-nav .copyright {
  font-family: 'Open Sans';
  color: #9abba6;
}

@media (min-width: 926px) {
  footer.footer .full-foot-nav .social-links {
    position: relative;
    top: -80px;
  }
}

@media (max-width: 925px) {
  footer.footer .logo-badge > div:last-child img {
    display: none;
  }
  footer.footer .full-foot-nav nav > ul {
    flex-direction: column;
  }
  footer.footer .full-foot-nav nav > ul > li > a {
    margin: 15px 0;
  }
  footer.footer .full-foot-nav .social-links {
    position: relative;
    top: -30px;
  }
  footer.footer .sub-foot-nav > div {
    flex-direction: column;
    align-items: center;
  }
  footer.footer .sub-foot-nav nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer.footer .sub-foot-nav .copyright {
    margin-top: 5px;
  }
}




/*=========================================== Footer Style 2 Styles ===============================================*/
footer.footer.style-2 {
  background-image: url(https://discover.e.southern.edu/hubfs/%5BGS%5D%20Images/hatch-1.gif);
  background-size: auto;
  background-repeat: repeat;
  padding-bottom: 6em;
}

footer.footer.style-2 .col-wrapper{
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
}


footer.footer.style-2 .col-wrapper .col {
  flex: 1;
  padding: 0 15px;
}

footer.footer.style-2 .col-wrapper .col.full-foot-nav nav {
  padding: 0;
}

footer.footer.style-2 .col-wrapper .col.col2.full-foot-nav nav > ul {
  flex-flow: column;
}
footer.footer.style-2 .full-foot-nav nav>ul>li>a {
  color: #ced54a;
}
footer.footer.style-2  .full-foot-nav nav>ul>li>ul a {
  color: #fff;
}
footer.footer.style-2  .full-foot-nav nav>ul>li>ul a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  margin-left: 6px;
}
footer.footer.style-2  .full-foot-nav nav>ul>li>ul a:hover {
  color: #eef82a
}
footer.footer.style-2 .col-wrapper .col.col3 .intro_text h4 {
  color: #ced54a;
  display: inline-block;
  font-size: 22px;
  margin-top: 0;
}

footer.footer.style-2 .col-wrapper .col.col3 .copyright {
  margin-top: 15px;
}

footer.footer.style-2 .col-wrapper .col.col3 .copyright *{
  font-size: 16px;
  font-family: 'Southern','Helvetica Neue',helvetica,arial,sans-serif;
  text-decoration: none;
}
footer.footer.style-2 .col-wrapper .col.col3 .copyright a:hover {
  color: #eef82a !important;
}

/*====== Form Styles ===== */
footer.footer.style-2 .col-wrapper .col.col3 form input[type="submit"]{
  background: #F8F7F0;
  border-color: #F8F7F0;
  box-shadow: unset;
  color: #000 !important;
  font-size: 12px;
  line-height: 12px;
  min-width: 100px;
  padding: 12px 25px;
}
footer.footer.style-2 .col-wrapper .col.col3 form .hs-submit .actions {
  text-align: left;
}
footer.footer.style-2 .col-wrapper .col.col3 form .form-columns-2 .field {
  float: unset;
  width: 100%;
}
footer.footer.style-2 .col-wrapper .col.col3 form .form-columns-2 .field label,
footer.footer.style-2 .col-wrapper .col.col3 form .form-columns-1 label,
footer.footer.style-2 .col-wrapper .col.col3 #hs_cos_wrapper_footer_form .submitted-message * {
  color: #fff;
}
footer.footer.style-2 .col-wrapper .col.col3 form .form-columns-2 .field label .hs-form-required {
  color: red;
}
footer.footer.style-2 .col-wrapper .col.col3 form .form-columns-2 .field input,
footer.footer.style-2 .col-wrapper .col.col3 form .form-columns-2 .field select {
  width: 100%;
  border: unset;
}




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

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -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;
}

@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-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.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 {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .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;
  }
}

#hubspot-messages-iframe-container[aria-label="Chat Widget"] {
    z-index: 999990 !important;
}
}
/* Blog header */

.body-container--blog-index .blog-header {
  background: url(https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Landing%20Page%20Images/campus-aerial-view.png) center / cover no-repeat;
  text-align: center;
  position: relative;
}

.body-container--blog-index .blog-header:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.44),rgba(248, 247, 241, 1));
}

.body-container--blog-index .blog-header__inner {
  margin: 0 auto;
  max-width: 1040px;
  padding: 250px 0 0 0;
  position: relative;
  z-index: 99;
  top: 75px;
}

.body-container--blog-index .blog-header__subtitle {
  color: #15582D;
}

/* Blog header - author listing */

.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  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 {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  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 */

.hs-blog-listing {
  background: #F8F7F1;
}

.hs-blog-listing .content-wrapper-featured{
  display: flex;
  justify-content: center;
  padding: 160px 0;
}

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-listing-wrapper {
  position: relative;
  overflow: hidden;
}

.blog-listing-wrapper .content-wrapper{
  padding-top: 160px;
  padding-bottom: 160px;
}

.blog-listing-wrapper .content-wrapper .recent-blogs{
  color: #fff;
  text-align: center;
}

.blog-listing-wrapper .content-wrapper .blog-index{
  display: flex;
  justify-content: center;
  width: 100%;
}

.blog-listing-wrapper .bg-area {
  background: #15582D;
}

.blog-listing-wrapper .bg-area .dot-grid-lg {
  position: absolute;
  top: 200px;
  left: -150px;
}

.blog-listing-wrapper .bg-area .dot-grid-sm {
  position: absolute;
  bottom: 200px;
  right: -150px;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  padding: 1rem;
  z-index: 9;
} 

.blog-index__post-content{
  background: white;
  padding: 20px 40px;
  border-radius: 0px 0px 5px 5px;
}

.blog-index__post-image {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px 5px 0px 0px;
  position: relative;
}

.blog-index__post-image:before {
  content: "Read More";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #15582D;
  font-size: clamp(30px, 3.125vw, 40px);
  font-family: 'Helvetica Neue';
  background: rgba(227, 230, 150, 0.7);
  cursor: pointer;
  opacity: 0;
  transition: all 0.2s ease;
}

.blog-index__post-image:hover:before {
  opacity: 1;
}

.blog-index__post-image--medium{
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  overflow: hidden;
  height: 0;
  padding-top: 48%;
}

.blog-index__post-image--small{
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  height: 0;
  padding-top: 75%;
}

.latest{
  flex-basis: 100%;
}

.latest p{
  font-family: 'Helvetica Neue';
  color: #15582D;
  font-weight: bold;
}

.publish-date{
  color: #676767 !important; 
  font-size: 16px;
  display: block;
}

.blog-index__post-image--medium .publish-date,
.blog-index__post-image--small .publish-date {
  margin-top: 30px;
}

.blog-index__post--feat .blog-index__post-content--feat h2,
.blog-index__post--feat .blog-index__post-content--feat h2 a {
  color: #15582D;
  font-size: clamp(32px, 2.5vw, 40px);
  font-family: 'Helvetica Neue';
  font-weight: 500;
  text-decoration: none;
}

.blog-index__post--feat .blog-index__post-content{
  border-radius: 5px 5px 0px 0px;
}

.blog-index__post--feat .blog-index__post-image {
  border-radius: 5px 0px 0px 5px;
  padding-top: 48%;
}

.blog-index__post-image--small {
  padding-top: 48% !important;
}

.blog-index__post--feat .date-read-more{
  margin-top: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-basis: 100%;
}

/* Category Filters */

.body-container--blog-index .category-filters{
  float: left;
  width: 300px;
  z-index: 99;
  position: relative;
  padding: 1rem;
}

.body-container--blog-index .category-filters .tags h3{
  display: block;
  background: #F8F7F1;
  color: #15582D;
  padding: 10px 30px;
  text-align: center;
  font-size: 14px !important;
  margin: 0px;
  text-transform: uppercase;
  position: relative;
}

.body-container--blog-index .category-filters .tags h3:after{
  content: "\f078";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 5px;
}

.body-container--blog-index .category-filters .tags{
  position: relative;
}

.body-container--blog-index .category-filters .tags .widget-module{
  background: #fff;
  display: none;
  position: absolute;
  width: 100%;
}

.body-container--blog-index .category-filters .tags .widget-module ul{
  margin-left: -40px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.body-container--blog-index .category-filters .tags .widget-module ul li{
  padding: 10px 30px;
  border-bottom: 1px solid #D8DD6D;
  background-color: #fff;
  list-style-type: none;
  font-size: 14px;
  text-align: center;
}

.body-container--blog-index .category-filters .tags .widget-module ul li a{
  color: #15582D;
  text-decoration: none;
}

.body-container--blog-index .category-filters .tags .widget-module ul li a .filter-link-count{
  display: none;
}


@media screen and (max-width: 768px){
  .blog-index__post--feat .blog-index__post-content{
    border-radius: 0px 0px 5px 5px;
  }

  .blog-index__post--feat .blog-index__post-image {
    border-radius: 5px 5px 0px 0px;
  }
}


@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);
  }

  .blog-index__post--medium{
    flex: 0 0 calc(100%/2);
  }

  .blog-index__post--small{
    flex: 0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--feat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--feat {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }

  .blog-index__post-content--feat {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
    align-items: center;
    background: #fff;
    display: flex;
    padding: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .blog-index__post-image--feat {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 58%;
    flex: 1 1 58%;
  }

  .blog-index__post-content--feat {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }

  .feat-content{
    flex-basis: 100%;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content p {

}

.blog-index__post-content h3 a {
  color: #15582D;
  font-weight: 500;
  text-decoration: none;
}

.blog-index__post img {
  height: auto;
  max-width: 100%;
}

/* Blog pagination */
#load-more {
  font-family: 'Helvetica Neue';
  color: white;
  font-weight: normal;
  font-size: clamp(20px,1.953vw,25px);
  text-align: center;
  display: block;
  margin-top: 25px;
  cursor: pointer;
}

#load-more i {
  display: block;
}

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

/* Blog post */
.hs-blog-post {
  background: #F8F7F1;
}

.body-container--blog-post .blog-header {
  height: 70vh;
}
.body-container--blog-post .blog-header > div {
  width: 100%;
}

.blog-post {
  padding-top: 65px;
  padding-bottom: 65px;
}

.blog-post h1 {
  font-size: clamp(30px,3.125vw,55px);
  font-weight: 300;
  margin-bottom: 40px;
}

.blog-post h1 {
  font-size: clamp(30px, 3.125vw, 55px);
  line-height: clamp(37px, 4.531vw, 70px);
  font-weight: 300;
}

.blog-post h2 {
  font-size: clamp(24px, 1.953vw, 30px);
  line-height: clamp(28px, 2.734vw, 35px);
  font-weight: bold;
}

.blog-post h3 {
  font-size: clamp(18px, 1.406vw, 22px);
  line-height: clamp(24px, 2.344vw, 35px);
  font-weight: bold;
}


.blog-post__meta {
  margin-bottom: 60px;
}

.blog-post__meta .blog-post__timestamp {
  margin-bottom: 15px;
}

.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__meta .blog-post__timestamp,
.blog-post__meta a {
  color: #15582D;
  font-weight: bold;
  font-size: 18px;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}

@media (max-width: 767px) {
  .body-container--blog-post .blog-header {
    height: 40vh;
  }
}

/* Author Bio */
.blog-about-author {
  padding-bottom: 100px;
}

.blog-about-author .container-md {
  padding: 80px 20px 60px 20px;
  position: relative;
}

.blog-about-author .container-md:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 40px);
  height: 3px;
  background: #e3e696;
  display: block;
  margin: 0 20px;
}

.blog-about-author .container-md h2 {
  text-align: center;
}

.blog-about-author .container {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
}

.blog-about-author .headshot {
  flex: 0 0 40%;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}

.blog-about-author .headshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-about-author .desc {
  background: white;
  padding: 50px;
  border-radius: 0 10px 10px 0;
}

@media (max-width: 767px) {
  .blog-about-author .container-md {
    padding: 80px 20px 20px 20px;
  }
  .blog-about-author .container {
    display: block;
  }
  .blog-about-author .headshot {
    border-radius: 10px 10px 0 0 ;
    margin-bottom: -5px;
  }
  .blog-about-author .desc {
    padding: 25px;
    border-radius: 0 0 10px 10px;
  }
}

/* Blog related posts */

.blog-recent-posts {
  background-color: #15582D;
  position: relative;
  overflow: hidden;
}

.blog-recent-posts:before,
.blog-recent-posts:after {
  position: absolute;
}

.blog-recent-posts:before {
  content: url(https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Icons/dot-grid-xsm.svg);
  top: 15%;
  left: -95px;
}

.blog-recent-posts:after {
  content: url(https://9251334.fs1.hubspotusercontent-na1.net/hubfs/9251334/Icons/dot-grid-xxsm.svg);
  bottom: 15%;
  right: -135px;
}

.blog-recent-posts a {
  text-decoration: none !important;
}

.blog-recent-posts .content-wrapper {
  padding: 130px 0 100px 0;
}

.blog-recent-posts h2 {
  color: white;
  text-align: center;
}

.blog-recent-posts h3 {
  font-family: 'Helvetica Neue';
  font-weight: 500;
}

.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.blog-recent-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 30px;
  position: relative;
}

.blog-recent-posts__post > a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.blog-recent-posts__post .inner {
  background: #F8F7F1;
  border-radius: 5px;
  overflow: hidden;
}

.blog-recent-posts__post .inner .desc {
  padding: 10px 60px 40px 60px;
}

.blog-recent-posts__post .inner .desc .blog-recent-posts__content *{
  color: #000;
  font-size: 16px;
  text-align: left;
  margin: 0 0 1.4em;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media (max-width: 767px) {
  .blog-recent-posts__post .inner .desc {
    padding: 10px 20px;
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 48%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}

/* General Blog Styles */
.blog-index__post-content--medium p,
.blog-index__post-content--small p {
  margin: 0;
}

.blog-index__post-content--medium .publish-date,
.blog-index__post-content--small .publish-date {
  margin-top: 20px;
}

.read-article {
  font-family: 'Helvetica Neue';
  color: #15582D;
  font-weight: bold;
  position: relative;
  font-size: 16px;
  text-decoration: unset;
  margin-right: 20px;
}

.read-article:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f061';
  position: absolute;
  right: -20px;
  transition: 0.25s all ease;
}

.read-article:hover:after{
  right: -25px;
}

.go-to-listing {
  font-family: 'Helvetica Neue';
  color: #fff;
  font-weight: bold;
  position: relative;
  font-size: 16px;
  text-decoration: unset;
  margin-right: 20px;
  left: 40px;
}

.go-to-listing:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f060';
  position: absolute;
  left: -20px;
  transition: 0.25s all ease;
}

.go-to-listing:hover:before{
  left: -25px;
}

/* Blog Post Floating Sidebar */

.content-wrapper{
  position: relative; 
}

.floating-share-menu-container{
  position: absolute;
  height: 100%;
  bottom: 0;
  top: 0;
  right: 2.5vw;
  text-align: center;
}

.floating-share-menu{
  /*   position: fixed;
  text-align: center;
  transform: translateY(-75%);
  top: 75%; */
  position: sticky;
  top: 20%;
  margin-bottom: 40px;
  z-index: 999 !important;
}

.floating-share-menu > a{

}

.floating-share-menu [class*='floating-share-menu__']{
  background: #fff;
  border-radius: 0px;
  box-shadow: 0px 2px 15px rgb(211,211,211, 0.2);
  height: auto;
  margin: 20px auto;
  max-width: 250px;
}
.floating-share-menu__subscribe{
  padding: 40px 20px;
}
.floating-share-menu__share{
  padding: 20px;
}

.floating-share-menu [class*='floating-share-menu__'] h3{
  font-weight: 500;
  margin-top: 20px;
}

.floating-share-menu .floating-share-menu__subscribe img{
  width: 75%;
  margin: auto;
  text-align: center;
}

.floating-share-menu .add-this-section{
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
  justify-content: space-around;
}

.floating-share-menu .add-this-section i{
  margin: auto 5px;
  font-size: 24px;
}

.floating-share-menu .add-this-section > a,
.floating-share-menu .add-this-section > a:hover{
  cursor: pointer;
  color: #194F2D;
  text-decoration: unset;
  text-align: center;
}

@media screen and (max-width: 1368px){
  .floating-share-menu-container{
    position: relative;
    right: unset;
    margin: auto;
    padding: 20px;
  }

  .floating-share-menu [class*='floating-share-menu__']{
    max-width: 400px;
  }

  .floating-share-menu{
    position: relative !important;
    transform: unset !important;
    top: unset !important;
    z-index: 9 !important;
  }
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

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

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  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-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}