*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*! 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 */

.container-fluid {
  *zoom: 1;
  padding-left: 16px;
  padding-right: 16px;
}

.row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}

.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .row-fluid .span12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-fluid .span11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666667%;
    flex: 0 0 91.6666667%;
    max-width: 91.6666667%;
  }

  .row-fluid .span10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333%;
    flex: 0 0 83.3333333%;
    max-width: 83.3333333%;
  }

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

  .row-fluid .span8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666666667%;
    flex: 0 0 66.666666667%;
    max-width: 66.666666667%;
  }

  .row-fluid .span7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

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

  .row-fluid .span5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666667%;
    flex: 0 0 41.6666667%;
    max-width: 41.6666667%;
  }

  .row-fluid .span4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

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

  .row-fluid .span2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .row-fluid .span1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333333%;
    flex: 0 0 8.333333333%;
    max-width: 8.333333333%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  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-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .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-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    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-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    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-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.content-wrapper,
.page-center {
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .content-wrapper,
  .page-center {
    max-width: 540px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .content-wrapper,
  .page-center {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .content-wrapper,
  .page-center {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .content-wrapper,
  .page-center {
    max-width: 1140px;
  }
}

@media (min-width: 1360px) {
  .content-wrapper,
  .page-center {
    max-width: 1200px;
  }
}

.dnd-section .dnd-column {
  padding-left: 16px;
  padding-right: 16px;
}

.dnd-section {
  padding: 40px 20px;
}
.space-top {
  padding-top: 40px; 
}
.space-bottom {
  padding-bottom: 40px; 
}

@media (min-width: 768px) {
  .dnd-section {
    padding: 64px 20px;
  }
  .space-top {
    padding-top: 64px; 
  }
  .space-bottom {
    padding-bottom: 64px; 
  }
}

@font-face {
  font-family: 'Campton';
  src: url('https://7518499.fs1.hubspotusercontent-eu1.net/hubfs/7518499/heydoc-s2/fonts/Campton-Bold.eot');
  src: url('https://7518499.fs1.hubspotusercontent-eu1.net/hubfs/7518499/heydoc-s2/fonts/Campton-Bold.eot#iefix') format('embedded-opentype'),
    url('https://7518499.fs1.hubspotusercontent-eu1.net/hubfs/7518499/heydoc-s2/fonts/Campton-Bold.woff2') format('woff2'),
    url('https://7518499.fs1.hubspotusercontent-eu1.net/hubfs/7518499/heydoc-s2/fonts/Campton-Bold.woff') format('woff'),
    url('https://7518499.fs1.hubspotusercontent-eu1.net/hubfs/7518499/heydoc-s2/fonts/Campton-Bold.ttf') format('truetype'),
    url('https://7518499.fs1.hubspotusercontent-eu1.net/hubfs/7518499/heydoc-s2/fonts/Campton-Bold.svg#Campton-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Campton';
  src: url('https://7518499.fs1.hubspotusercontent-eu1.net/hubfs/7518499/heydoc-s2/fonts/Campton-Light.eot');
  src: url('https://7518499.fs1.hubspotusercontent-eu1.net/hubfs/7518499/heydoc-s2/fonts/Campton-Light.eot#iefix') format('embedded-opentype'),
    url('https://7518499.fs1.hubspotusercontent-eu1.net/hubfs/7518499/heydoc-s2/fonts/Campton-Light.woff2') format('woff2'),
    url('https://7518499.fs1.hubspotusercontent-eu1.net/hubfs/7518499/heydoc-s2/fonts/Campton-Light.woff') format('woff'),
    url('https://7518499.fs1.hubspotusercontent-eu1.net/hubfs/7518499/heydoc-s2/fonts/Campton-Light.ttf') format('truetype'),
    url('https://7518499.fs1.hubspotusercontent-eu1.net/hubfs/7518499/heydoc-s2/fonts/Campton-Light.svg#Campton-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Campton';
  src: url('https://7518499.fs1.hubspotusercontent-eu1.net/hubfs/7518499/heydoc-s2/fonts/Campton-Book.eot');
  src: url('https://7518499.fs1.hubspotusercontent-eu1.net/hubfs/7518499/heydoc-s2/fonts/Campton-Book.eot#iefix') format('embedded-opentype'),
    url('https://7518499.fs1.hubspotusercontent-eu1.net/hubfs/7518499/heydoc-s2/fonts/Campton-Book.woff2') format('woff2'),
    url('https://7518499.fs1.hubspotusercontent-eu1.net/hubfs/7518499/heydoc-s2/fonts/Campton-Book.woff') format('woff'),
    url('https://7518499.fs1.hubspotusercontent-eu1.net/hubfs/7518499/heydoc-s2/fonts/Campton-Book.ttf') format('truetype'),
    url('https://7518499.fs1.hubspotusercontent-eu1.net/hubfs/7518499/heydoc-s2/fonts/Campton-Book.svg#Campton-Book') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'New Kansas';
  src: url('https://7518499.fs1.hubspotusercontent-eu1.net/hubfs/7518499/heydoc-s2/fonts/New%20Kansas%20Regular.otf');
  font-weight: 300;
}

img {
  max-width: 100%;
  height: auto;
}
svg {
  max-width: 100%;
  vertical-align: middle;
}
html {
  font-size: 16px;
}

body {
  color: #576177;
  font-family: 'Campton', sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

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

strong {
  font-weight: 700;
}

a {
  color: #175CFF;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover, a:focus {
  text-decoration: underline;
}

h1, .h1 {
  font-family: 'Nunito Sans'; font-style: normal; font-weight: normal; text-decoration: none;
  font-family: 'Campton', sans-serif;
  font-size: 41px;
  line-height: 1.3;
}

h2, .h2 {
  font-family: 'Nunito Sans'; font-style: normal; font-weight: normal; text-decoration: none;
  font-family: 'Campton', sans-serif;
  font-size: 36px;
  line-height: 1.3;
}

h3, .h3 {
  font-family: 'Nunito Sans'; font-style: normal; font-weight: normal; text-decoration: none;
  font-family: 'Campton', sans-serif;
  font-size: 36px;
  line-height: 1.3;
}

h4, .h4 {
  font-family: 'Nunito Sans'; font-style: normal; font-weight: normal; text-decoration: none;
  font-family: 'Campton', sans-serif;
  font-size: 20px;
  line-height: 1.3;
}
.h4-lg{
 font-size: 24px;
}
h5, .h5 {
  font-family: 'Nunito Sans'; font-style: normal; font-weight: normal; text-decoration: none;
  font-family: 'Campton', sans-serif;
  font-size: 16px;
}

h6, .h6 {
  font-family: 'Nunito Sans'; font-style: normal; font-weight: normal; text-decoration: none;
  font-family: 'Campton', sans-serif;
  font-size: 16px;
}
.overline {
  font-weight: 500; font-style: normal; text-decoration: none;
  font-family: 'Campton', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}
.quote {
  font-family: 'Campton', sans-serif;
  font-size: 24px;
  line-height: 1.3;
}
.fsize-md-24 {
  line-height: 1.6;
}
.fsize-20 {
  font-size: 1.25rem;  
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 48px;
  }
  h2, .h2 {
    font-size: 48px;
  }
  h3, .h3, .quote {
    font-size: 36px;
  }
  h4, .h4 {
    font-size:24px;
  }
  .h4-lg{
    font-size:26px;
  }
  h5, .h5 {
    font-size: 18px;
  }
  h6, .h6 {
    font-size: 16px;
  }
  .fsize-md-24 {
    font-size: 1.5rem;  
  }
}
.hs-form button,
.hs-form input[type=submit],
.button {
  background-color: #175CFF;
  border: 2px solid #175CFF;
  border-radius: 33px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  height: auto;
  line-height: 1.2;
  margin: 0;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
  margin: 2px;
}

.button.cta_button {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.hs-form button,
.hs-form input[type=submit] {
  padding: 15px 24px;
  min-width: 197px;
  max-width: 100%;
}
.button .custom-icon {
  display: inline-block;
  vertical-align: text-bottom;
}
.button-icon img {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.button-icon--right img {
  margin-left: 8px;
}
.button-icon--left img {
  margin-right: 8px;
}

.button-large {
  padding: 15px 24px;
}

.button-secondary {
  border-color: #D7DADE;
  background-color: #ffffff;
  color: #576177
}

.hs-form button:disabled,
.button:disabled {
  background-color: #576177;
  border-color: #576177;
}

.hs-form button:hover, 
.hs-form button:focus,
.hs-form input[type=submit]:hover,
.hs-form input[type=submit]:focus,
.button:hover,
.button:focus {
  border: 4px solid #BDD1FF;
  margin: 0;
  text-decoration: none;
}

.button-secondary:hover,
.button-secondary:focus {
  border-color: #D7DADE;
}

.hs-form button:focus,
.hs-form input[type=submit]:focus,
.button:focus,
.hs-form button:active,
.button:active {
  background-color: #104CDC;
  text-decoration: none;
}

.button-secondary:focus {
  background-color: #F4F6F8;
}
.button-link{ 
  font-size:13px;
  text-decoration:none!important;
}
.button-link:after{
  content:url(https://7518499.fs1.hubspotusercontent-eu1.net/hubfs/7518499/arrow-link.svg);
  display:inline-block;
  margin-left:5px;
  position: relative;
  top: 2px;
  transition:.5s all linear;
  -webkit-transition:.5s all linear;
}
.button-link:hover:after{
  margin-left:10px;
}
/* Form */

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

/* Labels */

form label {
  display: block;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}
.form--nolabels .hs-form-field>label {
  display: none;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 16px;
}

/* Inputs */
.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  color: #576177;
  display: block;
  font-size: 18px;
  padding: 15px 24px;
  border: 1px solid #4E7ECB;
  border-radius: 4px;
  width: 100%;
  background-clip: padding-box;
}

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: rgba(82, 168, 236, 0.8);
}

fieldset {
  max-width: 100%;
}

::-webkit-input-placeholder {
  color: #7FA3DC;
}

::-moz-placeholder {
  color: #7FA3DC;
}

:-ms-input-placeholder {
  color: #7FA3DC;
}

:-moz-placeholder {
  color: #7FA3DC;
}

::placeholder {
  color: #7FA3DC;
}

/* 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: #33475B;
  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: #343A40;
}

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

.fn-date-picker td .pika-button:hover {
  background-color: #343A40;
  border-radius: 0;
  color: #FFF;
}

.fn-date-picker .pika-button,
.fn-date-picker .pika-next,
.fn-date-picker .pika-prev {
	min-width: 10px;
}

/* 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%;
}

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

/* Validation */

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

.hs-input.invalid.error {
  border-color: #EF6B51;
}
.hs-error-msgs {
  color: #EF6B51;
}
.hs-error-msg {
  margin-top: 0.35rem;
}
.hs-error-msgs label {
  font-size: 0.8em;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* COlumns */
.hs_cos_wrapper_type_form {
  padding-left: 8px;
  padding-right: 8px;
  display: block;
}
.hs_cos_wrapper_type_form>div {
  margin-left: -8px;
  margin-right: -8px;
}
.hs-form.hs-form.hs-form fieldset {
  max-width: 100%;
}
.hs_cos_wrapper_type_form .hs-form-field,
.hs_cos_wrapper_type_form .hs_error_rollup,
.hs_cos_wrapper_type_form .hs-submit{
  padding-left: 8px;
  padding-right: 8px;
}

.hs-form.hs-form.hs-form .input {
  margin-right: 0;
}

.hs-form input[type=text],
.hs-form input[type=email],
.hs-form input[type=password],
.hs-form input[type=tel],
.hs-form input[type=number],
.hs-form input[type=file],
.hs-form select,
.hs-form textarea {
  width: 100% !important;
}
/* Table */

table {
  border: 1px solid #D7DADE;
  margin-bottom: 1.4rem;
}

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

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #D7DADE;
  color: #FFF;
  vertical-align: bottom;
}
.c-primary {
  color: #175CFF;
}
.c-secondary {
  color: #00154F;
}
.c-muted {
  color: #576177;
}
.c-background {
  color: #F4F6F8;
}
.c-dark_text {
  color: #1C1E21;
}
.c-black {
  color: #000000;
}
.c-white {
  color: #ffffff;
}
@media (min-width: 768px) {
  .c-md-primary {
    color: #175CFF;
  }
  .c-md-secondary {
    color: #00154F;
  }
  .c-md-muted {
    color: #576177;
  }
  .c-md-background {
    color: #F4F6F8;
  }
  .c-md-dark_text {
    color: #1C1E21;
  }
  .c-md-black {
    color: #000000;
  }
  .c-md-white {
    color: #ffffff;
  }
}

.bg-primary {
  background-color: #175CFF;
}
.bg-secondary {
  background-color: #00154F;
}
.bg-muted {
  background-color: #576177;
}
.bg-background {
  background-color: #F4F6F8;
}
.bg-dark_text {
  background-color: #1C1E21;
}
.bg-black {
  background-color: #000000;
}
.bg-white {
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .bg-md-primary {
    background-color: #175CFF;
  }
  .bg-md-secondary {
    background-color: #00154F;
  }
  .bg-md-muted {
    background-color: #576177;
  }
  .bg-md-background {
    background-color: #F4F6F8;
  }
  .bg-md-dark_text {
    background-color: #1C1E21;
  }
  .bg-md-black {
    background-color: #000000;
  }
  .bg-md-white {
    background-color: #ffffff;
  }
}
/* Header container */

.header {
  background-color: #F8FAFC;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.header--dark {
  background-color: #00154F;
}

.header--white {
  background-color: #ffffff;
  border-bottom: 1px solid #E8EDF1;
}
.header--primary {
  background-color: #ffffff;
}

.header--transparent:not(.fixed) {
  background-color: transparent;
}

.header__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header a {
  text-decoration: none;
}

.header__logo,
.header__navigation {
  padding-left: 15px;
  padding-right: 15px;
}

/* Logo */

.header__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  width: 100%;
  max-width: 150px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.header__logo a,
.header__logo img {
  display: block;
}
.header__logo img {
  max-width: 100%;
}
.header__logo--fixed {
  display: none;
}
.header.fixed .header__logo--fixed {
  display: block;
}
.header.fixed .header__logo.has-fixed .header__logo--desktop,
.header.fixed .header__logo.has-fixed .header__logo--mobile {
  display: none;
}

/* Navigation */
.header-nav__menu ul {
  list-style: none;
  margin: 0;
}
.header-nav__menu>ul {
  padding-left: 0;
}
.header-nav__menu>ul>li {
  position: relative;
}
.header-nav__submenu>li>img,
.header-nav__submenu .hs_cos_wrapper_type_inline_text {
  display: none;
}
.header-nav__submenu a:hover {
  color: #00154F
}
.header-nav__link-toggle {
  background-color: transparent;
  border: none;
  line-height: 0;
  padding: 0;
  margin-bottom: 20px;
}
.header-nav__link-toggle svg {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.header-nav__link-toggle.open svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header__logo--hidemobile {
  display: none;
}
.header__logo--hidedesktop {
  display: block;
}
@media (min-width: 768px){
  .header--primary .header__logo--hidemobile {
    display: block;
  }
  .header--primary .header__logo--hidedesktop {
    display: none;
  }
  .header--primary.fixed .header__logo--hidedesktop {
    display: block;
  }
  .header--primary.fixed .header__logo--hidemobile {
    display: none;
  }
}
@media (min-width: 1200px){
  .header__logo--hidemobile {
    display: block;
  }
  .header__logo--hidedesktop {
    display: none;
  }
  .header-nav__toggle {
    display: none;
  }
  .header__navigation {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .header-nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: -20px;
    margin-right: -20px;
  }
  .header-nav__menu,
  .header-nav__cta,
  .header-nav__login {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-nav__login,
  .header-nav__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-nav__menu>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    height: 100%;
  }
  .header-nav__menu>ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-nav__link-toggle {
    margin-bottom: 0;
    margin-left: 8px;
  }
  .header-nav__link-toggle svg {
    width: 16px;
    height: 16px;
  }
  li:hover>.header-nav__link-toggle svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  /* themes */
  .header--dark .header-nav__link,
  .header--dark .header-nav__link-toggle {
    color: #ffffff
  }
  .header--dark .header-nav__link:hover,
  .header--dark .header-nav__link:hover~.header-nav__link-toggle{
    color: #F4F6F8
  }
  .header--dark .header-nav__cta .button {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #00154F;
  }
  .header--white .header-nav__link,
  .header--white .header-nav__link-toggle {
    color: #000000
  }
  .header--white .header-nav__link:hover,
  .header--white .header-nav__link:hover~.header-nav__link-toggle {
    color: #175CFF
  }
  .header--white .header-nav__cta .button {
    background-color: #175CFF;
    border-color: #175CFF;
    color: #ffffff;
  }
  .header--primary .header-nav__link,
  .header--primary .header-nav__link-toggle,
  .header--primary .header-nav__link:hover,
  .header--primary .header-nav__link:hover~.header-nav__link-toggle {
    color: #ffffff
  }
  .header--primary.fixed .header-nav__link,
  .header--primary.fixed .header-nav__link~.header-nav__link-toggle,
  .header--primary.fixed .header-nav__link:hover,
  .header--primary.fixed .header-nav__link:hover~.header-nav__link-toggle {
    color: #175CFF
  }
  .header--primary .header-nav__cta .button {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #175CFF;
  }
  .header--primary.fixed .header-nav__cta .button {
    background-color: #175CFF;
    border-color: #175CFF;
    color: #ffffff;
  }

  /* Submenu */
  .header-nav__submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 648px;
    max-width: 80vw;
    background-color: #ffffff;
    padding: 20px;
    -webkit-box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: none;
  }
  .has-submenu:hover .header-nav__submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-nav__submenu>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 100%;
    max-width: 50%;
    position: relative;
  }
  .header-nav__submenu>li:nth-of-type(odd){
    padding-right: 8px;
  }
  .header-nav__submenu>li:nth-of-type(even){
    padding-left: 8px;
  }
  .header-nav__submenu a {
    display: block;
    transition: all 0.2s ease;
    border-radius: 4px;
    padding: 20px;
  }
  .header-nav__submenu a:hover {
    background: #F4F6F8;
  }
  .header-nav__submenu p {
    color: #000000;
    margin-top: 0;
    margin-bottom: 4px;
  }
  .header-nav__submenu .hs_cos_wrapper_type_inline_text {
    display: block;
    font-size: 0.875rem;
    color: #576177
  }
}
@media (max-width: 1199px){

  /*  Hamburger  */
  .header-nav__toggle {
    padding: 30px 0;
  }
  .header .hamburger {
    color: #ffffff;
    width: 54px;
    height: 32px;
    border-radius: 33px;
    padding: 11px 18px;
    border: none;
    position: relative;
    display: block;
  }
  .header--white .hamburger {
    background-color: #175CFF
  }
  .header--dark .hamburger {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .header--primary .hamburger {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .header--primary.fixed .hamburger {
    background-color: rgba(23, 92, 255, 0.1);
  }
  .hamburger__inner {
    display: block;
  }
  .header .hamburger::before,
  .header .hamburger::after {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    position: absolute;
    left: 18px;
    background-color: #ffffff;
    -webkit-transition: -webkit-transform 0.15s ease;
    transition: -webkit-transform 0.15s ease;
    -o-transition: transform 0.15s ease;
    transition: transform 0.15s ease;
    transition: transform 0.15s ease, -webkit-transform 0.15s ease;
  }
  .header--primary .hamburger::after,
  .header--primary .hamburger::before {
    background-color: #ffffff
  }
  .header--primary.fixed .hamburger::after,
  .header--primary.fixed .hamburger::before {
    background-color: #175CFF
  }
  .header .hamburger::before {
    top: 11px;
  }
  .header .hamburger::after {
    top: 19px;
  }
  .header-nav .hamburger.open::before,
  .header-nav .hamburger.open::after {
    top: 15px;
  }
  .header-nav .hamburger.open::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-nav .hamburger.open::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /*  mobile dropdown  */
  .header__inner {
    position: relative;
  }
  .header-nav__inner {
    background-color: #ffffff;
    position: absolute;
    top: calc(100% - 15px);
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 24px 20px;
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__navigation.open .header-nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-nav__menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .header-nav__cta,
  .header-nav__login {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .header-nav__login {
    padding-left: 18px;
    padding-right: 18px;
  }
  .header-nav__menu a {
    display: block;
    padding-bottom: 20px;
    font-size: 1.125rem;
  }
  .header-nav__menu>ul>li {
    margin-bottom: 20px;
    border-bottom: 1px solid #E0E4E8;
  }
  .header-nav__menu>ul>li>a {
    color: #000000
  }
  .header-nav__submenu a {
    color: #576177;
    padding-left: 24px;
  }
  .header-nav__menu .has-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-nav__menu .has-submenu a,
  .header-nav__menu .has-submenu button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .header-nav__submenu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
    display: none;
  }
  .header-nav__submenu.open {
    display: block;
  }
}
.footer--dark {
  background-color: #00154F;
  color: #ffffff; 
}
.footer--dark a {
  color: #ffffff; 
}
.footer--light {
  background-color: #F4F6F8;
  color: #576177; 
  padding-top: 64px;
}
.footer--light a {
  color: #576177; 
}
.footer a:hover {
  color: #175CFF;
  text-decoration: none;
}
.footer .address p {
  margin: 0;
}
.footer__inner--top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer--light .footer__inner--top {
  border-bottom-color: #576177
}
.footer__inner--bottom {
  padding-top: 40px;
  padding-bottom: 62px;
}
.footer__logo,
.footer__menu,
.footer__copyright,
.footer__socials {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  padding: 0 15px;
}
.footer__logo .hs_cos_wrapper_type_logo {
  width: 56px;
  padding-bottom: 45px;
  display: block;
}
.footer__menu ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.footer__menu .hs-menu-wrapper>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.footer__menu .hs-menu-wrapper>ul>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 100%;
  max-width: 50%;
  padding: 0 15px;
}
.footer__menu .hs-menu-wrapper>ul>li a {
  line-height: 1.6;
  display: block;
}
.footer__menu .hs-menu-wrapper>ul>li>a {
  font-size: 1.375rem;
  font-family: 'Campton', sans-serif;
  margin-bottom: 20px;
}
.footer__menu .hs-menu-children-wrapper {
  margin-bottom: 30px;
}
.footer__menu .hs-menu-children-wrapper li {
  padding-bottom: 8px;
}
.footer__socials ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__socials ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  padding-right: 38px;
}
.footer__socials ul li:last-child {
  padding-right: 0;
}
.footer__copyright .address {
  margin-bottom: 20px;
}
.footer__copyright {
  padding-bottom: 40px;
}

.footer--light .footer__menu .hs-menu-wrapper>ul>li>a {
  color: #000000
}
.footer--light .footer__logo .address {
  line-height: 1.8;
}

@media (min-width: 992px) {
  .footer__inner--bottom {
    padding-bottom: 58px;
  }
  .footer__inner .row-fluid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; 
  }
  .footer__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 100%;
    max-width: 25%;
  }
  .footer__menu,
  .footer__copyright,
  .footer__socials {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .footer--dark .footer__menu {
    padding-top: 20px;
  }
  .footer--light .footer__socials {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .footer__inner--top {
    padding-bottom: 40px;
    border-bottom: none;
  }
  .footer--light .footer__inner--top{
    padding-bottom: 0;
  }
  .footer--light .footer__inner--bottom {
    padding-top: 0;
  }
  .footer__inner--bottom .row-fluid {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__copyright .address {
    margin-bottom: 0;
  }
  .footer__copyright {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .footer--light {
    padding-top: 68px;
  }
  .footer__menu .hs-menu-wrapper>ul>li {
    margin-right: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .footer__menu .hs-menu-wrapper>ul>li:last-child {
    margin-right: 0;
  }
  .footer__menu .hs-menu-wrapper>ul>li>a {
    margin-bottom: 30px;
  }
}
/* =============================
LIST CSS 
==============*/


.blog__heading-inner{
  max-width:610px;
  padding:45px 0;
  margin:auto;
}
.blog__heading-inner h1{
  margin: 0;
  color:#20252D;
}

@media (min-width:768px){
  .blog__heading-inner{
    text-align:center;
    padding:75px 0;
  }
}
@media (max-width:767px){
  .blog__heading-inner h1{
    font-size:40px;
  }
}


.blog__list{
  padding-bottom:100px;
}
.blog__item--copy h4{
  margin:.5em 0;
}
.blog__item--copy h4 a:hover{
  text-decoration:none;
}
.blog__item--copy h4 a{
  color:#20252D;
}
.blog__item--img{
  overflow:hidden;
  border-radius:6px;
  height:270px;
  display:block;
  margin-bottom:20px;
}
.blog__item--img img{
  width:100%;
  height:100%;
  object-fit:cover;
  -o-object-fit:cover;
}

.blog__list--inner .col{
  margin-top:50px;
}

.blog__author--headshot{
  width:48px;
  height:48px;
  border-radius:50%;
  overflow:hidden;
  display:inline-block;
  vertical-align:middle;
  margin-right:10px;
}
.blog__author--name{
  display:inline-block;
  vertical-align:middle;
}
.blog__author--name span{
  display:block;
  color:#000;
}
.blog__author--name span:nth-child(2){
  display:block;
  color:#969696;
  font-size: 14px;
}
.blog__author--headshot img{
  width:100%;
  height:100%;
  object-fit:cover;
  -o-object-fit:cover;
}

@media (min-width:768px){
  .blog__list--inner{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:0 -10px;
  }
  .blog__list--inner .col{
    padding:0 10px;
    width:33.3%;
  }
  .blog__author{
    display:none;
  }
} 






/* POST PAGE */
.blog__post h3, .blog__post h4{
  color:#000;
}
.blog__post--image{
  overflow:hidden;
  height:260px;
}

.blog__post-inner{
  background-color: #fff;
  padding: 50px 0 ;
  position: relative;
  z-index: 1;
  max-width: 866px;
  margin: 0 auto;
}
.blog__post-inner h1{
  color:#000;
  margin:0 0 .3em;
}


.blog__post--image img{
  width:100%;
  height:100%;
  object-fit:cover;
  -o-object-fit:cover;
  object-position:center;
  -o-object-position:center;
}

.blog__post--tags{
  margin-bottom: 1em;
}

.blog__post--body{
  margin-top:2.5em;
  padding:2.5em 0 0;
  border-top:1px solid #C9CCD1;
}
.blog__post--body p{
  margin:0;
}
.blog__post--body p:not(:last-child){
  margin-bottom:1.5em;
}

.blog__resources .resources--block{
  background-color:#fff;
  padding-top:0;
}

@media (min-width:576px){
  .blog__post--image{
    overflow:hidden;
    height:calc(100vh - 300px);
  }
}
@media (min-width:992px){
  .blog__post-inner{
    padding: 70px 90px;
    margin-top: -10%;
  }
}


/* Numbered Pagination */
.cs-pagination {
  display: block;
  text-align: center;
}
.cs-pagination > div {
  display: inline-block;
}
.cs-pagination-left {
  text-align: right;
}
.cs-pagination-right {
  text-align: left;
}
.cs-pagination a {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  padding: 5px 10px;
}
.cs-pagination a:hover,
.cs-pagination a:focus {
  background-color: #c8ecff;
  text-decoration: none;
}
.cs-pagination a.elipses {
  border: 0;
}
.cs-pagination a.active {
  background-color: #f5f5f5;
  color: #666;
  pointer-events: none;
  cursor: default;
}
.cs-pagination a.next-link,
.cs-pagination a.prev-link {
  background-color: #666;
  color: #fff;
}
.cs-pagination a.next-link:hover,
.cs-pagination a.prev-link:hover {
  background-color: #008cd4;
  color: #fff;
}
/* =============================
LIST CSS 
==============*/


.featured-post__img{
  display:block;
  overflow:hidden;
  border-radius:6px;
  margin-bottom:20px;
}
.featured-post__img img{
  width:100%;
  height:100%;
  object-fit:cover;
  -o-object-fit:cover;
}
.featured-post__copy h3{
  margin-top:0;
  margin-bottom:.5em;
}
.featured-post__copy h3 a{
  color:#20252D;
}
.featured-post__copy h3 a:hover{
  text-decoration:none;
}

.featured-post__author--headshot{
  width:48px;
  height:48px;
  border-radius:50%;
  overflow:hidden;
  display:inline-block;
  vertical-align:middle;
  margin-right:10px;
}
.featured-post__author--name{
  display:inline-block;
  vertical-align:middle;
}
.featured-post__author--name span{
  display:block;
  color:#000;
}
.featured-post__author--headshot img{
  width:100%;
  height:100%;
  object-fit:cover;
  -o-object-fit:cover;
}
@media (min-width:768px){
  .featured-post__inner{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin:0 -15px;
  }
  .featured-post__img{
    padding:0 15px;
    width:62%;
    margin-bottom:0;
    min-height:400px;
  }
  .featured-post__copy{
    padding:0 15px;
    width:38%;
    position:relative;
  }
  
  .featured-post__author{
    position:absolute;
    bottom:0;
    left:15px;
  }
} 

@media (max-width:767px){
  .featured-post__copy h3{
    font-size:24px;
  }
}


.case-study__heading-inner{
  max-width:610px;
  padding:45px 0 0 0;
  margin:auto;
}
.case-study__heading-inner h1{
  margin: 0;
  color:#20252D;
}

@media (min-width:768px){
  .case-study__heading-inner{
    text-align:center;
    padding:75px 0 24px 0;
  }
}
@media (max-width:767px){
  .case-study__heading-inner h1{
    font-size:40px;
  }
}


.case-study__list{
  padding-bottom:100px;
}
.case-study__item--copy h4{
  margin:.5em 0;
}
.case-study__item--copy h4 a:hover{
  text-decoration:none;
}
.case-study__item--copy h4 a{
  color:#20252D;
}
.case-study__item--img{
  overflow:hidden;
  border-radius:6px;
  height:270px;
  display:block;
  margin-bottom:20px;
}
.case-study__item--img img{
  width:100%;
  height:100%;
  object-fit:cover;
  -o-object-fit:cover;
}

.case-study__list--inner .col{
  margin-top:50px;
}

.case-study__author--headshot{
  width:48px;
  height:48px;
  border-radius:50%;
  overflow:hidden;
  display:inline-block;
  vertical-align:middle;
  margin-right:10px;
}
.case-study__author--name{
  display:inline-block;
  vertical-align:middle;
}
.case-study__author--name span{
  display:block;
  color:#000;
}
.case-study__author--name span:nth-child(2){
  display:block;
  color:#969696;
  font-size: 14px;
}
.case-study__author--headshot img{
  width:100%;
  height:100%;
  object-fit:cover;
  -o-object-fit:cover;
}

@media (min-width:768px){
  .case-study__list--inner{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:0 -10px;
  }
  .case-study__list--inner .col{
    padding:0 10px;
    width:33.3%;
  }
  .case-study__author{
    display:none;
  }
} 






/* POST PAGE */
.case-study__post h3, .case-study__post h4{
  color:#000;
}
.case-study__post--image{
  overflow:hidden;
  height:260px;
}

.case-study__post-inner{
  background-color: #fff;
  padding: 50px 0 ;
  position: relative;
  z-index: 1;
  max-width: 866px;
  margin: 0 auto;
}
.case-study__post-inner h1{
  color:#000;
  margin:0 0 .3em;
}


.case-study__post--image img{
  width:100%;
  height:100%;
  object-fit:cover;
  -o-object-fit:cover;
  object-position:center;
  -o-object-position:center;
}

.case-study__post--tags{
  margin-bottom: 1em;
}

.case-study__post--body{
  margin-top:2.5em;
  padding:2.5em 0 0;
  border-top:1px solid #C9CCD1;
}
.case-study__post--body p{
  margin:0;
}
.case-study__post--body p:not(:last-child){
  margin-bottom:1.5em;
}

.case-study__resources .resources--block{
  background-color:#fff;
  padding-top:0;
}

@media (min-width:576px){
  .case-study__post--image{
    overflow:hidden;
    height:calc(100vh - 300px);
  }
}
@media (min-width:992px){
  .case-study__post-inner{
    padding: 70px 90px;
    margin-top: -10%;
  }
}


/* Numbered Pagination */
.cs-pagination {
  display: block;
  text-align: center;
}
.cs-pagination > div {
  display: inline-block;
}
.cs-pagination-left {
  text-align: right;
}
.cs-pagination-right {
  text-align: left;
}
.cs-pagination a {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  padding: 5px 10px;
}
.cs-pagination a:hover,
.cs-pagination a:focus {
  background-color: #c8ecff;
  text-decoration: none;
}
.cs-pagination a.elipses {
  border: 0;
}
.cs-pagination a.active {
  background-color: #f5f5f5;
  color: #666;
  pointer-events: none;
  cursor: default;
}
.cs-pagination a.next-link,
.cs-pagination a.prev-link {
  background-color: #666;
  color: #fff;
}
.cs-pagination a.next-link:hover,
.cs-pagination a.prev-link:hover {
  background-color: #008cd4;
  color: #fff;
}
/* Error pages */

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

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  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 1.4rem;
}

.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 li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.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: #0270E0;
}

/* 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;
}