@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&family=Titillium+Web:wght@400;600;700&display=swap');

/* Colors */
 /* Dark Grey */
 /* Blue */
 /* Green */
 /* Pink */
 /* Ornage */

 /* Blue */

 /* Light Grey */
 /* Grey */

/* Typography */






/* Containers */


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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}
/*! 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;
}
.section {
  padding: 75px 0;
}

.section-narrow {
  padding: 2rem 0;
}

.section-padding-top-none {
  padding-top: 0;
}

.section-grey {
  background: #f8f8f8;
}



.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.mobile,
.tablet {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tablet {
      display: block;
  }
}

@media (max-width: 767px) {
  .mobile {
      display: block;
  }
  
  .desktop {
      display: none;
  }
}

/* Flex */

@media (min-width: 1024px) {
  .flex {
      display: flex;
  }

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

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

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

  .flex42 {
      flex: 0 1 42.666666666666667%;
  }

  .flex49 {
      flex: 0 1 49.666666666666667%;
  }
}

/* Responsive Grid */

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

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

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

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

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

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
  *zoom: 1;
}

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

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

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

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

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

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

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

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

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

  .row-fluid .span12 {
      width: 99.999999993%;
      *width: 99.9468085036383%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  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 ;
  }
}
.container-fluid .row-fluid .page-center,
.page-center {
  float: none;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1310px;
}

.container-fluid .row-fluid .center-small,
.center-small {
  float: none;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 20px;
}

.dnd-section {
  padding: 75px 20px;
}

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

div[class*="force-full-width-section"] {
  padding: 0;
}

div[class*="force-full-width-section"] > .row-fluid {
  max-width: none;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
/* Basic text */
p {
  margin: 0 0 20px;
  font-family: 'Open Sans', sans-serif;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }


.text-90 {
  max-width: 90%;
  margin: 0 auto !important;
  float: none !important;
}

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

.text-small {
  font-size: 16px;
}

.text-small h3 {
  font-size: 21px;
}

.text-large {
  font-size: 21px;
}

.text-bold, .text-bold * {
  font-weight: 700;
}

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  font-weight: 400;
  color: #244C5A;
  font-family: 'Titillium Web', sans-serif;
  line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 55px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 38px;
  font-weight: 600;
  color: #393939;
}
h4 {
  font-size: 21px;
}
h5 {}
h6 {}

@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }
}

.content-header {
  text-align: center;
  margin-bottom: 60px;
}

.content-header *:last-child {
  margin-bottom: 0;
}

/* Lists */
ul, ol {
  margin: 0 0 20px;
}

ul.unstyled, ol.unstyled {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
  transition: all .3s ease;
  color: #244C5A;
}
a:hover, a:focus {
  outline: none;
  color: #393939;
}

hr {
  clear: both;
  color: #B8BCBC;
  background-color: #B8BCBC;
  height: 1px;
  border: none;
  margin: 45px 0;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #393939;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #393939;
  text-shadow: none;
}
.button,
.hs-button,
input[type="submit"] {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 14px 33px;
  min-width: 231px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease;
  -webkit-appearance: none;
  font-size: 22px;
  line-height: 1;
  border-radius: 32px;
  text-transform: none;
  white-space: normal;
  -webkit-font-smoothing: auto;
  background: #FB6238;
  font-family: 'Titillium Web', sans-serif;
}

.button:hover,
.hs-button:hover,
input[type="submit"]:hover {
  color: #fff;
  background: #393939;
  text-decoration: none;
}

.button-green {
  background: #80B09C;
  color: #fff;
}

.button-green:hover,
.button-green:focus {
  color: #fff;
  background: #393939;
}

.button-white {
  background: #fff;
  padding: 12px 31px;
  border: 2px solid #fff;
  color: #FB6238;
}

.button-white:hover,
.button-white:focus {
  color: #fff;
  background: transparent;
}



a.featured-resource-item {
  background: #80B09C;
  color: #fff;
}

a.featured-resource-item h3 {
  color: #fff;
}

a.featured-resource-item:hover {
  background: #244C5A;
  color: #fff;
}

a.featured-resource-item.pink {
  background: #FB6238;
}

a.featured-resource-item.pink:hover {
  background: #244C5A;
}

a.featured-resource-item.black {
  background: #000;
}

a.featured-resource-item.black:hover {
  background: #244C5A;
}

a.cta_button {
  background: #FB6238 !important;
}
.hs_error_rollup {
  display: none !important;
}


/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* All Global Forms
========================================================================== */

/* Form Field */
body .hs-form-field {
  margin-bottom: 30px;
}

/* Descriptions */
body .hs-field-desc {}

/* Labels */
body label {
  cursor: pointer;
}
body .hs-form-field {
  position: relative;
}
body .hs-form-field:not(.hs-fieldtype-select):not(.hs-fieldtype-checkbox) > label {
  text-transform: none;
  margin: 0;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  transition: all .2s ease-in-out;
  position: absolute;
  left: 18px;
  top: 21px;
  color: #393939;
  font-weight: 400;
}

.hs-form-field.is-floating:not(.hs-fieldtype-select):not(.hs-fieldtype-checkbox) > label {
  top: 2px;
  font-size: 11px;
}

body label .hs-form-required {
  color: #f00;
  display: inline-block;
  margin-left: 3px;
}

/* Buttons */
input[type="submit"] {
  min-height: 60px;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-size: 18px;
  min-height: 60px;
  margin: 0;
  padding: 0px 18px;
  border: 1px solid #B8BCBC;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  color: #393939;
}

body select {
  min-height: 1px;
}

body textarea {
  min-height: 200px;
  padding: 15px;
}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}

/* Errors */

.hs-error-msgs {
  color: #f00;
  font-size: 14px;
  margin: 0;
}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
  color: #B8BCBC;
  opacity: 1;
  font-weight: 400;
  text-transform: none;
}
:-moz-placeholder { /* Firefox 18- */
  color: #B8BCBC;
  text-transform: none;
  opacity: 1;
  font-weight: 400;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #B8BCBC;
  text-transform: none;
  opacity: 1;
  font-weight: 400;
}
:-ms-input-placeholder { /* IE10 */
  color: #B8BCBC;
  text-transform: none;
  opacity: 1;
  font-weight: 400;
}

/* Checkbox / Radio Styles */

.control {
  display:inline-block;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  background: #fff;
  position: relative;
  margin: 0 5px 0 0;
  width: 23px;
  height: 21px;
  top: 4px;
}

.control:hover,
.control.active-check {
  background: #DEDEDE !important;
}

.control--checkbox input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 21px;
  background: #fff;
  border: 1px solid #000;
}

/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #fff;
}

/* Checked state */
.control input:checked ~ .control__indicator {
  background: #fff;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #fff;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
  pointer-events: none;
  opacity: .6;
  background: #e6e6e6;
}

/* Check mark */
.control__indicator:after {
  position: absolute;
  display: none;
  content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
  display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
  top: 4px;
  left: 50%;
  margin-left: -2.5px;
  width: 5px;
  height: 10px;
  transform: rotate(45deg);
  border: solid #5C5D61;
  border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.checkbox-row {
  overflow: visible;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  clear: both;
}

.checkbox-row span.fakelabel .control {
  float: left;
}

.checkbox-row span.fakelabel span {
  margin-top: 2px;
  margin-left: 0 !important;
  width: calc(100% - 28px);
}

@media (max-width: 599px) {
  .checkbox-row span.fakelabel span {
    font-size: 90%;
  }
}







.hs-fieldtype-select .input select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  z-index: 1;
  outline: none;
}
.hs-fieldtype-select .input select::-ms-expand {
  display: none;
}

.hs-fieldtype-select .input {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  border: 1px solid #244C5A;
  border-radius: 0.25em;
  padding: 0.25em 0.5em;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}

.hs-fieldtype-select .input:focus-within {
  border: 1px solid #80B09C;
}
.hs-fieldtype-select .input select,
.hs-fieldtype-select .input:after {
  grid-area: select;
}
.hs-fieldtype-select .input:after {
  content: '';
  justify-self: end;
  width: 16px;
  height: 10px;
  background-color: #244C5A;
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
          clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}





.legal-consent-container {
  font-size: 14px;
}

.legal-consent-container label {
  display: flex;
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
  padding-top: 4px;
  margin-left: 10px !important;
}
/* Website background color and default font styles */
body {
  width: 100%;
  background: #fff;
  color: #393939;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}
/* ==========================================================================
Header                                              
========================================================================== */
body:not(.no-sticky) .header-container {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.main-header {
  position: relative;
  z-index: 99999;
  background: #fff;
  padding: 10px 0;
}
@media(max-width: 767px) {
  body:not(.no-sticky) .header-container {
    transition: .2s all;
    position: fixed;
  }
  body:not(.no-sticky) .header-container.nav-down {
    position: fixed;
    transform: translateY(0%);
  }
  body:not(.no-sticky) .header-container.nav-up {
    position: fixed;
    transform: translateY(-100%);
  }
}


body:not(.no-sticky) .header-container.nav-up .main-header,
body:not(.no-sticky) .header-container.nav-down .main-header {
  box-shadow: rgba(0,0,0,.31) -0.5px 0.9px 5px 0;
}
.landing .main-header {
  box-shadow: none;
  background: none;
}

.top-bar {
  background: #80B09C;
  padding: 10px 0;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.8px;
  text-align: right;
}

.top-bar a {
  color: #fff;
  text-decoration: underline;
}

.top-bar a:hover {
  opacity: .8;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .top-bar a {
    display: inline-block;
    margin-right: 15px;
  }
}




.header__item-content {
  position: relative;

  background: #fff;
  background-image: linear-gradient(180deg, rgba(128,176,156,0.5) 0%, rgba(183,216,203,0.5) 100%);
}
.header__subitem a {
  font-size: 14px;
  color: #111111;
  letter-spacing: 0.62px;
}
.header__subitem.no-headline a:hover {
  opacity: 1;
  color: #fff;
  background: #80B09C;
}
.header__menu nav > ul > li > a, .header__menu nav > ul > li > .header__link-wrapper,
.header__menu nav > ul > li > .header__link-wrapper a {
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  color: #244C5A;
  letter-spacing: 0.8px;
  font-weight: 600;
}
.header__menu > nav > ul > li .header__link-wrapper {
  background: #fff;
}
.header__menu > nav > ul > li a.current-page {
  color: #80B09C;
}

.header__mega-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__mega-menu a {
  text-decoration: none;
}

.header__hamburger {
  order: 3;
}
.header__logo {
  width: 396px;
  flex-grow: 0;
  justify-self: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
  transition: all .3s ease; 
}
.landing .header__logo {
  margin: 0 auto;
}
.header__logo img {
  transition: all .3s ease; 
}
body:not(.no-sticky) .nav-up .header__logo,
body:not(.no-sticky) .nav-down .header__logo {
  width: 252px;
}
@media (max-width: 1199px) {
  .header__logo {
    width: 252px;
  }
}
.header__logo a {
  width: 100%;
}
.header__logo img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
}
.header-container .header__logo .hs_cos_wrapper_type_logo a img {
  margin-top: 0;
  display: block;
}
.header__cta {
  font-size: 8px;
  max-width: 30%;
}
.header__cta .button {
  min-width: 0;
  padding: 11px 34px;
  font-size: 18px;
  white-space: nowrap;
}
@media screen and (min-width: 280px) {
  .header__cta {
    font-size: 10px;
    margin: 0 12px 0 auto;
  }
}
.header__menu {
  height: 100%;
  display: none;
  width: 100%;
  FONT-SIZE: 18px;
}
.header__menu ul {
  list-style: none;
  padding: 0;
}
.header__menu > nav > ul {
  margin: 0;
}
.header__menu > nav > ul > li {
  width: 100%;
}
.header__menu > nav > ul > li a {
  transition: all 0.3s ease;
}
.header__menu > nav > ul > li a:hover {
  opacity: 0.6;
}
.header__menu > nav > ul > li > a,
.header__menu > nav > ul > li .header__link-wrapper {
  background: transparent;
  padding: 24px 18px 28px;
  display: flex;
  color: #fff;
}
@media (min-width: 1200px) {
  .header__menu > nav > ul > li > a, .header__menu > nav > ul > li .header__link-wrapper {
    padding: 24px 28px 28px;
  }
}
.header__link-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__link-wrapper a, .header__link-wrapper .expand-trigger {
  display: block;
  color: #fff;
}
.header__link-wrapper .expand-trigger {
  position: absolute;
  top: 46%;
  right: 10px;
  transform: translateY(-50%);
}
.header__item-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
}
.header__item-content.open {
  max-height: 99rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__subitem {
  padding: 1rem 1rem 0;
}
.header__subitem:last-child {
  padding-bottom: 1rem;
}
.header__subitem.no-headline {
  padding: 0 !important;
  margin: -27px -4px -33px;
}
.header__subitem * {
  color: #111;
}
.header__subitem.no-headline a {
  padding: 14px 20px;
  display: inline-block;
  opacity: 1;
  width: 100%;

  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  color: #111111;
  letter-spacing: 0.62px;
  text-align: center;
}
.header__subitem.no-headline li {
  margin: 0;
}
.header__subitem h4 {
  font-size: 14px;
  margin-bottom: 1.2em;
}
.header__subitem h3 {
  font-size: 16px;
  margin-bottom: 0;
}
.header__subitem p {
  font-size: 12px;
  margin-top: 0;
}
.header__subitem__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: calc(100% - 62px);
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 auto;
  padding-top: 32px;
}
.header__subitem__copy p:last-child {
  margin-bottom: 0;
}
.header__subitem__copy img {
  margin-bottom: 20px;
}
.header__subitem__menu ul {
  display: none;
  line-height: 1.2;
  margin-top: 10px;
}
.header__subitem__menu.no-headline ul {
  display: block !important;
  margin-bottom: 0;
}
.header__subitem__menu ul li {
  margin-bottom: 0.46666em;
}

.header__menu .expand-trigger:before {
  content: "";
  background: url('//6503958.fs1.hubspotusercontent-na1.net/hubfs/6503958/raw_assets/public/ThinkStack2021/img/expand-trigger.svg') no-repeat center center;
  background-size: contain;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-top: 1px;
}

@media screen and (min-width: 1025px) {
  .header__mega-menu {
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header__hamburger {
    display: none;
  }
  .header__logo {
    order: 1;
    flex-grow: 0;
  }
  .header__menu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    flex: auto 1 1;
    justify-content: flex-end;
    margin: 0 30px 0 0;
  }
  .header__menu > nav > ul {
    flex-flow: row;
    display: flex;
    background-color: transparent;
    align-items: center;
    justify-content: flex-end;
  }
  .header__menu nav > ul > li {
    width: auto;
    cursor: pointer;
  }
  .header__menu nav > ul > li.active .header__item-content {
    visibility: visible;
    opacity: 1;
  }
  .header__menu > nav > ul > li.active > .header__link-wrapper {
    position: relative;
    z-index: 1;
  }

  .header__menu > nav > ul > li.active > .header__link-wrapper > a {
    opacity: .6;
  }
  .header__menu nav > ul > li.active .expand-trigger:before {
    transform: rotate(-180deg);
    opacity: 0.6;
  }
  .header__menu nav > ul > li > a, .header__menu nav > ul > li > .header__link-wrapper {
    background-color: transparent;
    color: #244C5A;
  }
  .header__menu nav > ul > li > a a,
  .header__menu nav > ul > li > .header__link-wrapper a {
    color: #244C5A;
  }
  .header__menu nav > ul > li > .header__link-wrapper:hover {
    position: relative;
    z-index: 1;
  }
  .header__cta {
    order: 3;
    margin: 0;
  }
  .header__link-wrapper .expand-trigger:before {
    transform-origin: center;
    transition: all 0.3s ease;
  }
  .header__item-content {
    display: flex;
    cursor: initial;
    opacity: 0;
    transition: all 0.3s ease;
    visibility: hidden;
    flex-flow: row;
    position: absolute;
    transform: translate(0, 100%);
    padding: 27px 4px 33px;
    bottom: 0;
  }

  .header__subitem {
    max-width: 280px;
    padding: 0 18px 5px;
    flex: 280px 1 1;
  }
  .header__subitem h6 {
    font-size: 10px;
  }
  .header__subitem h4 {
    font-size: 16px;
  }
  .header__subitem h3 {
    font-size: 16px;
    margin-bottom: 6px;
    margin-top: 0;
  }
  .header__subitem p {
    font-size: 14px;
    padding: 0 12px;
  }
  .header__subitem li {
    font-size: 14px;
  }
  .header__subitem__menu > *,
  .header__subitem__copy > * {
    max-width: 280px;
  }
  .header__subitem__copy:not(:last-child) {
    border-right: 1px solid #ccc;
  }
  .header__subitem__menu ul {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__subitem__menu ul li a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__subitem__menu ul li a:hover {
    opacity: 0.6;
  }
}


.header__menu .fa-angle-down:before {
  content: "";
  background: url(https://142915.fs1.hubspotusercontent-na1.net/hubfs/142915/chevron-down-saas.svg) no-repeat center center;
  background-size: contain;
  width: 11px;
  height: 9px;
  display: inline-block;
  margin-top: 1px;
}

@media(min-width: 1025px) {
  .header__menu nav > ul > li {
    position: relative;
  }
  .header__item-content:not(.only-links) {
    min-width: 550px;
    right: 0;
  }
  .header__subitem.no-headline {
    min-width: 207px;
  }
}

@media(max-width: 1024px) {
  .header__mega-menu {
    flex-wrap: wrap;
  }
  .header__menu {
    max-height: 500px;
    overflow-y: auto;
    order: 4;
  }
  .header__menu > nav > ul {
    background: #fff;
    background-image: linear-gradient(180deg,rgba(128,176,156,0.5) 0%,rgba(183,216,203,0.5) 100%);
  }

  .header__subitem.header__subitem__menu ul {
    display: block !important;
  }
  .header__subitem.header__subitem__menu .expand-trigger {
    display: none !important;
  }
  .header__cta {
    max-width: 38%;
  }
  .header__subitem__menu ul li:last-of-type,
  .header__subitem__menu.no-headline ul,
  .header__subitem.no-headline {
    margin: 0 !important;
  }
  .header__subitem__menu ul li:last-of-type {
    padding-bottom: 30px;
  }
  .header__menu > nav > ul > li > a, 
  .header__menu > nav > ul > li .header__link-wrapper {
    padding: 14px 18px 18px;
    position: relative;
  }
  .header__menu > nav > ul > li > a.has-children, 
  .header__menu > nav > ul > li .header__link-wrapper.has-children {
    cursor: pointer;
  }
  .header__subitem__copy {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }

  .header__menu nav > ul > li > .header__link-wrapper a {
    color: #111;
  }

  .header__subitem.no-headline a {
    text-align: left;
  }
}

@media (max-width: 499px) {
  .header__logo {
    width: 140px;
  }

  .header__cta {
    margin-right: 8px;
  }

  .header__cta .button {
    padding: 10px 13px;
    font-size: 12px;
    margin-left: 8px;
  }
}





/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
 .hamburger {
  padding: 0;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 36px;
  height: 29px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 36px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

.header__hamburger .hamburger-inner,
.header__hamburger .hamburger-inner::before,
.header__hamburger .hamburger-inner::after {
  right: 0;
  background-color: #80B09C;
}

.header__hamburger .hamburger-inner,
.header__hamburger .hamburger-inner::after {
  width: 30px;
}

.header__hamburger.hamburger.is-active .hamburger-inner,
.header__hamburger.hamburger.is-active .hamburger-inner::before,
.header__hamburger.hamburger.is-active .hamburger-inner::after {
  background-color: #80B09C;
}


/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }


@media (min-width: 1025px) {
  .header__menu .hamburger {
    display: none;
  }
}

@media (max-width: 1024px) {
  .header__menu.header__left .expand-trigger:before {
    display: none;
  }
}

.hamburger--minus {
  display: inline-block;
}

.hamburger--minus .hamburger-box {
  width: 17px;
  height: 17px;
}

.hamburger--minus .hamburger-inner,
.hamburger--minus .hamburger-inner::before {
  width: 17px;
  height: 2px;
  background-color: #000;
  position: absolute;
}

.hamburger--minus .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
}

.hamburger--minus .hamburger-inner::after {
  display: none;
}

.hamburger--minus.is-active .hamburger-inner::before {
  transform: rotate(180deg);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}
.footer {
  background: #393939;
  padding: 85px 0 34px;
}

.footer-logo {
  width: 288px;
  max-width: 100%;
  margin-bottom: 34px;
}

.footer-menus {
  padding-top: 14px;
  margin-bottom: 53px;
}

.footer-menus .hs_cos_wrapper_type_menu {
  display: block;
  width: 100%;
}

.footer-menus a {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 19px;
  color: #FFFFFF;
  letter-spacing: 0.85px;
}

.footer-menus a:hover {
  opacity: .7;
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .footer .page-center {
    display: flex;
  }

  .footer-logo {
    margin-right: 7%;
  }

  .footer-right {
    width: calc(93% - 288px);
  }
}

@media (min-width: 768px) {
  .footer-menus .hs-menu-wrapper.hs-menu-flow-horizontal > ul  {
    display: flex;
    justify-content: space-between;
  }

  .footer-menus .hs-menu-wrapper.hs-menu-flow-horizontal > ul:before,
  .footer-menus .hs-menu-wrapper.hs-menu-flow-horizontal > ul:after  {
    display: none;
  }

  .footer-menus .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:not(:first-child) {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .footer-menus .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    display: block;
    width: 100%;
    margin-top: 10px;
  }

  .footer-menus .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:first-child {
    margin-top: 0;
  }
}


.footer .footer-lower-links {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;

  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  color: #B8BCBC;
  letter-spacing: 0.8px;
}

.footer .footer-lower-links li {
  display: inline-block;
}

.footer .footer-lower-links li:not(:first-child):before {
  content: '|';
  color: #B8BCBC;
  display: inline-block;
  margin: 0 9px 0 7px;
}

.footer .copyright a {
  color: #B8BCBC;
  text-decoration: underline;
}

.footer .copyright a:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media (max-width:599px) {
  .footer .footer-lower-links li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .footer .footer-lower-links li:not(:first-child):before {
    display: none;
  }
}



.footer-lp {
  background: #393939;
  padding: 20px 0;
}
/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

/* Videos */
video {
  max-width: 100%;
  height: auto;
}

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: 400 !important;
}

#caldays {
  margin-bottom: 4px;
}

/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
  padding-bottom: 56.25%;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

.lity {
  z-index: 999999;
}

/* Menus */
.hs-menu-wrapper ul {
  padding: 0;
}

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: none;
  display: inline-block;
  width: auto
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children:last-child ul.hs-menu-children-wrapper {
  top: -221px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}




/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}

img.alignRight,
img[style*='float:right'],
img[style*='float: right'] {
  margin: 0 0 10px 20px;
}

img.alignLeft,
img[style*='float:left'],
img[style*='float: left']{
  margin: 0 20px 10px 0;
}

@media (max-width: 599px) {
  img.alignRight,
  img[style*='float:right'],
  img[style*='float: right'],
  img.alignLeft,
  img[style*='float:left'],
  img[style*='float: left']{
    margin: 0 0 10px;
    float: none !important;
    display: block;
  }
}

/* Reduces min-height on bootstrap structure */
.body-container .row-fluid [class*="span"] { min-height: 1px; }
.header-container .row-fluid [class*="span"],
.header .row-fluid [class*="span"],
.footer-container .row-fluid [class*="span"],
.footer .row-fluid [class*="span"] { min-height: 0px; }


/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

/* Videos */
video {
  max-width: 100%;
  height: auto;
}

/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
  padding-bottom: 56.25%;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}





/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.hs-cta-wrapper a.button {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}


/* responsive pre elements */

pre {
  overflow-x: auto;
}

/* responsive pre tables */

table pre {
  white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
  margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */

.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1
  { width: auto !important; overflow: hidden; }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4
  { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image
  { width:280px !important; }
}



/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
  max-width: initial;
}
/* ==========================================================================
Lity v3.0.0
http://sorgalla.com/lity/
Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT
========================================================================== */

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, .9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;

  /* Change to position: absolute to display close button inside content container */
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */

.lity-iframe .lity-container {
  width: 100%;
  max-width: 90%;
  max-height: 90%;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000;
}

.lity-hide {
  display: none;
}

html.lity-active {
  overflow: hidden;
}
/* ==========================================================================
Slick Slider                                               
========================================================================== */

/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
  outline: none;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
  background: #fff url('//142915.fs1.hubspotusercontent-na1.net/hubfs/142915/_einstein/js/slick/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
  position: absolute;
  top: 50%;

  display: block;

  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  border: none;
  outline: none;
  background: transparent;
  font-size: 32px;
  line-height: 1;
  color: #393939;
  z-index: 2;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
  opacity: .25;
}

.slick-prev
{
  left: -15px;
}

.slick-next
{
  right: -15px;
}

@media (min-width: 1280px) {
  .slick-prev {
    left: -70px;
  }

  .slick-next {
    right: -70px;
  }
}

/* Dots */
.slick-dotted.slick-slider
{
  margin-bottom: 30px;
}

.slick-dots
{
  position: absolute;
  bottom: -75px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li
{
  position: relative;

  display: inline-block;

  width: 17px;
  height: 17px;
  margin: 0 8px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button
{
  line-height: 17px;

  display: block;

  width: 17px;
  height: 17px;
  border-radius: 50%;

  cursor: pointer;

  color: transparent;
  border: 0;
  padding: 0;
  outline: none;
  background: #B8BCBC;
  transition: all .3s ease;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button
{
  background: #244C5A;
  outline: none;
}

.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
/**** Isotope Filtering ****/

.resource-item,
.post-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .resource-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .resource-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property:    -moz-transform, opacity;
  -ms-transition-property:     -ms-transform, opacity;
  -o-transition-property:         top, left, opacity;
  transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .resource-item,
.isotope .resource-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/*======================================
Selectric v1.11.0
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
  text-transform: capitalize;
  width: 100%;
  text-align: left;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #B8BCBC;
  background: #fff;
  position: relative;
  border-radius: 6px;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 63px 0 25px;
  font-size: 16px;
  line-height: 50px;
  color: #393939;
  height: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .selectArrow {
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  width: 40px;
  height: 30px;
  color: #393939;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
  border-left: 1px solid #b9c1c8;
}

.selectric .selectArrow:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #393939;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .selectArrow {
  color: #a2a2a2;
}

.selectric-hover .selectric .selectArrow:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
  width: 100% !important;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #B8BCBC;
  z-index: -1;
}

.selectric-items .selectric-scroll {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, 
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  min-height: 20px;
  text-align: left;
  width: 100%;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #393939;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #f8f8f8;
  color: #444;
}

.selectric-items li.highlighted {
  background: #f8f8f8;
}

.selectric-items li:hover {
  background: #f8f8f8;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}
.news-pr-a .post-index-topics {
  text-align: center;
}

.news-pr-a .post-index-topics h3 {
  font-size: 18px;
  font-weight: 700;
  color: #55677a;
  margin: 0;
  display: inline;
}

.news-pr-a .post-index-topics .block {
  position: relative;
  cursor: default;
}

.news-pr-a .post-index-topics .widget-module {
  min-width: 150px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
  position: absolute;
  z-index: 10;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background: #fff;
  font-size: 13px;
  border: 1px solid #f0f0f0;
  border-bottom: 0;
  border-radius: 5px;
}


.news-pr-a .post-index-topics .widget-module ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-pr-a .post-index-topics .widget-module ul li {
  background: 0;
  border-bottom: 1px solid #f0f0f0;
}

.news-pr-a .post-index-topics .widget-module ul li a {
  display: block;
  color: #f57300;
  padding: 15px 20px;
}

.news-pr-a .post-index-topics .widget-module ul li a:hover {
  color: #5e686d;
  background: #f0f0f0;
}

.news-pr-a .blog-subscribe-link {
  font-weight: 700;
  text-align: right;
}

.news-pr-a .news-pr-a-listing {
  padding-top: 150px;
}

@media (max-width: 767px) {
  .news-pr-a .post-index-topics {
    margin: 15px 0;
  }

  .news-pr-a .blog-subscribe-link {
    text-align: center;
  }
}

.news-pr-a .post-item {
  padding-bottom: 60px;
  margin-bottom: 60px;
  width: 100%;
  border-bottom: 1px solid #B8BCBC;
}

.news-pr-a .featured-image-wrapper {
  margin-bottom: 30px;
}

.news-pr-a .featured-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.news-pr-a .post-header .post-meta {
  margin-bottom: 15px;
  font-weight: 300;
}

.news-pr-a .post-item:first-child {
  padding-top: 0;
  margin-top: 0;
}
.news-pr-a .post-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .news-pr-a .featured-image-wrapper {
    width: 42.105263157894737%;
    margin-bottom: 0;
  }

  .news-pr-a .post-content-wrapper {
    width: 57.894736842105263%;
    padding-left: 4.824561403508772%;
  }
}

.news-pr-a.hs-blog-post .blog-section {
  max-width: 920px;
  margin: 0 auto;
}
.blog-tmpl .banner {
  padding: 84px 0;
}

.blog-tmpl #blogs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-tmpl #blogs .post-item {
  width: 100%;
  margin: 0 0 60px;
  text-align: center;
}

@media (min-width: 769px) {
  .blog-tmpl #blogs .post-item {
    width: 30.666666666666667%;
    margin-left: 4%;
  }

  .blog-tmpl #blogs .post-item:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media (min-widtH: 600px) and (max-width: 767px) {
  .blog-tmpl #blogs .post-item {
    width: 48%;
    margin-left: 4%;
  }

  .blog-tmpl #blogs .post-item:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (max-width: 599px) {
  .blog-tmpl #blogs .post-item {
    display: block;
    width: 290px;
    max-width: 100%;
    margin: 0 auto 60px;
  }
}

.blog-tmpl .post-item h3 {
  margin: 0 0 10px;
}
.blog-tmpl .post-item h4 {
  margin: 0;
  text-transform: uppercase;
  color: #244C5A;
}

.blog-tmpl .post-item .featured-image {
  margin-bottom: 30px;
  position: relative;
  max-width: 290px;
}

.blog-tmpl .post-item .featured-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.blog-tmpl .post-item .featured-image > a,
.blog-tmpl .post-item .featured-image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media (min-width: 600px) {
  .blog-tmpl .resource-navigation .page-center {
    display: flex;
    justify-content: center;
  }

  .blog-tmpl .resource-navigation .page-center #resourceTopics {
    width: 300px;
    margin: 0;
  }

  .blog-tmpl .blog-subscription-form-wrapper {
    margin-left: 30px;
  }
}

.blog-tmpl .post-item .resource-topics {
  margin: 0;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
  color: #244C5A;
}

@media (max-width: 599px) {
  .blog-tmpl .resource-topic {
    display: block;
    margin: 10px 0 0 0;
  }
}

.blog-tmpl .selectric-wrapper {
  width: 220px;
}
.blog-tmpl .blog-subscription-form-wrapper {
  display: inline-block;
  margin-left: 25px;
  width: 450px;
  vertical-align: top;
}
.blog-tmpl .blog-subscription-form-wrapper > span {
  font-size: 16px;
  text-align: left;
  display: block;
  line-height: normal;
}
.blog-tmpl .selectric {
  height: 50px;
  border-radius: 0;
}
.blog-tmpl  #resourceTopics {
  vertical-align: top;
}
.blog-tmpl .blog-subscription-form-wrapper form {
  display: flex;
}
.blog-tmpl .blog-subscription-form-wrapper .hs-form-field {
  margin: 0;
}
.blog-tmpl .blog-subscription-form-wrapper .hs-email {
  flex: auto 1 1;
}
.blog-tmpl .blog-subscription-form-wrapper .hs-email input::placeholder {
  text-transform: none;
}
.blog-tmpl .blog-subscription-form-wrapper .hs-email input:-ms-input-placeholder {
  text-transform: none;
}

body.blog-tmpl .resource-navigation .hs-form-field:not(.hs-fieldtype-select):not(.hs-fieldtype-checkbox) > label {
  top: 6px;
}

body.blog-tmpl .resource-navigation .hs-form-field.is-floating:not(.hs-fieldtype-select):not(.hs-fieldtype-checkbox) > label {
  top: 0px;
  font-size: 9px;
}

body.blog-tmpl .resource-navigation input[type="email"] {
  min-height: 30px;
}

.blog-tmpl .blog-subscription-form-wrapper input.hs-button {
  padding: 0 20px;
  min-height: 30px;
  margin-left: 10px;
  border: 2px solid #fff;
  background: #fff;
  color: #244C5A;
}
.blog-tmpl .blog-subscription-form-wrapper input.hs-button:hover {
  color: #fff;
  background: #244C5A;
}
.blog-tmpl #resourceTopics .resource-topic {
  margin-left: 0;
}
.blog-tmpl .blog-subscription-form-wrapper .submitted-message {
  text-align: left;
  margin-top: 10px;
}
.blog-tmpl .blog-subscription-form-wrapper .hs-error-msgs {
  text-align: left;
}

@media(max-width: 767px) {
  .blog-tmpl .blog-subscription-form-wrapper {
    width: 100%;
    max-width: 450px;
    display: block;
    margin: 20px auto 0 !important;
  }
  .blog-tmpl .blog-subscription-form-wrapper .submitted-message,
  .blog-tmpl .resource-topic > span,
  .blog-tmpl .blog-subscription-form-wrapper > span {
    text-align: center !important;
  }
}

@media(max-width: 550px) {
  .blog-tmpl .blog-subscription-form-wrapper form {
    flex-direction: column;
  }
  .blog-tmpl .blog-subscription-form-wrapper input.hs-button {
    margin: 10px 0 0 0;
  }
}


.details-tmpl .blog-post-content > .section > .page-center {
  max-width: 900px;
}
.details-tmpl .blog-post-content .post-item img {
  margin: 0 0 20px 0;
}
.details-tmpl .social-share-section {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  align-items: center;
}
.details-tmpl .social-share-section > p {
  margin: 0 10px 0 0;
  color: #244C5A;
}
.details-tmpl .blog-post-cta {
  text-align: center;
  margin-top: 95px;
}
.blog-details-b.details-tmpl .social-share-section {
  margin-top: 0;
  margin-bottom: 30px;
}
.blog-details-b.details-tmpl .blog-post-author {
  background: #f8f8f8;
  margin: 100px auto 0;
  padding: 40px;
}
.blog-details-b.details-tmpl .blog-post-author h3 {
  color: #80B09C;
}
.blog-details-b.details-tmpl .blog-post-author-flexbox {
  display: flex;
}
.blog-details-b.details-tmpl .author-img {
  flex: 300px 0 0;
  padding-right: 40px;
}
@media(max-width: 767px) {
  .blog-details-b.details-tmpl .blog-post-author-flexbox {
    flex-direction: column;
  }
}



.blog-tmpl .post-item .featured-image a {
  position: static;
}
.blog-tmpl #blogs .post-item {
  text-align: left;
}
.blog-tmpl .resource-topic > span {
  font-size: 16px;
  text-align: left;
  display: block;
  line-height: normal;
}

/* Blog Pagination */
.hs-blog-listing .blog-pagination .next-posts-link,
.hs-blog-listing .blog-pagination .previous-posts-link {
  float: none;
  padding: 10px 20px !important;
}
.blog-pagination {
  margin: 0;
}
.blog-pagination li.hide-me {
  display: none !important;
}

.hs-blog-listing .blog-pagination .next-posts-link a,
.hs-blog-listing .blog-pagination .previous-posts-link a {
  border: 0;
}
.hs-blog-listing .blog-pagination ul {
  text-align: center;
  margin: 0 0 100px;
  padding: 0 15px;
}
.hs-blog-listing .blog-pagination ul li {
  display: inline-block;
  padding: 0;
}
.hs-blog-listing .blog-pagination ul li.disabled {
  display: none !important;
}
.hs-blog-listing .blog-pagination ul li:before,
.hs-blog-listing .blog-pagination ul li.hide {
  display: none !important;
}
.hs-blog-listing .blog-pagination ul .pg li a,
.hs-blog-listing .blog-pagination ul li.dots,
.hs-blog-listing .blog-pagination ul li.first-posts-link a,
.hs-blog-listing .blog-pagination ul li.last-posts-link a,
.hs-blog-listing .blog-pagination ul li a {
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  border: 1px solid #000;
  padding: 7px 0 !important;
  color: #000;
  width: 40px !important;
  display: inline-block;
}
.hs-blog-listing .blog-pagination ul li.dots:not(.disabled) {
  display: inline-block;
}
.hs-blog-listing .blog-pagination ul .pg li:hover a,
.hs-blog-listing .blog-pagination ul .pg li.active a,
.hs-blog-listing .blog-pagination ul li.first-posts-link:hover a,
.hs-blog-listing .blog-pagination ul li.first-posts-link.active a,
.hs-blog-listing .blog-pagination ul li.last-posts-link:hover a,
.hs-blog-listing .blog-pagination ul li.last-posts-link.active a,
.hs-blog-listing .blog-pagination ul li:not(.next-posts-link):not(.previous-posts-link).active a,
.hs-blog-listing .blog-pagination ul li:not(.next-posts-link):not(.previous-posts-link):hover a {
  background: #000;
  color: #fff;
}
@media(max-width: 767px) {
  .hs-blog-listing .blog-pagination .next-posts-link,
  .hs-blog-listing .blog-pagination .previous-posts-link {
    display: block;
  }
  .hs-blog-listing .blog-pagination .previous-posts-link {
    padding-bottom: 15px !important;
  }
}






.related-posts-section {
  padding-bottom: 90px;
}
.related-posts-section .header-content {
  text-align: center;
  margin: 0 0 45px;
}
.related-posts-section .header-content *:last-child {
  margin-bottom: 0;
}
.related-posts-section .page-center > .row-fluid-wrapper > .row-fluid > span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.featured-resource-item .featured-resource-text {
  flex: auto 1 1;
  padding: 30px 40px;
}
.featured-resource-item .featured-resource-arrow {
  flex: 84px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-resource-item p {
  margin: 0;
}

.related-posts-section .span4 {
  margin-top: 40px;
  padding: 0 0 70px;
  position: relative;
  background: #80B09C;
}

.featured-resource-item {
  display: block;
  padding: 0;
  text-align: left;
  width: 100%;
  color: #fff;
  background: #80B09C;
}
.featured-resource-image {
  height: 300px;
  margin-bottom: 50px;
  background: none;
}
.featured-resource-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-resource-bottom {
  padding: 0 50px 0; 
  font-size: 24px;
  line-height: 30px;
}
.featured-resource-top {
  display: flex;
  justify-content: space-between;
  padding: 0 50px 15px 50px;
}

.featured-resource-top svg {
  margin-left: auto;
}

.featured-resource-item h3 {
  padding-right: 15px;
  margin: 0;
  line-height: normal;
  font-size: 18px;
}

.related-posts-section .see-all-cta-section {
  text-align: center;
  margin-top: 50px;
}
.related-posts-section .see-all-cta-section > a {
  margin: 10px;
}
.related-posts-section .see-all-cta-section > a:empty {
  display: none;
}

.featured-resource-bottom-cta {
  text-align: center;
  margin-top: 30px;
}
.featured-resource-image-wrapper {
  background: #fff;
}

.featured-resource-bottom-cta .button {
  width: calc(100% - 65px);
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}

@media(max-width: 992px) {
  .featured-resource-bottom {
    padding: 0 25px 0;
    font-size: 20px;
    line-height: 26px;
  }
  .featured-resource-top {
    padding: 0 25px 15px;
  }
  .featured-resource-item h3 {
    font-size: 16px;
  }
  .featured-resource-bottom-cta .button {
    width: calc(100% - 50px);
  }
}

@media(max-width: 767px) {
  .related-posts-section .page-center > .row-fluid-wrapper > .row-fluid > span {
    display: block;
  }
  .featured-resource-bottom {
    padding: 15px 30px 30px 30px;
  }
  .featured-resource-bottom-cta .button {
    position: static;
    width: 100%;
    transform: none;
  }
  .related-posts-section .span4 {
    padding-bottom: 0 !important;
    position: static !important;
  }
  .featured-resource-top {
    padding: 0 30px 0;
  }
}

@media(max-width: 475px) {
  .featured-resource-item {
    display: block;
  }
  .featured-resource-item .featured-resource-text {
    padding: 40px 20px;
  }
  .featured-resource-item .featured-resource-arrow {
    padding: 20px 0;
  }
}


.social-icons a {
  color: #fff;
  margin: 0 9px;
  border-radius: 50%;
  display: inline-block;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  background: #80B09C;
}
.social-icons a:hover {
  background: #393939;
}
.social-icons a img {
  vertical-align: middle;
}
.careers-page .dataTables_wrapper label {
  display: inline-block;
  line-height: 32px;
  height: 32px;
  margin-bottom: 25px;
  font-weight: 400;
}

.careers-page input[type="search"] {
  -webkit-appearance: none;
  padding: 0 2px;
}

#careers {
  font-size: 16px;
  color: #244C5A;
  width: 100%;
  margin: 0 0 20px !important;
  border-collapse: collapse;
}

#careers .job {
  border: 1px solid #B8BCBC;
  border-top: none;
}

.job-location,
.job-link {
  border-left: 1px solid #B8BCBC;
}

.job.odd {
  background: #fff;
}

.job-even {
  background: #f8f8f8;
}

.job-header-row {
  background: #244C5A;
  color: #fff;
  font-weight: 700;
  border: none;
}

.job-title {
  width: 60%;
  font-weight: 400;
}

.job-location {
  width: 20%;
  text-align: center;
  font-weight: 400;
}

.job-link {
  width: 20%;
  text-align: center;
}

.job-title,
.job-location,
.job-link {
  padding: 12px 30px;
}

.job-link a:not(:hover) {
  color: #244C5A;
  text-decoration: underline;
}

.job-listing .header-content {
  margin: 0 0 60px;
}

.job-listing .header-content *:last-child {
  margin: 0;
}

@media (max-width: 1100px) {
  .dataTable {
    table-layout: fixed;
  }
  .job-title {
    width: 200px !important;
  }
}

@media (max-width: 961px) {
  .dataTables_wrapper {
    overflow-x: scroll;
  }

  #careers {
    min-width: 728px;
  }

  .job-title,
  .job-location,
  .job-link {
    padding: 12px 20px;
  }
}

@media(max-width: 728px) {
  .dataTable {
    table-layout: fixed;
    width: 728px !important;
  }
}





/*
* Control feature layout
*/
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
  font-size: 16px;
}
.dataTables_wrapper .dataTables_length {
  float: left;
  font-weight: 700;
}
.dataTables_wrapper .dataTables_length select {
  display: inline-block;
  width: auto;
  max-width: 100px;
}

.dataTables_filter {
  float: right;
  text-align: right;
  margin-bottom: 0;
}

.dataTables_filter label {
  font-weight: 700;
  height: 52px;
  line-height: 52px;
  display: inline-block;
}

.dataTables_wrapper .dataTables_filter input {
  font-weight: 400;
  text-align: left;
  width: 200px;
  min-height: 30px;
  height: 30px;
  border-radius: 3px;
  margin: 0 0 0 5px;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 30px;
  padding: 5px 10px;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #244C5A !important;
  border: 1px solid #244C5A;
  background: #fff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  background: #244C5A;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #B8BCBC !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #fff !important;
  background: #585858;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  color: #fff !important;
  background: #244C5A;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #000;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
.contact-us-a .footer-banner {
  display: none !important;
}

.contact-us-a form.hs-form .hs-form-field > label {
  display: block;
}
.contact-us-a .grey-box {
  background: #f8f8f8;
  padding: 50px 30px;
  text-align: center;
  margin: 0 0 30px;
  font-size: 18px;
}


.contact-us-a .grey-box h3 {
  color: #000;
  font-size: 18px;
}

.contact-us-a .grey-box h4 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.contact-us-a .grey-box .button, 
.contact-us-a .grey-box .hs-button, 
.contact-us-a .grey-box input[type="submit"] {
  width: auto;
}
.contact-us-a form.hs-form form {
  margin-top: 20px;
}
.contact-us-a form.hs-form form label {
  text-transform: none;
}
.contact-us-a form.hs-form form ul.no-list.hs-error-msgs.inputs-list {
  font-size: 12px;
}
.contact-us-a form.hs-form form input[type="checkbox"] {
  margin: 0px 10px 0 0;
  vertical-align: middle;
}
.contact-us-a form.hs-form form input[type="checkbox"] ~ span {
  vertical-align: middle;
}

.contact-us-a h2 {
  font-size: 38px;
}
.contact-us-a h2 * {
  float: none;
}
.contact-us-a .vertical-divider {
  position: relative;
}
.contact-us-a .flex-contact-us > .row-fluid-wrapper > .row-fluid {
  display: flex;
}
.contact-us-a .vertical-divider:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  width: 1px;
  background: #B8BCBC;
  content: "";
}

@media(max-width: 767px) {
  .contact-us-a .flex-contact-us > .row-fluid-wrapper > .row-fluid {
    display: block;
  }
  .contact-us-a form.hs-form form {
    margin: 20px 0 40px;
  }
}
.landing .widget-type-form .form-title {
  margin: 0;
  color: #fff;
  padding: 20px 50px;
  font-size: 20px;
  background: #244C5A;
}
.landing .widget-type-form form {
  padding: 50px; 
  background: #f8f8f8;
  margin: 0;
}
.landing .widget-type-form .submitted-message {
  text-align: center;
  margin-top: 30px;
}

@media(max-width: 500px) {
  .landing .widget-type-form form {
    padding: 50px 20px;
  }
  .landing .widget-type-form .form-title {
    padding: 20px;
  }
  .landing .widget-type-form form .button, 
  .landing .widget-type-form form .hs-button, 
  .landing .widget-type-form form input[type="submit"] {
    white-space: normal;
  }
}
@media (min-width: 768px) {
  .resources-page .banner .featured-resource {
    order: 2;
    flex: 0 1 900px;
    margin-left: 30px;
  }

  .resources-page .banner .fr-image {
    order: 1;
    flex: 0 1 300px;
  }
}

#resources {
  list-style: none;
  margin: 0;
  padding: 0;
}

#resources .resource-item {
  display: inline-block;
  width: 25.4385964912281%;
  margin: 60px 3.947368421052617%;
  text-align: center;
}

@media (max-width: 767px) {
  #resources .resource-item {
    width: 42.105263157894766%;
  }
}

@media (max-width: 599px) {
  #resources {
    margin: 0 auto;
    max-width: 290px;
  }

  #resources .resource-item {
    display: block;
    width: 290px;
    max-width: 100%;
    margin: 60px auto;
  }
}

.resource-item .ri-tag {
  font-size: 21px;
  font-weight: 400;
  margin: 0 0 10px;
}

.resource-item p a {
  font-size: 17px;
  font-weight: 700;
}

.resource-item .featured-image {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.resource-item .featured-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 127.586206896551724%;
}

.resource-item .featured-image > img,
.resource-item .featured-image > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.resource-item .resource-topics {
  margin: 0;
  color: #244C5A;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 599px) {
  .resource-topic {
    display: block;
    margin: 10px 0 0 0;
  }
}


.resource-navigation {
  color: #fff;
  padding: 30px 0;
  text-align: center;
  font-size: 21px;
  background: #244C5A;
}

.resource-navigation a {
  color: #fff;
}

.resource-navigation a:hover {
  color: #fff;
  text-decoration: underline;
}

.resource-navigation label {
  display: block;
  margin-bottom: 5px;
}

#resourceTopics {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}

#resourceTopics .hs-fieldtype-select {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}

#resourceTopics select,
#resourceTopics select option {
  text-transform: capitalize;
}

@media (min-width: 768px) {
  #resourceTopics .resource-topic {
    display: inline-block;
    margin-left: 15px;
    vertical-align: bottom;
  }
}

@media (max-width: 767px) {
  #resourceTopics {
    width: 300px;
  }

  #resourceTopics .span6:not(:last-child) {
    margin-bottom: 30px;
  }
}
.events #blogs {
  list-style: none;
  margin: 0;
  padding: 60px 0;
}

.events #blogs .post-item {
  display: inline-block;
  width: 24%;
  margin: 0 0 60px;
  padding: 0px 30px;
  min-width: 250px;
}
.events #blogs .post-item p {
  color: #000;
  margin: 0;
}

@media (max-width: 767px) {
  .events #blogs .post-item {
    width: 42.105263157894766%;
  }
}

@media (max-width: 599px) {
  .events #blogs .post-item {
    display: block;
    width: 290px;
    max-width: 100%;
    margin: 60px auto;
  }
}

.events .post-item h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 10px;
  color: #525252;
}
.tag {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.428571428571429;
  margin: 0;
  text-transform: uppercase;
}

.events .post-item p a {
  font-size: 17px;
  font-weight: 700;
}

.events .post-item .featured-image {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  height: 150px;
}

.events .post-item .span6.featured-image-wrapper {
  max-width: 300px;
}

.events .post-item .featured-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.events .post-item .resource-topics {
  margin: 0;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
}

@media(max-width: 1049px) {
  .events #blogs {
    list-style: none;
    margin: 0 auto;
    padding: 60px 0;
    max-width: 757px;
  }
}

@media(max-width: 796px) {
  .events #blogs {
    list-style: none;
    margin: 0 auto;
    padding: 60px 0;
    max-width: 504px;
  }
}

@media(max-width: 767px) {
  .events .post-item .span6 {
    text-align: center;
  }

  .events .post-item .span6.featured-image-wrapper {
    max-width: 300px;
    margin: 0 auto 30px;
  }
}


.events .post-item {
  padding-bottom: 60px;
  border-bottom: 1px solid #afafaf;
  margin-bottom: 60px;
  font-size: 16px;
  width: 100%;
}

.events .featured-image-wrapper {
  margin-bottom: 30px;
}

.events .post-header h1 {
  font-size: 40px;
}

.events .post-header h3 {
  font-weight: 700;
  margin-bottom: 5px;
}

.events .post-header .post-meta {
  margin-bottom: 15px;
  font-weight: 300;
  color: #777;
}

.events .post-header .post-meta a:not(:hover) {
  color: #777;
}
.events .post-item .post-header h4 {
  color: #000;
  margin: 0 0 5px;
}
.events .post-header .post-meta a.topic-link:not(:hover) {
  color: #2d749e;
}

.events .post-item:first-child {
  padding-top: 0;
  margin-top: 0;
}
.events .post-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.events .post-item .more-link {
  margin-top: 20px;
  display: inline-block;
}

.events .post-item .more-link i {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
}

.events .widget-type-blog_subscribe span > h3 {
  font-size: 21px;
  font-weight: 300;
  color: #000;
}

.events .results-section {
  padding: 100px 0;
}

@media (min-width: 768px) {
  .events .featured-image-wrapper {
    width: 42.105263157894737%;
    margin-bottom: 0;
  }

  .events .post-content-wrapper {
    width: 57.894736842105263%;
    padding-left: 4.824561403508772%;
    margin-left: 0;
    max-width: 500px;
  }

  .events .widget-type-blog_subscribe span > h3 {
    display: block;
    float: left;
    width: 42%;
    margin-right: 4%;
    font-size: 30px;
    margin-bottom: 0;
  }

  .events .widget-type-blog_subscribe span > div {
    display: block;
    float: left;
    width: 54%;
  }

  .events .widget-type-blog_subscribe form > div:first-child {
    display: block;
    float: left;
    width: 67%;
    margin-right: 2%;
    margin-bottom: 0;
  }

  .events .widget-type-blog_subscribe form > .hs_submit {
    display: block;
    float: left;
    width: 31%;
  }
}
/* System Pages                                          
========================================================================== */

/* Error Templates */

.system-box {
  background: #f8f8f8;
  border: 1px solid #ededee;
  padding: 60px 90px;
  text-align: center;
  font-size: 21px;
  max-width: 780px;
  margin: 0 auto !important;
  float: none !important;
}

.hs_error_rollup {
  display: none !important;
}

.password-page .system-box h1:before {
  display: inline-block;
  content: '';
  width: 37px;
  height: 46px;
  margin-right: 20px;
  background-image: url(//142915.fs1.hubspotusercontent-na1.net/hubfs/142915/_einstein/system/lock.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

@media (max-width: 599px) {
  .password-page .system-box h1:before {
    display: block;
    margin: 0 auto 10px;
  }
}

.system-box form {
  margin-top: 30px;
}

.system-box input[type="password"],
.system-box input[type="submit"] {
  margin: 0 !important;
}

.system-box input[type="password"] {
  width: calc(75% - 10px);
  margin-right: 10px !important;
}

.system-box input[type="submit"] {
  width: 25%;
  text-transform: none;
}

.system-box .page-header {
  margin: 0;
  padding: 0;
}

.system-box #email-prefs-form {
  margin: 0;
}

.system-box #email-prefs-form #content {
  display: flex;
  flex-wrap: wrap;
}

.password .system-box form {
  display: flex;
}

.system-box #email-prefs-form #content h3 {
  width: 100%;
}

.system-box #email-prefs-form #content > div {
  width: 66%;
  padding: 0 !important;
  margin: 0;
}

.system-box #email-prefs-form #content input[type="email"] {
  width: calc(100% - 15px) !important;
  margin: 0 !important;
  font-size: 18px !important;
  padding: 0 18px !important;
}

.system-box #email-prefs-form #content input[type="submit"] {
  width: 34%;
  clear: none !important;
  padding: 11px 20px;
  min-width: 1px;
}

@media (max-width: 767px) {
  .system-box {
    padding: 20px 30px;
  }

  .system-box input[type="password"],
  .system-box input[type="submit"] {
    width: 100%;
    clear: both;
  }
  .system-box input[type="password"] {
    margin: 0 0 10px 0 !important;
  }
}

@media (max-width: 599px) {
  .system-box {
    padding: 20px;
  }

  .system-box #email-prefs-form #content,
  .password .system-box form {
    display: block;
  }

  .system-box #email-prefs-form #content > div {
    width: 100%;
  }

  .system-box #email-prefs-form #content input[type="submit"] {
    width: 100%;
  }

  .system-box #email-prefs-form #content input[type="email"] {
    width: 100% !important;
  }
}

/* Placeholder Text */
.system-box ::-webkit-input-placeholder { /* Webkit Browsers */
  text-transform: none;
  font-style: italic;
}
.system-box :-moz-placeholder { /* Firefox 18- */
  text-transform: none;
  font-style: italic;
}
.system-box ::-moz-placeholder { /* Firefox 19+ */
  text-transform: none;
  font-style: italic;
}
.system-box :-ms-input-placeholder { /* IE10 */
  text-transform: none;
  font-style: italic;
}



.email-prefs .item {
  -moz-user-select: none;
  -webkit-user-select: none;
       -o-user-select: none;
          user-select: none;
  padding-bottom: 1px;
  position: relative;
  margin: 20px 0px;
  cursor: pointer;
  cursor: hand;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item .item-inner {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-radius: 8px;
  transition-property: background;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  border: 1px solid #E4E4E4;
  overflow: hidden;
  margin-top: 0;
  padding: 15px;
  background: #f7f7f7;
}
.email-prefs .item .item-inner.hovered {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

.email-prefs .item .item-inner.highlighted-subscription {
  background: #fff1ee;
}
.email-prefs .item .item-inner.highlighted-subscription.selected {
  background: #fff1ee;
}
.email-prefs .item .item-inner.selected {
  background: #f0f7fc;
  border: 1px solid #e0e7ec;
}
.email-prefs .item.disabled .item-inner.hovered {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}


@media(max-width: 767px) {
  .email-prefs .item .item-inner {
    max-width: 100%;
  }
}
.thank-you-a .saas-featured-resource-5 {
  padding-top: 90px;
}
.banner {
  padding: 60px 0 75px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  font-size: 22px;
  position: relative;
}

.banner .page-center {
  position: relative;
  z-index: 2;
}

.banner-homepage {
  padding: 80px 0;
  background-size: auto;
  background-position: right bottom;
}

.banner-homepage:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 72%;
  z-index: -1;
  background-image: linear-gradient(180deg, rgba(183,216,203,0.00) 2%, #80B09C 100%);
  opacity: 0.5;
}

.banner-content {
  margin-bottom: 40px;
}

.banner-homepage .banner-content {
  margin-left: 40px;
}

.banner-content.fullwidth {
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
}

.banner-content.fullwidth h2 {
  color: #244C5A;
}

@media (min-width: 961px) {
  .banner .page-center {
    display: flex;
    justify-content: space-between;
  }

  .banner-content {
    width: 37.874015748031496%;
    margin-bottom: 0;
  }

  .banner-content.fullwidth {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
  }

  .banner-image {
    width: 55.669291338582677%;
  }
}

@media (max-width: 767px) {
  .banner {
    padding: 55px 0;
  }
}

.banner h1 {
  color: #80B09C;
}

.banner .banner-content.fullwidth h1 {
  color: #244C5A;
}

.banner-content *:last-child {
  margin-bottom: 0;
}

.banner-line {
  width: 150vw;
  height: 3px;
  background: #80B09C;
  position: absolute;
  left: 26px;
  top: -45px;
}

.banner-line:before {
  content: '';
  width: 3px;
  height: 77px;
  background: #80B09C;
  position: absolute;
  left: 0;
  top: 0;
}

.banner-circle {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 3px solid #80B09C;
  position: absolute;
  left: -6px;
  top: 76px;
}
.case-study-wrapper {
  padding: 60px 0 30px;
}
.case-study-wrapper:first-child {
  padding-top: 75px;
}
.case-study-wrapper:last-child {
  padding-bottom: 75px;
}
.cs-content h2 {
  font-weight: 600;
  font-size: 38px;
  color: #393939;
}

.cs-content .button {
  margin-top: 50px;
}

.column-testimonial {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
.column-testimonial img {
  max-width: 100px;
  object-fit: contain;
}
.column-testimonial .testimonial-text {
  padding-left: 30px;
}
.column-testimonial .testimonial-text .testimonial-quote {
  font-style: italic;
  font-size: 14px;
  margin: 0 0 5px;
}
.column-testimonial .testimonial-text .testimonial-author,
.column-testimonial .testimonial-text .testimonial-author-title {
  font-size: 14px;
  text-align: right;
}

@media (max-width: 400px) {
  .column-testimonial {
    display: block;
    text-align: center;
  }
  .column-testimonial .testimonial-text {
    padding: 20px 0 0 0;
  }
  .column-testimonial .testimonial-text .testimonial-author, 
  .column-testimonial .testimonial-text .testimonial-author-title,
  .column-testimonial .testimonial-text .testimonial-quote {
    text-align: left;
  }
}

.cs-image {
  position: relative;
  width: 592px;
  max-width: 100%;
  margin: 0 auto 45px;
}

.cs-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 68.243243243243243%;
}

.cs-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

.cs-image-bg:before {
  content: '';
  border-radius: 25px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 72, 96, .42);
}

.cs-image-bg.no-overlay:before {
  display: none;
}

.cs-image-bg img {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cs-image-bg.no-overlay img {
  object-fit: contain;
}

@media (min-width: 768px) {
  .case-study {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .cs-content {
    width: 46.614173228346457%;
  }

  .cs-no-image .cs-content {
    width: 80%;
    margin: 0 auto;
  }

  .cs-image {
    width: 46.614173228346457%;
    margin: 0;
  }
}
.cta-boxes-wrapper {
  padding-bottom: 50px;
}
.cta-boxes-wrapper .header-content {
  text-align: center;
  margin: 0;
}
.cta-boxes-wrapper .page-center > .row-fluid-wrapper > .row-fluid {
  display: flex;
}
.cta-boxes-wrapper .featured-resource-item .featured-resource-text {
  flex: auto 1 1;
  padding: 30px 40px;
}
.cta-boxes-wrapper .featured-resource-item .featured-resource-arrow {
  flex: 84px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-boxes-wrapper .featured-resource-item p {
  font-size: 16px;
  margin: 0;
}

.cta-boxes-wrapper .featured-resource-item {
  display: inline-block;
  padding: 0;
  margin-top: 40px;
  margin: 40px 30px 0;
  flex-grow: 1;
  flex-basis: 0;
  text-align: left;
}
.cta-boxes-wrapper .three-columns .featured-resource-item {
  margin: 40px 10px 0;
  width: 33%;
}
.cta-boxes-wrapper .featured-resource-image {
  height: 300px;
}
.cta-boxes-wrapper .featured-resource-bottom {
  padding: 10px 85px 30px 30px;
  font-size: 15px;
  line-height: normal;
}
.cta-boxes-wrapper .featured-resource-top {
  display: flex;
  justify-content: space-between;
  padding: 30px 30px 0 30px;
}
.cta-boxes-wrapper .featured-resource-top > svg {
  width: 46px;
  flex: 46px 0 0;
}

@media(max-width: 767px) {
  .cta-boxes-wrapper .page-center > .row-fluid-wrapper > .row-fluid {
    display: block;
  }
  .cta-boxes-wrapper .featured-resource-bottom {
    padding: 15px 30px 30px 30px;
    font-size: 20px;
    line-height: 26px;
  }
  .cta-boxes-wrapper .three-columns .featured-resource-item {
    margin: 40px 0 0;
    width: 100%;
  }
  .cta-boxes-wrapper .featured-resource-item {
    margin-left: 0;
    margin-right: 0;
  }
} 

@media(max-width: 475px) {
  .cta-boxes-wrapper .featured-resource-item {
    display: block;
  }
  .cta-boxes-wrapper .featured-resource-item .featured-resource-text {
    padding: 40px 20px;
  }
  .cta-boxes-wrapper .featured-resource-item .featured-resource-arrow {
    padding: 20px 0;
  }
  .cta-boxes-wrapper .featured-resource-item {
    margin-left: 0;
    margin-right: 0;
  }
}
.blog-feed-wrapper {
  padding: 60px 0;
}

.blog-feed-header {
  margin-bottom: 44px;
}

.blog-feed-header *:last-child {
  margin-bottom: 0;
}

.blog-feed-wrapper ul.blog-feed {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
}

.blog-feed-wrapper ul.blog-feed li {
  width: 30%;
  max-width: 291px;
  margin-bottom: 30px;
  margin-left: 5%;
  font-weight: 300;
  font-size: 18px;
  color: #111111;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .blog-feed-wrapper ul.blog-feed li:nth-child(3n+1) {
    margin-left: 0;
  }
}

.blog-feed-wrapper ul.blog-feed h3 {
  font-weight: 700;
  font-size: 23px;
  color: #393939;
  letter-spacing: 0;
}

.blog-feed-wrapper ul.blog-feed h3 a {
  color: #393939;
}

.blog-feed-wrapper ul.blog-feed h3 a:hover {
  color: #244C5A;
}

@media (min-width: 768px) {
  .blog-feed-wrapper ul.blog-feed li {
    padding-bottom: 50px;
    position: relative;
  }

  .blog-feed-wrapper ul.blog-feed li .button {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media (max-width: 767px) {
  .blog-feed-wrapper ul.blog-feed {
    display: block;
  }
  
  .blog-feed-wrapper ul.blog-feed li {
    width: 291px;
    max-width: 100%;
    margin: 0 auto 45px;
  }
  
  .blog-feed-wrapper ul.blog-feed li:last-child {
    margin-bottom: 0;
  }
}
.content-bar-wrapper {
  padding: 30px;
  background: #004860;

  font-size: 25px;
  color: #fff;
}

.content-bar-image {
  width: 262px;
  max-width: 100%;
  margin: 0 auto 45px;
}

.content-bar-content {
  padding: 20px 0;
}

.content-bar h2 {
  color: #fff;
}

.content-bar ul {
  list-style: none;
  padding: 0;
}

.content-bar strong {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 46px;
  letter-spacing: 2.05px;
}

@media (min-width: 768px) {
  .content-bar {
    display: flex;
    align-items: center;
  }

  .content-bar-image {
    width: 20.62992125984252%;
    margin: 0 48px 0 0;
  }

  .content-bar-content {
    width: calc(79.37007874015748% - 48px);
    flex: 1 1 calc(79.37007874015748% - 48px);
  }
}
.content-boxes {
  width: 880px;
  max-width: 100%;
  margin: 0 auto;
}

.content-box {
  margin-bottom: 80px;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
}

.cb-icon {
  position: relative;
  width: 140px;
  max-width: 100%;
  margin: 0 auto 30px;
}

.who-we-are-b .cb-icon {
  width: 200px;
}

.cb-icon:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.cb-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cb-icon-rounded img {
  border-radius: 50%;
  object-fit: cover;
}

.content-box h3 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.04px;
  margin-bottom: 14px;
  text-transform: uppercase;
  color: #244C5A;
}

.content-box .button {
  margin-top: 15px;
}

@media (min-width: 600px) {
  .content-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .content-box {
    width: 42.159090909090909%;
  }

  .cb-2 .content-box {
    margin-left: 15.681818181818182%;
  }

  .cb-2 .content-box:nth-child(2n+1) {
    margin-left: 0;
  }

  .content-box {
    position: relative;
    padding-bottom: 65px;
  }

  .content-box .button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .content-boxes.cb-3,
  .content-boxes.cb-4 {
    justify-content: flex-start;
  }

  .who-we-are-b .content-boxes.cb-3,
  .who-we-are-b .content-boxes.cb-4 {
    justify-content: center;
  }

  .cb-3 .content-box {
    width: 30.666666666666667%;
    margin-left: 4%;
  }

  .cb-3 .content-box:nth-child(3n+1) {
    margin-left: 0;
  }

  .cb-4 .content-box {
    width: 22%;
    margin-left: 4%;
  }

  .cb-4 .content-box:nth-child(4n+1) {
    margin-left: 0;
  }
}
.footer-subscribe {
  padding: 48px 0 31px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #244C5A;
}
.footer-subscribe > .page-center {
  max-width: 708px;
}
.footer-subscribe .header-content {
  margin-bottom: 33px;
}
.footer-subscribe .header-content h2 {
  font-size: 38px;
  color: #fff;
}
.footer-subscribe .header-content *:last-child {
  margin-bottom: 0;
}
.footer-subscribe .subscribe-form {
  margin: 0 0 53px;
}
.footer-subscribe .subscribe-form a {
  color: #fff;
}
.footer-subscribe .subscribe-form a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-subscribe .subscribe-form h3:empty {
  display: none;
}
.footer-subscribe .subscribe-form form {
  position: relative;
  display: flex;
}
.footer-subscribe .hs_email {
  width: calc(100% - 208px);
}
.footer-subscribe .subscribe-form .hs_cos_wrapper_type_form input[type="email"] {
  border: none;
  outline: none;
  box-shadow: none;
  height: 60px;
  padding: 0 18px;
}
.footer-subscribe .subscribe-form .hs_cos_wrapper_type_form input[type="submit"] {
  min-width: 190px;
  margin-left: 18px;
  padding: 20px 33px;
  font-size: 20px;
  text-transform: uppercase;
}
.footer-subscribe .subscribe-form .hs_cos_wrapper_type_form input[type="submit"]:not(:hover) {
  background: #80B09C;
}

.footer-subscribe .social-icons a {
  color: #fff;
  margin: 0 9px;
  border-radius: 50%;
  display: inline-block;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  background: #80B09C;
}
.footer-subscribe .social-icons a:hover {
  background: #393939;
}
.footer-subscribe .social-icons a img {
  vertical-align: middle;
}
.footer-subscribe .hs-error-msgs {
  text-align: left;
}

@media (max-width: 599px) {
  .footer-subscribe .subscribe-form form {
    display: block;
  }
  .footer-subscribe .hs_email {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer-subscribe .subscribe-form .hs_cos_wrapper_type_form input[type="submit"] {
    margin-left: 0;
  }
}
.infographic-wrapper {
  padding: 116px 0 60px;
}

.infographic-wrapper.has-bg {
  position: relative;
  min-height: 360px;
  margin-bottom: 62px;
}

.infographic-wrapper.has-bg:before {
  content: '';
  display: block;
  width: 100%;
  height: 360px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, #FFFFFF 0%, #E1E2E2 52%, #B8BCBC 100%);
}
.infographic-wrapper.has-bg:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 62px 133.5px 0 133.5px;
  border-color: #B8BCBC transparent transparent transparent;
  position: absolute;
  bottom: -62px;
  left: 50%;
  transform: translateX(-133.5px);
}

@media (min-width: 768px) {
  .infographic-subheader {
    display: flex;
  }

  .infographic-subheader h3 {
    width: 223px;
    font-size: 32px;
  }

  .infographic-content {
    width: calc(100% - 223px);
    padding-left: 6%;
  }
}

.infographic {
  position: relative;
  z-index: 3;
}

.infographic h2 {
  display: inline-block;
  position: relative;
  padding-right: 28px;
  margin-bottom: 45px;
}

.infographic h2:before {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  bottom: -10px;
  right: 0;
  border: 3px solid #80B09C;
  border-radius: 50%;
}

.infographic h2:after {
  content: '';
  display: block;
  width: 100vw;
  height: 3px;
  position: absolute;
  bottom: -1px;
  right: 21px;
  background: #80B09C;
}

.infographic h3 {
  font-weight: 400;
  color: #244C5A;
  letter-spacing: -0.33px;
  line-height: 1.25;
}
.resource-large {
  padding: 88px 0 0;
}
.resource-large .header-content {
  text-align: center;
  margin: 0 auto 50px;
  width: 800px;
  max-width: 100%;
  padding: 0 20px;
}
.resource-large .header-content > *:last-child {
  margin: 0;
}
.resource-large > .page-center {
  max-width: 1140px !important;
  padding: 100px 50px !important;
}
.resource-large > .page-center > .row-fluid-wrapper > .row-fluid {
  display: flex;
  align-items: center;
}
.resource-large a {
  font-weight: 600;
}

.resource-large .image {
  text-align: center;
  max-width: 325px;
  min-width: 260px;
}
.resource-large .content {
  max-width: 500px;
  margin-left: 106px;
}

@media(max-width: 767px) {
  .resource-large > .page-center > .row-fluid-wrapper > .row-fluid {
    display: block;
  }
  .resource-large .image {
    text-align: center;
    margin: 0 auto 30px;
  }
  .resource-large .content {
    margin: 0 auto;
  }
  .resource-large > .page-center {
    padding: 50px 20px !important;
  }
  .resource-large h2,
  .resource-large .header-content h2 {
    line-height: 38px;
    font-size: 30px;
  }
}








.resources-with-images {
  padding-bottom: 100px;
}
.resources-with-images .header-content {
  text-align: center;
  margin: 0;
}
.resources-with-images .page-center > .row-fluid-wrapper > .row-fluid {
  display: flex;
}
.resources-with-images .featured-resource-item .featured-resource-text {
  flex: auto 1 1;
  padding: 30px 40px;
}
.resources-with-images .featured-resource-item .featured-resource-arrow {
  flex: 84px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.resources-with-images .featured-resource-item h2 {
  font-size: 30px;
  line-height: 39px;
  font-weight: 300;
}
.resources-with-images .featured-resource-item p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin: 0;
}

.resources-with-images .featured-resource-item {
  display: inline-block;
  padding: 0;
  margin-top: 40px;
  text-align: left;
  width: 100%;
  height: calc(100% - 40px);
}
.resources-with-images .featured-resource-item.has-see-all-link {
  height: calc(100% - 104px);
}
.resources-with-images .featured-resource-image {
  height: 300px;
}
.resources-with-images .featured-resource-bottom {
  padding: 0 74px 30px 30px;
  font-size: 24px;
  line-height: 30px;
}
.resources-with-images .featured-resource-top {
  display: flex;
  justify-content: space-between;
  padding: 30px 30px 0 30px;
}


.resources-with-images .featured-resource-item h3 {
  padding-right: 15px;
  margin: 0 0 15px;
  line-height: normal;
  font-weight: bold;
  font-size: 18px;
}

.resources-with-images .see-all-cta-section {
  text-align: center;
  margin-top: 60px;
}

.resources-with-images .see-all-link {
  display: block;
  text-align: center;
  padding: 20px 10px;
}

.resources-with-images .see-all-link i.fa {
  position: relative;
  top: 1px;
  margin-left: 5px;
}

@media(max-width: 767px) {
  .resources-with-images .page-center > .row-fluid-wrapper > .row-fluid {
    display: block;
  }
  .resources-with-images .featured-resource-bottom {
    padding: 15px 30px 30px 30px;
    font-size: 20px;
    line-height: 26px;
  }
  .resources-with-images .featured-resource-item h3 {
    font-size: 16px;
  }
} 

@media(max-width: 475px) {
  .resources-with-images .featured-resource-item {
    display: block;
  }
  .resources-with-images .featured-resource-item .featured-resource-text {
    padding: 40px 20px;
  }
  .resources-with-images .featured-resource-item .featured-resource-arrow {
    padding: 20px 0;
  }
}
.testimonials-wrapper {
  padding: 30px 0;
  width: 1090px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 25px;
  background-size: cover;
  background-color: #80B09C;
  position: relative;
}

@media (min-width: 1280px) {
  .testimonials-wrapper .slick-prev {
    top: 30%;
  }

  .testimonials-wrapper .slick-next {
    top: 30%;
  }
}

.testimonials-header {
  text-align: center;
  width: 1020px;
  padding: 0 20px;
  max-width: 100%;
  margin: 0 auto;
}

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

.testimonial-photo {
  width: 259px;
  max-width: 100%;
  margin: 0 auto 30px;
  border-radius: 50%;
  position: relative;
  padding: 20px;
  border: 1px solid #244C5A;
}

.testimonial-photo:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.testimonial-photo img {
  position: absolute;
  top: 20px;
  left: 20px;
  object-fit: cover;
  border-radius: 50%;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}

.testimonial-quote {
  font-weight: 600;
  font-size: 21px;
  position: relative;
  padding-top: 29px;
}

.testimonial-quote:before,
.testimonial-quote:after {
  content: '';
  width: 61px;
  height: 44px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-size: cover;
  background-image: url(https://www.thinkstack.co/hubfs/_img2021/icons/quote.svg);
}

.testimonial-quote:after {
  top: auto;
  left: auto;
  right: 0;
  bottom: -9px;
  transform: rotate(180deg);
}

.testimonial-meta {
  padding-top: 10px;
  font-weight: 700;
  font-size: 20px;
  color: #004860;
  font-family: 'Titillium Web', sans-serif;
}

@media (min-width: 768px) {
  .testimonial {
    display: flex;
    align-items: flex-start;
  }

  .testimonial-photo {
    flex: 0 0 259px;
    margin-right: 55px;
  }

  .testimonial-content {
    flex: 1 1 557px;
  }
}
.values-wrapper {
  position: relative;
  padding-top: 110px;
}

.values-header {
  text-align: center;
  width: 730px;
  max-width: 100%;
  margin: 0 auto 67px;
}

.values-header *:last-child {
  margin-bottom: 0;
}

.values-bg {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 1675px;
  pointer-events: none;
}

.values-bg img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: unset;
}


.value-image {
  position: relative;
  width: 465px;
  max-width: 100%;
  margin: 0 auto 45px;
}

.value-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 86.021505376344086%;
}

.value-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

.value-image-bg:before {
  content: '';
  border-radius: 25px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 72, 96, .42);
}

.value-image-bg img {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.value-image > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 175px;
  max-width: 90%;
}


.value .button {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .value {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .value-content {
    order: 1;
    width: 44.313725490196078%;
  }

  .value-image {
    order: 2;
    width: 45.588235294117647%;
    margin: 0;
  }
}

@media (max-width: 1279px) {
  .value {
    padding: 0 20px;
  }
}