/*! normalize.css v8.0.0 | 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; }

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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;
  width: auto;
  /* 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; }

html, body {
  margin: 0;
  font-family: "Roboto", san-serif;
  color: #4E4E4E;
  min-height: 100%; }

body {
  min-width: 320px;
  padding: 0;
  margin: 0 auto;
  font-family: "Roboto", san-serif; }
  body.disable-scroll {
    overflow: hidden; }

/* CODE ISSUE 

div, ul {
  box-sizing: border-box;
  position: relative; }

*/
  
.section > .wrapper {
  max-width: 1260px;
  /*width: 100%;*/
  margin: 0 auto;
  padding: 0 20px;
  display: block; }
  @media (min-width: 767px) {
    .section > .wrapper {
      padding: 0 30px; } } 
p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px; }
  @media (min-width: 767px) {
    p {
      font-size: 20px;
      line-height: 35px;
      margin-bottom: 20px; } }
  p > a {
    text-decoration: underline;
    font-weight: 700; }

label {
  font-size: 15px;
  line-height: 25px; }
  @media (min-width: 767px) {
    label {
      font-size: 17px;
      line-height: 27px; } }
ul, ol {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  padding-left: 20px; }
  @media (min-width: 767px) {
    ul, ol {
      font-size: 16px;
      line-height: 35px;
      margin-bottom: 20px; } }
  ul a, ol a {
    text-decoration: underline;
    font-weight: 700; }

a, li {
  font-family: inherit;
  font-size: inherit;
  line-height: 1.5em;
  color: inherit; }

h1, h2, h3, h4, h5, h6, p, li, a, span {
  transition: font-size 300ms ease; }

h1 {
  color: #007CBA;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0; }
  @media (min-width: 767px) {
    h1 {
      font-size: 38px; } }
h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0; }
  h2 + p, h2 + ul, h2 + ol {
    margin-top: 0; }
  @media (min-width: 767px) {
    h2 {
      font-size: 24px; } }
h3 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0; }
  h3 + p, h3 + ul, h3 + ol {
    margin-top: 0; }
  @media (min-width: 767px) {
    h3 {
      font-size: 20px; } }
h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0; }
  h4 + p, h4 + ul, h4 + ol {
    margin-top: 0; }
  @media (min-width: 767px) {
    h4 {
      font-size: 30px; } }
  @media (min-width: 500px) {
    h4 {
      font-size: 26px; } }
blockquote {
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
  font-style: italic;
  margin: 1em 20px; }
  @media (min-width: 767px) {
    blockquote {
      font-size: 24px;
      line-height: 39px;
      margin: 1em 40px; } }
  @media (min-width: 500px) {
    blockquote {
      font-size: 22px;
      line-height: 37px; } }
  blockquote footer {
    max-width: 100%;
    font-size: 18px;
    line-height: 33px;
    font-style: normal;
    padding: 0; }
    @media (min-width: 767px) {
      blockquote footer {
        font-size: 20px;
        line-height: 35px; } }
h5 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0; }
  h5 + p, h5 + ul, h5 + ol {
    margin-top: 0; }
  @media (min-width: 767px) {
    h5 {
      font-size: 26px; } }
  @media (min-width: 500px) {
    h5 {
      font-size: 24px; } }
h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 2.5px;
  color: #A1A1A5;
  text-transform: uppercase;
  margin: 0; }
  @media (min-width: 767px) {
    h6 {
      font-size: 20px; } }
span.large {
  display: block;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase; }
  @media (min-width: 767px) {
    span.large {
      font-size: 60px; } }
 a.button {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 11px 38px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  transition: all 200ms ease-in;
  text-align: center; }
  a.button.green {
    border: 2px solid #009B74;
    color: white;
    background: #009B74; }
    a.button.green:hover {
      background: white;
      color: #009B74; }
  a.button.blue {
    border: 2px solid #007CBA;
    color: white;
    background: #007CBA; }
    a.button.blue:hover {
      background: white;
      color: #007CBA; }
  a.button.white {
    border: 2px solid #ffffff;
    color: black;
    background: #ffffff; }
    a.button.white:hover {
      background: black;
      color: #ffffff; }
  @media (min-width: 767px) {
    a.button {
      font-size: 18px; } }
.header-container-wrapper,
.footer-container-wrapper {
  max-width: 100%;
  width: 100%; }

.body-container-wrapper {
  min-height: calc(100vh - (144px + 547px));
  max-width: 100%;
  width: 100%; }

.align-left {
  float: left;
  margin-left: 60px; }

.align-right {
  float: right;
  margin-right: 60px; }

.video-container {
  display: none;
  padding-bottom: 56.25%;
  position: relative; }

.video-iframe {
  display: block;
  height: 100%;
  width: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.one-third,
.two-thirds {
  max-width: 100%;
  width: 100%; }

@media (min-width: 850px) {
  .one-third,
  .two-thirds {
    max-width: 48%; } }

@media (min-width: 1220px) {
  .one-third {
    max-width: 33%; }
  .two-thirds {
    max-width: 60%; } }

.display-ie {
  display: none; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .display-ie {
    display: block; }
  .hide-ie {
    display: none; } }

header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
  background: white;
  z-index: 6; }


#navigation {
  display: none;
  max-width: calc(100% - 300px);
  width: 100%;
  margin-bottom: 41px;
  align-items: center; }
  #navigation #search {
    padding-bottom: 18px;
    padding-left: 22px; }
    #navigation #search img {
      max-width: 17px;
      width: 100%; }
    #navigation #search .search-input {
      display: none;
      position: absolute;
      /*top: 30px;*/
      left: auto;
      /*right: 0px;*/
      width: 175px;
      z-index: 1; }
      #navigation #search .search-input .hs-search-field-input {
        box-sizing: border-box;
        font-family: "Roboto", san-serif;
        font-style: italic;
        color: #4E4E4E;
        border: 1px solid #4D8B40;
        border-left: 8px solid #4D8B40;
        border-right: 1px solid white;
        border-radius: 0;
        width: calc(100% - 30px);
        padding: 2px 4px;
        box-shadow: none; }
        #navigation #search .search-input .hs-search-field-input::-webkit-input-placeholder {
          font-family: "Roboto", san-serif;
          font-weight: 300;
          font-style: italic;
          color: #A1A1A5;
          letter-spacing: 1px; }
        #navigation #search .search-input .hs-search-field-input::-moz-placeholder {
          font-family: "Roboto", san-serif;
          font-weight: 300;
          font-style: italic;
          color: #A1A1A5;
          letter-spacing: 1px; }
        #navigation #search .search-input .hs-search-field-input:-ms-input-placeholder {
          font-family: "Roboto", san-serif;
          font-weight: 300;
          font-style: italic;
          color: #A1A1A5;
          letter-spacing: 1px; }
        #navigation #search .search-input .hs-search-field-input::-ms-input-placeholder {
          font-family: "Roboto", san-serif;
          font-weight: 300;
          font-style: italic;
          color: #A1A1A5;
          letter-spacing: 1px; }
        #navigation #search .search-input .hs-search-field-input::placeholder {
          font-family: "Roboto", san-serif;
          font-weight: 300;
          font-style: italic;
          color: #A1A1A5;
          letter-spacing: 1px; }
      #navigation #search .search-input button {
        background: url("https://7337473.fs1.hubspotusercontent-na1.net/hubfs/7337473/Website%20Files/arrow-right-green.png") white no-repeat center;
        background-size: 16px;
        width: 30px;
        border: none;
        height: 100%;
        -webkit-appearance: none;
        border-radius: 0;
        position: absolute;
        right: 0;
        border: 1px solid #4D8B40;
        border-left: 0;
        top: 0; }
        #navigation #search .search-input button span {
          display: none; }
  #navigation ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style-type: none; }
  #navigation li.hs-menu-depth-1 {
    border-bottom: 7px solid white;
    padding: 0 4px 14px;
    transition: border 300ms ease; }
    #navigation li.hs-menu-depth-1 > a {
      padding-bottom: 28px;
      font-weight: 700; }
    #navigation li.hs-menu-depth-1:hover {
      border-bottom: 7px solid #007CBA; }
      #navigation li.hs-menu-depth-1:hover .hs-menu-children-wrapper {
        display: block; }
  #navigation a {
    color: #007CBA;
    font-size: 16px;
    text-decoration: none; }
  #navigation .hs-menu-children-wrapper {
    display: none;
    position: absolute;
    background-color: #EAEAEA;
    max-width: 316px;
    width: 100%;
    padding: 45px 30px 27px;
    margin-top: 21px;
    margin-left: -22px;
    z-index: 2;
    border-top: 8px solid white; }
    #navigation .hs-menu-children-wrapper a {
      font-weight: 500;
      line-height: 40px;
      transition: color 300ms ease; }
      #navigation .hs-menu-children-wrapper a:hover {
        color: #4D8B40;
        text-decoration: underline; } 

#mobile-menu {
  position: absolute;
  top: 115px;
  left: 0;
  background: white;
  max-width: 100%;
  width: 100%;
  z-index: 2;
  height: auto;
  padding: 0 30px;
  display: none; }
  #mobile-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    #mobile-menu ul ul {
      padding-left: 40px;
      z-index: 99;
      position: relative;
      display: none; }
      #mobile-menu ul ul li:last-of-type {
        padding-bottom: 0; }
    #mobile-menu ul li {
      padding: 10px 0; }
      #mobile-menu ul li.hs-item-has-children {
        position: relative;
        padding-right: 20px; }
        #mobile-menu ul li.hs-item-has-children:after {
          content: "";
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          background: url(https://7337473.fs1.hubspotusercontent-na1.net/hubfs/7337473/Website%20Files/blue-plus.png) no-repeat top 16px right;
          background-size: 15px; }
        #mobile-menu ul li.hs-item-has-children.active:after {
          background: url(https://7337473.fs1.hubspotusercontent-na1.net/hubfs/7337473/Website%20Files/blue-minus.png) no-repeat top 16px right 3px;
          background-size: 10px; }
  #mobile-menu a {
    color: #007CBA;
    font-size: 20px;
    text-decoration: none;
    font-weight: 700; }
  #mobile-menu #search {
    padding-top: 10px; }
    #mobile-menu #search img {
      max-width: 25px; }
  #mobile-menu.active {
    display: block; }

#mobile-menu-button {
  max-width: 50%;
  width: 100%; }
  #mobile-menu-button .mobile-button-wrap {
    cursor: pointer;
    position: relative;
    max-width: 38px;
    margin-bottom: 30px; }
    #mobile-menu-button .mobile-button-wrap.active span:nth-of-type(1) {
      opacity: 0; }
    #mobile-menu-button .mobile-button-wrap.active span:nth-of-type(2) {
      transform: rotate(-45deg);
      transform-origin: center; }
    #mobile-menu-button .mobile-button-wrap.active span:nth-of-type(3) {
      transform: rotate(45deg);
      transform-origin: center; }
    #mobile-menu-button .mobile-button-wrap.active span:nth-of-type(4) {
      opacity: 0; }
  #mobile-menu-button span {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 3px;
    background: #4E4E4E;
    margin-bottom: 5px;
    transition: 200ms all linear; }
    #mobile-menu-button span:nth-of-type(2) {
      position: absolute; }
    #mobile-menu-button span:last-of-type {
      margin-bottom: 0; }

#logo {
  max-width: 50%;
  width: 100%;
  margin: 35px 0 15px 0; }
  #logo img {
    max-width: 290px;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto; }
  #logo a {
    display: block; }

@media (min-width: 1314px) {
  header {
    padding: 0 60px; }
  #navigation li.hs-menu-depth-1 {
    padding: 0 22px 14px; }
  #navigation a {
    font-size: 18px; } }

@media (max-width: 1313px) and (min-width: 1057px) {
  #navigation .hs-menu-wrapper {
    width: calc(100% - 39px); }
  #navigation ul {
    display: flex;
    justify-content: space-between; } }

@media (min-width: 1057px) {
  #navigation li.hs-menu-depth-1 {
    padding: 0 11px 14px; } }

@media (min-width: 976px) {
  #navigation {
    display: flex; }
  #mobile-menu-button {
    display: none; }
  #logo {
    max-width: 290px;
    margin: 27px 0; }
  #mobile-menu {
    display: none; } }

.footer-container-wrapper {
  background-color: #4E4E4E;
  color: white; }

footer {
  max-width: 685px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box; }
  footer .newsletter-sign-up h4, footer .newsletter-sign-up p {
    text-align: center; }
  footer .newsletter-sign-up p {
    margin: 15px 0 13px; }
  footer .newsletter-sign-up form {
    display: flex;
    background: white; }
    footer .newsletter-sign-up form .hs_email {
      max-width: calc(100% - 65px);
      width: 100%; }
      footer .newsletter-sign-up form .hs_email input {
        padding: 9px 12px 10px;
        border: none;
        border-left: 19px solid #4D8B40;
        border-radius: 0;
        height: 39px; }
      footer .newsletter-sign-up form .hs_email > label {
        display: none !important; }
    footer .newsletter-sign-up form input {
      width: 100%;
      box-sizing: border-box;
      font-family: "Roboto", san-serif;
      font-size: 18px;
      font-weight: 300;
      font-style: italic;
      color: #4E4E4E; }
      footer .newsletter-sign-up form input[type="submit"] {
        background: url("https://7337473.fs1.hubspotusercontent-na1.net/hubfs/7337473/Website%20Files/green-arrow.png") white no-repeat center;
        background-size: 25px;
        width: 65px;
        border: none;
        height: 39px;
        font-size: 0;
        -webkit-appearance: none;
        border-radius: 0; }
      footer .newsletter-sign-up form input::-webkit-input-placeholder {
        font-family: "Roboto", san-serif;
        font-size: 18px;
        font-weight: 300;
        font-style: italic;
        color: #A1A1A5;
        letter-spacing: 1px; }
      footer .newsletter-sign-up form input::-moz-placeholder {
        font-family: "Roboto", san-serif;
        font-size: 18px;
        font-weight: 300;
        font-style: italic;
        color: #A1A1A5;
        letter-spacing: 1px; }
      footer .newsletter-sign-up form input:-ms-input-placeholder {
        font-family: "Roboto", san-serif;
        font-size: 18px;
        font-weight: 300;
        font-style: italic;
        color: #A1A1A5;
        letter-spacing: 1px; }
      footer .newsletter-sign-up form input::-ms-input-placeholder {
        font-family: "Roboto", san-serif;
        font-size: 18px;
        font-weight: 300;
        font-style: italic;
        color: #A1A1A5;
        letter-spacing: 1px; }
      footer .newsletter-sign-up form input::placeholder {
        font-family: "Roboto", san-serif;
        font-size: 18px;
        font-weight: 300;
        font-style: italic;
        color: #A1A1A5;
        letter-spacing: 1px; }
    footer .newsletter-sign-up form ul.hs-error-msgs {
      margin: 0;
      background-color: #4E4E4E;
      padding-top: 6px;
      list-style-type: none; }
      footer .newsletter-sign-up form ul.hs-error-msgs li {
        width: 100%; }
    footer .newsletter-sign-up form label.hs-error-msg {
      font-size: 16px; }
    footer .newsletter-sign-up form .hs_submit {
      background-color: #4E4E4E; }
  footer .newsletter-sign-up .submitted-message {
    font-family: "Roboto", san-serif;
    font-size: 20px;
    text-align: center; }
  footer #footer-logo {
    margin-top: 87px; }
    footer #footer-logo img {
      max-width: 257px;
      width: 100%;
      display: block;
      margin: 0 auto; }
  footer #footer-navigation ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    margin: 13px 0 21px; }
    @media (max-width: 615px) {
      footer #footer-navigation ul {
        flex-wrap: wrap;
        max-width: 180px;
        margin: 13px auto 21px; }
        footer #footer-navigation ul li {
          margin: 15px 0;
          width: 100%;
          text-align: center; } }
  footer #footer-navigation a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700; }
  footer #footer-social {
    display: flex;
    justify-content: center;
    margin-bottom: 25px; }
    footer #footer-social a {
      display: block;
      margin: 0 25px; }
      @media (max-width: 635px) {
        footer #footer-social a {
          margin: 0 auto; } }
    footer #footer-social img {
      align-self: center;
      max-width: 65px;
      width: 100%; }
    @media (max-width: 555px) {
      footer #footer-social {
        flex-wrap: wrap; } }
  footer #footer-contact {
    margin-bottom: 50px; }
    footer #footer-contact p {
      font-size: 17px;
      line-height: 30px;
      text-align: center;
      margin: 0;
      word-break: keep-all; }

.hero-section {
  background-size: cover;
  background-position: center;
  height: 234px; }
  .hero-section img {
    visibility: hidden; }
  .hero-section.video {
    height: auto !important; }
  .hero-section video {
    width: 100%;
    display: block; }
    @media (max-width: 767px) {
      .hero-section video {
        visibility: hidden; } }
 .content-block .wrapper {
  margin: 30px auto;
  max-width: 1080px;
  clear: both; }
  .content-block .wrapper iframe.report-iframe {
    width: 100%;
    height: 75vh; }
  .content-block .wrapper img {
    width: 100%; }
  @media (min-width: 767px) {
    .content-block .wrapper {
      margin: 75px auto; } }
.content-block.with-image .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .content-block.with-image .wrapper.reverse {
    flex-direction: column-reverse; }
    @media (min-width: 940px) {
      .content-block.with-image .wrapper.reverse {
        flex-direction: row-reverse; } }
  .content-block.with-image .wrapper > div {
    max-width: 100%;
    width: 100%; }
    .content-block.with-image .wrapper > div h1 {
      margin-top: 0; }
    .content-block.with-image .wrapper > div.image-wrapper {
      margin-bottom: 30px; }
    @media (min-width: 600px) {
      .content-block.with-image .wrapper > div {
        max-width: 64%; }
        .content-block.with-image .wrapper > div.image-wrapper {
          max-width: 32%;
          margin-bottom: 0; } }
    @media (min-width: 940px) {
      .content-block.with-image .wrapper > div {
        max-width: 58%; }
        .content-block.with-image .wrapper > div.image-wrapper {
          max-width: 38%; } }
  .content-block.with-image .wrapper img {
    width: 100%; }

.content-block-no-space .wrapper {
  margin: 15px auto;
  max-width: 1080px; }

.four-col-cta .four-col-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 44px;
  flex: 1; }
  .four-col-cta .four-col-wrapper .col {
    text-align: center;
    padding: 35px 15px 35px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
    max-width: 100%; }
    .four-col-cta .four-col-wrapper .col:hover {
      box-shadow: 3px 3px 10px 1px #00000080; }
    @media screen and (-ms-high-contrast: none) {
      .four-col-cta .four-col-wrapper .col {
        align-items: inherit; }
        .four-col-cta .four-col-wrapper .col .button {
          left: 10px;
          right: 10px;
          margin: auto; } }
    .four-col-cta .four-col-wrapper .col.with-button {
      padding: 35px 15px 74px; }
      .four-col-cta .four-col-wrapper .col.with-button h3 {
        margin-bottom: 21px; }
    .four-col-cta .four-col-wrapper .col img {
      margin: 0 auto;
      display: block; }
    .four-col-cta .four-col-wrapper .col h2 {
      padding: 0 5px;
      margin: 19px 0 21px; }
    .four-col-cta .four-col-wrapper .col h3 {
      margin: 0; }
    .four-col-cta .four-col-wrapper .col .button {
      position: absolute;
      bottom: 35px;
      display: block; }
  @media (min-width: 480px) {
    .four-col-cta .four-col-wrapper .col {
      max-width: 50%; } }
  @media (min-width: 1200px) {
    .four-col-cta .four-col-wrapper {
      flex-direction: row;
      max-width: 1200px;
      flex-wrap: nowrap;
      justify-content: space-between; }
      .four-col-cta .four-col-wrapper .col {
        max-width: 24%;
        min-height: 257px; } }
.three-col-cta .three-col-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 50px;
  flex: 1; }
  .three-col-cta .three-col-wrapper .col {
    text-align: center;
    padding: 35px 15px 25px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
    max-width: 100%; }
    .three-col-cta .three-col-wrapper .col:hover {
      box-shadow: 3px 3px 10px 1px #00000080; }
    @media screen and (-ms-high-contrast: none) {
      .three-col-cta .three-col-wrapper .col {
        align-items: inherit; }
        .three-col-cta .three-col-wrapper .col .button {
          left: 10px;
          right: 10px;
          margin: auto; } }
    .three-col-cta .three-col-wrapper .col.with-button {
      padding: 35px 15px 74px; }
      .three-col-cta .three-col-wrapper .col.with-button h3 {
        margin-bottom: 21px; }
    .three-col-cta .three-col-wrapper .col img {
      margin: 0 auto;
      display: block; }
    .three-col-cta .three-col-wrapper .col h2 {
      padding: 0 5px;
      margin: 19px 0 21px; }
    .three-col-cta .three-col-wrapper .col h3 {
      margin: 0; }
    .three-col-cta .three-col-wrapper .col .button {
      position: absolute;
      bottom: 35px;
      display: block; }
  @media (min-width: 480px) {
    .three-col-cta .three-col-wrapper .col {
      max-width: 50%; } }
  @media (min-width: 1200px) {
    .three-col-cta .three-col-wrapper {
      flex-direction: row;
      max-width: 1200px;
      flex-wrap: nowrap; }
      .three-col-cta .three-col-wrapper .col {
        max-width: 32%;
        min-height: 257px; } }
.five-col-cta .five-col-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0px;
  flex: 1;
  justify-content: space-around; }

.five-col-cta .five-col-wrapper .col {
  text-align: center;
  padding: 0px 10px 25px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%; }

@media screen and (-ms-high-contrast: none) {
  .five-col-cta .five-col-wrapper .col {
    align-items: inherit; }
  .five-col-cta .five-col-wrapper .col .button {
    left: 10px;
    right: 10px;
    margin: auto; } }

.five-col-cta .five-col-wrapper .col.with-button {
  padding: 10px 15px 95px; }

.five-col-cta .five-col-wrapper .col.with-button h3 {
  margin-bottom: 11px; }

.five-col-cta .five-col-wrapper .col img {
  margin: 0 auto;
  display: block; }

.five-col-cta .five-col-wrapper .col h2 {
  padding: 0 2x;
  margin: 20px 0 5px;
  font-size: 20px; }

.five-col-cta .five-col-wrapper .col h3 {
  margin: 0px;
  font-size: 18px; }

.five-col-cta .five-col-wrapper .col .button {
  position: absolute;
  bottom: 35px;
  display: block; }

@media (min-width: 480px) {
  .five-col-cta .five-col-wrapper .col {
    max-width: 50%; } }

@media (min-width: 1200px) {
  .five-col-cta .five-col-wrapper {
    flex-direction: row;
    max-width: 1200px;
    flex-wrap: nowrap;
    justify-content: space-between; }
  .five-col-cta .five-col-wrapper .col {
    max-width: 33%;
    min-height: 257px; } }

.grid-cta {
  padding: 75px 0; }
  .grid-cta h4 {
    text-align: center;
    border-bottom: 3px solid #4E4E4E;
    margin-top: 0;
    margin-bottom: 18px; }
  .grid-cta .cta-wrapper {
    display: flex;
    flex-wrap: wrap; }
  .grid-cta .cta {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
    margin: 5px;
    position: relative;
    overflow: hidden; }
    .grid-cta .cta img {
      width: 100%;
      display: block;
      visibility: hidden; }
    .grid-cta .cta h3 {
      color: white;
      margin: 0;
      text-align: center;
      width: 100%;
      padding: 16px 5px; }
      .grid-cta .cta h3 a {
        color: inherit;
        font-size: inherit;
        text-decoration: none;
        padding: 16px 5px;
        line-height: normal; }
    .grid-cta .cta:hover > .hover-panel {
      opacity: 1; }
  .grid-cta .image-wrapper {
    background-size: cover;
    background-position: center;
    height: 100%; }
  .grid-cta .cta-title {
    min-height: 55px;
    display: flex;
    align-items: center; }
    .grid-cta .cta-title.light-blue {
      background-color: #007CBA; }
    .grid-cta .cta-title.green {
      background-color: #36662B; }
    .grid-cta .cta-title.dark-blue {
      background-color: #144259; }
    .grid-cta .cta-title.teal {
      background-color: #009B74; }
  .grid-cta .quarter,
  .grid-cta .quarter-short,
  .grid-cta .stacked,
  .grid-cta .half {
    max-width: calc(50% - 10px); }
  .grid-cta .stacked .cta-title {
    position: relative;
    height: 50%; }
    .grid-cta .stacked .cta-title:first-of-type {
      margin-bottom: 10px; }
    .grid-cta .stacked .cta-title:hover > .hover-panel {
      opacity: 1; }
    .grid-cta .stacked .cta-title .hover-panel {
      display: flex;
      align-items: center;
      justify-content: center; }
      .grid-cta .stacked .cta-title .hover-panel p {
        width: 100%; }
        .grid-cta .stacked .cta-title .hover-panel p:last-of-type {
          position: relative;
          bottom: auto;
          left: auto;
          right: auto; }
          .grid-cta .stacked .cta-title .hover-panel p:last-of-type:after {
            top: 0px;
            bottom: 0px;
            margin: auto;
            right: 10px; }
      @media (min-width: 701px) {
        .grid-cta .stacked .cta-title .hover-panel {
          display: block; }
          .grid-cta .stacked .cta-title .hover-panel p {
            width: auto; }
            .grid-cta .stacked .cta-title .hover-panel p:last-of-type {
              position: absolute;
              bottom: 31px;
              left: 0;
              right: 0; } }
  .grid-cta .quarter-short .cta-title {
    min-height: 115px;
    height: 100%;
    position: relative; }
    .grid-cta .quarter-short .cta-title.no-title {
      min-height: auto; }
      .grid-cta .quarter-short .cta-title.no-title + .hover-panel {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .grid-cta .quarter-short .cta-title.no-title + .hover-panel p:last-of-type {
          top: auto;
          bottom: auto; }
          @media (max-width: 700px) {
            .grid-cta .quarter-short .cta-title.no-title + .hover-panel p:last-of-type {
              width: 100%; } }
          .grid-cta .quarter-short .cta-title.no-title + .hover-panel p:last-of-type:after {
            top: 0;
            bottom: 0;
            margin: auto; }
  .grid-cta .quarter-short .hover-panel p:last-of-type {
    position: relative;
    bottom: auto; }
  .grid-cta .quarter-short .hover-panel p.title {
    font-size: 18px; }
  .grid-cta .hover-panel {
    opacity: 0;
    transition: opacity 300ms ease;
    height: 100%;
    width: 100%;
    color: white;
    position: absolute;
    top: 0; }
    .grid-cta .hover-panel > * {
      color: white; }
    .grid-cta .hover-panel.light-blue {
      background-color: #036698; }
      .grid-cta .hover-panel.light-blue p:last-of-type:after {
        background-color: #007CBA; }
    .grid-cta .hover-panel.green {
      background-color: #36662B; }
      .grid-cta .hover-panel.green p:last-of-type:after {
        background-color: #4D8B40; }
    .grid-cta .hover-panel.dark-blue {
      background-color: #144259; }
      .grid-cta .hover-panel.dark-blue p:last-of-type:after {
        background-color: #007CBA; }
    .grid-cta .hover-panel.teal {
      background-color: #009B74; }
      .grid-cta .hover-panel.teal p:last-of-type:after {
        background-color: #01795B; }
    .grid-cta .hover-panel .link-cover {
      display: block;
      position: absolute;
      z-index: 3;
      width: 100%;
      height: 100%; }
    .grid-cta .hover-panel p {
      margin: 0;
      padding: 0 20px;
      font-size: 16px;
      line-height: 23px; }
      .grid-cta .hover-panel p.title {
        font-size: 20px;
        line-height: 25px;
        font-weight: 700;
        margin: 25px 0 17px; }
      .grid-cta .hover-panel p:last-of-type {
        position: absolute;
        bottom: 31px;
        left: 0;
        right: 0;
        width: auto;
        max-width: 100%;
        padding-right: 49px; }
        .grid-cta .hover-panel p:last-of-type:after {
          content: "";
          width: 16px;
          height: 16px;
          background-image: url("https://7337473.fs1.hubspotusercontent-na1.net/hubfs/7337473/Website%20Files/arrow-right-white.png");
          background-position: center;
          background-repeat: no-repeat;
          background-size: 16px;
          display: inline-block;
          position: absolute;
          border-radius: 50%;
          padding: 10px;
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
          right: 10px;
          top: 0;
          bottom: 0;
          margin: auto;
          margin-left: 20px; }
        @media (min-width: 701px) {
          .grid-cta .hover-panel p:last-of-type:last-of-type:after {
            width: 26px;
            height: 26px;
            background-size: 26px; } }
      .grid-cta .hover-panel p a {
        text-decoration: none;
        font-size: 17px; }
  @media (max-width: 700px) {
    .grid-cta .quarter,
    .grid-cta .half {
      max-width: 100%;
      height: 350px; }
      .grid-cta .quarter .cta-title,
      .grid-cta .half .cta-title {
        position: absolute;
        width: 100%;
        bottom: 0; }
    .grid-cta .quarter-short {
      max-width: 100%; }
    .grid-cta .stacked {
      max-width: 100%;
      max-height: 350px; } }
  @media (min-width: 1020px) {
    .grid-cta .section-wrapper {
      max-width: 1070px; }
    .grid-cta .cta.quarter {
      max-width: calc(25% - 10px); }
    .grid-cta .cta.quarter-short {
      max-width: calc(25% - 10px);
      height: auto;
      min-height: calc(310px / 2); }
      .grid-cta .cta.quarter-short .cta-title {
        position: relative; }
      .grid-cta .cta.quarter-short .hover-panel p:last-of-type {
        position: absolute;
        bottom: 31px;
        left: 0;
        right: 0; }
    .grid-cta .cta.stacked {
      max-width: calc(25% - 10px); }
      .grid-cta .cta.stacked .cta-title {
        height: calc(310px / 2);
        position: relative; }
    .grid-cta .cta.half {
      max-width: calc(50% - 10px); }
    .grid-cta .cta {
      height: 310px; }
    .grid-cta .cta-title {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; } }
.twitter-embed {
  display: flex;
  justify-content: center; }
  @media (max-width: 931px) {
    .twitter-embed {
      margin-top: 40px; } }
.swiper-slide {
  display: flex;
  align-items: center;
  flex-direction: column-reverse; }
  .swiper-slide .bold {
    font-weight: 700; }
  .swiper-slide .blue {
    color: #144259; }
  .swiper-slide .content-wrap {
    margin-left: 20px; }
  .swiper-slide span:first-of-type {
    display: block;
    font-size: 32px; }
    @media (min-width: 767px) {
      .swiper-slide span:first-of-type {
        font-size: 48px; } }
  .swiper-slide span {
    font-size: 24px;
    font-family: "Roboto", san-serif; }
    @media (min-width: 767px) {
      .swiper-slide span {
        font-size: 32px; } }
  @media (min-width: 550px) {
    .swiper-slide {
      flex-direction: row; } }
  @media (min-width: 933px) {
    .swiper-slide img {
      margin: 0 auto; } }
.swiper-wrapper {
  padding-bottom: 20px; }

.swiper-pagination {
  bottom: 0 !important; }

.swiper-pagination-bullet {
  width: 14px;
  height: 14px; }

.swiper-pagination-bullet-active {
  background: #144259; }

.green-bar {
  background-color: #009B74;
  max-width: 100%;
  width: 100%;
  min-height: 75px;
  height: 1px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box; }
  .green-bar h2 {
    color: white;
    text-align: center;
    margin: 0;
    max-width: 1080px;
    padding: 20px 30px; }

.column-content {
  border-top: 0px solid #A1A1A5; }
  .column-content .column-content-wrapper {
    max-width: 1080px;
    margin: 50px auto; }
  .column-content h4 {
    color: #007CBA;
    margin-top: 0; }
  .column-color h4 {
    color: black;
    margin: 10px;
    padding-top: 10px;
    text-align: center;
}
  .column-content .column-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .column-content .column-wrapper .column {
      width: 100%;
      max-width: 100%;
      height: auto; }
      .column-content .column-wrapper .column img {
        width: 100%; }
    @media (min-width: 1040px) {
      .column-content .column-wrapper.col-2 .column {
        max-width: 48%; }
      .column-content .column-wrapper.col-3 .column {
        max-width: 30%; }
      .column-content .column-wrapper.col-4 .column {
        max-width: 25%; }
      .column-content .column-wrapper.col-5 .column {
        max-width: 18%; } }
.column-content-no-border .column-content-wrapper-no-border {
  max-width: 1080px;
  margin: 50px auto; }

.column-content-no-border h4 {
  color: #007CBA;
  margin-top: 0; }

.column-content-no-border .column-wrapper-no-border {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.column-content-no-border .column-wrapper-no-border .column {
  width: 100%;
  max-width: 100%;
  height: auto; }
.column-color {
  background-color: #EAEAEA;
}

@media (min-width: 1040px) {
  .column-content-no-border .column-wrapper-no-border.col-2 .column {
    max-width: 48%; }
  .column-content-no-border .column-wrapper-no-border.col-3 .column {
    max-width: 33%; }
  .column-content-no-border .column-wrapper-no-border.col-4 .column {
    max-width: 25%; }
  .column-content-no-border .column-wrapper-no-border.col-5 .column {
    max-width: 18%; } }

.pdf-slider {
  border-top: 2px solid #A1A1A5;
  padding: 75px 0; }
  .pdf-slider h4 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px; }
  .pdf-slider .swiper-slide {
    flex-direction: column; }
    .pdf-slider .swiper-slide img {
      max-width: 138px;
      width: 100%;
      height: auto; }
    .pdf-slider .swiper-slide h2 {
      color: #4D8B40; }
  .pdf-slider .swiper-button-next,
  .pdf-slider .swiper-button-prev {
    color: #DAD7CB;
    top: calc(50% - 22px); }

.video-thumb-links {
  margin-bottom: 25px; }
  @media (min-width: 840px) {
    .video-thumb-links {
      margin-bottom: 75px; } }
  .video-thumb-links .wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    flex-wrap: wrap; }
  .video-thumb-links .video {
    max-width: 100%;
    width: 100%;
    margin-bottom: 50px; }
    @media (min-width: 840px) {
      .video-thumb-links .video {
        max-width: 385px;
        margin-bottom: 0; } }
  .video-thumb-links img {
    width: 100%;
    display: block; }
  .video-thumb-links .video-subhead {
    font-size: 17px;
    line-height: 30px;
    color: #007CBA;
    text-align: center;
    margin-top: 16px; }
  .video-thumb-links .video-thumb {
    position: relative;
    cursor: pointer; }
    .video-thumb-links .video-thumb:after {
      content: "";
      display: block;
      position: absolute;
      top: 35%;
      left: 40%;
      width: 78px;
      height: 78px;
      background-image: url("https://7337473.fs1.hubspotusercontent-na1.net/hubfs/7337473/Website%20Files/play-button.png");
      background-position: center;
      background-size: 78px;
      background-repeat: no-repeat; }
    .video-thumb-links .video-thumb img {
      display: block; }
  .video-thumb-links div.image-link a {
    display: block;
    position: relative;
    z-index: 2; }
    .video-thumb-links div.image-link a:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url("https://7337473.fs1.hubspotusercontent-na1.net/hubfs/7337473/Website%20Files/icon-plus.png");
      background-position: center;
      background-size: 20%;
      background-repeat: no-repeat; }

.blue-bar {
  background-color: #007CBA;
  padding: 75px 0; }
  .blue-bar .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
  .blue-bar > * {
    color: white; }

.article-callouts {
  margin: 75px 0; }
  .article-callouts .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1020px; }
  .article-callouts .article {
    width: 100%;
    margin-bottom: 75px; }
    @media (min-width: 920px) {
      .article-callouts .article {
        max-width: 420px; } }
    .article-callouts .article img {
      width: 100%; }
    .article-callouts .article h2 {
      color: #4D8B40; }

.accordion {
  margin-bottom: 43px; }

.accordion-wrapper {
  margin-bottom: 15px; }

.accordion-title {
  background: #DAD7CB;
  padding: 13px 30px;
  position: relative; }
  .accordion-title h4 {
    margin: 0;
    padding-right: 30px; }
    @media (min-width: 767px) {
      .accordion-title h4 {
        padding-right: 40px; } }
  .accordion-title:after {
    content: "";
    width: 30px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 28px;
    top: 0;
    background: url("https://7337473.fs1.hubspotusercontent-na1.net/hubfs/7337473/Website%20Files/down-arrow.png") no-repeat center;
    background-size: 100%; }
    @media (min-width: 767px) {
      .accordion-title:after {
        width: 40px; } }
  .accordion-title.open:after {
    transform: rotate(180deg); }

.accordion-content {
  display: none;
  margin: 18px 30px 0; }
  .accordion-content > *:first-child,
  .accordion-content > div:first-child > :first-child {
    margin-top: 0; }
  .accordion-content img {
    width: 100%; }
  .accordion-content ul, .accordion-content ol {
    margin-top: 0; }
  .accordion-content hr {
    margin: 16px 0; }
  @media (min-width: 767px) {
    .accordion-content {
      margin: 34px 60px 0; } }
  .accordion-content p:first-of-type {
    margin-top: 0; }
  @media (max-width: 600px) {
    .accordion-content img {
      width: 100% !important;
      float: none; } }


.home-page h1 {
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  margin: 0; }
  @media (min-width: 787px) {
    .home-page h1 {
      font-size: 35px; } }
  @media (min-width: 1000px) {
    .home-page h1 {
      font-size: 45px; } }
.home-page .four-col-cta .four-col-wrapper .col img {
  max-height: 71px;
  width: auto; }

.home-page .two-col-group {
  max-width: 932px;
  width: 100%;
  margin: 50px auto 60px !important;
  float: none; }
  .home-page .two-col-group .row-fluid {
    display: flex;
    align-items: center;
    flex-direction: column; }
    .home-page .two-col-group .row-fluid .slider,
    .home-page .two-col-group .row-fluid .twitter {
      width: 100%;
      margin: 0;
      padding: 0 30px; }
    .home-page .two-col-group .row-fluid .swiper-slide {
      justify-content: center; }
  @media (min-width: 932px) {
    .home-page .two-col-group .row-fluid {
      flex-direction: row; }
      .home-page .two-col-group .row-fluid .slider,
      .home-page .two-col-group .row-fluid .twitter {
        width: 48%;
        padding: 0; }
      .home-page .two-col-group .row-fluid .swiper-slide {
        justify-content: normal; } }
.home-page .content-block > .wrapper {
  max-width: 1010px;
  margin: 60px auto; }

.home-page .grid-cta {
  background-color: #DAD7CB; }

.home-page .hero-section {
  height: calc(100vh - 311px); }
  @media (min-width: 768px) {
    .home-page .hero-section {
      background-image: none !important; } }
.default-template h1 {
  margin: 15px 0; }

.default-template .four-col-wrapper {
  padding-bottom: 0px; }
  @media (min-width: 1080px) {
    .default-template .four-col-wrapper {
      max-width: 1080px; } }
  .default-template .four-col-wrapper .col h3 {
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 0; }

.default-template .body-container .hbspt-form {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  display: block; }
  .default-template .body-container .hbspt-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .default-template .body-container .hbspt-form form > div {
      max-width: 100%;
      width: 100%;
      margin-bottom: 15px; }
      .default-template .body-container .hbspt-form form > div:not(.field), .default-template .body-container .hbspt-form form > div.hs-fieldtype-booleancheckbox {
        max-width: 100%; }
      @media (min-width: 767px) {
        .default-template .body-container .hbspt-form form > div {
          max-width: 48%; } }
      .default-template .body-container .hbspt-form form > div > label {
        position: relative;
        margin-top: 5px;
        display: inline-block; }
    .default-template .body-container .hbspt-form form ul.inputs-list {
      list-style-type: none;
      padding-left: 0; }
  .default-template .body-container .hbspt-form input[type=text],
  .default-template .body-container .hbspt-form input[type=number],
  .default-template .body-container .hbspt-form input[type=tel],
  .default-template .body-container .hbspt-form input[type=email],
  .default-template .body-container .hbspt-form textarea.hs-input {
    -webkit-appearance: none;
    border: 1px solid #4E4E4E;
    border-radius: 0px;
    font-family: "Roboto", san-serif;
    padding: 10px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box; }
    @media (min-width: 767px) {
      .default-template .body-container .hbspt-form input[type=text],
      .default-template .body-container .hbspt-form input[type=number],
      .default-template .body-container .hbspt-form input[type=tel],
      .default-template .body-container .hbspt-form input[type=email],
      .default-template .body-container .hbspt-form textarea.hs-input {
        max-width: 518px; } }
  .default-template .body-container .hbspt-form input[type=checkbox] {
    width: auto;
    -webkit-appearance: checkbox; }
  .default-template .body-container .hbspt-form .hs-fieldtype-booleancheckbox label span {
    padding-left: 10px; }
  .default-template .body-container .hbspt-form textarea.hs-input {
    height: 138px; }
  @media (min-width: 767px) {
    .default-template .body-container .hbspt-form .hs_recaptcha.hs-recaptcha {
      margin-top: 24px; } }
  .default-template .body-container .hbspt-form .hs-form-required {
    display: inline-block;
    vertical-align: super;
    line-height: 0px; }
  .default-template .body-container .hbspt-form .hs-error-msgs {
    padding-left: 4px;
    margin-top: 0px;
    list-style-type: none;
    margin-bottom: 0; color: #D0112B !important;}
    .default-template .body-container .hbspt-form .hs-error-msgs label {
      font-size: 13px;
      color: #D0112B !important;}
  .default-template .body-container .hbspt-form input[type=submit] {
    font-size: 16px;
    font-weight: 700;
    line-height: 35px;
    padding: 4px 38px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    background: #009B74;
    border: 2px solid #009B74;
    border-radius: 0px;
    font-family: "Roboto", san-serif; }
    .default-template .body-container .hbspt-form input[type=submit]:hover {
      background: white;
      color: #009B74; }
    @media (min-width: 767px) {
      .default-template .body-container .hbspt-form input[type=submit] {
        font-size: 18px; } }
.hs-search-field {
  max-width: 665px;
  width: 100%;
  margin: 100px auto;
  padding: 0 20px; }
  .hs-search-field .hs-search-field__input {
    box-sizing: border-box;
    font-family: "Roboto", san-serif;
    font-size: 18px;
    font-style: italic;
    color: #4E4E4E;
    padding: 9px 12px 10px;
    border: 1px solid #4D8B40;
    border-left: 19px solid #4D8B40;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    /*width: calc(100% - 65px);*/
    border-right: 1px solid white; }
    .hs-search-field .hs-search-field__input::-webkit-input-placeholder {
      font-family: "Roboto", san-serif;
      font-size: 18px;
      font-weight: 300;
      font-style: italic;
      color: #A1A1A5;
      letter-spacing: 1px; }
    .hs-search-field .hs-search-field__input::-moz-placeholder {
      font-family: "Roboto", san-serif;
      font-size: 18px;
      font-weight: 300;
      font-style: italic;
      color: #A1A1A5;
      letter-spacing: 1px; }
    .hs-search-field .hs-search-field__input:-ms-input-placeholder {
      font-family: "Roboto", san-serif;
      font-size: 18px;
      font-weight: 300;
      font-style: italic;
      color: #A1A1A5;
      letter-spacing: 1px; }
    .hs-search-field .hs-search-field__input::-ms-input-placeholder {
      font-family: "Roboto", san-serif;
      font-size: 18px;
      font-weight: 300;
      font-style: italic;
      color: #A1A1A5;
      letter-spacing: 1px; }
    .hs-search-field .hs-search-field__input::placeholder {
      font-family: "Roboto", san-serif;
      font-size: 18px;
      font-weight: 300;
      font-style: italic;
      color: #A1A1A5;
      letter-spacing: 1px; }
  .hs-search-field button {
    background: url("https://7337473.fs1.hubspotusercontent-na1.net/hubfs/7337473/Website%20Files/green-arrow.png") white no-repeat center;
    background-size: 25px;
    width: 65px;
    border: none;
    height: 41px;
    -webkit-appearance: none;
    border-radius: 0;
    position: absolute;
    right: 0;
    border: 1px solid #4D8B40;
    border-left: 0;
    top: 0; }
    .hs-search-field button span {
      display: none; }
  .hs-search-field .hs-search-field__suggestions {
    padding: 5px;
    border-top: 0; }
    .hs-search-field .hs-search-field__suggestions a {
      text-decoration: none;
      font-weight: 500; }
      .hs-search-field .hs-search-field__suggestions a:hover {
        background-color: rgba(0, 124, 186, 0.3); }

.hs-search-results {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px; }

.blog-wrapper {
  max-width: 1200px;
  margin: 30px auto !important;
  float: none !important;
  padding: 0 30px; }
  @media (min-width: 767px) {
    .blog-wrapper {
      margin: 75px auto !important; } }
  .blog-wrapper .blog {
    max-width: 100%;
    width: 100%; }
    @media (min-width: 1020px) {
      .blog-wrapper .blog {
        max-width: 66%; } }
    .blog-wrapper .blog h1 {
      margin: 0; }
    .blog-wrapper .blog h2 {
      color: #007CBA; }
      .blog-wrapper .blog h2 a {
        text-decoration: none; }
    .blog-wrapper .blog h6 a {
      text-decoration: none; }
      .blog-wrapper .blog h6 a:before {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #A1A1A5;
        border-left: 2px solid #A1A1A5;
        transform: rotate(-45deg);
        margin-right: 10px; }
    .blog-wrapper .blog .post-item {
      margin-bottom: 40px; }
    .blog-wrapper .blog .post-header h2 {
      margin: 0; }
    .blog-wrapper .blog .post-body * > :first-child {
      margin-top: 0; }
    .blog-wrapper .blog .post-listing-simple .post-item {
      margin-bottom: 20px; }
    .blog-wrapper .blog #hubspot-topic_data {
      font-size: 16px; }
    .blog-wrapper .blog .blog-pagination {
      display: flex;
      justify-content: space-between;
      font-size: 16px;
      text-transform: uppercase; }
      .blog-wrapper .blog .blog-pagination a {
        text-decoration: none; }
        .blog-wrapper .blog .blog-pagination a.previous-posts-link:before {
          content: "";
          display: inline-block;
          width: 10px;
          height: 10px;
          border-top: 2px solid #007CBA;
          border-left: 2px solid #007CBA;
          transform: rotate(-45deg);
          margin-right: 10px; }
        .blog-wrapper .blog .blog-pagination a.next-posts-link:after {
          content: "";
          display: inline-block;
          width: 10px;
          height: 10px;
          border-top: 2px solid #007CBA;
          border-right: 2px solid #007CBA;
          transform: rotate(45deg);
          margin-left: 10px; 
          margin-bottom: 50px; }
  .blog-wrapper .sidebar {
    max-width: 100%;
    width: 100%;
    padding-top: 30px; }
    @media (min-width: 1020px) {
      .blog-wrapper .sidebar {
        max-width: 30%;
        padding-top: 0; } }
    @media (max-width: 1019px) {
      .blog-wrapper .sidebar {
        float: none;
        margin-left: 0;
        clear: both; } }
    .blog-wrapper .sidebar h3 {
      margin: 0;
      color: #144259; }
    .blog-wrapper .sidebar ul {
      list-style-type: none;
      padding-left: 20px; }
    .blog-wrapper .sidebar > div {
      margin-bottom: 20px; }
    .blog-wrapper .sidebar form > div {
      max-width: 100%;
      width: 100%;
      margin-bottom: 15px; }
      .blog-wrapper .sidebar form > div > label {
        position: relative;
        margin-top: 5px;
        display: inline-block; }
    .blog-wrapper .sidebar input.hs-input,
    .blog-wrapper .sidebar textarea.hs-input {
      -webkit-appearance: none;
      border: 1px solid #4E4E4E;
      font-family: "Roboto", san-serif;
      padding: 10px;
      max-width: 100%;
      width: 100%;
      box-sizing: border-box; }
    .blog-wrapper .sidebar textarea.hs-input {
      height: 138px; }
    .blog-wrapper .sidebar .hs-form-required {
      position: absolute;
      top: -6px; }
    .blog-wrapper .sidebar .hs-error-msgs {
      padding-left: 4px;
      margin-top: 4px;
      list-style-type: none;
      margin-bottom: 0; }
      .blog-wrapper .sidebar .hs-error-msgs label {
        font-size: 13px;
        color: #D0112B; }
    .blog-wrapper .sidebar input[type=submit] {
      font-size: 16px;
      font-weight: 700;
      line-height: 35px;
      padding: 6px 40px;
      text-transform: uppercase;
      text-decoration: none;
      color: white;
      background: #009B74;
      border: 0;
      font-family: "Roboto", san-serif; }
      @media (min-width: 767px) {
        .blog-wrapper .sidebar input[type=submit] {
          font-size: 18px; } }
.hs_cos_wrapper_type_social_sharing {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 10px 0; }
  .hs_cos_wrapper_type_social_sharing a {
    display: flex;
    margin-right: 10px; }
  .hs_cos_wrapper_type_social_sharing img {
    height: auto;
    align-self: center; }

.hs-blog-listing .blog-post-wrapper img {
  width: 100%; }

@media (max-width: 766px) {
  .hs-blog-listing .blog-post-wrapper img {
    float: none !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important; }
  .hs-search-field {
    max-width: fit-content !important;}
}

.grid-cta .cta.stacked .cta-title h3 {
  padding-inline: 10px;
}

@media (min-width: 700px) and (max-width: 1019px) {
  .grid-cta .cta.stacked {
    min-height: 175px;
  }
}