/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid,
.page-center {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.dnd-section .widget-type-cell {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "Hind";
  src: url("https://7234169.fs1.hubspotusercontent-na1.net/hubfs/7234169/Akima_September2020/Fonts/hind-v10-latin-regular.eot") format("eot"),
    url(https://7234169.fs1.hubspotusercontent-na1.net/hubfs/7234169/raw_assets/public/Akima_September2020/fonts/hind-v10-latin-regular.woff2) format("woff2"),
    url(https://7234169.fs1.hubspotusercontent-na1.net/hubfs/7234169/raw_assets/public/Akima_September2020/fonts/hind-v10-latin-regular.woff) format("woff"), 
    url(https://7234169.fs1.hubspotusercontent-na1.net/hubfs/7234169/raw_assets/public/Akima_September2020/fonts/hind-v10-latin-regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Hind";
  src: url("https://7234169.fs1.hubspotusercontent-na1.net/hubfs/7234169/Akima_September2020/Fonts/hind-v10-latin-600.eot") format("eot"),
    url(https://7234169.fs1.hubspotusercontent-na1.net/hubfs/7234169/raw_assets/public/Akima_September2020/fonts/hind-v10-latin-600.woff2) format("woff2"), 
    url(https://7234169.fs1.hubspotusercontent-na1.net/hubfs/7234169/raw_assets/public/Akima_September2020/fonts/hind-v10-latin-600.woff) format("woff"),
    url(https://7234169.fs1.hubspotusercontent-na1.net/hubfs/7234169/raw_assets/public/Akima_September2020/fonts/hind-v10-latin-600.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "NotoSerif";
  src: url("https://7234169.fs1.hubspotusercontent-na1.net/hubfs/7234169/Akima_September2020/Fonts/noto-serif-v8-latin-italic.eot") format("eot"),
    url(https://7234169.fs1.hubspotusercontent-na1.net/hubfs/7234169/raw_assets/public/Akima_September2020/fonts/noto-serif-v8-latin-italic.woff) format("woff"),
    url() format("woff2"),
    url(https://7234169.fs1.hubspotusercontent-na1.net/hubfs/7234169/raw_assets/public/Akima_September2020/fonts/noto-serif-v8-latin-italic.ttf) format("truetype");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "NotoSerif";
  src: url("https://7234169.fs1.hubspotusercontent-na1.net/hubfs/7234169/Akima_September2020/Fonts/noto-serif-v8-latin-700.eot") format("eot"),
    url(https://7234169.fs1.hubspotusercontent-na1.net/hubfs/7234169/raw_assets/public/Akima_September2020/fonts/noto-serif-v8-latin-700.woff) format("woff"), 
    url() format("woff2"),
    url(https://7234169.fs1.hubspotusercontent-na1.net/hubfs/7234169/raw_assets/public/Akima_September2020/fonts/noto-serif-v8-latin-700.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
}

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
}
body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.56;
      letter-spacing: -0.2px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
 

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}
img, video {
  max-width: 100%;
  height: auto;
}
img {
  vertical-align: middle;
}
sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: none;
}

.disable-focus-styles :focus {
  outline: none;
}
figure {
    margin: 0;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

.hs-button {
  outline: none;
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: #de5833;
  display: inline-block;
  white-space: normal;
  padding: 0.8rem 2.25rem;
  font-weight: 600;
  background: linear-gradient(to right, #bf3813 50%, #de5833 50%);
  background-size: 200% 100% !important;
  background-position: right bottom !important;
  transition: all 0.5s ease;
  margin: auto;
  text-align: center;
  border-radius: 1.5625rem;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  text-decoration: none !important;
  border-style: solid;
  margin-top: 24px;
}
.hs-button:hover {
  background-position: left bottom !important;
}
.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}
.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
.hs-input,
input#hs-pwd-widget-password {
  border-radius: 2px;
  border: solid 2px transparent;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Hind, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  color: #000918;
  background-color: #f3f4f6;
  display: block;
  max-width: 767px;
  width: 100%;
}
input#hs-pwd-widget-password {
height: auto !important;
}
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  background-color: #fff;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

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

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

/* input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
} */

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.hs-form-field,
.field {
  margin-bottom: 16px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header-outer-wrapper {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 40;
}
.fixed-h-spacer {
  height: 70px;
  width: 100%;
}
.cstm-header-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  width: 100%;
}
.custom-logo {
  display: flex;
  align-items: center;
  height: 1.5rem;
}
.custom-logo svg {
  width: 8rem;
  height: 4rem;
  outline: none;
}
.header-right-col {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header-right-col .h-btn,
.menu-mobile__cta .h-btn {
  margin: 0;
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
/*   color: #de5833; */
  display: block;
  font-weight: 600;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
/*   color: #de5833;
  color: #fff; */
  padding: 0.8rem 2.25rem;
/*   background: linear-gradient(to right, #bf3813 50%, #de5833 50%);
  background-size: 200% 100%;
  background-position: right bottom; */
  transition: all 0.5s ease;
  text-align: center;
  cursor: pointer;
  border-radius: 1.5625rem;
  text-transform: uppercase;
  margin-left: 0.5rem;
  text-decoration: none;
  white-space: nowrap;
}
/* .header-right-col .h-btn:hover,
.menu-mobile__cta .h-btn:hover {
  background-position: left bottom;
} */
.header-menu-search {
  border: none;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  text-transform: none;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
  padding: 0;
  line-height: inherit;
  color: inherit;
  outline: none;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.header-menu-search svg {
  height: 1.5rem;
  width: 1.5rem;
  stroke: currentColor;
}
ul.submenu.level-1 > li.has-submenu > a::after {
  background-image: url(https://7234169.fs1.hubspotusercontent-na1.net/hubfs/7234169/raw_assets/public/Akima_September2020/images/arrow_down.svg);
}
.mega-search {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  display: none;
}
.mega-menu__container {
  background-color: #f3f4f6;
  height: 100%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  position: relative;
  top: 0;
  width: 100%;
}
.mega-search form {
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  display: flex;
  width: 80%;
  flex-direction: row;
}
.mega-search form .input-wrapper {
  flex-basis: 85%;
}
.mega-search form .input-wrapper input {
  border: none;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  outline: none;
  padding-left: 1rem;
  width: 100%;
  height: 44px;
  outline-offset: -2px;
  padding-right: 10px !important;
} 
.mega-search form .input-wrapper input::placeholder {
  color: #a0aec0;
}
.mega-search form button {
  font-family: inherit;
  font-size: 100%;
  cursor: pointer;
  padding: 0;
  line-height: inherit;
  color: inherit;
  outline: none;
  border: none;
  margin: 0 auto;
  width: 33%;
  background: url(https://7234169.fs1.hubspotusercontent-na1.net/hubfs/7234169/raw_assets/public/Akima_September2020/images/send-white.svg);
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-position: center;
  flex-basis: 15%;
  background-color: #de5833;
  height: 44px;
}
.mobile-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.06), 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 50;
}
.menu-toggle {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  background-color: transparent;
  background-image: none;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: inherit;
  color: inherit;
  outline: none;
  margin-top: 0;
  margin-bottom: 0;
}
.menu-toggle:hover {
  background-color: #d7dade;
}
.menu-toggle svg {
  display: block;
  vertical-align: middle;
  height: 1.5rem;
  width: 1.5rem;
}



@media (max-width: 1023px) {
  .lp-header .mobile-header-wrapper {
    justify-content: center;
  }
  .cstm-header-wrapper.desktop-header {
    display: none;
  }
  .fixed-h-spacer {
    height: 3.75rem;
  }
  .header-menu-search {
    padding: 0;
  }
  .custom-logo svg {
    height: 2rem;
    width: 5rem;
  }
  .menu-mobile {
    display: flex;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 70;
    transition: all 0.4s ease-in-out;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .mobile-open .menu-mobile {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .menu-mobile__content {
    background-color: #f3f4f6;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 85%;
  }
  .menu-mobile__cta {
    background-color: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 85%;
    margin-top: auto;
  }
  .menu-mobile__cta .h-btn {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .menu-mobile__wrapper {
    flex: 1 1 0%;
    transition: 0.25s all ease-in-out;
  }
  .menu-mobile-logo {
    background-color: #f3f4f6;
    height: 3.75rem;
    padding: 1rem;
  }
  .menu-mobile-logo svg {
    display: block;
    vertical-align: middle;
    height: 2rem;
    width: 5rem;
  }
  body.mobile-open {
    overflow: hidden;
    position: relative;
  }
  body.mobile-open::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 50;
    background: rgba(0, 0, 0, 0.5);
    content: "";
  }
  .mobile-open .header-outer-wrapper {
    position: static;
  }
  .mobile-open .fixed-h-spacer {
    display: none;
  }
  .menu-mobile__toggle {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    background-color: transparent;
    background-image: none;
    border: none;
    cursor: pointer;
    padding: 0;
    line-height: inherit;
    color: inherit;
    display: flex;
    align-self: flex-start;
    height: 100%;
    margin-left: auto;
    width: 15%;
  }
  .menu-mobile__toggle figure {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.75rem;
    margin-bottom: auto;
    width: 100%;
  }
  .menu-mobile__wrapper:not(.child-open) {
    overflow-y: auto;
    max-height: calc(100vh - 113px);
  }
  .lichild-open .mega-menu {
    overflow-y: auto;
    max-height: calc(100vh - 113px);
  }
  .menu-mobile__toggle figure {
    z-index: 51;
  }

}

@media (min-width: 768px) {
  .mega-search form {
    width: 50%;
  }

}


@media (min-width: 1024px) {

  .cstm-header-wrapper {
    height: 70px;
    display: flex;
    align-items: center;
    outline-offset: -5px;
  }
  .mobile-header-wrapper {
    display: none;
  }

}

@media (min-width: 1140px) {
  .header-right-col .h-btn {
    margin-left: 1rem;
    width: 13rem;
  }
  .header-menu-search {
    padding-left: 1rem;
    padding-right: 1rem;
  }

}
@media (max-width: 1199px) and (min-width: 1140px) {
  .header-right-col .h-btn {
    margin-left: 0;
    width: auto;
  }
}
@media (max-width: 1040px) and (min-width: 1024px) {
  .header-right-col .h-btn {
    margin-left: 0;
    width: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.cstm-footer-wrapper {
  letter-spacing: -0.2px;
}
.cstm-footer-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.bottom-footer-wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #fff;
}
.bottom-footer-wrapper .page-center {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
svg {
  vertical-align: middle;
}
.connect_with_us_btn svg.footer__social-icon {
  width: 3rem;
  height: 3rem;
  display: inline;
}
.bottom-footer-wrapper ul a,
.bottom-bar__copyright {
  font-family: Hind, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #818385;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
}
.connect_with_us_btn a {
  text-align: right;
  width: 33.333333%;
  font-family: Hind, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #818385;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
  flex: 1;
  text-decoration: none;
}
.bottom-footer-wrapper ul a:hover {
  color: #4c4d4d;
  text-decoration: none;
}
.top-footer-wrapper {
  background: #f3f4f6;
}
.bottom-bar__copyright {
  flex: 1;
  text-align: center;
}
.bottom-bar__privacy {
  flex: 1;
  width: 100%;
}
.connect_with_us_btn {
  flex: 1;
  width: 33.333333%;
  text-align: right;
}
.top-footer-wrapper {
  padding-bottom: 2rem;
  padding-top: 70px;
}
.top-footer-wrapper .page-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  color: #001742;
  padding: 0;
}
.top-footer-logo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.6875rem;
}
.top-footer-logo .footer__logo {
  width: 140px;
  height: 23px;
  margin-left: auto;
  margin-right: auto;
}
.top-footer-logo .footer__harpoon {
  height: 1.0625rem;
  width: 9.875rem;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
.top-footer-logo svg {
  display: block;
}
.footer__button-scroll,
.top-footer-wrapper .connect_with_us_btn {
  display: none;
}
.top-footer-content {
  display: flex;
  height: 12rem;
  width: 100%;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.footer-menu {
  width: 50%;
}
.footer-menu ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.footer-menu ul li {
  padding-top: 0.75rem;
  text-transform: uppercase;
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: #001742;
}
.footer-menu ul li a {
  padding: 0.5rem;
  color: #001742;
}
.footer-menu ul li a:hover {
  text-decoration: none;
  color: #005fe2;
}
.top-footer-wrapper .footer__button-scroll {
  margin: 0;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
  font-family: Hind, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: 0.4px;
  text-align: center;
  color: #de5833;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  text-transform: uppercase;
}
.footer-form {
  border-color: #d7dade;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  padding-top: 2.5rem;
}
.footer-form h3 {
  font-family: NotoSerif, serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #001742;
  text-align: left;
  margin: 0;
  letter-spacing: -0.3px;
  position: relative;
  top: 2px;
}
.footer-form .hs-form-field > label {
  display: none;
}
.footer-form form {
  margin-top: 26px;
  position: relative;
}
.footer-form .hs-form-field {
  margin-bottom: 5px;
}
.footer-form .hs_submit.hs-submit {
  height: 0;
}
.footer-form form .hs-input {
  border: none;
  padding: 0;
  background: #fff;
  border-radius: 4px;
  font-family: Hind, sans-serif;
  font-size: 18px;
  line-height: 1.56;
  color: #818385;
  height: 3.875rem;
  width: 100%;
  padding: 1rem !important;
}
.footer-form form .hs-button {
  padding: 0;
  margin: 0;
  border-radius: 4px;
  color: transparent;
  cursor: pointer;
  background: url(https://7234169.fs1.hubspotusercontent-na1.net/hubfs/7234169/raw_assets/public/Akima_September2020/images/send.svg);
  background-repeat: no-repeat;
  background-size: 1rem 1rem !important;
  position: absolute;
  width: 1rem;
  top: -45px;
  right: -15.5rem;
  right: 22px;
  top: 22px;
  background-position: unset !important;
}
.footer-form form .hs-input::placeholder {
  color: #a0aec0;
}
.footer-form form .hs-input:focus {
  border: solid 2px #005fe2;
  border-radius: 4px;
}
ul.no-list.hs-error-msgs.inputs-list label {
  color: red;
}
.banner-section .dnd-section > .row-fluid {
  padding: 0;
}
.lp-footer .page-center {
  min-height: 48px;
}
.footer-form form .hs-input {
  padding-right: 50px !important;
  height: 100% !important;
  Width: 100% !important;
}
.footer-form form .hs-button {
  border-radius: 4px !important;
}
.lp-footer .top-footer-wrapper {
  padding-top: 0;
}
@media (max-width: 1023px) {
  .bottom-footer-wrapper .connect_with_us_btn {
    display: none;
  }
  .bottom-footer-wrapper {
    display: flex;
    justify-content: center;
  }
  .bottom-footer-wrapper .page-center {
    flex-direction: column-reverse;
  }
  .bottom-bar__privacy {
    margin-top: 0.75rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .footer__button-scroll, .top-footer-wrapper .connect_with_us_btn {
    display: block;
  }
  .top-footer-wrapper .connect_with_us_btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.75rem;
    width: 280px;
    border-top: 1px solid #d7dade;
    text-align: center; 
  }
  .top-footer-content {
    width: auto;
    height: auto;
    flex-direction: column;
    justify-content: center;
  }
  .footer-menu {
    width: 100%;
  }
  .footer-form h3 {
    font-size: 20px;
    text-align: center;
  }
  .footer-form .hs-form-field {
    margin-bottom: 8px;
  }
  .footer-form h3 {
    position: static;
    margin-bottom: -2px;
  }
  .footer-form form .hs-button {
    right: 16px;
  }

}

@media (max-width: 767px) {
  .bottom-footer-wrapper ul {
    text-align: center;
  }

}

@media (min-width: 1024px) {
  .bottom-footer-wrapper {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .top-footer-wrapper .page-center {
    flex-wrap: wrap;
  }
  .top-footer-logo {
    margin-bottom: 1.5rem;
  }
  .top-footer-logo .footer__logo {
    width: 138px;
    height: 31px;
  }
  .top-footer-logo .footer__harpoon {
    height: 2.1rem;
    width: 19.25rem;
  }
  .footer-menu ul {
    margin-left: 0;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: auto;
  }
  .footer-menu ul li {
    text-align: left;
    width: 50%;
  }
  .footer-menu ul li a {
    padding-left: 0;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .top-footer-content,
  .bottom-footer-wrapper .page-center {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .footer-form {
    border-width: 0;
    margin-top: 0;
    margin-right: 0;
    padding-top: 0;
  }
  .footer-form form .hs-input {
    height: 3.875rem;
    width: 21.375rem !important;
  }
  .lp-footer .top-footer-wrapper {
    display: none;
  }

}

@media (min-width: 1140px) {
  .top-footer-content,
  .bottom-footer-wrapper .page-center {
    padding-left: 0;
    padding-right: 0;
  }

}

@media (max-width: 1199px) and (min-width: 1140px) {
  .top-footer-wrapper,
  .bottom-footer-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.blog-banner-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
.hero--full-desktop-img {
  object-fit: cover;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
}
.blog-banner-wrapper .hero--full-wrapper {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 5.5rem;
  position: relative;
}
.hero--full-content {
  position: relative;
  padding-bottom: 3rem;
  margin-left: auto;
  z-index: 10;
}
.blog-banner-wrapper .hero--full-overline {
  margin: 0;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #000918;
}
.blog-banner-wrapper .hero--full-heading {
  font-family: NotoSerif, serif;
  font-size: 70px;
  font-weight: bold;
  line-height: 1.07;
  letter-spacing: -1px;
  color: #001742;
  padding-right: 3.5rem;
  margin-bottom: 1.5rem;
}
svg.hero--full-svg {
  margin-bottom: 1rem;
  display: block;
}
.blog-banner-wrapper .hero--full-mobile-curve {
  box-shadow: 0 1px 31px 0 rgba(0, 0, 0, 0.12);
  height: 50px;
  background-color: #f0f7fc;
  border-bottom-left-radius: 75%;
  border-bottom-right-radius: 75%;
}
.banner-bottom-svg {
  display: block;
  height: 1.75rem;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.hs-blog-listing {
  background-color: #f3f4f6;
}
.hero--full-form {
  max-width: 525px;
}
.hero--full-form form {
  padding-top: 16px;
  position: relative;
}
.hero--full-form .hs-form-field > label {
  display: none;
}
.hero--full-form form .hs-button {
  position: absolute;
  bottom: auto;
  top: 15px;
  margin: 0;
  left: auto;
  right: 0;
  height: 64px;
  width: 129px;
  border-radius: 0 !important;
}
.hero--full-form form .hs-input::placeholder {
  color: #818385;
}
.hero--full-mobile-img {
  max-height: 216px;
  width: 100%;
  object-fit: cover;
  display: block;
}
.hero--full-harpoon {
  padding-top: 1.25rem;
  background-color: #fff;
}
h3:empty {
  margin: 0;
}
.blog-listing-content.page-center {
  max-width: 1110px;
  padding: 0;
}
.blog-left-content {
  padding-left: 1rem;
}
.blog-search-title {
  font-family: NotoSerif, serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #001742;
  padding-bottom: 0.75rem;
  margin: 0;
}
.blog-site-search {
  margin-bottom: 40px;
}
.blog-site-search .hs-search-field__input {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  color: inherit;
  min-width: 240px;
  padding: 16px 20px;
  padding-left: 48px;
  padding-right: 90px;
  height: 62px;
  width: 100%;
  outline-offset: -2px;
  border: none;
}
.blog-site-search form {
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.blog-site-search form:before {
  content: "";
  height: 24px;
  width: 24px;
  left: 14px;
  top: -4px;
  z-index: 10;
  pointer-events: none;
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  bottom: 0;
  background: url(https://7234169.fs1.hubspotusercontent-na1.net/hubfs/7234169/raw_assets/public/Akima_September2020/images/search-icon.svg) no-repeat center center;
}
.blog-site-search form .search-submit {
  padding: 0;
  border: none;
  right: 0;
  height: 100%;
  line-height: 1;
  position: absolute;
  cursor: pointer;
  opacity: 1;
  width: 72px;
  z-index: 10;
}
.blog-site-search form .search-submit:hover {
  opacity: 0.7;
}
.blog-site-search form .search-submit::before {
  display: inline-block;
  content: '';
  height: 100%;
  animation: none !important;
  width: 72px;
  background: #de5833 url(https://7234169.fs1.hubspotusercontent-na1.net/hubfs/7234169/raw_assets/public/Akima_September2020/images/send-white.svg) no-repeat center center;
}
.blog-site-search .hs-search-field__input::placeholder {
  color: #a0aec0;
}
.blog-topics h3 {
  font-family: NotoSerif, serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #001742;
  padding-bottom: 8px;
  padding-top: 16px;
  border-bottom: 1px solid #d7dade;
}
.blog-topics ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-topics ul li {
  margin: 1rem 0;
}
.blog-topics ul li a {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: normal;
  color: #181818;
  display: block;
  text-decoration: none;
}
span.filter-link-count {
  display: none;
}
.post-item-wrapper {
  padding-top: 1rem;
  margin-left: -15px;
  margin-right: -15px;
}
.post-item {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.08);
  width: calc(50% - 30px);
  margin: 0 15px 1.875rem;
  float: left;
  min-height: 388px;
}
.post-item a {
  text-decoration: none !important;
}
.preview__image {
  position: relative;
  width: 100%;
  height: 202px;
  transition: all 0.2s ease-in-out;
}
.preview__image img {
  height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.preview__image-cat-wrap {
  position: absolute;
  left: 16px;
  bottom: 9px;
}
.preview__image-cat {
  font-family: Hind, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #005fe2;
  font-weight: 300;
  padding: 4px 10px 2px;
  border-radius: 0.125rem;
  background-color: #fff;
}
.preview__image-cat:hover {
  text-decoration: none;
  color: #005fe2;
}
.post-item .preview__body {
  display: block;
  padding: 1rem;
  padding-top: 1.5rem;
}
.preview__title {
  font-family: NotoSerif, serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #001742;
  overflow: hidden;
  margin-bottom: 1.75rem;
}
.preview__details {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #818385;
  font-weight: 300;
}
.preview__details p {
  margin: 0;
}
.icon-book-left {
  padding-left: 1.875rem;
  position: relative;
}
.icon-book-left::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  margin-right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background: url(https://7234169.fs1.hubspotusercontent-na1.net/hubfs/7234169/raw_assets/public/Akima_September2020/images/download.svg) no-repeat;
}
.preview__link {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  border-top: 1px solid #edeeef;
  transition: all 0.45s ease-in-out;
}
.post-item:hover .preview__link {
  opacity: 1;
  visibility: visible;
}
.preview__link span {
  padding-top: 14px;
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #de5833;
  color: #de5833;
  text-transform: uppercase;
  display: flex;
  margin-left: auto;
  width: fit-content;
}
.preview__link svg {
  margin-left: 8px;
}
.featured-preview__excerpt {
  display: none;
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: normal;
  color: #181818;
}
.post-item {
  position: relative;
  padding-bottom: 39px;
}
.post-item:hover {
  box-shadow: 0 1px 31px 0 rgba(0, 0, 0, 0.12);
}
.post-item .preview__link {
  position: absolute;
  bottom: 10px;
  right: 0;
  margin-right: 1.25rem;
  width: calc(100% - 2.5rem);
}
.post-item .preview__link span:hover {
  text-decoration: underline;
}
.blog-pagination .load-more,
.hs-blog-btn {
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: #de5833;
  display: block;
  height: 3.125rem;
  width: 18rem;
  margin: 0 auto;
  background: transparent;
  display: block;
  height: auto;
  text-align: center;
  padding: 0.8rem 2.25rem;
  border-radius: 1.5625rem;
  text-transform: uppercase;
  border: 1px solid #de5833;
  color: #de5833;
  cursor: pointer;
  margin-top: 1rem;
  text-decoration: none;
}
.blog-pagination .load-more:hover,
.hs-blog-btn:hover {
  text-decoration: none;
  background: #de5833;
  border: 1px solid #fff;
  color: #fff;
}
.blog-right-content {
  overflow: hidden;
}
.blog-pagination {
  margin-bottom: 40px;
}
.blog-post-wrapper {
  background-color: #fcfcfc;
}
.blog-post-wrapper > .page-center {
  padding: 0;
  max-width: 1110px;
}
.breadcrumbs {
  padding-top: 1.875rem;
  background-color: #fcfcfc;
}
.blog-post-wrapper .breadcrumbs a {
  display: inline;
  font-family: Hind, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  color: #818385;
  padding-right: 1.25rem;
  position: relative;
  text-decoration: none;
  margin-right: 0.25rem;
}
.blog-post-wrapper .breadcrumbs a:last-child {
  color: #005fe2;
}
.breadcrumbs a:not(:last-child)::after {
  content: "";
  width: 13px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 6px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0.5rem;
  background: url(https://7234169.fs1.hubspotusercontent-na1.net/hubfs/7234169/raw_assets/public/Akima_September2020/images/breadcrumb-icon.svg) no-repeat;
}
.post-top-content {
  max-width: 40rem;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 3rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
.post-top-content .post__title {
  font-family: NotoSerif, serif;
  font-size: 56px;
  font-weight: bold;
  line-height: 1.21;
  letter-spacing: -0.75px;
  color: #001742;
  margin-bottom: 1.25rem;
  margin: 1rem 0;
}
.post-top-content .post__subtitle {
  margin-bottom: 2rem;
  font-family: NotoSerif, serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #001742;
  padding-bottom: 1.875rem;
  border-bottom: 1px #edeeef solid;
}
.post__content-info {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post__content-info .post__date {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #818385;
}
.post__content-info .post__readtime {
  color: #818385;
  padding-left: 1.875rem;
  position: relative;
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  text-align: right;
  color: #818385;
}
.post__content-info .post__readtime::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  margin-right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background: url(https://7234169.fs1.hubspotusercontent-na1.net/hubfs/7234169/raw_assets/public/Akima_September2020/images/download.svg) no-repeat;
}
.post-top-content .post__links {
  display: flex;
  justify-content: space-between;
}
.post__categories {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}
.social-icon-wrapper {
  display: flex;
  justify-content: space-between;
}
.post__categories a.post__categories-item {
  background-color: #fff;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.05);
  color: #005fe2;
  text-decoration: none;
}
.post__bottom-share-btn {
  height: 50px;
  margin-top: -11px;
  display: inline-block;
}
.addtoany_list a {
  border: 0;
  box-shadow: none;
  display: inline-block;
  font-size: 16px;
  padding: 0 4px;
  vertical-align: middle;
}
.addtoany_list a:hover {
  border: 0;
  box-shadow: none;
}
.addtoany_list a img {
  border: 0;
  display: inline-block;
  opacity: 1;
  overflow: hidden;
  vertical-align: baseline;
}
.addtoany_list a:hover img,
.addtoany_list a:hover span {
  opacity: .7;
}
a.addtoany_share img {
  border: 0;
  width: auto;
  height: auto;
}

.grecaptcha-badge {
  margin: 0px;
}
.related-post-wrapper {
  background: #f3f4f6;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
h3.posts__title {
  font-family: NotoSerif, serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.19;
  text-align: center;
  color: #001742;
  height: 38px;
  margin-bottom: 56px;
}
.related-post-wrapper .page-center {
  padding: 0;
}
.related-post-items {
  margin-bottom: 4rem;
}
.related-post-items .post-item {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.333333% - 30px);
  margin-bottom: 0;
}
/* ---- Bottom Pane ---- */
.bottom-pane-wrapper {
  background-color: #f3f4f6;
  position: relative;
}
.bottom-pane-wrapper .page-center {
  padding: 0;
}
.bottom-pane {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.contact__body {
  position: relative;
}
.contact__content {
  font-family: NotoSerif, serif;
  font-size: 24px;
  font-style: italic;
  line-height: 1.75;
  color: #000918;
  padding-bottom: 1rem;
}
.contact__form {
  padding-top: 70px;
  padding-bottom: 86px;
  padding-left: 112px;
  padding-right: 112px;
  width: 50%;
  margin-left: 4rem;
  border-radius: 5px;
  background-color: #fff;
}
.bottom-pane h3.form-title {
  font-family: NotoSerif, serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.28;
  letter-spacing: -0.5px;
  text-align: center;
  color: #001742;
  margin-bottom: 30px;
}
.bottom-pane .hs-form-field {
  position: relative;
}
.bottom-pane .hs-form-field > label {
  opacity: 0;
  position: absolute;
  padding: 0 0.35rem;
  left: 12px;
  top: 7px;
  z-index: 5;
  font-family: Hind, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #818385;
  background-image: linear-gradient(to bottom, #fff 60%, transparent 60%);
}
.bottom-pane .hs-input {
  max-width: 100%; 
}
.bottom-pane .hs-input:focus-within label {
  opacity: 1;
  color: #005fe2;
} 
.bottom-pane form .hs-button {
  width: 100%; 
}
.bottom-pane form .hs-input::placeholder {
  color: #818385;
}
.bottom-pane form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #818385;
}
.bottom-pane form .hs_select_topic .input {
  position: relative; 
}
.bottom-pane form .hs_select_topic .input::after {
  content: "";
  height: 14px;
  width: 21px;
  right: 1rem;
  top: 0;
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  bottom: 0;
  background: url(https://7234169.fs1.hubspotusercontent-na1.net/hubfs/7234169/raw_assets/public/Akima_September2020/images/arrow_down.svg) no-repeat;
}
.hs-search-field--open .hs-search-field__suggestions {
  background: #fff;
  padding: 10px;
}
.bottom-pane ul.no-list.hs-error-msgs.inputs-list {
  font-size: 14px;
  padding: 1rem;
  color: #de5833;
  margin: 0;
}
.bottom-pane ul.no-list.hs-error-msgs.inputs-list label {
  margin: 0;
  color: #de5833;
}
.bottom-pane-wrapper svg.contact__curve--desktop {
  height: 1.75rem;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  display: block;
  visibility: visible;
}
.comment-date {
  display: block !important;
}
button.comment-reply-to.hs-button.secondary {
  background: none !important;
  color: inherit !important;
}
.hero--full-form form .hs-input {
  padding-right: 138px !important;
}

@media (max-width: 1023px) {

  .banner-bottom-svg {
    display: none;
  }
  .blog-banner-wrapper .hero--full-wrapper {
    background-image: linear-gradient(to bottom, #fff, #f0f7fc);
    padding-bottom: 1.5rem;
  }
  .hero--full-form {
    margin-left: auto;
    margin-right: auto;
  }
  .hero--full-form form .hs-button {
    width: 100%;
    position: static;
    border-radius: 50px !important;
    height: 48px;
    margin: 0;
  }
  .hero--full-form form .hs-form-field {
    margin-bottom: 17px;
  }
  .blog-banner-wrapper .hero--full-wrapper {
    padding-bottom: 7px;
  }
  .hero--full-content {
    padding-bottom: 0;
  }
  .breadcrumbs {
    padding: 0;
  }
  .desktop-breadcrumbs,
  .social-icon-desktop-wrapper {
    display: none;
  }
  .post-top-content .post__title {
    font-size: 32px;
  }
  .post-top-content .post__subtitle {
    border: none;
    padding: 0;
  }
  .post__content-info p {
    margin: 0;
  }
  h3.posts__title {
    font-size: 40px;
    line-height: 1.28;
    letter-spacing: -0.5px;
    height: auto;
    margin: 0;
  }
  .related-post-items .post-item {
    width: 288px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    float: none;
  }
  .related-post-items .post-item .preview__link {
    opacity: 1;
    visibility: visible;
  }
  .social-icon-wrapper.social-icon-mobile-wrapper {
    border-bottom: 1px #edeeef solid;
    width: 100%;
    padding-bottom: 34px;
  }
  .contact__form {
    margin: 0;
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }
  .bottom-pane h3.form-title {
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -0.1px;
  }
  .contact__body {
    padding-bottom: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 32px;
    background-image: url(https://7234169.fs1.hubspotusercontent-na1.net/hubfs/7234169/raw_assets/public/Akima_September2020/images/river.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contact__content {
    font-size: 18px;
    font-style: italic;
    line-height: 1.56;
  }
  .bottom-pane-wrapper svg.contact__curve--desktop {
    display: none;
  }
  .breadcrumbs {
    padding: 0 !important;
  }

}
@media (max-width: 1139px) {
  .post-item .preview__link {
    opacity: 1;
    visibility: visible;
  }

}
@media (max-width: 1139px) and (min-width: 769px) {
  .blog-right-content {
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
  }
  .blog-left-content {
    width: 33.333% !important;
  }
  .blog-right-content {
    width: 66.666% !important;
  }
  .breadcrumbs {
    padding: 0 15px;
  }
  .contact__body {
    padding-left: 1.25rem;
  }

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

  .blog-banner-wrapper .hero--full-wrapper {
    padding-top: 2rem;
  }
  .blog-banner-wrapper .hero--full-heading {
    font-size: 40px;
    line-height: 1.25;
    letter-spacing: -0.5px;
  }
  svg.hero--full-svg {
    display: none;
  }
  .hero--full-form form {
    padding-top: 12px;
  }
  .blog-left-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .post-item-wrapper {
    padding-top: 1.5rem;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .post-item {
    max-width: 288px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .post-item .preview__link {
    opacity: 1;
    visibility: visible;
  }
  .pages-show-result {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
  }
  .blog-listing-content.page-center {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .blog-listing-content.page-center > * {
    width: 100%;
  }


}

@media (min-width: 600px) {
  .blog-pagination .load-more,
  .hs-blog-btn {
    max-width: 18rem;
  }
  .post__categories {
    width: 75%;
  }

}
@media (min-width: 768px) {
  .blog-banner-wrapper {
    margin-bottom: 4.5rem;
  }
  .hero--full-desktop-img {
    position: absolute;
  }
  .hero--full-harpoon {
    display: none;
  }
  /*   .blog-listing-content {
  display: flex;
  flex-direction: row;
}  */
  .blog-left-content {
    margin-right: auto;
    position: sticky;
    top: 6rem;
    float: left;
    width: calc(100% - 745px);
  }
  .blog-right-content {
    width: 730px;
    margin-left: 0;
    margin-right: 0;
    float: right;
  }

}
@media (min-width: 1024px) {

  .bottom-pane-wrapper {
    background-image: url(https://7234169.fs1.hubspotusercontent-na1.net/hubfs/7234169/raw_assets/public/Akima_September2020/images/river.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .bottom-pane {
    flex-direction: row;
  }
  .contact__body {
    padding-right: 4rem;
    max-width: 500px;
    width: 50%;
  }

  .blog-banner-wrapper {
    min-height: 607px;
  }
  .hero--full-mobile-img,
  .blog-banner-wrapper .hero--full-mobile-curve,
  .social-icon-mobile-wrapper {
    display: none;
  }
  .hero--full-desktop-img {
    display: block;
  }
  .post-top-content {
    margin-top: 10px;
    margin-bottom: 5rem;
    padding-left: 0;
    padding-right: 0;
  }
  .post__content-info {
    margin: 1.875rem 0;
  }
  .related-post-wrapper {
    padding: 6.25rem 0 6.25rem 0;
  }
  .mobile-breadcrumbs {
    display: none;
  }
  .blog-post__body {
    font-family: Hind, sans-serif;
    font-size: 22px;
    line-height: 1.36;
    color: #000918;
  }

}
@media (min-width: 1140px) {
  .blog-banner-wrapper {
    margin-bottom: 6rem;
  }
  .hero--full-content {
    width: 730px;
  }
  .blog-banner-wrapper .hero--full-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-left-content {
    padding-left: 0;
    width: 350px;
  }
  .preview__image {
    height: 209px;
  }
  .post-item:hover .preview__image {
    height: 165px;
  }
  .preview__image-cat-wrap {
    left: 20px;
    bottom: 20px;
  }
  .post-item .preview__body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.25rem;
  }
  .featured-preview__excerpt {
    height: 66px;
    overflow: hidden;
  }
  .blog-listing-wrapper .post-item:first-child {
    width: calc(100% - 30px);
    display: flex;
    min-height: 300px;
    padding-bottom: 0;
  }
  .blog-listing-wrapper .post-item:first-child .preview__image {
    width: calc(50% - 15px);
    height: 100% !important;
  }
  .blog-listing-wrapper .post-item:first-child .preview__body {
    position: relative;
    width: calc(50% + 15px);
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
  }
  .blog-listing-wrapper .post-item:first-child h3.preview__title {
    font-size: 24px;
  }
  .blog-listing-wrapper .post-item:first-child .featured-preview__excerpt {
    display: block;
  }
  .blog-listing-wrapper .post-item:first-child .preview__details {
    margin-top: auto;
  }
  .blog-listing-wrapper .post-item:first-child .preview__link {
    position: static;
    margin-right: 0;
    width: 100%;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    transition: all 0.45s ease-in-out;
  }
  .blog-listing-wrapper .post-item:first-child:hover .preview__link {
    opacity: 1;
    max-height: 40px;
    visibility: visible;
  }
  .post-item-wrapper .post-item,
  .related-post-items .post-item {
    max-height: 388px;
    min-height: auto;
  }
  .post-item-wrapper .post-item .preview__link,
  .related-post-items .post-item .preview__link {
    position: static;
    width: 100%;
    margin-right: 0;
  }
  .post-item-wrapper .preview__title,
  .related-post-items .preview__title {
    min-height: 70px;
  }


}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}





input.email-edit.hs-input {
  width: 100% !important;
  font-size: 18px !important;
  padding-top: 1.25rem !important;
  padding-bottom: 1rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.systems-page .form-container .hs-form-field>label,
.systems-page .form-container .hs-input[type=checkbox] {
  display: inline-block;
}
.systems-page .form-container {
  margin-bottom: 20px;
}
.systems-page .success {
  min-width: auto;
  font-size: 1rem;
  max-width: 767px;
  width: 100%;
}
.systems-page {
  padding: 3rem 0;
}
.systems-page .form-container ul.no-list.hs-error-msgs, .systems-page .form-container ul.no-list.hs-error-msgs li {
  margin: 0;
  padding-left: 0;
}
/* ---- Search Page ----- */

.search-pg-wrapper .systems-page > h1 {
  font-family: NotoSerif, serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.19;
  text-align: center;
  color: #001742;
  margin: 3.5rem 0 1.5rem;
}
ul#hsresults > li {
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.08);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 20px;
}
ul#hsresults > li > a {
  display: block;
  font-family: NotoSerif, serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #001742;
  text-decoration: none;
  margin-bottom: 1rem;
}
ul#hsresults p.hs-search-results__description {
  padding: 0;
  margin: 0;
}
p.hs-search-results__description .hs-search-highlight {
  font-weight: normal;
}



@media (max-width: 767px) {
  .systems-page .page-header h1 {
    font-size: 32px;
  }
  .systems-page .page-header h2 {
    font-size: 26px;
  }
  ul#hsresults > li > a {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: -0.3px;
}

}