/* @import url('http://example.com/example_style.css'); */
/*! 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;
}
@font-face {
  font-family: 'Brandon';
  src: url('https://6472531.fs1.hubspotusercontent-na1.net/hubfs/6472531/Fonts/BrandonTextKelag-Light.ttf') format('truetype'),
       url('https://6472531.fs1.hubspotusercontent-na1.net/hubfs/6472531/Fonts/BrandonTextKelagWeb-Light.woff') format('woff'),
       url('https://6472531.fs1.hubspotusercontent-na1.net/hubfs/6472531/Fonts/BrandonTextKelagWeb-Light.woff2') format('woff2');
  font-weight: 100 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Brandon';
  src: url('https://6472531.fs1.hubspotusercontent-na1.net/hubfs/6472531/Fonts/BrandonTextKelag-Regular.ttf') format('truetype'),
       url('https://6472531.fs1.hubspotusercontent-na1.net/hubfs/6472531/Fonts/BrandonTextKelagWeb-Regular.woff') format('woff'),
       url('https://6472531.fs1.hubspotusercontent-na1.net/hubfs/6472531/Fonts/BrandonTextKelagWeb-Regular.woff2') format('woff2');
  font-weight: 300 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Brandon';
  src: url('https://6472531.fs1.hubspotusercontent-na1.net/hubfs/6472531/Fonts/BrandonTextKelag-Medium.ttf') format('truetype'),
       url('https://6472531.fs1.hubspotusercontent-na1.net/hubfs/6472531/Fonts/BrandonTextKelagWeb-Medium.woff') format('woff'),
       url('https://6472531.fs1.hubspotusercontent-na1.net/hubfs/6472531/Fonts/BrandonTextKelagWeb-Medium.woff2') format('woff2');
  font-weight: 500 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Brandon';
  src: url('https://6472531.fs1.hubspotusercontent-na1.net/hubfs/6472531/Fonts/BrandonTextKelag-Bold.ttf') format('truetype'),
       url('https://6472531.fs1.hubspotusercontent-na1.net/hubfs/6472531/Fonts/BrandonTextKelagWeb-Bold.woff') format('woff'),
       url('https://6472531.fs1.hubspotusercontent-na1.net/hubfs/6472531/Fonts/BrandonTextKelagWeb-Bold.woff2') format('woff2');
  font-weight: 700 800;
  font-style: normal;
  font-display: swap;
}
/* Responsive grid */

.row-fluid {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

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


/** Width **/

.width-5 {width: 5%;}
.width-10 {width: 10%;}
.width-15 {width: 15%;}
.width-20 {width: 20%;}
.width-25 {width: 25%;}
.width-30 {width: 30%;}
.width-33 {width: 33.33333%;}
.width-35 {width: 35%;}
.width-40 {width: 40%;}
.width-45 {width: 45%;}
.width-50 {width: 50%;}
.width-55 {width: 55%;}
.width-60 {width: 60%;}
.width-65 {width: 65%;}
.width-70 {width: 70%;}
.width-75 {width: 75%;}
.width-80 {width: 80%;}
.width-85 {width: 85%;}
.width-90 {width: 90%;}
.width-95 {width: 95%;}
.width-100 {width: 100%;}

@media screen and (max-width: 991px) {
  .width-50-max-991 {width: 50%;}
  .width-100-max-991 {width: 100%;}
}

@media screen and (max-width: 767px) {
  .width-50-max-767 {width: 50%;}
  .width-100-max-767 {width: 100%;}
}


/** Height **/

.height-100vh {
  height: 100vh;
}

@media screen and (max-height: 767px) {
  .height-100vh {
    height: auto;
  }
}


/** Float **/

.float-left {float: left;}
.float-right {float: right;}
.float-none {float: none;}

@media screen and (min-width: 768px) {
  .float-left-min-768 {float: left;}
  .float-right-min-768 {float: right;}
  .float-none-min-768 {float: none;}
}

@media screen and (min-width: 992px) {
  .float-left-min-992 {float: left;}
  .float-right-min-992 {float: right;}
  .float-none-min-992 {float: none;}
}


/** Text Colors **/

.text-color-white, .text-color-white div, .text-color-white p,
.text-color-white h1, .text-color-white h2, .text-color-white h3,
.text-color-white h4, .text-color-white h5, .text-color-white h6 {
  color: #FFFFFF;
}

.text-color-black, .text-color-black div, .text-color-black p,
.text-color-black h1, .text-color-black h2, .text-color-black h3,
.text-color-black h4, .text-color-black h5, .text-color-black h6 {
  color: #000000;
}


/** Text Alignent **/

.text-align-center {
  text-align: center !important;
}
.text-align-right {
  text-align: right !important;
}
.text-align-left {
  text-align: left !important;
}

@media screen and (max-width: 991px) {
  .text-align-center-max-991 {
    text-align: center !important;
  }
  .text-align-right-max-991 {
    text-align: right !important;
  }
  .text-align-left-max-991 {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .text-align-center-max-767 {
    text-align: center !important;
  }
  .text-align-right-max-767 {
    text-align: right !important;
  }
  .text-align-left-max-767 {
    text-align: left !important;
  }
}


/** Text Alignent **/

.text-lower {
  text-transform: lowercase;
}

.text-upper {
  text-transform: uppercase;
}


/** Padding **/

.pt-0 {padding-top: 0;} .pt-5 {padding-top: 5px;}
.pt-10 {padding-top: 10px;} .pt-15 {padding-top: 15px;}
.pt-20 {padding-top: 20px;} .pt-25 {padding-top: 25px;}
.pt-30 {padding-top: 30px;} .pt-35 {padding-top: 35px;}
.pt-40 {padding-top: 40px;} .pt-45 {padding-top: 45px;}
.pt-50 {padding-top: 50px;} .pt-55 {padding-top: 55px;}
.pt-60 {padding-top: 60px;} .pt-65 {padding-top: 65px;}
.pt-70 {padding-top: 70px;} .pt-75 {padding-top: 75px;}
.pt-80 {padding-top: 80px;} .pt-85 {padding-top: 85px;}
.pt-90 {padding-top: 90px;} .pt-95 {padding-top: 95px;}
.pt-100 {padding-top: 100px;} .pt-105 {padding-top: 105px;}
.pt-110 {padding-top: 110px;} .pt-115 {padding-top: 115px;}
.pt-120 {padding-top: 120px;} .pt-125 {padding-top: 125px;}
.pt-130 {padding-top: 130px;} .pt-135 {padding-top: 135px;}
.pt-140 {padding-top: 140px;} .pt-145 {padding-top: 145px;}
.pt-150 {padding-top: 150px;} .pt-155 {padding-top: 155px;}
.pt-160 {padding-top: 160px;} .pt-165 {padding-top: 165px;}
.pt-170 {padding-top: 170px;} .pt-175 {padding-top: 175px;}
.pt-180 {padding-top: 180px;} .pt-185 {padding-top: 185px;}
.pt-190 {padding-top: 190px;} .pt-195 {padding-top: 195px;}
.pt-200 {padding-top: 200px;}

.pb-0 {padding-bottom: 0;} .pb-5 {padding-bottom: 5px;}
.pb-10 {padding-bottom: 10px;} .pb-15 {padding-bottom: 15px;}
.pb-20 {padding-bottom: 20px;} .pb-25 {padding-bottom: 25px;}
.pb-30 {padding-bottom: 30px;} .pb-35 {padding-bottom: 35px;}
.pb-40 {padding-bottom: 40px;} .pb-45 {padding-bottom: 45px;}
.pb-50 {padding-bottom: 50px;} .pb-55 {padding-bottom: 55px;}
.pb-60 {padding-bottom: 60px;} .pb-65 {padding-bottom: 65px;}
.pb-70 {padding-bottom: 70px;} .pb-75 {padding-bottom: 75px;}
.pb-80 {padding-bottom: 80px;} .pb-85 {padding-bottom: 85px;}
.pb-90 {padding-bottom: 90px;} .pb-95 {padding-bottom: 95px;}
.pb-100 {padding-bottom: 100px;} .pb-105 {padding-bottom: 105px;}
.pb-110 {padding-bottom: 110px;} .pb-115 {padding-bottom: 115px;}
.pb-120 {padding-bottom: 120px;} .pb-125 {padding-bottom: 125px;}
.pb-130 {padding-bottom: 130px;} .pb-135 {padding-bottom: 135px;}
.pb-140 {padding-bottom: 140px;} .pb-145 {padding-bottom: 145px;}
.pb-150 {padding-bottom: 150px;} .pb-155 {padding-bottom: 155px;}
.pb-160 {padding-bottom: 160px;} .pb-165 {padding-bottom: 165px;}
.pb-170 {padding-bottom: 170px;} .pb-175 {padding-bottom: 175px;}
.pb-180 {padding-bottom: 180px;} .pb-185 {padding-bottom: 185px;}
.pb-190 {padding-bottom: 190px;} .pb-195 {padding-bottom: 195px;}
.pb-200 {padding-bottom: 200px;}

@media screen and (max-width: 991px) {
  .pt-5 {padding-top: 2.5px;}
  .pt-10 {padding-top: 5px;} .pt-15 {padding-top: 7.5px;}
  .pt-20 {padding-top: 10px;} .pt-25 {padding-top: 12.5px;}
  .pt-30 {padding-top: 15px;} .pt-35 {padding-top: 17.5px;}
  .pt-40 {padding-top: 20px;} .pt-45 {padding-top: 22.5px;}
  .pt-50 {padding-top: 25px;} .pt-55 {padding-top: 27.5px;}
  .pt-60 {padding-top: 30px;} .pt-65 {padding-top: 32.5px;}
  .pt-70 {padding-top: 35px;} .pt-75 {padding-top: 37.5px;}
  .pt-80 {padding-top: 40px;} .pt-85 {padding-top: 42.5px;}
  .pt-90 {padding-top: 45px;} .pt-95 {padding-top: 47.5px;}
  .pt-100 {padding-top: 50px;} .pt-105 {padding-top: 52.5px;}
  .pt-110 {padding-top: 55px;} .pt-115 {padding-top: 57.5px;}
  .pt-120 {padding-top: 60px;} .pt-125 {padding-top: 62.5px;}
  .pt-130 {padding-top: 65px;} .pt-135 {padding-top: 67.5px;}
  .pt-140 {padding-top: 70px;} .pt-145 {padding-top: 72.5px;}
  .pt-150 {padding-top: 75px;} .pt-155 {padding-top: 77.5px;}
  .pt-160 {padding-top: 80px;} .pt-165 {padding-top: 82.5px;}
  .pt-170 {padding-top: 85px;} .pt-175 {padding-top: 87.5px;}
  .pt-180 {padding-top: 90px;} .pt-185 {padding-top: 92.5px;}
  .pt-190 {padding-top: 95px;} .pt-195 {padding-top: 97.5px;}
  .pt-200 {padding-top: 100px;}

  .pb-5 {padding-bottom: 2.5px;}
  .pb-10 {padding-bottom: 5px;} .pb-15 {padding-bottom: 7.5px;}
  .pb-20 {padding-bottom: 10px;} .pb-25 {padding-bottom: 12.5px;}
  .pb-30 {padding-bottom: 15px;} .pb-35 {padding-bottom: 17.5px;}
  .pb-40 {padding-bottom: 20px;} .pb-45 {padding-bottom: 22.5px;}
  .pb-50 {padding-bottom: 25px;} .pb-55 {padding-bottom: 27.5px;}
  .pb-60 {padding-bottom: 30px;} .pb-65 {padding-bottom: 32.5px;}
  .pb-70 {padding-bottom: 35px;} .pb-75 {padding-bottom: 37.5px;}
  .pb-80 {padding-bottom: 40px;} .pb-85 {padding-bottom: 42.5px;}
  .pb-90 {padding-bottom: 45px;} .pb-95 {padding-bottom: 47.5px;}
  .pb-100 {padding-bottom: 50px;} .pb-105 {padding-bottom: 52.5px;}
  .pb-110 {padding-bottom: 55px;} .pb-115 {padding-bottom: 57.5px;}
  .pb-120 {padding-bottom: 60px;} .pb-125 {padding-bottom: 62.5px;}
  .pb-130 {padding-bottom: 65px;} .pb-135 {padding-bottom: 67.5px;}
  .pb-140 {padding-bottom: 70px;} .pb-145 {padding-bottom: 72.5px;}
  .pb-150 {padding-bottom: 75px;} .pb-155 {padding-bottom: 77.5px;}
  .pb-160 {padding-bottom: 80px;} .pb-165 {padding-bottom: 82.5px;}
  .pb-170 {padding-bottom: 85px;} .pb-175 {padding-bottom: 87.5px;}
  .pb-180 {padding-bottom: 90px;} .pb-185 {padding-bottom: 92.5px;}
  .pb-190 {padding-bottom: 95px;} .pb-195 {padding-bottom: 97.5px;}
  .pb-200 {padding-bottom: 100px;}
}
.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

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

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

body [id*="hs--landing-page"] {
  position: relative;
}

body#hs--landing-page-type-d {
  background-color: #006551;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/** CTA Styles **/

a.cta-kelag-green {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding: 15px 50px;
  background-color: #006551;
  transition: all .3s ease;
}
/* Fields */

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

/* Labels */

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

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 1rem;
  padding: 0.7rem;
  width: 100% !important;
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

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

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

form input[type=checkbox] {
  border-radius: 0;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 25px;
}

/* Validation */

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

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal !important;
  border-radius: 0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/** Custom **/

.form-title {
  text-transform: uppercase;
}

form a {
  color: #00943C;
  text-decoration: underline;
}

:focus-visible {
  font-size: 1rem;
  outline: 0;
}

:focus {
  outline: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input {
    font-size: 1rem;
  }
  
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 1rem;
  }
}

form label span {
  font-weight: 400;
}

form ul li label span {
  font-weight: 100;
}

form input[type=text], form input[type=email], 
form input[type=password], form input[type=tel], 
form input[type=number], form input[type=file], 
form select, form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #A8A8A8;
  border-radius: 0;
}

/* Radio input */
form input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 11px !important;
  height: 11px;
  background-color: transparent;
  box-shadow: 0 0 0 1px #a8a8a8;
  border: 2px solid #ffffff;
  border-radius: 99rem;
}

form input[type=radio]:checked {
  background-color: #00943C;
  box-shadow: 0 0 0 1px #00943C;
}

ul[role="checkbox"] li[role="radio"] {
  display: inline-block;
}

ul[role="checkbox"] li[role="radio"]:not(:last-child) {
  margin-right: 25px;
}

/* Checkbox input */
ul[role="checkbox"] li.hs-form-checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 14px !important;
  height: 14px;
  outline: 1px solid #a8a8a8;
  border: 1px solid transparent;
  border-radius: 0;
}

form .hs-fieldtype-booleancheckbox ul li.hs-form-booleancheckbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 14px !important;
  height: 14px;
  outline: 1px solid #a8a8a8;
  border: 1px solid transparent;
  border-radius: 0;
  margin-right: -14px;
}

form .hs-fieldtype-booleancheckbox ul li.hs-form-booleancheckbox span:not(.hs-form-required) {
  display: inline-block;
  margin-left: 25px;
  vertical-align: top;
}

ul[role="checkbox"] li.hs-form-checkbox input:checked, 
form ul li.hs-form-booleancheckbox input[type=checkbox]:checked {
  background-color: #00943c;
  outline: 1px solid #00943c;
  border: 2px solid #fff;
}

/* Select input */
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000000;
  background-image: url('https://6472531.fs1.hubspotusercontent-na1.net/hubfs/6472531/icons/select-arrow.svg');
  background-repeat: no-repeat;
  background-position: 97% center;
  background-color: transparent;
  padding: .7rem 35px .7rem .7rem;
}

/* GDPR */
.legal-consent-container .hs-form-booleancheckbox-display input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 1px solid #a8a8a8;
  border: 1px solid transparent;
  width: 14px !important;
  height: 14px;
  margin-top: 1px;
}

.legal-consent-container .hs-form-booleancheckbox-display input:checked {
  background-color: #00943c;
  outline: 1px solid #00943c;
  border: 2px solid #fff;
}

/* Submit Button */
form input[type=submit], 
form .hs-button {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #00943C;
  border: 0;
  padding: 15px 30px;
  margin-top: 20px;
}

/* Auto Complete */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #a8a8a8;
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

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

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
/** Content 2/3 Span **/

.content-expand { 
  padding-left: 1rem;
  padding-right: 50px;
}

.content-expand-text ul {
  display: inline-block;
  list-style-type: none;
}

.content-expand-text ul li {
  position: relative;
  line-height: 1.35;
  margin-bottom: 15px;
}

.content-expand-text ul li::before {
  content: url('https://6472531.fs1.hubspotusercontent-na1.net/hubfs/6472531/icons/list-bullet-green-checkmark.svg');
  position: absolute;
  left: -30px;
}

@media screen and (min-width: 1201px) {
  .content-expand {
    padding-left: calc(50% - 582px);
  }
}

@media screen and (max-width: 991px) {
  .content-expand {
    max-width: 800px;
    padding-right: 1rem;
    margin: auto;
  }
}


/** Fixed Content - Right **/

.fixed-content-right {
  position: static;
  top: auto;
  right: auto;
  padding-bottom: 50px;
  padding-right: 1rem;
  padding-left: 1rem;
  background-color: #ffffff;
}

.fixed-content-right-form {
  max-width: 450px;
  padding: 30px 30px 50px 30px;
  margin: auto;
  box-shadow: 0px 0px 20px 2px rgb(0 0 0 / 15%);
}

.fixed-content-right-wrap {
  max-width: 400px;
  margin: auto;
}

.fixed-content-right-card {
  position: relative;
  box-shadow: 0px 0px 20px 2px rgb(0 0 0 / 15%);
}

.fixed-content-right-card-content {
  padding: 20px;
}

.fixed-content-right-heading > * {
  text-transform: uppercase;
}

.fixed-content-right-card-image img {
  width: 400px;
}

.fixed-content-right-card-name h3 {
  margin-top: 0;
  transition: all 0.2s ease;
}

.fixed-content-right-card-meta {
  padding-top: 20px;
}

/* @media screen and (min-width: 1201px) {
  .fixed-content-right {
    padding-right: calc(55% - 682px);
  }
} */

@media screen and (min-width: 992px) {
  .fixed-content-right {
    position: fixed;
    top: 0;
    right: 0;
    padding-top: 15vh;
    padding-bottom: 150px;
    padding-left: 40px;
  }
  
  .fixed-content-right-form {
    height: 580px;
    overflow: scroll;
  }
}

@media screen and (max-width: 991px) {
  .fixed-content-right.height-100vh {
    height: auto;
  }
  
  .fixed-content-right-wrap {
    padding: 50px 0;
  }
}

@media screen and (max-width: 320px) {
  .fixed-content-right-heading > * {
    font-size: 20px;
  }
  
  .fixed-content-right-card-meta {
    font-size: 14px;
  }
}

/** Centered Form **/

.centered-form-wrap {
  max-width: 646px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 2px rgb(0 0 0 / 15%);
  padding: 40px 134px 80px;
  margin: -40px auto auto auto;
}

.centered-form-content-wrap {
  color: #ffffff;
  max-width: 681px;
  padding: 0 15px;
  margin: auto;
}

.centered-form-content {
  background-color: #00943c;
}

@media screen and (max-width: 767px) {
  .centered-form-wrap {
    padding: 30px;
  }
}

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/** Resets **/

*, *:before, *:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  font-family: 'Brandon', sans-serif;
  font-weight: 100;
  font-size: 1rem;
  line-height: 1.4;
}

img {
  max-width: 100%;
}

/** Typography **/

a {
 color: #00843E;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a.link-overlay {
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

/** Header **/

header {
  line-height: 1;
  padding: 20px 0px;
}

#hs--landing-page-type-b header.header {
  text-align: center;
}

#hs--landing-page-type-d header.header, 
#hs--landing-page-type-d footer {
  background-color: #006551;
}

#hs--landing-page-type-b .hs-menu-wrapper ul, 
#hs--landing-page-type-c .hs-menu-wrapper ul {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  header {
    padding: 25px 0px;
  }
}

/** Footer **/

footer {
  padding: 30px 0;
}

.footer_menu ul li {
  margin-bottom: 10px;
}

.footer_menu ul li:last-child {
  margin-right: 0px;
}

.footer_menu ul li a {
  font-size: 13px;
  color: #000000;
  text-decoration: none;
}

.footer_menu ul li a:hover {
  color: #00943C;
}

#hs--landing-page-type-d .footer_menu ul li, 
#hs--landing-page-type-d .footer_menu ul li a {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .footer_menu ul li {
    position: relative;
    margin-right: 21px;
  }

  .footer_menu ul li:not(:last-child)::before {
    content: '|';
    position: absolute;
    right: -13px;
  }
}

@media screen and (max-width: 991px) {
  .footer_menu .hs-menu-wrapper ul {
    justify-content: center;
  }
}