/* Replaced TypeKit custom fonts CSS @import with _fonts.css file Dec 2021 
 * Original @import URL located in the _fonts.css file */

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

html {
  scroll-behavior: smooth;
}
/*! 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;
}

/* Responsive Grid
Modified to use flex */
/* BP EDITS changed 768 media queries to 769 */
.row-fluid-wrapper,
.row-fluid {
  width: 100%;
  *zoom: 1;
}

.pad-top {
  padding-top: 2rem;
}

.pad-bot {
  padding-bottom: 3rem;
}

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

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

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

.row-fluid [class*="span"] {
  display: flex;
  float: none;
  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;
}

@media (min-width: 769px) {
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
}

@media (max-width: 769px) {
  .row-fluid [class*="span"] {
    margin-left: 0 !important;
  }
}

.row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}


/* Allowing dnd section to set valign */

.dnd-section>.row-fluid {
  align-items: unset;
}

.row-fluid.align-start {
  align-items: flex-start;
}

.row-fluid.align-end {
  align-items: flex-end;
}

.row-fluid.flex-end,
.row-fluid.justify-end {
  justify-content: flex-end;
}

.row-fluid.flex-start,
.row-fluid.justify-start {
  justify-content: flex-start;
}

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.span,
.no-gutters>[class*="span"] {
  padding-right: 0;
  padding-left: 0;
}

.row-fluid .span,
.row-fluid .span1,
.row-fluid .span10,
.row-fluid .span11,
.row-fluid .span12,
.row-fluid .span2,
.row-fluid .span3,
.row-fluid .span4,
.row-fluid .span5,
.row-fluid .span6,
.row-fluid .span7,
.row-fluid .span8,
.row-fluid .span9,
.row-fluid .span-auto,
.row-fluid .span-lg,
.row-fluid .span-lg-1,
.row-fluid .span-lg-10,
.row-fluid .span-lg-11,
.row-fluid .span-lg-12,
.row-fluid .span-lg-2,
.row-fluid .span-lg-3,
.row-fluid .span-lg-4,
.row-fluid .span-lg-5,
.row-fluid .span-lg-6,
.row-fluid .span-lg-7,
.row-fluid .span-lg-8,
.row-fluid .span-lg-9,
.row-fluid .span-lg-auto,
.row-fluid .span-md,
.row-fluid .span-md-1,
.row-fluid .span-md-10,
.row-fluid .span-md-11,
.row-fluid .span-md-12,
.row-fluid .span-md-2,
.row-fluid .span-md-3,
.row-fluid .span-md-4,
.row-fluid .span-md-5,
.row-fluid .span-md-6,
.row-fluid .span-md-7,
.row-fluid .span-md-8,
.row-fluid .span-md-9,
.row-fluid .span-md-auto,
.row-fluid .span-sm,
.row-fluid .span-sm-1,
.row-fluid .span-sm-10,
.row-fluid .span-sm-11,
.row-fluid .span-sm-12,
.row-fluid .span-sm-2,
.row-fluid .span-sm-3,
.row-fluid .span-sm-4,
.row-fluid .span-sm-5,
.row-fluid .span-sm-6,
.row-fluid .span-sm-7,
.row-fluid .span-sm-8,
.row-fluid .span-sm-9,
.row-fluid .span-sm-auto,
.row-fluid .span-xl,
.row-fluid .span-xl-1,
.row-fluid .span-xl-10,
.row-fluid .span-xl-11,
.row-fluid .span-xl-12,
.row-fluid .span-xl-2,
.row-fluid .span-xl-3,
.row-fluid .span-xl-4,
.row-fluid .span-xl-5,
.row-fluid .span-xl-6,
.row-fluid .span-xl-7,
.row-fluid .span-xl-8,
.row-fluid .span-xl-9,
.row-fluid .span-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.row-fluid .span {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-fluid .span-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 769px) {
  .row-fluid [class*="span"] {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 14.311449393638298%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

.row-fluid .span-sm {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-fluid .span-sm-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.row-fluid .span-sm-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.row-fluid .span-sm-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.311449393638298%;
  flex: 0 0 14.311449393638298%;
  max-width: 14.311449393638298%;
}

.row-fluid .span-sm-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-fluid .span-sm-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-fluid .span-sm-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.row-fluid .span-sm-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-fluid .span-sm-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.row-fluid .span-sm-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.row-fluid .span-sm-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.row-fluid .span-sm-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.row-fluid .span-sm-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.row-fluid .span-sm-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-sm-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-sm-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-sm-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-sm-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-sm-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-sm-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-sm-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-sm-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-sm-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-sm-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-sm-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-sm-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-sm-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-sm-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-sm-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-sm-0 {
  margin-left: 0;
}

.offset-sm-1 {
  margin-left: 8.333333%;
}

.offset-sm-2 {
  margin-left: 14.311449393638298%;
}

.offset-sm-3 {
  margin-left: 25%;
}

.offset-sm-4 {
  margin-left: 33.333333%;
}

.offset-sm-5 {
  margin-left: 41.666667%;
}

.offset-sm-6 {
  margin-left: 50%;
}

.offset-sm-7 {
  margin-left: 58.333333%;
}

.offset-sm-8 {
  margin-left: 66.666667%;
}

.offset-sm-9 {
  margin-left: 75%;
}

.offset-sm-10 {
  margin-left: 83.333333%;
}

.offset-sm-11 {
  margin-left: 91.666667%;
}


}
@media (min-width: 769px) {
  .row-fluid .span-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  
  .row-fluid .span-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  
  .row-fluid .span-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  
  .row-fluid .span-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.311449393638298%;
    flex: 0 0 14.311449393638298%;
    max-width: 14.311449393638298%;
  }
  
  .row-fluid .span-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .row-fluid .span-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  .row-fluid .span-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  
  .row-fluid .span-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .row-fluid .span-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  
  .row-fluid .span-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  
  .row-fluid .span-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  
  .row-fluid .span-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  
  .row-fluid .span-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  
  .row-fluid .span-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  
  .offset-md-0 {
    margin-left: 0;
  }
  
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  
  .offset-md-2 {
    margin-left: 14.311449393638298%;
  }
  
  .offset-md-3 {
    margin-left: 25%;
  }
  
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  
  .offset-md-6 {
    margin-left: 50%;
  }
  
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  
  .offset-md-9 {
    margin-left: 75%;
  }
  
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .row-fluid .span-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  
  .row-fluid .span-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  
  .row-fluid .span-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  
  .row-fluid .span-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.311449393638298%;
    flex: 0 0 14.311449393638298%;
    max-width: 14.311449393638298%;
  }
  
  .row-fluid .span-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .row-fluid .span-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  .row-fluid .span-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  
  .row-fluid .span-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .row-fluid .span-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  
  .row-fluid .span-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  
  .row-fluid .span-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  
  .row-fluid .span-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  
  .row-fluid .span-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  
  .row-fluid .span-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  
  .offset-lg-0 {
    margin-left: 0;
  }
  
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  
  .offset-lg-2 {
    margin-left: 14.311449393638298%;
  }
  
  .offset-lg-3 {
    margin-left: 25%;
  }
  
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  
  .offset-lg-6 {
    margin-left: 50%;
  }
  
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  
  .offset-lg-9 {
    margin-left: 75%;
  }
  
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .row-fluid .span-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  
  .row-fluid .span-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  
  .row-fluid .span-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  
  .row-fluid .span-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.311449393638298%;
    flex: 0 0 14.311449393638298%;
    max-width: 14.311449393638298%;
  }
  
  .row-fluid .span-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .row-fluid .span-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  .row-fluid .span-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  
  .row-fluid .span-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .row-fluid .span-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  
  .row-fluid .span-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  
  .row-fluid .span-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  
  .row-fluid .span-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  
  .row-fluid .span-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  
  .row-fluid .span-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  
  .offset-xl-0 {
    margin-left: 0;
  }
  
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  
  .offset-xl-2 {
    margin-left: 14.311449393638298%;
  }
  
  .offset-xl-3 {
    margin-left: 25%;
  }
  
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  
  .offset-xl-6 {
    margin-left: 50%;
  }
  
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  
  .offset-xl-9 {
    margin-left: 75%;
  }
  
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  
  .d-sm-inline {
    display: inline !important;
  }
  
  .d-sm-inline-block {
    display: inline-block !important;
  }
  
  .d-sm-block {
    display: block !important;
  }
  
  .d-sm-table {
    display: table !important;
  }
  
  .d-sm-table-row {
    display: table-row !important;
  }
  
  .d-sm-table-cell {
    display: table-cell !important;
  }
  
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 769px) {
  .d-md-none {
    display: none !important;
  }
  
  .d-md-inline {
    display: inline !important;
  }
  
  .d-md-inline-block {
    display: inline-block !important;
  }
  
  .d-md-block {
    display: block !important;
  }
  
  .d-md-table {
    display: table !important;
  }
  
  .d-md-table-row {
    display: table-row !important;
  }
  
  .d-md-table-cell {
    display: table-cell !important;
  }
  
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  
  .d-lg-inline {
    display: inline !important;
  }
  
  .d-lg-inline-block {
    display: inline-block !important;
  }
  
  .d-lg-block {
    display: block !important;
  }
  
  .d-lg-table {
    display: table !important;
  }
  
  .d-lg-table-row {
    display: table-row !important;
  }
  
  .d-lg-table-cell {
    display: table-cell !important;
  }
  
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  
  .d-xl-inline {
    display: inline !important;
  }
  
  .d-xl-inline-block {
    display: inline-block !important;
  }
  
  .d-xl-block {
    display: block !important;
  }
  
  .d-xl-table {
    display: table !important;
  }
  
  .d-xl-table-row {
    display: table-row !important;
  }
  
  .d-xl-table-cell {
    display: table-cell !important;
  }
  
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  
  .d-print-inline {
    display: inline !important;
  }
  
  .d-print-inline-block {
    display: inline-block !important;
  }
  
  .d-print-block {
    display: block !important;
  }
  
  .d-print-table {
    display: table !important;
  }
  
  .d-print-table-row {
    display: table-row !important;
  }
  
  .d-print-table-cell {
    display: table-cell !important;
  }
  
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* 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: 769px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }
  
  .hidden-tablet {
    display: none !important;
  }
  
  .hidden-desktop {
    display: inherit !important;
  }
  
  .visible-desktop {
    display: none !important;
  }
}
.body-container-wrapper {
  min-height: 400px;
}

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

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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

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

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

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

/*/// BP BRANCH LOCATION DND TEMPLATE ADDITIONS ///*/

.branch-container .dnd-section {
  padding: 20px;
}
.branch-dnd {
    padding-top: 60px;
  }
.branch-dnd .bbsi-header {
    padding-top: 0;
  }
.branch-dnd .bbsi-header .section-content {
    padding-top: 0;
  }
@media (min-width: 768px) {
    .branch-dnd .bbsi-header {
    padding-top: 0;
  }
}
/* @import url("https://use.typekit.net/fxy3mxl.css"); */

/*****************************************/
/* Custom fonts from Typekit 
 * Replaced the original @import above with this _fonts.css file Dec 2021  */
/*****************************************/


/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * lato:
 *   - http://typekit.com/eulas/00000000000000000001522d
 *   - http://typekit.com/eulas/000000000000000000015232
 *   - http://typekit.com/eulas/000000000000000000015231
 *   - http://typekit.com/eulas/00000000000000000001522b
 *   - http://typekit.com/eulas/00000000000000000001522c
 *   - http://typekit.com/eulas/00000000000000000001522a
 * work-sans:
 *   - http://typekit.com/eulas/00000000000000003b9b13a3
 *   - http://typekit.com/eulas/00000000000000003b9b13a4
 *   - http://typekit.com/eulas/00000000000000003b9b13a5
 *
 * © 2009-2021 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2020-11-02 17:29:26 UTC"}*/

@import url("https://p.typekit.net/p.css?s=1&k=fxy3mxl&ht=tk&f=15701.15703.15705.15707.15708.15709.37546.37547.37548&a=1169961&app=typekit&e=css");
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');

@font-face {
font-family:"lato";
src:url("https://use.typekit.net/af/bdde80/00000000000000000001522d/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/bdde80/00000000000000000001522d/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/bdde80/00000000000000000001522d/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
font-display:swap;font-style:italic;font-weight:400;
}

@font-face {
font-family:"lato";
src:url("https://use.typekit.net/af/6c7e72/000000000000000000015232/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/6c7e72/000000000000000000015232/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/6c7e72/000000000000000000015232/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
font-display:swap;font-style:italic;font-weight:700;
}

@font-face {
font-family:"lato";
src:url("https://use.typekit.net/af/220823/000000000000000000015231/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/220823/000000000000000000015231/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/220823/000000000000000000015231/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:swap;font-style:normal;font-weight:700;
}

@font-face {
font-family:"lato";
src:url("https://use.typekit.net/af/845de0/00000000000000000001522b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"),url("https://use.typekit.net/af/845de0/00000000000000000001522b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"),url("https://use.typekit.net/af/845de0/00000000000000000001522b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
font-display:swap;font-style:italic;font-weight:300;
}

@font-face {
font-family:"lato";
src:url("https://use.typekit.net/af/180254/00000000000000000001522c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/180254/00000000000000000001522c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/180254/00000000000000000001522c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:swap;font-style:normal;font-weight:400;
}

@font-face {
font-family:"lato";
src:url("https://use.typekit.net/af/a2df1e/00000000000000000001522a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/a2df1e/00000000000000000001522a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/a2df1e/00000000000000000001522a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
font-display:swap;font-style:normal;font-weight:300;
}

@font-face {
font-family:"work-sans";
src:url("https://use.typekit.net/af/b13a2b/00000000000000003b9b13a3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/b13a2b/00000000000000003b9b13a3/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/b13a2b/00000000000000003b9b13a3/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:swap;font-style:normal;font-weight:700;
}

@font-face {
font-family:"work-sans";
src:url("https://use.typekit.net/af/b6c917/00000000000000003b9b13a4/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff2"),url("https://use.typekit.net/af/b6c917/00000000000000003b9b13a4/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff"),url("https://use.typekit.net/af/b6c917/00000000000000003b9b13a4/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("opentype");
font-display:swap;font-style:normal;font-weight:800;
}

@font-face {
font-family:"work-sans";
src:url("https://use.typekit.net/af/34c485/00000000000000003b9b13a5/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"),url("https://use.typekit.net/af/34c485/00000000000000003b9b13a5/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"),url("https://use.typekit.net/af/34c485/00000000000000003b9b13a5/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
font-display:swap;font-style:normal;font-weight:900;
}

.tk-lato { font-family: "lato",sans-serif; }
.tk-work-sans { font-family: "work-sans",sans-serif; }



html {
    font-size: 18px;
  }

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

  @media (max-width: 480px) {
    html {
      font-size: 16px;
    }
  }

  body {
    color: #494A52;
    font-family: Lato, sans-serif;
    line-height: 1.4;
    word-break: break-word;
  }

  html[lang^="ja"] body,
  html[lang^="zh"] body,
  html[lang^="ko"] body {
    line-break: strict;
    word-break: break-all;
  }
  /* Paragraphs */

  p {
    font-size: 1rem;
    margin: 0 0 1rem;
  }

  strong {
    color: #002F60;
    font-weight: 700;
  }
  /* Anchors */

  a {
    color: #002F60;
    cursor: pointer;
    text-decoration: none;
  }

a:hover,
a:focus {
  color: #EB5400;
}


.effect-4 {
  color: #EB5400;
}

.effect-4:hover {
  border-bottom: 4px solid #EB5400;
}

  /* Headings */

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    color: #002F60;
    font-family: 'work-sans',
    'Lato',
    sans-serif;
    font-weight: 700;
    margin: 0 0 1.4rem;
  }

  h1,
  .h1 {
    font-size: 2.95rem;
    color: #002F60;
    background: #002F60;
    background: linear-gradient(45deg, #002F60, #00A2C5);
    background: -webkit-linear-gradient(45deg, #002F60, #00A2C5);
    background: -ms-linear-gradient(45deg, #002F60, #00A2C5);
    background: -moz-linear-gradient(45deg, #002F60, #00A2C5);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    line-height: 110%;
  }

  @media screen and (max-width: 900px) {
      h1,
      .h1 {
      -moz-text-fill-color: inherit;
      -webkit-text-fill-color: inherit;
    }
  }

  h1.title {
    margin-bottom: 0;
  }

  h2,
  .h2 {
    font-size: 1.6rem;
  }

  h3,
  .h3 {
    font-size: 1.25rem;
  }

  h4,
  .h4 {
    font-size: 1.175rem;
    font-weight: normal;
  }

  h5,
  .h5 {
    font-size: 1rem;
    margin-bottom: .5rem;
  }

  h6,
  .h6 {
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: .5rem;
  }
  /* Lists */

  ul,
  ol {
    margin: 0 0 1.5rem;
  }

  ul ul,
  ol ul,
  ul ol,
  ol ol {
    margin: 0;
  }

  ul.no-list {
    list-style: none;
  }
  /* Code blocks */

  code {
    vertical-align: bottom;
  }
  /* Blockquotes */

  blockquote {
/*     BP EDITS FOR BLOCKQUOTES */
/*     border-left: 2px solid #002F60;
    margin: 0 0 1.4rem;
    padding-left: 15px; */
/*     border:solid 1em #ccc; */
    border: solid .5rem #002f60;
    display:inline-block;
    padding:1rem;
    position:relative;
    margin:1rem 1rem 2rem;
    font-weight: 600;
}
  blockquote:before {
    background-color: #fff;
    bottom: -1rem;
    content: "";
    left: 2rem;
    position: absolute;
    right: 2rem;
    top: -1rem;
}

  blockquote > * {
    position: relative;
    z-index: 1;    
}

  blockquote p {
    margin: 1rem 0;
}

  cite {
    color:#757575;
    display: block;
    font-size:small;
    font-style: normal;
    text-align: right;
    text-transform:uppercase;
  }
  /* Horizontal rules */

  hr {
    background-color: #002F60;
    border: none;
    color: #002F60;
    height: 1px;
  }
  /* Subscripts and superscripts */

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

  sup {
    top: -0.5em;
  }

  sub {
    bottom: -0.25em;
  }
  /* Focus styles */

   :focus {
    outline: auto;
    outline-color: #EB5400;
  }

  .disable-focus-styles :focus {
    outline: none;
  }
  /* Other utilities */

  p.large {
    font-size: 1.2rem;
  }

  .color-navy {
    color: #002F60
  }

  .color-white {
    color: #fff;
  }

  .paragraph-large {
    color: #002F60;
    font-size: 1.4rem;
    line-height: 140%;
  }

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

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

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

  .text-bold {
    font-weight: bold !important;
  }

  .nowrap,
  .no-wrap {
    white-space: nowrap;
  }

  .uppercase {
    text-transform: uppercase
  }

  .bbsi-header {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }

  .bbsi-header.bbsi-header-plain-text {
  margin-bottom: 0;
  padding-bottom: 0;
  }

  .bbsi-header .row-fluid {
    display: flex;
    align-items: center;
  }

  .bbsi-header .dark h1,
  .bbsi-header .dark h2,
  .bbsi-header .dark h3,
  .bbsi-header .dark h4,
  .bbsi-header .dark h5,
  .bbsi-header .dark h6,
  .bbsi-header .dark strong,
  .bbsi-header .dark p {
    color: #fff
  }

  .bbsi-header .section-content {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }

  .bbsi-header .background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .accent {
    color: #1562b6;
  }

  @media (min-width: 768px) {
    .bbsi-header {
      padding-top: 4rem;
    }
    .bbsi-header .row-fluid [class*="span"]:first-child {
      padding-left: 0;
    }
  }

  @media (max-width: 768px) {
    .bbsi-header .section-content {
      padding-left: 0 !important;
    }
  }
button,
.button,
.hs-button{
  background-color: #002F60;
  border: 2px solid #002F60;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.95rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: .75rem 2rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

button.small,
.button-small {
  border-radius: 6px;
  font-size: 0.75rem;
  padding: .5rem 1rem;
}

/* BP ADD */
.btn-sm .hs-button {
  font-size: 0.780rem;
  padding: .650rem .875rem;
}

.outline-btn .hs-button {
  background-color: transparent;
  color: #002F60;
}

.outline-btn .hs-button:hover {
  background-color: #002F60;
  border-color: #002F60;
}

/* To Keep Img CTA's with a max-width */
a.cta_button img.hs-cta-img { max-width: 100% }

/* END BP ADD */

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

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus{
  background-color: #EB5400;
  border-color: #EB5400;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #EB5400;
  border-color: #EB5400;
  color: #FFF;
  text-decoration: none;
}

button.orange,
.button-orange,
.button-orange .hs-button {
  background-color: #EB5400;
  border-color: #EB5400;
  border-radius: 6px;
}

.primary-btn .hs-button {
  background-color: #00a2c5;
  border: 2px solid #00a2c5;
}

.primary-btn:hover .hs-button {
  background-color: transparent;
  color: #00a2c5;
}

button.orange:hover,
button.orange:focus,
.button-orange:hover,
.button-orange:focus,
.button-orange .hs-button:hover, 
.button-orange .hs-button:focus {
  background-color: transparent;
  color: #EB5400
}

button.ghost,
.button-ghost {
  background-color: transparent;
  color: #002F60
}


button.ghost:hover,
button.ghost:focus,
.button-orange:hover,
.button-orange:focus {
  background-color: transparent;
  color: #EB5400
}

button.gradient,
.button-gradient {
  background-color: unset;
  background: linear-gradient(45deg, #002F60, #00A2C5);
  color: #fff;
  border: 0;
}

button.gradient,
.button.button-gradient {
  padding: calc(.75rem - 2px)  2rem
}

button.gradient ~ button,
.button-gradient ~ .button {
  padding: calc(.75rem - 2px) calc(2rem - 2px)
}

button.gradient:hover,
button.gradient:focus,
.button-gradient:hover,
.button-gradient:focus {
  background-color: unset;
  background: linear-gradient(45deg, #002F60, #002F60);
  color: #fff
}



.button-ghost,
.phone-label {
  white-space: nowrap;
}

.phone-label,
.phone-number {
  display: inline-block;
}

.phone-number {
  width: 0px;
  height: 1em;
  overflow: hidden;
  transition: 300ms ease-in-out 800ms all;
  -webkit-transition: 300ms ease-in-out 800ms all;
  -moz-transition: 300ms ease-in-out 80ms all;
  -ms-transition: 300ms ease-in-out 800ms all;
  -o-transition: 300ms ease-in-out 800ms all;
  text-align: left;
}

.button {
  margin-bottom: .25rem;
}

.button-gradient:hover .phone-number {
  width: 142px;
  transition-delay: 0ms;
}

#return-btn {
  padding: 1.9rem 1.5rem 1.4rem;
  border: .2px solid #fff;
  background-color: #002f60;
  border-radius: 2px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 1vw;
  bottom: 1vw;
  box-shadow: 2px 2px 20px 0 rgb(0 0 0 / 13%);
}

a #return-btn {
  color: #ffffff;  
  font-weight: 900;
  font-size: 1.4rem;
  z-index: 100;
}

a #return-btn:hover {
  background-color: #fff;
  transition: .5s;
}

a:hover #return-btn:hover {
  color: #002f60;
  transition: .3s;
}

/* BP CTA Images height edit */
.hs-cta-wrapper img {
  height: auto;
}
/* Form */

form {
  font-family: Lato, sans-serif;
}

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

/* Labels */

form label {
  color: #002F60;
  display: block;
  font-size: 1rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
  font-weight: 700;
}

/* Help text - legends */

form legend {
  color: #002F60;
  font-size: 0.875rem;
  font-style: italic
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 2px solid #002F60;
  border-radius: 3px;
  color: #002F60;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100% !important;
  transition: 200ms ease-in-out all;
}

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

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

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #002F60;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.fn-date-picker td.is-today .pika-button {
  color: #002F60;
}

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

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

/* Inputs - file picker

input[type=file] {
background-color: transparent;
border: initial;
box-shadow: none;
line-height: initial;
padding: initial;
}

*/
/* Headings and text */

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

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

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 1rem !important;
}

/* Validation */

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

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

.hs-error-msg {
  color: #EB5400;
  margin-top: 0.35rem;
  font-size: .9rem;
  font-weight: normal;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #002F60;
  background: linear-gradient(-205deg, #002f60 40%, #00a2c5 100%);
  border: 0px;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
background: linear-gradient(-205deg, #EB5400 40%, #EB5400 100%);

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
background: linear-gradient(-205deg, #EB5400 40%, #EB5400 100%);

color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.actions {
    text-align: center;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
.inset {
  box-shadow: inset 0px 5px 10px 5px rgba(2, 10, 10, .025);
  background: rgba(0, 47, 96, .05);
}

.body-container-wrapper {
  margin-top: 80px;
}

/* ---------------- BP CUSTOM */
  .section-summary {
    padding: 2.25rem;
    position: relative;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-flow: wrap;
    border: 8px solid #eb5400;
    align-items: center;
  }

  .section-summary.section-summary-reversed {
    flex-direction: row-reverse;
  }
  
  .section-summary #text-section {
/*     margin-top: 1.8%;  */
  }
  
  #text-section .button {
    margin-top: 1%;
    white-space: normal;
  }

  .section-summary h2 {
    font-size: 1.95rem;
  }

  .section-summary p {
    color: #002f60;
/*     font-size: 1.3rem; */
  }

  .section-summary.two-border {
    padding: 1rem;
    border: 2px solid #eb5400;
  }

  .section-summary.two-border:hover {
    transition: 300ms ease-in-out all; 
    border: 2px solid #002f60;
  }
  
  .section-summary #text-section {
    flex: 0 0 60%;  
  }
  
  .section-summary #image-section {
    flex: 0 0 40%;
    display: flex;
    align-items: center;
    justify-content: center;  
  }

  .small-section-summary {
    padding: .5rem;
    position: relative;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-flow: wrap;
    border: 2px solid #002f60;
    align-items: center;
    min-height: 10rem;
  }

  .small-section-summary:hover {
    border: 2px solid #eb5400;
  }

  .small-section-summary a:hover {
    color: #eb5400 !important;
    transition: 300ms ease-in-out all; 
  }

  .small-section-summary:hover a strong {
    color: #eb5400 !important;
    transition: 300ms ease-in-out all; 
  }
  
  .small-section-summary h5 {
    margin-bottom:0.4rem;
  }

  .small-section-summary p {
    font-size: .7rem;
    margin-bottom:0;
  }

/*   .small-section-summary a h5:hover,
  .small-section-summary a p:hover,
  .small-section-summary a p strong:hover {
    color: #eb5400;
    transition: 300ms ease-in-out all;   
  } */
  
  .small-section-summary #text-section {
    flex: 0 0 75%;  
  }
  
  .small-section-summary #image-section {
    flex: 0 0 20%;
    display: flex;
    align-items: center;
    justify-content: center;  
  }
  
  /* CTA ONE SECTION BP ADD */
  .section-summary.cta-one {
    padding: 0;
    border: none;
    margin: 2rem 0;
  }
  
  .section-summary.cta-one #text-section {
    padding: 0;
    flex: auto;
  }
  
   .section-summary.cta-one #image-section {
    flex: auto;
  }
  
  .section-summary.cta-one h2 {
   margin-bottom: 0; 
  }

  .section-summary.cta-one .button {
  margin-bottom: 0; 
  padding-right: 5.5rem;
  padding-left: 5.5rem;
  }

  .section-summary-vrt {
    padding: 2.25rem;
    position: relative;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    border: 8px solid #eb5400;
    align-items: center;
  }

  .section-summary-vrt h2 {
    font-size: 1.4rem;
  }

  @media only screen and (min-width: 900px) {
    .section-summary-vrt {
    min-height: 794px;
    }
  }
    
  @media only screen and (max-width: 861px) {
    
    .section-summary #text-section,
    .small-section-summary #text-section {
      flex: 0 0 100%;  
      width: 100%;
    }

    .section-summary #image-section {
      flex: 0 0 100%;
      width: 100%;
    }
    .small-section-summary #image-section {
      flex: 0 0 50%;
      width: 100%;
    }
    
    .section-summary.cta-one {
      text-align: center;
    }
    
    .section-summary.cta-one #text-section {
      margin-bottom: 1.5rem;
    }
    
  }



.section-levels {
  border: 2px solid #002f60;
  display: flex;
  
/*   min-height: 680px; */
}

.section-levels .level-info {
  flex: 0 0 25%;
  max-width: 25%;
  border-right: 0.5px solid #002f60;
  border-left: 0.5px solid #002f60;
}

.section-levels h3 {
  color: #fff;
  margin: 0;
  padding: 0.5rem 0 0.5rem 0;
  text-align: center;
}

.section-levels h4,
.section-levels h5,
.section-levels h6,
.section-levels p {
  padding: 0 1.5rem;
}

.section-levels ul {
 padding: 0 1.5rem 0 2.5rem; 
}

.section-levels h4 {
  margin-top: 1rem;
}

.section-levels h5 {
  font-weight: 600;
  font-style: italic;
}

.section-levels p,
.section-levels ul {
  font-size: .9rem;
}

.section-levels a {
  font-weight: bold;
  color: #EB5400;
}

.section-levels a:hover {
  text-decoration: underline;
}
  @media only screen and (max-width: 990px) {
      .section-levels {
        min-height: auto;
        margin: 1rem 0;
        flex-direction: column;
      }
    
      .section-levels p,
      .section-levels ul {
        font-size: inherit;
      }
    .section-levels .level-info {
        flex: 0 0 100%;
        max-width: 100%;
        border-top: 0.5px solid #002f60;
        border-bottom: 0.5px solid #002f60;
    }
  }

#toc h5 {
  letter-spacing: 2px;
}

#toc hr {
  border: 0 none;
  border-bottom: 1px solid #002f60;
}

#toc a:hover {
  transition: .5s;
}

#toc h4 {
  flex: 0 0 10%;
  margin: 0;
  margin-right: 1rem;
  text-transform: uppercase;
  font-size: 2.5rem;
  letter-spacing: 2px;
}

#toc .sm-h4 h4 {
  margin-right: 0rem;
  font-size: 1.8rem;
  letter-spacing: 0;
}

.toc-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.toc-section p {
  font-size: .9rem;
  margin: 0 0 0.2rem;
}

@media screen and (min-width: 700px) and (max-width: 800px) {
  #toc-section .col-md-6 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}

@media screen and (max-width: 900px) {
  #toc {
    padding: 1rem;
  }
  #toc h4 {
  flex: 0 0 100%;
}
}

.listen-cont {
  margin: 0 auto;
  text-align: center;
}

.podcast-logos { margin: 1rem 0; }

.podcast-logos img {
  margin: 0 0.2rem;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
}

.podcast-logos img:hover { transform: scale(1.2); }
.header ul.hs-menu-children-wrapper {
  background: #fff;
/*   BP EDITS From 0.25rem to */
  padding: .7rem 0.25rem;
  z-index: 100;
  border: 3px solid #002F60;
  border-radius: 1rem;
  width: 230px;
}

.header .header__search,
.header .header__login {
    flex-grow: 0;
    padding: 0;
}

.header .header__login .hs-button {
  white-space: nowrap;
}
/* BP ADD */

.header .header__login.button-orange {
  margin-left: 0.4rem;
}

/* HUBSPOT MOBILE MENU */


/* If you want to remove the css variables just
   replace the var name with the corrolatring color. */

 :root {
  --white: #fff;
  --color1: #4168b1;
  --color2: #eee;
  --color3: rgba(33, 59, 110, 0.9);
  --color4: #252525;
  --color5: rgba(0, 0, 0, .25);
}

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

.main-menu,
.courtesy-menu {
  display: none !important;
}

.mobile-menu {
  display: block;
  overflow: auto;
  margin: 0 !important;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  max-width: 300px;
  background: #ffffff;
  z-index: 20000000;
  transform: translateX(-200%);
  transition: transform 0.25s cubic-bezier(1, -0.06, 0, 0.92);
  -webkit-transition: transform 0.25s cubic-bezier(1, -0.06, 0, 0.92);
  -moz-transition: transform 0.25s cubic-bezier(1, -0.06, 0, 0.92);
  -ms-transition: transform 0.25s cubic-bezier(1, -0.06, 0, 0.92);
  -o-transition: transform 0.25s cubic-bezier(1, -0.06, 0, 0.92);
}

.mobile-menu .logo {
  display: block;
  padding: 1rem;
  margin: 0;
  text-align: center;
  color: #002F60;
}

.mobile-menu .logo svg {
  height: 80px;
}

.mobile-menu a {
  font-weight: bold;
}
.mobile-menu>ul {
  font-size: 0.8em;
}

.mobile-menu>ul a {
  padding: 0.25rem 1rem;
  font-size: 16px;
  line-height: 27px;
}

.mobile-menu>ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none !important;
}

.mobile-menu>ul>li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #002F60;
}

.mobile-menu>ul>li>a {
  display: block !important;
  padding: 1em !important;
  white-space: inherit !important;
  max-width: 100% !important;
  text-overflow: inherit !important;
  line-height: auto;
  text-decoration: none;
  color: #002F60;
  border-top: 3px solid transparent;
}

/* .mobile-menu>ul>li:hover>a,
.mobile-menu>ul>li.active>a {
  color: #fff;
  background-color: var(--color1);
} */

.mobile-menu>ul>li>ul {
  display: block !important;
  position: relative !important;
  opacity: 1 !important;
  visibility: inherit !important;
  max-height: 0px;
  background: #002F60;
  border-top: 0 none;
  box-shadow: none;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: max-height 0.125s ease-in-out !important;
  transition: max-height 0.125s ease-in-out !important;
}

.mobile-menu>ul>li>ul li a {
  padding: 0.5em 1em !important;
  width: 100% !important;
  color: #fff;
  display: block;
  text-decoration: none;
}

.mobile-menu .hs-item-has-children {
float: none !important;
display: flex;
flex-flow: wrap;
justify-content: space-between;
}
.mobile-menu .hs-item-has-children:hover {
  background: rgba(0, 47, 96, 0.2)
}

.mobile-menu .hs-item-has-children>a {
  flex: 1 auto;
}

.mobile-menu .hs-item-has-children>button {
  flex 1 unset;
  padding: 5px;
  }
.mobile-menu .hs-item-has-children:after {
  content: "";
  display: table;
  width: 100%;
  height: 0;
  clear: both;
}

.mobile-menu .hs-item-has-children>* {
  -webkit-box-flex: 1;
  -webkit-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
}

.mobile-menu .hs-item-has-children>a {
  display: inline-block;
  float: left;
  width: 80%;
}

.mobile-menu .hs-item-has-children>button {
  background: transparent;
  display: inline-block;
  border: 0 none;
  line-height: 0;
  -webkit-appearance: none !important;
  outline: none !important;
  flex: 0 auto;
  padding: 0px 17.5px;
  width: 60px;
  border-left: 1px solid #002F60;
  border-radius: 0;
}
}

.mobile-menu .hs-item-has-children>button>svg {
  height: 16px;
  width: 16px;
}

.mobile-menu .hs-item-has-children>button.active {
}

.mobile-menu .hs-item-has-children>button.active svg {
  transform: rotate(180deg);
}

.mobile-menu .hs-item-has-children>button.active+ul {
  max-height: 1000px !important;
}

.mobile-menu .hs-item-has-children>ul.hs-menu-children-wrapper {
  width: 100%;
  display: block;
}

.mobile-menu .hs-item-has-children>ul.hs-menu-children-wrapper ul {
  display: none;
}

.mobile-menu .header__search {
  display: block;
  padding: 10px;
  border-top: 1px solid #002F60
}

.mobile-menu .hs-search-toggle {
  display: none
}

.mobile-menu .hs-search-field {
    display: block;
    opacity: 1;
    position: relative;
}

.mobile-menu .header__login a{
  display: block;
  padding: 20px;
  text-align: center;
}

.menu-overlay {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.mobileMenuTrigger {
  display: block;
  border: 0 none;
  outline: none;
  position: fixed;
  padding: 10px 12px;
  top: 1rem;
  right: 1rem;
  z-index: 200000;
  height: 50px;
  background: #fff;
  width: auto;
}

.mobileMenuTrigger:focus {
  outline: 2px solid #EB5400;
}

.mobileMenuTrigger svg {
  fill: #002F60;
  width: 30px;
  height: 30px;
}

.mobileMenuTrigger:hover,
.mobileMenuTrigger:active,
.mobileMenuTrigger:focus {
  background: #EB5400;
}

.mobileMenuTrigger:hover svg {
  fill: #fff;
}

.menu-open {
  overflow: hidden;
}

.menu-open .mobile-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.menu-open .menu-overlay {
  background: rgba(0, 0, 0, .25);
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  left: 0;
  z-index: 2000;
  opacity: 1;
}

.menu-open .mobileMenuTrigger {
  position: fixed;
  left: calc(300px + .25em);
  top: 1rem;
  right: 1rem;
  background: transparent;
  box-shadow: 0 0 0 transparent;
}

.menu-open .mobileMenuTrigger svg {
/*   BP edits from white to darkNavy */
  fill: #002F60;
}

.hs-menu-depth-2.hs-item-has-children ul {
  display: none;
}

@media screen and (max-width: 768px) {
  .header .header__navigation,
  .header .header__search,
  .header .header__login {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .courtesy-menu,
  .main-menu {
    display: block !important;
  }
  .mobileMenuTrigger,
  .mobile-menu,
  .main-menu .hs-item-has-children>button {
    display: none;
  }
}
/* Header container */

.header {
  background-color: rgb(248, 250, 252);
/* BP EDITS */
/*   padding: 24px 0; */
  padding: 18px 0;
  transition: 300ms ease-in-out all;
  -webkit-transition: 300ms ease-in-out all;
  -moz-transition: 300ms ease-in-out all;
  -ms-transition: 300ms ease-in-out all;
  -o-transition: 300ms ease-in-out all;
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}

.header .logo-img {
  opacity: 1;
}

.header .logo-img-white {
  opacity: 0;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.hs-item-has-children>.hs-menu-children-wrapper {
  transition: 300ms 5ms ease-in-out opacity;
  -webkit-transition: 300ms 5ms ease-in-out opacity;
  -moz-transition: 300ms 5ms ease-in-out opacity;
  -ms-transition: 300ms 5ms ease-in-out opacity;
  -o-transition: 300ms 5ms ease-in-out opacity;
}


/* Logo */

.header .header__logo {
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 150px;
  flex: 0 auto;
  width: 20%;
  align-items: center;
  padding: 0;
}

.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 20px;
}


/* Header Logo Links */

.header__logo {
  display: block;
  position: relative;
}

header .logo-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

header .logo-img {
  position: relative;
}

header .logo-img-white {
  position: absolute;
}

header .logo-img,
header .logo-img-white {
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}


/* Navigation */

.header__navigation {
/*   BP UPDATE */
  min-width: 0%;
}

.header__navigation ul {
  justify-content: flex-end;
}

.header__navigation li {
  padding: 0px 10px;
  position: relative;
  white-space: nowrap;
}

/* ADDED BY BP TO SHOW USER WHERE THEY ARE IN NAVBAR */
@media (min-width: 800px) {
.header__navigation .hs-menu-depth-1.active-branch:after {
			content: '';
			height: 3px;
			transition: .3s ease all;
			position: absolute;
			bottom: -17px;
			left: 50%;
			transform: translateX(-50%);
			width: 76%;
      background: #002f60;
}
}

#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


/* Tablet styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}


/* Mobile styles */

@media (max-width: 767px) {
  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .header__container form {
    max-width: 100%;
  }
  .header .header__logo {
    margin: 0 auto;
    width: 100%;
    margin-left: 36px !important;
  }
  .header__navigation,
  .header__search {
    display: none;
    width: 100%;
  }
  .header__navigation.open,
  .header__search.open {
    background-color: #f8fafc;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }
  .header__navigation--toggle,
  .header__search--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }
  .header__navigation--toggle.hide,
  .header__search--toggle.hide {
    display: none;
  }
  .header__navigation--toggle.open,
  .header__search--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }
  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after {
    display: block;
    word-break: normal;
  }
  .header__navigation--toggle:after,
  .header__search--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 700;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }
  .header__column {
    position: relative;
  }
  .header__row-1 {
    padding-top: 0;
  }
  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
  }
  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }
  .header__navigation--toggle:after {
    content: "Menu";
  }
  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }
  .header__search--toggle:after {
    content: "Search";
  }
  .header__search {
    border-top: 2px solid #ced4db;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
  }
  .header__search .hs-search-field__input {
    padding-left: 15px;
  }
  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }
  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }
  .header__close--toggle.show {
    display: block;
  }
}
.footer {
  background: -moz-linear-gradient(
    100% 50% -180deg,
    rgba(0, 162, 197, 1) 0%,
    rgba(0, 159, 194, 1) 0.52%,
    rgba(0, 129, 169, 1) 6.6%,
    rgba(0, 107, 151, 1) 12.57%,
    rgba(0, 94, 140, 1) 18.34%,
    rgba(0, 90, 136, 1) 23.67%,
    rgba(0, 58, 103, 1) 52.66%,
    rgba(0, 19, 66, 1) 100%
  );
  background: -webkit-linear-gradient(
    -180deg,
    rgba(0, 162, 197, 1) 0%,
    rgba(0, 159, 194, 1) 0.52%,
    rgba(0, 129, 169, 1) 6.6%,
    rgba(0, 107, 151, 1) 12.57%,
    rgba(0, 94, 140, 1) 18.34%,
    rgba(0, 90, 136, 1) 23.67%,
    rgba(0, 58, 103, 1) 52.66%,
    rgba(0, 19, 66, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    100% 50%,
    0% 50%,
    color-stop(0, rgba(0, 162, 197, 1)),
    color-stop(0.0052, rgba(0, 159, 194, 1)),
    color-stop(0.066, rgba(0, 129, 169, 1)),
    color-stop(0.1257, rgba(0, 107, 151, 1)),
    color-stop(0.1834, rgba(0, 94, 140, 1)),
    color-stop(0.2367, rgba(0, 90, 136, 1)),
    color-stop(0.5266, rgba(0, 58, 103, 1)),
    color-stop(1, rgba(0, 19, 66, 1))
  );
  background: -o-linear-gradient(
    -180deg,
    rgba(0, 162, 197, 1) 0%,
    rgba(0, 159, 194, 1) 0.52%,
    rgba(0, 129, 169, 1) 6.6%,
    rgba(0, 107, 151, 1) 12.57%,
    rgba(0, 94, 140, 1) 18.34%,
    rgba(0, 90, 136, 1) 23.67%,
    rgba(0, 58, 103, 1) 52.66%,
    rgba(0, 19, 66, 1) 100%
  );
  background: -ms-linear-gradient(
    -180deg,
    rgba(0, 162, 197, 1) 0%,
    rgba(0, 159, 194, 1) 0.52%,
    rgba(0, 129, 169, 1) 6.6%,
    rgba(0, 107, 151, 1) 12.57%,
    rgba(0, 94, 140, 1) 18.34%,
    rgba(0, 90, 136, 1) 23.67%,
    rgba(0, 58, 103, 1) 52.66%,
    rgba(0, 19, 66, 1) 100%
  );
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A2C5', endColorstr='#001342' ,GradientType=0)";
  background: linear-gradient(
    270deg,
    rgba(0, 162, 197, 1) 0%,
    rgba(0, 159, 194, 1) 0.52%,
    rgba(0, 129, 169, 1) 6.6%,
    rgba(0, 107, 151, 1) 12.57%,
    rgba(0, 94, 140, 1) 18.34%,
    rgba(0, 90, 136, 1) 23.67%,
    rgba(0, 58, 103, 1) 52.66%,
    rgba(0, 19, 66, 1) 100%
  );
  background: radial-gradient(circle at 20% 90%,#00a2c5 0,transparent 30%),
    linear-gradient(270deg,#00a2c5,#009fc2 .52%,#0081a9 6.6%,#006b97 12.57%,#005e8c 18.34%,#005a88 23.67%,#003a67 52.66%,#001342);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00A2C5', endColorstr='#001342', GradientType=1);
  text-align: center;
  color: #ffffff;
  border-top: 0.25rem #eb5400 solid;
  position: relative;
}

.footer:before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 10;
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  background: #eb5400;
  right: 1.5vw;
  top: calc(-1.5vw - 3px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.footer .social-links__icon {
  text-align: left;
  margin: 0;
}

.footer .social-links__icon:hover,
.social-links__icon:focus {
  background: unset;
}

.footer .social-links__icon svg {
  left: 0;
}

.footer a {
  color: #ffffff;
}

.footer a:hover,
.footer a:active {
  color: #eb5400;
}

.footer a strong { color: #fff }

.footer a:hover strong {  color: #eb5400 }

.footer__container.content-wrapper {
  padding: 2rem 1rem 1rem 1rem;
}

.footer__copyright {
/*   BP EDIT FROM 0.8rem to */
  font-size: 0.7rem;
  margin: 0.5rem 0;
  text-align: right;
}

.footer .social-links {
  justify-content: flex-start;
}

.footer .hs-menu-wrapper {
  list-style: none;
  text-align: left;
  font-size: 0.8rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.footer .hs-menu-wrapper > ul {
  display: flex;
  flex-flow: nowrap;
  justify-content: flex-start;
}

.footer .hs-menu-wrapper > ul > li {
  max-width: 200px;
  font-weight: 700;
/*   BP ADDS FONT SIZE */
  font-size: .9rem;
  padding-right: 2rem;
}

.footer li.hs-item-has-children > ul {
  display: block;
  font-weight: normal;
}

@media (max-width: 768px) {
  .footer .social-links {
    justify-content: center;
    text-align: center;
  }
  .footer .social-links__icon {
    text-align: center;
  }
  .footer .social-links__icon svg {
    left: 50%;
  }
  .footer__copyright {
/*     BP EDITS FROM 0.8rem to */
    font-size: 0.7rem;
    text-align: center;
  }
  .footer .hs-menu-wrapper > ul > li {
    max-width: unset;
    padding-right: unset;
    font-size: 1rem;
  }
  .footer li.hs-item-has-children > a {
    border-bottom: 1px solid #fff;
    padding: 0.5rem 0.25rem;
    display: flex;
    justify-content: space-between;
  }
  .footer li.hs-item-has-children > a:after {
    content: "+";
    display: inline;
  }
  .footer li.hs-item-has-children > ul.hs-menu-children-wrapper {
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    font-size: 0.95rem;
  }
  .footer li.hs-item-has-children:hover > ul.hs-menu-children-wrapper,
  .footer li.hs-item-has-children.open > ul.hs-menu-children-wrapper {
    height: auto;
    padding-left: 0.75rem;
    opacity: 1;
  }
  .footer li.hs-item-has-children:hover > ul.hs-menu-children-wrapper li,
  .footer li.hs-item-has-children.open > ul.hs-menu-children-wrapper li {
    padding-top: 0.25rem;
  }
  .footer li.hs-item-has-children:hover > a:after,
  .footer li.hs-item-has-children.open > a:after {
    content: "-";
  }
}




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

/* Horizontal menu */

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

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

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

/* Flyouts */

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

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

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

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
/*   BP ADDS */
  padding: .5rem 0rem;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children.open > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
/*   BP EDITS from 100% to */
  top: 100%;
}

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

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }


}
div#hs-eu-cookie-confirmation {
    background: #fff;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100000000!important;
    border-bottom: 1px solid #EB5400 !important;
    border-top: 1px solid #EB5400 !important;
    box-shadow: 0 1px 5px #071d33 !important;
    }
div#hs-eu-cookie-confirmation,
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  background:#EB5400 !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  color: #fff !important;
  margin: 0 auto !important;
  max-width: 1000px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording,
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  margin-bottom: 0 !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p,
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {
  color: #fff !important
}

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area,
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  margin-top: 0 !important
}

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 1.1;
  margin-left: 1rem;
  padding: .2rem 2rem;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: nowrap;
  word-break: break-word;
  border: 1px solid #fff  !important;
  outline: 0px !important;
  background: transparent !important;
  color: #FFF;
  text-decoration: none;
}


div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover,
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:focus,
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:active
 {
 background-color: #EB5400 !important;
 border: 1px solid #EB5400  !important;
 color: #FFF;
}



@media(max-width: 500px) {
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    flex-flow: column !important;
  }
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    font-size: .95rem !important;
    margin-bottom: .5rem !important;
    text-align: center !important;
  }
  div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    cursor: pointer;
    font-size: 1rem !important;
    padding: .75rem 1.5rem !important;
  }
}
/* Blog header */

.blog-header {
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}

.blog-header__title {
  font-size: 2rem;
  margin-bottom: 0;
}

.blog-post__image {
  width: 200px;
  height: 200px;
  object-fit: contain
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

.blog-subscribe__form {
  padding: 2rem 0;
/*   BP CHANGES TEXT ALIGN */
/*   text-align: center; */
  text-align: left;
}

/* BP ADD for categories */

.header-categories {
  background-color: #f8fafc;
  padding: 8px 0;
  border-top: 3px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.sr-sticky-breadcrumb {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  /* z-index: 10; */
}
.sr-sticky-breadcrumb-heading {
  transition: all ease-in-out 300ms; 
}

.sr-sticky-breadcrumb-trigger:after {
  content: "\f0d7";
  font-family: FontAwesome;
}
.sr-sticky-breadcrumb-categories {
    text-align: center;
    display: none;
/*     top: 17%; */
    left: 0;
    right: 0;
    width: 100%;
    background: #f8fafc;
    z-index: 1;
    position: absolute;
    border-bottom: 1px solid #d3d3d3;
    color: #313543;
}
.sr-sticky-breadcrumb-categories ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sr-sticky-breadcrumb-categories ul li {
    list-style: none;
    display: inline-block;
}
.sr-sticky-breadcrumb-categories ul li a {
    margin: 1rem;
    display: inline-block;
}
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

/* END BP ADD */

@media screen and (min-width: 768px) {
  .blog-header__form,
  .blog-subscribe__form {
    margin: 0 auto;
/*     BP CHANGES TO WIDTH */
/*     width: 500px; */
    width: 680px;
  }
}


/* Blog header - author listing */

.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}


/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

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

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

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

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

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

/* BP ADD class for blog topic */
.blog-topic {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  border-bottom: 2px solid #002f60;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.blog-topic a.featured-img {
  flex: 0 0 30%;
  margin-right: 2rem;
}

@media screen and (max-width: 860px) {
  .blog-topic {
    flex-direction: column;
  }
  .blog-topic a.featured-img {
    flex: 0 0 30%;
    margin-right: 0rem;
  }
}

/* END BP ADD */

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

@media screen and (max-width: 800px) {
  .blog-post__body img {
    width: 100% !important;
  }
  
}

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

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

.blog-index__post-image {
  display: block;
  background-image: url('https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }
  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

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

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

.blog-index__post-content p {
  color: #002f60
}

.blog-index__post-content a {
  color: #002f60;
}

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


/* Blog pagination */

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

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

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

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

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

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

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

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

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

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

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


/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 0 3.3rem;
}

.blog-post h1 {
/*   BP Font size from 1.6rem to 2rem */
  font-size: 2rem;
}

/* BP EDITS  */

.blog-post h1.blog-header__title {
  font-size: 2.95rem;
  margin-bottom: 2rem;
}

.blog-content-header h1.blog-header__title {
  font-size: 2rem;
}

.blog-post__body {
  margin-top: 4%;
}

.blog-post__body a {
  color: #EB5400;
}

.blog-post__body a:hover {
  text-decoration: underline;  
}

/* BP ADD for h4s */
.blog-post__body h4 {
  color: #038BA8;
}

.blog-featured-img img {
  width: 100%;
  max-width: 100%;
/*   margin-bottom: 4%; */
}

.blog-post__disclaimer p {
  margin-top: 6%;
  font-size: .8rem;
}

@media screen and (min-width: 900px) {
  .blog-header-img {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;   
  }
  .blog-header-img img {
    width: 45%;
    flex: 0 0 45%;
    margin-bottom: 0;
  }
}

/* END BP EDITS */

.blog-post__meta {
  margin: 1rem 0;
}

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

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

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

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


/* Blog related posts */

.blog-recent-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
/*   BP CHANGES TEXT ALIGN */
/*   text-align: center; */
  text-align: left;
}

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

.blog-recent-posts__post {
  color: #002f60;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

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

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

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

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

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


/* Blog comments */

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

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

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

.blog-comments .hs-button {
  /* background-color: transparent;
  border: 2px solid #002f60; */
  /* color: #002f60; */
}

.blog-comments .hs-button:hover {
  /* background-color: #002f60;
  color: #FFF; */
}

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

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #002f60;
  text-decoration: underline;
}
/* Error pages */

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

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

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

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


/* System pages */

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

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

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

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


/* Search pages */

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

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

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

ul.hs-search-results__listing {
  background: rgba(0, 47, 96, .05);
  padding: 1.5rem 2rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
  border-bottom: 4px solid #002f60;
}

ul.hs-search-results__listing li:last-of-type {
  border-bottom: 0px !important;
}

.hs-search-results__title {
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #002f60;
  font-weight: 700;
  font-size: 1rem;
}

.hs-search-results__pagination {
  margin: 1rem 0;
}


/* Password prompt */

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


/* Backup unsubscribe */

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

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