/* ******************************************************************************
*********************************************************************************
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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}



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

/**
 * 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.
*********************************************************************************
****************************************************************************** */

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

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

@media (max-width: 1150px) {
  .dnd-section > .row-fluid,
  .page-center{
    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:'Roboto Slab';
  src:url("https://6344044.fs1.hubspotusercontent-na1.net/hubfs/6344044/Parsyl_June2021/Fonts/RobotoSlab-Light.eot"),
    url("//6344044.fs1.hubspotusercontent-na1.net/hubfs/6344044/raw_assets/public/Parsyl_June2021/fonts/RobotoSlab-Light.woff"),
      url("//6344044.fs1.hubspotusercontent-na1.net/hubfs/6344044/raw_assets/public/Parsyl_June2021/fonts/RobotoSlab-Light.woff");
        }

html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.2;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Lato, serif;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
  padding: 0;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

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

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

h4 {
  font-size: 1.175rem;
  line-height: 1.1875;
}

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {}

ul li,
ol li {}

ul ul,
ol ul,
ul ol,
ol ol {}

blockquote {}

/* Horizontal Rules */
hr {}

/* TODO */
small {

}

/* TODO */
mark {

}


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



sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #305C75;
  border-radius: 4px;
  outline: none;
}

*::-webkit-scrollbar {
  height: 3px;
  width: 3px;
}

img{
  max-width: 100%;
}

@media only screen and (max-width: 600px){

  *::-webkit-scrollbar {
    background: transparent;
    height: 0;
    scrollbar-width: none;
    width: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
}

.hs-button {
  background-color: rgba(8, 172, 244, 1);
  color: #FFF;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Roboto, sans-serif, 'Helvetica Neue', Helvetica, Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400 !important;
  width: 100%;
  margin: 15px 0;
  padding: 15px;
  text-transform: none;
  transform: none !important;
  -webkit-font-smoothing: antialiased;
  line-height: 20px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  z-index: 2;
  position: relative;
  border-style: solid;
  border-radius: 3px;
  box-shadow: 0 2px 6px -2px rgb(0 0 0 / 50%);
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transition: all 0.1s;
  outline: 0;
  -webkit-user-select: none;
  user-select: none;
}

.hs-button:hover, .hs-button:focus {
  box-shadow: 0 4px 14px -6px rgb(0 0 0 / 80%);
}

.hs-button:active {
  box-shadow: 0 4px 14px -6px rgb(0 0 0 / 80%);
}


.hs-form label {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Roboto, sans-serif;
  font-size: 14.4px;
  line-height: 20px;
  font-weight: 300;
  color: rgba(5, 36, 74, 1);
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input,
input#hs-pwd-widget-password{
  background-color: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  display: block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  color: rgba(8, 172, 244, 1);
  line-height: inherit;
  width: 100%;
  border: 0;
  outline: 0;
  min-height: 38px;
  border-bottom: 1px solid rgba(230, 230, 230, .8);
}

.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;
  min-height: 1px;
}

.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,
input#hs-pwd-widget-password:focus{
  outline: none;
  border-bottom: 1px solid rgba(8, 172, 244, 1);
  transition: background-color 0.3s;
  padding: 2px;
}

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;
  margin: 0;
  padding: 0;
}

.hs-form-field {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Roboto, sans-serif;
  font-size: 16.2px;
  font-weight: 300;
  box-shadow: 0 1.2px 6px -2px rgb(0 0 0 / 60%);
  padding: 22px 20px;
}

.hs-form-field>label {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Roboto, sans-serif;
  font-size: 14.4px;
  line-height: 20px;
  font-weight: 300;
  color: rgba(5, 36, 74, 1);
}

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

.hs-form-required {
  color: #05244a;
}

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

h3.form-title {
  font-family: 'Roboto Slab';
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 60px;
  margin: 0;
}


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

@media (max-width: 767px){
  form {
    max-width: 100%;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.mdia-pge .cst-banner-grp {
  max-height: 350px;
  height: auto;
}

.cst-header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.mdia-bottom-sec-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 75px 0 130px;
  text-align: center;
}

.mdia-bottom-sec-wrapper .hs_cos_wrapper_type_header h2 {
  color: #fff;
  margin: 0 0 18px;
  font-size: 34px;
  line-height: normal;
}

.cookies-main-sec-wrapper {
  margin: 60px auto 38px;
  max-width: 800px;
  width: 100%;
  font-size: 16px;
  color: #000;
  line-height: normal;
}

.CookieDeclarationDialogText, 
.CookieDeclarationIntro, 
.CookieDeclarationLastUpdated {
  margin: 0 0 14px 0;
}

#CookieDeclarationUserStatusLabelConsentId {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.cookies-main-sec-wrapper .hs_cos_wrapper_type_rich_text span {
  display: block;
}

.CookieDeclarationType {
  display: block;
  margin: 12px 0 12px 0;
  padding: 8px 8px 0 8px;
  border: 1px solid #333333;
  vertical-align: top;
}

.CookieDeclarationTypeHeader {
  font-weight: bold;
}

.CookieDeclarationTable {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 18px 0;
  padding: 0;
  border: 0 !important;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.CookieDeclarationTableHeader {
  font-weight: bold;
  border: none;
  border-bottom: 1px solid #777777;
  text-align: left;
  padding: 4px;
  overflow: hidden;
  color: #000;
}

.CookieDeclarationTableCell {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;
  border: none;
  border-bottom: 1px solid #777777;
  vertical-align: top;
  padding: 4px 4px 5px 4px;
}

.no-banner .cst-header {
  position: relative;
}

.no-banner .technology-pge .cst-header {
  position: absolute;
}

.ghrf-row1-sec-wrapper .hs_cos_wrapper_type_header h3 {
  text-align: center;
  color: #003553;
  font-size: 2em;
  margin-bottom: 20px;
  line-height: 45px;
}

.ghrf-row1-sec-wrapper {
  font-size: 16px;
  background-size: cover;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 4em;
  padding-right: 4em;
  background-position: center top;
  background-repeat: no-repeat;
}

.ghrf-row1-sec-wrapper .ghrf-row1-top-content .hs_cos_wrapper_type_linked_image img {
  display: block;
  margin: 0px auto 20px;
  max-width: 400px !important;
}

.ghrf-row1-sec-wrapper .hs-button {
  background: #0BACF4;
  border-radius: 20px;
  color: #fff;
  -webkit-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  padding: 10px 10px;
  display: block;
  margin: 20px auto 100px;
  min-width: 240px;
  font-weight: bold !important;
  text-align: center;
  text-decoration: none;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'helvetica neue', helvetica, sans-serif;
  line-height: normal;
}

.ghrf-row1-sec-wrapper .hs-button:hover {
  background: #003554;
}

.ghrf-row1-sec-wrapper .dnd-section>.row-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.ghrf-row1-sec-wrapper .span6.widget-span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-left: 0;
}

.ghrf-row1-sec-wrapper .hs_cos_wrapper_type_rich_text h2 {
  color: #003553;
  font-size: 2.8em;
  text-align: left;
  margin-bottom: 20px;
}

.ghrf-row1-sec-wrapper .hs_cos_wrapper_type_rich_text p {
  color: #003553;
  line-height: 28px;
  font-size: 18px;
}

.ghrf-row1-sec-wrapper .ghrf-row1-right-content .hs_cos_wrapper_type_linked_image img {
  display: block;
  max-width: 90% !important;
  margin: 0 auto;
}

.ghrf-row1-sec-wrapper .page-center {
  max-width: 1200px;
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
}

.ghrf-row1-sec-wrapper .page-center>.row {
  margin-right: -15px;
  margin-left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.ghrf-row1-sec-wrapper .page-center>.row.ghrf-row1-top-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ghrf-row1-sec-wrapper .ghrf-row1-bottom-content .col-50 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.ghrf-row3-sec-wrapper {
  background: -webkit-gradient( linear , left bottom, left top , from(#c9cbbe), to(#eaebe2));
  background: -o-linear-gradient( bottom , #c9cbbe 0%, #eaebe2 100%);
  background: linear-gradient( 0deg , #c9cbbe 0%, #eaebe2 100%);
  padding: 6em 0 0;
  font-size: 16px;
}

.ghrf-row3-sec-wrapper .dnd-section>.row-fluid {
  max-width: 1200px;
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
}

.ghrf-row3-sec-wrapper .hs_cos_wrapper_type_rich_text {
  text-align: center;
}

.ghrf-row3-sec-wrapper .hs_cos_wrapper_type_rich_text h2 {
  color: #003553;
  text-align: center;
  font-size: 3em;
  max-width: 450px;
  margin: 0 auto 30px;
  line-height: normal;
}

.ghrf-row3-sec-wrapper .hs_cos_wrapper_type_rich_text .title-border {
  width: 120px;
  background: #FED766;
  height: 12px;
  display: block;
  margin: 0 auto 30px;
}

.ghrf-row3-sec-wrapper .hs_cos_wrapper_type_rich_text p {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 20px;
  color: #003553;
  line-height: 28px;
  font-size: 18px;
}


.ghrf-row4-sec-wrapper img {
  display: block;
}

.ghrf-row5-sec-wrapper {
  background: #F2F2F2;
  padding: 4em 0;
  font-size: 16px;
}

.ghrf-row5-sec-wrapper .page-center {
  max-width: 1200px;
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.ghrf-row5-sec-wrapper .page-center .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.ghrf-row5-sec-wrapper .col-50 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.ghrf-row5-sec-wrapper .hs_cos_wrapper_type_rich_text h2 {
  color: #003553;
  font-size: 3em;
  max-width: 400px;
}

.ghrf-row5-sec-wrapper .hs_cos_wrapper_type_rich_text p {
  max-width: 550px;
  margin: 15px 0;
  color: #003553;
  line-height: 28px;
  font-size: 18px;
}

.ghrf-row5-sec-wrapper .ghrf-row5-right-sec .hs_cos_wrapper_type_rich_text {
  -webkit-box-shadow: 2px 2px 10px rgb(0 0 0 / 30%);
  box-shadow: 2px 2px 10px rgb(0 0 0 / 30%);
  border-radius: 20px;
  background: #fff;
  padding: 2em 3em;
  max-width: 500px;
  margin: 70px auto 0;
  display: block;
}

.ghrf-row5-sec-wrapper .ghrf-row5-right-sec .hs_cos_wrapper_type_rich_text h3 {
  color: #08acf4;
  font-size: 60px;
  text-align: left;
  margin: 0;
  float: left;
  margin-right: 20px;
  position: relative;
  top: 14px;
  line-height: 45px;
}

.ghrf-row5-sec-wrapper .ghrf-row5-right-sec .hs_cos_wrapper_type_rich_text p {
  font-size: 16px;
  margin: 10px 0;
}

.ghrf-row5-sec-wrapper .col-100 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.ghrf-row5-sec-wrapper .ghrf-row5-image-sec .hs_cos_wrapper_type_header {
  text-align: center;
}

.ghrf-row5-sec-wrapper .ghrf-row5-image-sec .hs_cos_wrapper_type_header h4 {
  font-weight: 400;
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 0;
  line-height: 38px;
}

.ghrf-row5-sec-wrapper .ghrf-row5-image-sec .hs_cos_wrapper_type_linked_image img {
  display: block;
  max-width: 220px !important;
  margin: -30px auto 0;
}

.ghrf-row6-sec-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 6em 0;
  font-size: 16px;
}

.ghrf-row6-sec-wrapper .page-center {
  max-width: 1200px;
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.ghrf-row6-sec-wrapper .page-center .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.ghrf-row6-sec-wrapper .page-center .col-50 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.ghrf-row6-sec-wrapper .page-center .col-50 .row-fluid [class*="span"] {
  min-height: 0;
}

.ghrf-row6-sec-wrapper .hs_cos_wrapper_type_rich_text h2 {
  color: #fff;
  font-size: 3em;
  line-height: normal;
  margin: 0;
}

.ghrf-row6-sec-wrapper .hs_cos_wrapper_type_rich_text p {
  line-height: 28px;
  font-size: 18px;
  color: #fff;
  max-width: 550px;
  display: block;
}

.ghrf-row6-sec-wrapper .hs_cos_wrapper_type_rich_text * {
  color: #fff;
}

.ghrf-row9-sec-wrapper img {
  width: 100%;
}

.ghrf-row8-sec-wrapper {
  font-size: 16px;
}

.ghrf-row8-sec-wrapper .hs_cos_wrapper_type_header h2 {
  text-align: center;
  font-size: 3em;
  color: #003553;
  margin: 0;
}

.ghrf-row8-sec-wrapper .cst-btn-grp .cst-btn-item {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.ghrf-row8-sec-wrapper .cst-btn-grp {
  max-width: 460px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ghrf-row8-sec-wrapper .cst-btn-grp .cst-btn-item:first-child {
  padding-right: 20px;
}

.ghrf-row8-sec-wrapper .cst-btn-grp a.btn-primary {
  width: 100%;
  margin: 40px auto;
  height: auto;
  padding: 10px;
  max-width: 240px;
  background: #0BACF4;
  border-radius: 20px;
  color: #fff;
  -webkit-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  display: block;
  font-weight: 400;
  border: 2px solid #0BACF4;
  letter-spacing: 0;
  font-size: 16px;
  line-height: normal;
}

.ghrf-row8-sec-wrapper .cst-btn-grp a.btn-primary:hover {
  border: 2px solid #003553;
}

/* ========= Global Health Page =========== */

.gh-row1-sec-wrapper .section-header {
  margin: 60px auto 50px;
  max-width: 800px;
  width: 100%;
}

.gh-row1-sec-wrapper .section-header h1 {
  color: #003554;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 60px;
  font-family: 'Roboto Slab';
}

.gh-row1-sec-wrapper .section-header p {
  font-size: 18px;
  line-height: 26px;
  color: #003554;
}

.gh-row3-sec-wrapper {
  background-color: #FBFBFB;
  padding: 50px 0;
}

.gh-row3-sec-wrapper .page-center {
  margin: 70px auto;
  max-width: 1024px;
}

.gh-row3-top-sec-wrapper {
  margin-bottom: 70px;
}

.gh-row3-top-sec-inner-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gh-row3-top-left-sec-wrapper {
  width: 55%;
}

.gh-row3-top-right-sec-wrapper {
  width: 45%;
}

.gh-row3-top-left-sec-wrapper .hs_cos_wrapper_type_rich_text h1 {
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 60px;
  position: relative;
}

.gh-row3-top-left-sec-wrapper .hs_cos_wrapper_type_rich_text h1:after {
  content: "";
  width: 73px;
  margin-top: 11px;
  height: 4px;
  background: #FED766;
  display: block;
}

.gh-row3-top-left-sec-wrapper .hs_cos_wrapper_type_rich_text p {
  font-size: 18px;
  line-height: 26px;
  color: #003554;
}

.gh-row4-sec-wrapper .challenge-wrapper .benefit-section {
  margin: 70px auto;
}

.gh-row4-sec-wrapper .gh-row4-sec-wrapper .challenge-wrapper .benefit-item-pair .card-container .card h1 {
  line-height: 60px;
}

.gh-row4-sec-wrapper .challenge-wrapper .benefit-item-pair .card-container .card.vaccine-1 {
  padding-bottom: 70px;
}

.gh-row4-sec-wrapper .challenge-wrapper .benefit-item-pair .card-container .card.vaccine-2 {
  width: 85%;
  padding-top: 50px;
  margin-left: 60px;
  margin-top: -45px;
}

.gh-row4-sec-wrapper .challenge-wrapper .benefit-item-pair .card-container .vaccine-3.is-image {
  margin-left: auto;
  margin-right: 0;
  margin-top: -320px;
  width: 178px;
  padding: 20px;
}

.gh-row4-sec-wrapper .challenge-wrapper .benefit-item-pair .content ~ br {
  display: none;
}

.gh-row6-sec-wrapper {
  padding: 50px 0;
  background-color: #fff;
}

.gh-row6-sec-wrapper .cst-btn-grp a.btn-primary {
  padding: 14px 28px 13px;
  max-width: 100%;
  margin-top: 50px;
  height: auto;
}

.gh-row6-sec-wrapper .hs_cos_wrapper_type_header h1 {
  line-height: 60px;
  margin-bottom: 18px;
  letter-spacing: 0.4px;
}

.gh-row6-sec-wrapper .hs_cos_wrapper_type_header h1:after {
  content: "";
  width: 73px;
  display: block;
  margin-top: 11px;
  height: 4px;
  background: #FED766;
}

/* ======= Homepage ========= */

.dark-menu .homepage .cst-header {
  background-color: transparent;
  position: absolute;
}

.homepage .content-bg-break .insurance-cta-title.white {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 60px;
  text-align: center;
  z-index: 1;
}

.homepage .content-bg-btn-wrapper {
  margin-top: 24px;
  z-index: 1;
}

.homepage .content-bg-break {
  background-position: center;
}

.homepage .content-bg-btn-wrapper a.cta_button {
  width: auto;
}

.homepage .navbar .navbar-links>a.request-a-demo, 
.homepage .navbar .navbar-links>a.demander-une-démo {
  display: none;
}

.homepage {
  overflow-x: hidden;
}

.ghrf-pge .ghrf-row8-sec-wrapper .dnd-section>.row-fluid {
  max-width: 1200px;
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

html[lang="fr"] .gh-row2-sec-wrapper .challenge-wrapper .benefit-item-pair .card-container {
  height: auto;
}

html[lang="fr"] .gh-row2-sec-wrapper .testimonial-wrapper {
  padding: 70px 64px;
}

html[lang="fr"] .ghrf-row3-sec-wrapper .hs_cos_wrapper_type_rich_text h2 {
  max-width: 490px;
}

html[lang="fr"] .usability .shine-section-bottom {
  margin-top: 9px;
}

html[lang="fr"] .cst-insurance-banner-grp .cst-left-content h5 b {
  font-weight: 800;
}

html[lang="fr"] .cst-insurance-banner-grp .cst-left-content h5 b span {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-left: 0px;
}

html[lang="fr"] .cst-cargo-insurance .insurance-cargo-grid {
  margin-bottom: 120px;
}

html[lang="fr"] .cargo-details .cargo-details-content h3 {
  max-width: 293px;
}

.ie {
  overflow-x: hidden;
}

.ie .shine-section .shine-wrapper,
.ie .usability .left-outside, 
.ie .usability .right-outside{
  transform: none;
}

.ie .usability .device-1 .mini-list .list-content.item-3,
.ie .usability .device-1 .mini-list .list-content.item-4,
.ie .usability .device-1 .mini-list .list-content.item-5{
  background-position: -126px;
}

.ie .usability .device-2 .mini-list .list-content.item-5{
  background-position: -146px;
}

.ie .usability .trek-mini {
  display: block;
}

.ie .usability .mini-img {
  width: 40%;
  float: left;
}

.ie .usability .mini-list {
  width: 60%;
  float: left;
}

.firefox .testimonial-wrapper .testimonial-name strong {
  font-weight: normal;
}

@media (max-width: 1224px) and (min-width: 1001px){
  html[lang="fr"] .cst-ins-cverd-grp .page-center .gap-table {
    width: 300px;
  }

  html[lang="fr"] .cst-ins-cverd-grp .page-center .gap .gap-titles .gap-title {
    width: 226px;
  }

}
@media (max-width: 1150px){
  .media-main-sec .dnd-section>.row-fluid{
    padding: 0;
  }

  .ghrf-pge .dnd-section>.row-fluid,
  .global-health-pge .dnd-section>.row-fluid,
  .homepage .body-container-wrapper .dnd-section>.row-fluid {
    padding-left: 0;
    padding-right: 0;
  }

}

@media (max-width: 1024px){
  .global-health-pge .gh-row6-sec-wrapper .dnd-section>.row-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }

  .gh-row3-sec-wrapper .page-center {
    padding: 0 64px;
  }
}
@media (max-width: 1000px){
  .mdia-pge .cst-banner-grp {
    max-height: 400px;
  }

  .gh-row3-sec-wrapper .page-center {
    padding: 0 32px;
    margin: 50px auto;
  }

  .gh-row4-sec-wrapper .challenge-wrapper .benefit-section {
    margin: 50px auto;
  }

  .gh-row4-sec-wrapper .challenge-wrapper .benefit-item-pair .card-container .card.vaccine-2 {
    width: 100%;
    padding-top: 40px;
    margin: 40px 0 0 0;
  }

  .gh-row4-sec-wrapper .challenge-wrapper .benefit-item-pair .card-container .card.vaccine-1 {
    padding-bottom: 40px;
  }

  .gh-row4-sec-wrapper .challenge-wrapper .benefit-item-pair .card-container .vaccine-3.is-image {
    display: none;
  }

  .global-health-pge .gh-row6-sec-wrapper .dnd-section>.row-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }

  html[lang="fr"] .cargo-details .cargo-details-content h3 {
    max-width: 100%;
  }

  html[lang="fr"] .usability .device-right .trek-mini {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  html[lang="fr"] .usability .device-right .device-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 991px){

  .ghrf-row3-sec-wrapper .hs_cos_wrapper_type_rich_text h2 {
    font-size: 2em;
    max-width: 90%;
  }

  .ghrf-row1-sec-wrapper .hs_cos_wrapper_type_rich_text p,
  .ghrf-row3-sec-wrapper .hs_cos_wrapper_type_rich_text p, 
  .ghrf-row5-sec-wrapper .hs_cos_wrapper_type_rich_text p, 
  .ghrf-row6-sec-wrapper .hs_cos_wrapper_type_rich_text p {
    font-size: 16px;
    line-height: 24px;
  }

  .ghrf-row1-sec-wrapper .hs_cos_wrapper_type_rich_text h2,
  .ghrf-row6-sec-wrapper .hs_cos_wrapper_type_rich_text h2,
  .ghrf-row8-sec-wrapper .hs_cos_wrapper_type_header h2 {
    font-size: 2em;
  }

  html[lang="fr"] .ghrf-row3-sec-wrapper .hs_cos_wrapper_type_rich_text h2 {
    max-width: 95%;
  }
}

@media only screen and (max-width: 830px){
  .mdia-bottom-sec-wrapper {
    padding: 75px 0;
  }
}

@media only screen and (max-width: 800px){
  .gh-row1-sec-wrapper .section-header {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .ghrf-row1-sec-wrapper {
    padding: 2em;
  }

  .ghrf-row1-sec-wrapper .ghrf-row1-bottom-content .col-50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ghrf-row1-sec-wrapper .hs-button {
    margin-bottom: 50px;
  }

  .ghrf-row1-sec-wrapper .ghrf-row1-bottom-content .ghrf-row1-left-content {
    text-align: center;
  }

  .ghrf-row1-sec-wrapper .hs_cos_wrapper_type_rich_text h2 {
    text-align: center;
  }

  .ghrf-row5-sec-wrapper .col-50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ghrf-row5-sec-wrapper .hs_cos_wrapper_type_rich_text {
    text-align: center;
  }

  .ghrf-row5-sec-wrapper .hs_cos_wrapper_type_rich_text h2 {
    max-width: 100%;
  }

  .ghrf-row5-sec-wrapper .hs_cos_wrapper_type_rich_text p {
    padding-left: 0px;
    max-width: 100%;
  }

  .ghrf-row5-sec-wrapper .ghrf-row5-right-sec .hs_cos_wrapper_type_rich_text {
    margin: 40px auto 20px;
  }

  .ghrf-row6-sec-wrapper {
    padding: 4em 1em;
  }

  .ghrf-row6-sec-wrapper .page-center .col-50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ghrf-row6-sec-wrapper .hs_cos_wrapper_type_rich_text {
    text-align: center;
  }

  .ghrf-row6-sec-wrapper .hs_cos_wrapper_type_rich_text h2,.ghrf-row6-sec-wrapper .hs_cos_wrapper_type_rich_text p {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
  }

  .ghrf-row8-sec-wrapper .cst-btn-grp .cst-btn-item {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ghrf-row8-sec-wrapper .cst-btn-grp .cst-btn-item:first-child {
    padding: 0;
  }

  .ghrf-row8-sec-wrapper .cst-btn-grp a.cta_button {
    margin: 10px auto;
    max-width: 220px;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }

  .ghrf-row8-sec-wrapper .cst-btn-grp a.btn-primary {
    margin: 10px auto;
    max-width: 220px;
  }


}

@media only screen and (max-width: 700px) {
  .gh-row3-top-left-sec-wrapper,.gh-row3-top-right-sec-wrapper {
    width: 100%;
  }

  .gh-row3-top-sec-inner-wrapper {
    flex-direction: column;
  }
}

@media (max-width: 640px){
  .cookies-main-sec-wrapper {
    margin: 20px 0 50px;
    padding: 0 1px;
  }

  .CookieDeclarationTableCell {
    -o-text-overflow: unset;
    text-overflow: unset;
    word-wrap: unset;
  }

  .CookieDeclarationTable {
    table-layout: auto;
    font-size: 80%;
  }

  .CookieDeclarationTable tr {
    width: 100%;
  }

  .CookieDeclarationType {
    overflow-x: auto;
    width: 100%;
  }

  .CookieDeclarationType::-webkit-scrollbar {
    height: 3px;
    width: 3px;
  }
}

@media only screen and (max-width: 600px){
  .gh-row1-sec-wrapper .section-header {
    margin: -20px auto 100px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

  .gh-row1-sec-wrapper .section-header h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .gh-row3-sec-wrapper {
    padding: 50px 32px;
  }

  .gh-row3-top-left-sec-wrapper .hs_cos_wrapper_type_rich_text h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .gh-row3-top-sec-wrapper {
    margin-bottom: 50px;
  }

  .gh-row1-sec-wrapper .section-header p span {
    display: block;
  }

  .gh-row6-sec-wrapper {
    padding: 50px 32px;
  }

  .gh-row6-sec-wrapper .hs_cos_wrapper_type_header h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .homepage .content-bg-break .insurance-cta-title.white {
    font-size: 40px;
    line-height: 50px;
  }

  html[lang="fr"] .gh-row2-sec-wrapper .testimonial-wrapper {
    padding: 50px 32px;
  }
}

@media (max-width: 576px) {
  .ghrf-row1-sec-wrapper .ghrf-row1-top-content .hs_cos_wrapper_type_linked_image img {
    max-width: 90% !important;
  }
}

@media (max-width: 479px){
  .ghrf-row1-sec-wrapper .hs_cos_wrapper_type_header h3 {
    font-size: 1.8em;
  }

  .ghrf-row5-sec-wrapper .ghrf-row5-right-sec .hs_cos_wrapper_type_rich_text h3 {
    float: none;
    position: static;
  }

  html[lang="fr"] .cst-cargo-insurance .insurance-cargo-grid {
    margin: 86px 0 120px;
  }

  html[lang="fr"] .cargo-details .cargo-details-content h3 {
    font-size: 37px;
  }

  html[lang="fr"] .usability .device-1 .mini-list .list-content.item-3,
  html[lang="fr"] .usability .device-1 .mini-list .list-content.item-4 {
    background-position: 0;
  }
}
@media (max-width: 465px){
  .mdia-pge .cst-banner-grp {
    max-height: 465px;
  }
}

@media (max-width: 375px){
  .gh-row1-sec-wrapper .section-header {
    margin: 0px auto 60px;
  }

  .gh-row6-sec-wrapper,
  .gh-row3-sec-wrapper{
    padding-left: 0;
    padding-right: 0;
  }
}


/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


body.banner .cst-header {
  background: transparent;
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  top: 0;
}
.banner-section .dnd-section>.row-fluid, .page-center {
  padding: 0;
}

.cst-abt-r1-grp .dnd-section {
  padding: 70px 0;
}

.cst-abt-r1-grp .section-header {
  max-width: 735px;
  width: 100%;
}


.cst-abt-r1-grp .section-header h1 {
  color: #003554;
  margin: 0;
}

.cst-abt-r1-grp .section-header p {
  font-size: 18px;
  line-height: 26px;
  color: #003554;
}

.cst-abt-r2-grp {
  background-position: top;
  padding: 70px 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -35px;
  padding-bottom: 0;
  padding-top: 150px;
}
.cst-abt-r2-grp .dnd-section, 
.cst-abt-r2-grp .dnd-section .row-fluid,
.cst-abt-r1-grp .dnd-section .row-fluid{
  padding: 0!important;
}
.cst-abt-r2-grp .section-header {
  margin-bottom: 40px;
  max-width: 735px;
}

.cst-abt-r2-grp .section-header h1 {
  letter-spacing: 0.4px;
}

.cst-abt-r2-grp .section-header p {
  font-size: 18px;
  line-height: 26px;
}

.cst-fllwidth-r1-grp {
  padding: 50px 0;
  background-color: #fff;
  padding-top: 60px;
}

.cst-fllwidth-r1-grp .page-center {
  max-width: 100%!important;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}
.cst-fllwidth-r1-grp .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100% !important;
}
.cst-fllwidth-r1-grp .widget-type-rich_text h2 {
  color: #003554;
  margin: 0;
  padding: 0;
  padding-top: 40px;
  margin: 0;
  font-size: 34px;
  font-weight: 600;
}
.cst-fllwidth-r1-grp .widget-type-rich_text p {
  color:#000;
}
.cst-fllwidth-r1-grp .dnd-section {
  padding-bottom: 0;
}

.cst-contact-r1-grp {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 435px;
}
.cst-contact-r2-grp {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 10px 20px 40px rgb(0 0 0 / 10%);
  margin: -154px auto 120px;
  max-width: 635px;
  padding: 45px 45px;

  width: 100%;
}
.cst-contact-r2-grp .widget-type-rich_text {
  text-align: center;
}
.cst-contact-r2-grp .widget-type-rich_text h1 {
  margin: 0;
  padding: 0;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 60px;
  font-family: 'Roboto Slab';
}

.cst-contact-r2-grp .widget-type-rich_text h5 {
  margin: 0;
  padding: 0;
  color: #42718D;
  font-family: 'helvetica neue', helvetica, sans-serif;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}

.cst-contact-r2-grp .widget-type-rich_text hr {
  border: 0;
  border-bottom: 2px solid #FED766;
  width: 86px;
  margin: 15px auto 45px;
  background: transparent;
  height: 0;
}
.cst-contact-r2-grp form {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 15px 10px;
}
.cst-contact-r2-grp form .hs-form-field > label {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Roboto, sans-serif;
  font-size: 14.4px;
  line-height: 20px;
  font-weight: 300 !important;
  color: rgba(5, 36, 74, 1);
  margin-bottom: 1px;
  display: block;
}
.cst-contact-r2-grp form .hs-form-field select.hs-input {
  height: 44px;
  background-color: #f8f8f8;
  border-radius: 4px;
  margin-top: 5px;
  padding: 10px;
  color: rgba(8, 172, 244, 1);
  font-family: Lato, "Helvetica Neue", Helvetica, Roboto, sans-serif;
}

.cst-contact-r2-grp form .hs-form-field select.hs-input option {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Roboto, sans-serif;
  font-size: 16.2px;
  font-weight: 300;
  line-height: 32px;
  color: rgba(5, 36, 74, 1);
}

.cst-contact-r2-grp form .hs-form-field .hs-input {
  height: 38px;
  margin-top: 5px;
  color: rgba(8, 172, 244, 1);
  font-family: 'Lato', "Helvetica Neue", Helvetica, Roboto, sans-serif;
}

.cst-contact-r2-grp form .hs-form-field {
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 20px;
}
.cst-contact-r2-grp form .hs-form-field textarea.hs-input:focus {
  background-color: rgba(0,0,0,0);
  box-shadow: 0 0 20px -6px rgb(0 0 0 / 20%);
}
.cst-contact-r2-grp form .hs_submit.hs-submit .hs-button {
  margin-top: 0;
  margin-bottom: 79px;
}
.cst-contact-r2-grp form .hs-form-field textarea.hs-input:hover {
  background-color: rgba(0,0,0,0.02);
}
.cst-contact-r2-grp form .hs-form-field textarea.hs-input {
  height: auto;
  min-height: 171px;
  background-color: rgba(0,0,0,0.04);
  padding: 5px 10px;
  transition: background-color 0.3s;
  border-bottom-color: transparent;
}
.cst-contact-r2-grp form .hs-form-field .hs-input:focus {
  background-color: rgba(0,0,0,0);
  box-shadow: 0 0 20px -6px rgb(0 0 0 / 20%);
}

.cst-contact-r2-grp form .hs-error-msgs label {
  background-color: rgba(8, 172, 244, 1);
  padding: 6px 0;
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 18px;
  overflow: hidden;
  text-align: center;
  position: relative;
  margin-top: 20px;
}

.cst-contact-r2-grp form .hs_error_rollup .hs-error-msgs label {
  margin-bottom: 15px;
}
.submitted-message {
  text-align: center;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Roboto, sans-serif;
  font-size: 16.2px;
  line-height: 25px;
  font-weight: 300 !important;
  color: rgba(5, 36, 74, 1);
}

.submitted-message h2 {
  margin: 0;
  margin: 0 auto;
  margin-bottom: 0;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Roboto, sans-serif;
  font-size: 21.6px;
  line-height: 30px;
  font-weight: 300 !important;
  color: rgba(5, 36, 74, 1);
}
.submitted-message p {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Roboto, sans-serif;
  font-size: 16.2px;
  line-height: 25px;
  font-weight: 300 !important;
  color: rgba(5, 36, 74, 1);
  margin: 0;
}
.cst-contact-r2-grp form .form-field-grp {
  max-width: 100%;
  background-color: #fff;
  position: relative;
  text-align: left;
  box-shadow: 0 1.2px 6px -2px rgb(0 0 0 / 60%);
}
.cst-contact-r2-grp form .form-field-grp .hs-form-field {
  box-shadow: none;
}
.cst-contact-r2-grp form .hs-fieldtype-select.field.hs-form-field .input {
  position: relative;
}
.cst-contact-r2-grp form .hs-fieldtype-select.field.hs-form-field .input:before {
  line-height: 24px;
  content: '';
  position: absolute;
  right: 15px;
  border-style: solid;
  display: inline-block;
  height: 0;
  width: 0;
  top: 21px;
  border-width: 5px 5px 2.5px;
  border-color: #999 transparent transparent;
}

.cst-career-r1-grp .careers-hero-wrapper {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  padding: 200px 0;
}

.cst-career-r1-grp {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.cst-career-r2-grp .dnd-section, .cst-career-r2-grp .dnd-section>.row-fluid {
  padding: 0;
}


.cst-career-r2-grp .page-center {
  padding: 95px 135px;
  max-width: 1280px;
}
.cst-career-r2-grp .page-center .inner-grp > div {
  display: table-cell;
  vertical-align: middle;
}
.cst-career-r2-grp .page-center .inner-grp {
  display: table-row;
}
.cst-career-r2-grp .page-center .inner-grp .right-col img {
  max-width: none!important;
  width: 193px!important;
}
.cst-career-r2-grp .page-center .inner-grp .right-col {
  padding: 3px;
}
.cst-career-r2-grp .page-center .inner-grp .left-col {
  padding: 3px;
}
.cst-career-r2-grp .page-center .inner-grp .left-col .widget-type-rich_text h5 {
  margin: 0;
  color: #08ACF4;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-family: 'helvetica neue', helvetica, sans-serif;
  line-height: normal;
}
.cst-career-r2-grp .page-center .inner-grp .left-col .widget-type-rich_text h2 {
  margin: 0;
  padding: 0;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 60px;
  color: #003554;
}
.cst-career-r2-grp .page-center .inner-grp .left-col .widget-type-rich_text p {
  font-size: 18px;
  line-height: 26px;
  color: #003554;
  font-family: 'helvetica neue', helvetica, sans-serif;
}
.cst-career-r3-grp {
  background-color: #F6F6F6;
  padding: 80px 135px;
  color: #8C8C8C;
}

.cst-career-r3-grp .dnd-section, .cst-career-r3-grp .dnd-section > .row-fluid {
  padding: 0!important;
}
.cst-career-r4-grp {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 449px;
  width: 100%;
}
.cst-career-r5-grp {
  padding: 75px 135px;
  background-color: #F6F6F6;
  color: #8C8C8C;
}
.cst-career-r5-grp .page-center .dnd-section, .cst-career-r5-grp .page-center .dnd-section > .row-fluid {
  padding: 0;
}
.cst-career-r5-grp .widget-type-rich_text h2 {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 60px;
  color: #003554;
  margin: 0;
}
.cst-career-r5-grp .widget-type-rich_text p {
  font-size: 18px;
  line-height: 26px;
  color: #003554;
}
.cst-insurance-r2-grp {
  padding: 0 32px 101px;
  position: relative;
}
.cst-insurance-r4-grp {
  background-size: 100%;
  padding: 131px 32px 0;
}
.cst-insurance-r4-grp .page-center {
  margin: 0 auto;
  max-width: 920px!important;
  width: 100%;
}



.body {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}
.navy {
  color: #003554;
}
.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}
.cargo-details .cargo-details-content .cargo-list .cargo-list-item:last-child {
  margin-bottom: 0;
}

.cst-insurance-r5-grp {
  background-image: url(//6344044.fs1.hubspotusercontent-na1.net/hubfs/6344044/raw_assets/public/Parsyl_June2021/images/grey-wave1.svg),linear-gradient(#fff, #F6F6F6 335px);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 203px 0 97px;
}
.cst-insurance-r5-grp .dnd-section, .cst-insurance-r5-grp .dnd-section > .row-fluid {
  padding: 0;
  max-width: 100%;
}

/* .cst-popup-grp {
display: none;
} */
.cst-popup-grp {
  /*position: absolute;*/
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0 30px;
  align-items: center;
}
.cst-popup-grp .Paperform__popupoverlay {
  background-color: rgba(250,250,250,.6);
  opacity: 0;
  transition: opacity .7s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.cst-popup-grp .Paperform__popupclose {
  position: fixed;
  top: 42px;
  right: 45px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: Arial;
  font-weight: 400;
  font-size: 30px;
  color: #333;
  cursor: pointer;
  z-index: 10000;
  opacity: .7;
  transition: opacity .3s;
}
.cst-popup-grp.active-popup .Paperform__popupoverlay {
  opacity: 1;
}
.cst-popup-grp .Paperform__popupclose .Paperform__popupclose2 {
  border-bottom: 2px solid #333;
  -webkit-transform: rotate( 
    -45deg
  );
  transform: rotate( 
    -45deg
  );
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-top: 13px;
}
.cst-popup-grp .Paperform__popupclose .Paperform__popupclose1 {
  border-bottom: 2px solid #333;
  -webkit-transform: rotate( 
    45deg
  );
  transform: rotate( 
    45deg
  );
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 13px;
  width: 100%;
}
.cst-popup-grp .cst-pop-form-grp .cst-form-top-sec img {
  max-width: 183px!important;
  width: 100%!important;
}
.cst-popup-grp .cst-pop-form-grp {
  background-color: #FFF;
  background-size: 100px;
  margin: 30px auto;
  width: 100%;
  max-width: 1024px;
  box-shadow: 0px 25px 100px -20px rgb(0 0 0 / 40%);
  padding: .1px;
}
.cst-popup-grp .cst-pop-form-grp .header-sec h1 {
  font-family: 'Hanuman', "Helvetica Neue", Helvetica, Roboto, sans-serif;
  font-size: 36px;
  line-height: 50px;
  color: rgba(5, 36, 74, 1);
  font-weight: bold;
  margin: 0;
  letter-spacing: 0;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 0;
}
.insurance-page {
  overflow: hidden;
}

.cst-popup-grp .cst-pop-form-grp .cst-form-top-sec {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 55px;
}
.cst-popup-grp .cst-pop-form-grp .header-sec {
  text-align: center;
}
.cst-popup-grp .cst-pop-form-grp .header-sec h2 {
  font-family: 'Hanuman', "Helvetica Neue", Helvetica, Roboto, sans-serif;
  font-size: 24px;
  line-height: 35px;
  color: rgba(5, 36, 74, 1);
  margin: 0;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 0;
  margin-bottom: 35px;
}
.cst-popup-grp .cst-pop-form-grp .frm-sec {
  max-width: 700px;
  margin: 0 auto;
}

.cst-popup-grp .cst-pop-form-grp .frm-sec form {
  max-width: 100%;
  width: 100%;
  padding-bottom: 15px;
  padding-top: 15px;
}

.cst-popup-grp.active-popup {
  display: block;
}
.cst-popup-grp .cst-pop-form-grp .frm-sec form .form-field-grp > .hs-form-field {
  box-shadow: none;
  padding: 22px 0 21px;
}
.cst-popup-grp .cst-pop-form-grp .frm-sec form .form-field-grp {
  background-color: #fff;
  position: relative;
  text-align: left;
  transition: all 0.15s;
}

.cst-popup-grp .cst-pop-form-grp .frm-sec form .form-field-grp > .hs-form-field > label {
  font-family: 'Hanuman', "Helvetica Neue", Helvetica, Roboto, sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400 !important;
  color: rgba(5, 36, 74, 1);
  padding-left: 2px;

}
.cst-popup-grp .cst-pop-form-grp .frm-sec form .form-field-grp > .hs-form-field .input {
  margin-top: 5px;
  color: rgba(8, 172, 244, 1);
}
.cst-popup-grp .cst-pop-form-grp .frm-sec form .form-field-grp > .hs-form-field .input input[type=text]:focus,
.cst-popup-grp .cst-pop-form-grp .frm-sec form .form-field-grp > .hs-form-field .input input[type=email]:focus {
  border-bottom: 1px solid rgba(8, 172, 244, 1);
}
.cst-popup-grp .cst-pop-form-grp .frm-sec form .form-field-grp > .hs-form-field .input {
  margin-top: 5px;
  color: rgba(8, 172, 244, 1);
  margin-bottom: -2px;
}
.cst-popup-grp .cst-pop-form-grp .frm-sec form .hs-form-field .input {
  margin-top: 10px;
}
.cst-popup-grp .cst-pop-form-grp .frm-sec form .hs-form-field .input .hs-form-checkbox > label,
.cst-popup-grp .cst-pop-form-grp .frm-sec form .hs-form-field .input .hs-form-radio > label{
  box-shadow: 0 2px 6px -2px rgb(0 0 0 / 50%);
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transition: all 0.1s;
  outline: 0;
  position: relative;
  border: 0;
  font-family: inherit;
  cursor: pointer;
  text-align: left;
  text-transform: none;
  min-width: 130px;
  display: block;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 15px 16px;
  margin: 0;
  margin-bottom: 3px;
  width: 100%;
  color: #333;
  border-radius: 4px;
  background-color: #f8f8f8;
  line-height: normal;
  min-height: 1px;
  height: auto;
  line-height: 18px;
}
.cst-popup-grp .cst-pop-form-grp .frm-sec form .hs-form-field .input .hs-form-checkbox > label .hs-input[type=checkbox],
.cst-popup-grp .cst-pop-form-grp .frm-sec form .hs-form-field .input .hs-form-radio > label .hs-input[type=radio]{
  width: 10px;
  float: right;
  -webkit-appearance: checkbox;
}

.cst-popup-grp .cst-pop-form-grp .frm-sec form .hs-form-field .input .hs-form-checkbox > label span,
.cst-popup-grp .cst-pop-form-grp .frm-sec form .hs-form-field .input .hs-form-radio > label span{
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  display: block;
  font-family: 'Hanuman', "Helvetica Neue", Helvetica, Roboto, sans-serif;
  min-height: 20px;
}
.cst-popup-grp .cst-pop-form-grp .frm-sec form .hs-form-field .input .hs-form-checkbox > label:hover,
.cst-popup-grp .cst-pop-form-grp .frm-sec form .hs-form-field .input .hs-form-radio > label:hover{
  z-index: 20;
  box-shadow: 0 4px 14px -6px rgb(0 0 0 / 80%);
}
.cst-popup-grp .cst-pop-form-grp .frm-sec form .form-field-grp>.hs-form-field .input select {
  background-color: #f8f8f8;
  border-radius: 4px;
  cursor: default;
  display: table;
  height: 44px;
  padding: 5px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
  color: #000;
}
.cst-popup-grp .cst-pop-form-grp .frm-sec form .form-field-grp>.hs-form-field.hs-fieldtype-select .input:before {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  content: '';
  position: absolute;
  right: 10px;
  z-index: 2;
  top: 20px;
}
.cst-popup-grp .cst-pop-form-grp .frm-sec form .hs-button {
  margin-top: 21px;
  margin-bottom: 125px;
  background-color: rgba(8, 172, 244, 1);
  color: #FFF;
  line-height: 20px;
  font-family: inherit;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  z-index: 2;
  position: relative;
  border: 0;
  border-radius: 3px;
  -webkit-font-smoothing: subpixel-antialiased;
  box-shadow: 0 2px 6px -2px rgb(0 0 0 / 50%);
  backface-visibility: hidden;
  transition: all 0.1s;
  outline: 0;
  -webkit-user-select: none;
  user-select: none;
  font-weight: 300 !important;
  width: 100%;
  font-size: 16px;
  padding: 15px;
  text-transform: none;
  transform: none !important;
  font-family: 'Hanuman', "Helvetica Neue", Helvetica, Roboto, sans-serif, "Helvetica Neue", Helvetica, Roboto, sans-serif;
}

.cst-popup-grp .cst-pop-form-grp .frm-sec form .hs-button:hover {
  z-index: 20;
  box-shadow: 0 4px 14px -6px rgb(0 0 0 / 80%);
}
.cst-popup-grp .cst-pop-form-grp .frm-sec form .form-field-grp>.hs-form-field textarea {
  min-height: 139px;
  height: auto;
  background-color: rgba(0,0,0,0.04);
  padding: 5px 10px;
  transition: background-color 0.3s;
  border-bottom-color: transparent;
}
.cst-popup-grp .cst-pop-form-grp .frm-sec form .form-field-grp>.hs-form-field textarea:focus {
  background-color: rgba(0,0,0,0);
  box-shadow: 0 0 20px -6px rgb(0 0 0 / 20%);
}
.cst-popup-grp .cst-pop-form-grp .frm-sec form .form-field-grp>.hs-form-field.hs-fieldtype-select .input {
  position: relative;
}

.cst-popup-grp .Paperform__popupclose:hover {
  opacity: 1;
}

.cst-popup-grp .cst-pop-form-grp .frm-sec form .hs-error-msgs label {
  text-align: center;
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  margin-top: 20px;
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: -2px;
  text-transform: uppercase;
  line-height: 18px;
  overflow: hidden;
  position: relative;
  background-color: rgba(255, 103, 0, 1);
  height: auto;
  padding: 6px 0;
}

.footer-pop-form.cst-popup-grp .cst-pop-form-grp .cst-form-top-sec img {
  max-width: 143px !important;
}

.footer-pop-form.cst-popup-grp .cst-pop-form-grp .cst-form-top-sec {
  margin-top: 100px;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.footer-pop-form.cst-popup-grp .cst-pop-form-grp .header-sec {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Roboto, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400 !important;
}

.footer-pop-form.cst-popup-grp .cst-pop-form-grp .header-sec p {
  font-family: inherit;
  margin: 0;
}

.footer-pop-form.cst-popup-grp .cst-pop-form-grp .frm-sec {
  margin-top: 35px;
}

.footer-pop-form.cst-popup-grp .cst-pop-form-grp .frm-sec form .form-field-grp>.hs-form-field>label {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Roboto, sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300 !important;
}

.footer-pop-form.cst-popup-grp .cst-pop-form-grp .frm-sec form .form-field-grp {
  background-color: transparent;
}

.footer-pop-form.cst-popup-grp .cst-pop-form-grp .frm-sec form .hs-form-required {
  color: rgba(228, 219, 219, 1);
}

.footer-pop-form.cst-popup-grp .cst-pop-form-grp .frm-sec form .hs-form-field .input .hs-form-checkbox>label span {
  font-family: Lato, Georgia, serif;
}

.footer-pop-form.cst-popup-grp .cst-pop-form-grp .frm-sec form .hs-button {
  margin-bottom: 0;
  font-family: 'Nunito', "Helvetica Neue", Helvetica, Roboto, sans-serif, 'Helvetica Neue', Helvetica, Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400 !important;
  padding: 15px;
  text-transform: none;
  transform: none !important;
  -webkit-font-smoothing: antialiased;
}

.cst-insurance-cta-popup-grp {
  display: none;
}

.insurance-page .cst-popup-grp .cst-pop-form-grp .frm-sec form .form-field-grp>.hs-form-field .hs-input {
  font-family: 'Hanuman', "Helvetica Neue", Helvetica, Roboto, sans-serif;
  padding: 2px;
  box-shadow: none;
  font-size: 18px;
  line-height: normal;
}

.cst-popup-grp .cst-pop-form-grp .frm-sec form .hs-dependent-field .hs-form-field .hs-input {
  font-family: 'Hanuman',"Helvetica Neue",Helvetica,Roboto,sans-serif;
  padding: 2px;
  box-shadow: none;
  font-size: 18px;
  line-height: 32px;
  color: rgba(8,172,244,1);
}

.cst-popup-grp .cst-pop-form-grp .frm-sec form .hs-dependent-field .hs-form-field .hs-input::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}

.cst-popup-grp .cst-pop-form-grp .frm-sec form .hs-dependent-field .form-field-grp ~ .hs-form-field {
  padding: 0;
  box-shadow: none;
}

.cst-popup-grp .cst-pop-form-grp .frm-sec form .hs-dependent-field .hs-form-field>label {
  font-family: 'Hanuman', "Helvetica Neue", Helvetica, Roboto, sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: rgba(5, 36, 74, 1);
}

.footer-pop-form.cst-popup-grp .cst-pop-form-grp .frm-sec form .hs-error-msgs label {
  background-color: rgba(255, 103, 0, 1);
  height: auto;
  padding: 6px 0;
  text-align: center;
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 18px;
  overflow: hidden;
  margin-top: 20px;
}

.footer-pop-form.cst-popup-grp .cst-pop-form-grp .frm-sec form .hs-input.invalid.error {
  border-color: #ffa3a3;
}


.footer-pop-form.cst-popup-grp .cst-pop-form-grp .frm-sec form .hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
}

@media (max-width: 1150px) {
  .insurance-page .dnd-section>.row-fluid, .insurance-page .page-center {
    padding: 0;
  }

  .cst-contact-r2-grp .dnd-section>.row-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1100px) {
  .cst-popup-grp .Paperform__popupclose {
    right: 15px;
    top: 15px;
  }
}
@media only screen and (max-width: 1060px) {
  .cst-abt-r1-grp .dnd-section {
    padding: 70px 32px;
  }
  .cst-abt-r2-grp {
    padding: 00px 32px;
    padding-top: 150px;
  }
  .cst-contact-r2-grp {
    width: calc(100% - 32px);
  }
  .cst-career-r2-grp .page-center {
    padding: 45px 32px;
  }
  .cst-career-r3-grp {
    padding: 40px 32px;
  }

  .cst-career-r5-grp {
    padding: 35px 32px;
    overflow-x: hidden;
  }
}

@media (max-width: 800px){
  .cst-popup-grp .cst-pop-form-grp,
  .footer-pop-form.cst-popup-grp .cst-pop-form-grp {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 767px){
  .cst-popup-grp .cst-pop-form-grp .header-sec h1 {
    font-size: 32.4px;
    line-height: 45px;
  }

  .cst-popup-grp .cst-pop-form-grp .header-sec h2 {
    font-size: 21.6px;
    line-height: 30px;
  }

  .cst-popup-grp .cst-pop-form-grp .frm-sec form .form-field-grp>.hs-form-field>label {
    font-size: 16.2px;
    line-height: 25px;
  }

  .cst-popup-grp .cst-pop-form-grp .frm-sec form {
    padding-top: 10px;
  }

  .footer-pop-form.cst-popup-grp .cst-pop-form-grp .cst-form-top-sec {
    margin-top: 80px;
    margin-bottom: 25px;
  }

  .footer-pop-form.cst-popup-grp .cst-pop-form-grp .header-sec {
    font-size: 14.4px;
    line-height: 20px;
  }

  .footer-pop-form.cst-popup-grp .cst-pop-form-grp .header-sec p:first-of-type, .footer-pop-form.cst-popup-grp .cst-pop-form-grp .header-sec p:nth-last-child(2) {
    margin-bottom: 20px !important;
  }

  .footer-pop-form.cst-popup-grp .cst-pop-form-grp .frm-sec form .form-field-grp>.hs-form-field>label {
    font-size: 16.2px;
    line-height: 25px;
  }

  .footer-pop-form.cst-popup-grp .cst-pop-form-grp .frm-sec form .hs-button {
    margin-top: 40px;
  }
}



@media only screen and (max-width: 600px){
  .cst-abt-r2-grp {
    background-image:url('//6344044.fs1.hubspotusercontent-na1.net/hubfs/6344044/raw_assets/public/Parsyl_June2021/images/Mask2.png') !important;
      }
}


@media only screen and (max-width: 600px) {
  .cst-abt-r1-grp .section-header h1, .section-header h1 {
    line-height: 50px;
  }
  .cst-abt-r2-grp {
    padding-top: 120px;
  }
  .cst-fllwidth-r1-grp {
    padding: 30px 32px 50px;
  }
  .cst-fllwidth-r1-grp .dnd-section {
    padding-bottom: 0;
    padding-top: 0;
  }
  .cst-fllwidth-r1-grp .widget-type-rich_text h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .cst-contact-r1-grp {
    height: 375px;
  }
  .cst-contact-r2-grp {
    margin: -120px auto 120px;
    padding: 40px 20px;
  }
  .cst-contact-r2-grp .widget-type-rich_text h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .cst-contact-r2-grp .dnd-section>.row-fluid {
    padding: 0;
  }
  .cst-abt-r1-grp .dnd-section>.row-fluid {
    padding: 0;
  }
  .cst-career-r2-grp .page-center .inner-grp .left-col .widget-type-rich_text h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .cst-career-r5-grp .widget-type-rich_text h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .cst-insurance-banner-grp:after {
    background-image: url(//6344044.fs1.hubspotusercontent-na1.net/hubfs/6344044/raw_assets/public/Parsyl_June2021/images/wave-mobile.svg)!important;
    background-position: right;
  }
  .cst-insurance-r2-grp {
    padding: 0 16px 50px;
  }
  .cst-insurance-r4-grp {
    padding: 65px 16px 0;
  }
  .cst-insurance-r5-grp {
    padding-top: 150px;
    background-image: url(//6344044.fs1.hubspotusercontent-na1.net/hubfs/6344044/raw_assets/public/Parsyl_June2021/images/grey-wave.svg), linear-gradient(#fff, #F6F6F6 100px)!important;
  }
  .cst-popup-grp .cst-pop-form-grp {
    margin: 0;
    min-height: 100vh;
    max-height: 100%;
    height: 100%;
  }
  .cst-popup-grp {
    padding: 0;
  }
  .cst-popup-grp .cst-pop-form-grp {
    margin: 0;
    min-height: 100vh;
    max-height: 100%;
    height: 100%;
    padding: 25px 25px;
    padding-top: .1px !important;
    padding-bottom: 0 !important;
  }
  .cst-popup-grp .Paperform__popupclose {
    right: 15px;
    top: 15px;
  }
  .cst-popup-grp .cst-pop-form-grp .header-sec h1 {
    font-size: 32.4px;
    line-height: 45px;
  }
  .cst-popup-grp .cst-pop-form-grp .header-sec h2 {
    font-size: 21.6px;
    line-height: 30px;
  }
  .cst-popup-grp .cst-pop-form-grp .frm-sec form .form-field-grp .hs-form-field {
    padding: 22px 0 21px;
  }

  .cst-popup-grp .cst-pop-form-grp .frm-sec form .form-field-grp>.hs-form-field .input {
    margin-top: 4px;
  }
  .cst-popup-grp .cst-pop-form-grp .frm-sec form .form-field-grp {
    background-color: transparent;
    border: 0;
    box-shadow: none !important;
    padding: 0;
  }
  .cst-popup-grp .cst-pop-form-grp .frm-sec form .form-field-grp>.hs-form-field>label {
    font-size: 16.2px;
    line-height: 25px;
  }

  .footer-pop-form .cst-popup-grp .cst-pop-form-grp .frm-sec form .form-field-grp>.hs-form-field .input {
    margin-top: 5px;
  }
}
@media (max-width: 479px) {
  .cst-career-r2-grp .page-center .inner-grp {
    display: block;
  }
  .cst-career-r2-grp .page-center .inner-grp>div {
    display: block;
    padding: 0!important;
  }

  .footer-pop-form .cst-popup-grp .cst-pop-form-grp .frm-sec form .hs-input {
    min-height: 37px;
  }
}
@media only screen and (max-width: 380px) {
  .cst-fllwidth-r1-grp .widget-type-rich_text h2 {
    line-height: normal!important;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.cst-header {
  background-image: none;
  min-height: 120px;
  background-color: #003554;
}

.navbar .navbar-logo img {
  width: 100%;
}
.navbar .navbar-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 141px;
  flex: 0 0 141px;
}

.navbar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 49px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 50%;
  margin: 38px auto 0;
  max-width: 1024px;
  padding: 38px 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}

.navbar .navbar-links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 49px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 600px;
  width: 100%;
}

.navbar .navbar-langs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 600px;
  width: 5%;
}
.navbar  .mobile-navbar.mobile-menu,
.navbar .mobile-navbar.mobile-close,
.navbar .mobile-navbar-links {
  display: none;
}
.navbar .navbar-links .child-trigger {
  display: none;
}

.navbar .navbar-links > a:first-child {
  margin-left: 0;
}
.navbar .navbar-links > a {
  display: block;
  font-size: 15px;
  letter-spacing: 0.75px;
  margin: 0 auto;
  text-transform: capitalize;
  text-decoration: none;
  line-height: normal;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: -1px;
}
.navbar .navbar-links > a:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  cursor: pointer;
  padding: 5px 0 4px;
}
.navbar .navbar-links .has-menu-item > a {
  display: block;
  font-size: 15px;
  letter-spacing: 0.75px;
  margin: 0 auto;
  text-transform: capitalize;
  white-space: nowrap;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: -1px;
  padding: 5px 0 4px;
  line-height: normal;
}
.navbar .navbar-links .has-menu-item {
  margin: 0 auto;
  position: relative;
}
.navbar .navbar-links .has-menu-item .drop-2 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: -22px;
  padding: 22px;
  position: absolute;
  top: 30px;
  width: 150px;
}
.navbar .navbar-links .has-menu-item:hover > a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.navbar .navbar-links .has-menu-item {
  margin-top: 8px;
  padding-bottom: 8px;
}
.navbar .navbar-links .has-menu-item:hover .drop-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar .navbar-links .has-menu-item .drop-2 > a:first-child {
  padding-top: 0;
}
.navbar .navbar-links .has-menu-item .drop-2 > a {
  color: #fff;
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 0.75px;
  padding: 8px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-transform: capitalize;
  line-height: normal;
}
.navbar .navbar-links .has-menu-item .drop-2 > a:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  cursor: pointer;
}
.navbar .navbar-links>a.request-a-demo,
.navbar .navbar-links>a.demander-une-démo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-block;
  font-size: 15px;
  height: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: .5px;
  max-width: 270px;
  min-width: 153px;
  padding: 4px 0;
  text-align: center;
  margin: 0;
  border: 0;
  text-transform: none;
}
.navbar .navbar-langs > a:first-child {
  margin-left: 0;
}
.navbar .navbar-langs > a:last-child {
  margin-right: 0;
}
.navbar .navbar-langs > a {
  display: block;
  font-size: 15px;
  letter-spacing: .75px;
  margin: 0 auto;
  text-transform: capitalize;
  text-decoration: none;
  line-height: normal;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.navbar .navbar-langs>a.active {
  white-space: nowrap;
}

.navbar .navbar-langs>a:last-of-type {
  margin-right: 0;
}

.white-menu .blue-logo{
  display: none;
}

.dark-menu .cst-header {
  background-color: #ffffff;
}

.dark-menu .white-logo {
  display: none;
}

.dark-menu .navbar .navbar-links>a, 
.dark-menu .navbar .navbar-links .has-menu-item>a,
.dark-menu .navbar .navbar-links>a:hover, 
.dark-menu .navbar .navbar-links>a:focus, 
.dark-menu .navbar .navbar-links .has-menu-item:hover>a, 
.dark-menu .navbar .navbar-links .has-menu-item:focus>a,
.dark-menu .navbar .navbar-langs>a,
.dark-menu .navbar .navbar-langs>a.active,
.dark-menu .navbar .navbar-langs>a:hover{
  color: #003554;
}

.dark-menu .navbar .navbar-links>a.request-a-demo, 
.dark-menu .navbar .navbar-links>a.demander-une-démo,
.dark-menu .navbar .navbar-links>a.request-a-demo:hover, 
.dark-menu .navbar .navbar-links>a.demander-une-démo:hover{
  background-color: #003554;
  color: #fff;
}

.mobile-active .dark-menu .white-logo {
  display: block;
}

.mobile-active .dark-menu .blue-logo {
  display: none;
}

@media only screen and (max-width: 1060px) {
  .navbar {
    padding: 0px 32px;
  }
  .navbar .navbar-langs {
    display: none;
  }
  .navbar .mobile-navbar.mobile-menu {
    display: block;
  }
  .navbar .navbar-links {
    display: none;
  }
  .navbar .mobile-navbar.mobile-menu img.mobile-menu-img {
    margin-top: -1px;
  }
  .navbar .mobile-navbar.mobile-menu {
    display: block;
    cursor: pointer;
  }
  .navbar .mobile-navbar-links {
    background-color: #003554;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100vh - 75px);
    padding: 25px 0;
    position: absolute;
    top: 75px;
    -webkit-transform: translateX(calc(-100vw - 65px));
    -ms-transform: translateX(calc(-100vw - 65px));
    transform: translateX(calc(-100vw - 65px));
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    width: calc(100% + 2px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: auto;
  }
  .mobile-active .navbar .mobile-navbar-links {
    position: absolute;
    -webkit-transform: translateX(-33px);
    -ms-transform: translateX(-33px);
    transform: translateX(-33px);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .mobile-active .navbar {
    background-color: #003554;
    height: 49px;
    margin-top: 0;
    padding: 38px 32px;
    position: absolute;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    width: calc(100% + 1px);
  }
  .mobile-active .navbar .mobile-navbar.mobile-menu {
    display: none;
  }
  .mobile-active .navbar .mobile-navbar.mobile-close {
    display: block;
  }
  body.mobile-active {
    overflow: hidden;
  }
  .navbar .mobile-navbar-links .custom-menu-primary > ul > li {
    margin: 20px 0;
    padding: 0 64px;
    float: left;
    width: 100%;
    display: block;
    vertical-align: middle;
    line-height: normal;
    border: 0;
  }
  .navbar .mobile-navbar-links .custom-menu-primary > ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .navbar .mobile-navbar-links .custom-menu-primary > ul > li:first-child {
    margin-top: 0;
  }
  .navbar .mobile-navbar-links .custom-menu-primary>ul>li > a {
    display: block;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.75px;
    margin: 0 auto;
    text-transform: capitalize;
    line-height: normal;
    font-weight: 400;
    text-decoration: none;
    padding: 0!important;
  }
  .navbar .mobile-navbar-links .custom-menu-primary>ul>li.has-submenu > a {
    margin: 20px 0;
    margin-top: 0;
    padding: 0 64px!important;
  }
  .navbar .mobile-navbar-links .custom-menu-primary>ul>li.has-submenu {
    padding: 0;
  }
  .navbar .mobile-navbar-links .custom-menu-primary>ul>li.has-submenu > ul > li {
    display: block;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.75px;
    margin: 0 auto;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0 64px;
    margin: 10px 0;
    float: left;
    width: 100%;
    border: 0;
    background-color: transparent;
  }
  .navbar .mobile-navbar-links .custom-menu-primary>ul>li.has-submenu > ul {
    display: block;
    position: static;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: visible;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    padding: 0 43px;
    opacity: 1;
    border: 0;
    display: block;
  }
  .navbar .mobile-navbar-links .custom-menu-primary>ul>li.has-submenu>ul>li > a {
    margin: 0;
    padding: 0;
    border: 0;
    background: none!important;
    color: #fff!important;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar .mobile-navbar-links .custom-menu-primary>ul>li.has-submenu>ul>li:first-child {
    margin-top: 0;
  }
  .mobile-active .navbar .mobile-navbar-links .mobile-navbar-langs a.nav-link-lang.white.active {
    display: none;
  }
  .mobile-active .navbar .mobile-navbar-links .mobile-navbar-langs a.nav-link-lang {
    display: block;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.75px;
    margin: 0 auto;
    text-transform: capitalize;
    font-weight: 400;
    text-decoration: none;
    margin: 20px 0;
    padding: 0 64px;
    line-height: normal;
    margin-bottom: 0;
  }
  .navbar .mobile-navbar-links .custom-menu-primary>ul>li.has-submenu>ul>li:last-child {
    margin-bottom: 0;
  }

  .white-menu img.mobile-menu-img.blue-img,
  .dark-menu img.mobile-menu-img.white-img{
    display: none;
  }
  
}
@media (max-width: 767px) {
  .mobile-active .navbar {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .navbar .mobile-navbar-links .custom-menu-primary>ul>li,
  .mobile-active .navbar .mobile-navbar-links .mobile-navbar-langs a.nav-link-lang,
  .navbar .mobile-navbar-links .custom-menu-primary>ul>li.has-submenu>ul>li {
    padding: 0 51px;
  }

  .navbar .mobile-navbar-links .custom-menu-primary>ul>li.has-submenu>a {
    padding: 0 51px !important;
  }

  .cst-fllwidth-r1-grp .widget-type-rich_text h2 {
    line-height: normal !important;
  }

  form#email-prefs-form .page-header h1{
    font-size: 35px;
  }

  form#email-prefs-form .page-header h2,
  .hs_cos_wrapper_type_email_subscriptions_confirmation .page-header h2{
    font-size: 28px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */



.footer-links-bottom .content-links {
  display: flex;
  font-size: 12px;
  margin: 0 auto;
  max-width: 470px;
  font-family: 'helvetica neue', helvetica, sans-serif;
}

.footer-links-bottom {
  padding: 16px 22px;
}

.footer-links-bottom .copyright {
  font-size: 12px;
  padding-right: 12px;
  padding-top: 8px;
  white-space: nowrap;
}

.footer-links-bottom .footer-link {
  border-left-width: 1px;
  border-left-style: solid;
  padding: 8px 12px 0px 12px;
  cursor: pointer;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
}

.footer-links-bottom a.footer-icon img {
  width: 25px;
  max-width: none!important;
}

.footer-links-bottom a.footer-icon {
  border-left-width: 1px;
  border-left-style: solid;
  padding: 5px 12px 0px 12px;
  text-decoration: none;
}

.footer-links {
  padding: 0 22px 34px;
  font-family: 'helvetica neue', helvetica, sans-serif;
}
.footer {
  padding-top: 100px;
}
.footer-links .links-wrapper {
  display: flex;
  font-size: 15px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 830px;
  line-height: normal;
}

.footer-links .links-wrapper a {
  margin: 0 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 2px;
  text-decoration: none;
  cursor: pointer;
  text-transform: capitalize;
  font-family: 'helvetica neue', helvetica, sans-serif;
}

.footer-links .links-wrapper a:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  cursor: pointer;
}

.footer.fr-footer .footer-links-bottom .content-links {
  max-width: 570px;
}

.footer.fr-footer .footer-links .links-wrapper {
  max-width: 890px;
}

@media only screen and (max-width: 850px) {
  .footer-links-bottom .footer-link {
    margin-bottom: 32px;
  }
  .footer {
    padding-top: 50px; 
  }
}

@media (min-width: 651px) and (max-width: 767px){
  html[lang="fr"] .footer-links .links-wrapper a {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 650px) {
  .footer-links-bottom {
    padding: 25px 22px;
  }
  .footer-links-bottom .content-links {
    flex-direction: column;
  }
  .footer-links-bottom a.footer-icon {
    border-left: none;
    padding: 0;
    margin-bottom: 16px;
  }
  .footer-links-bottom .footer-link {
    border-left: none;
    padding: 0;
    margin-bottom: 16px;
  }
  .footer-links-bottom .copyright {
    padding-right: 0;
    margin-bottom: 16px;
  }
  .footer-links .links-wrapper {
    flex-direction: column;
  }
  .footer-links .links-wrapper a:last-child {
    margin-bottom: 0;
  }
  .footer-links .links-wrapper a {
    margin: 0 0 32px;
    padding: 0;
  }
  .footer-links .links-wrapper a {
    line-height: normal;
    padding-bottom: 0px;
    margin-top: 0;
    margin: 0 0 31px;
    padding: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */


.blog-content-wrapper {
  background-color: #FBFBFB;
  padding: 50px 0;
}

.blog-content-wrapper .section-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1024px;
}

.blog-content-wrapper .top-content h1 {
  font-size: 32px;
  color: #003554;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 60px;
  margin: 0;
}

.blog-content-wrapper .top-content p {
  color: #003554;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin: 0;
}

.blog-content-wrapper .blog-content-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.blog-content-wrapper .blog-content-section .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 330px;
  height: 335px;
  padding: 20px;
  margin: 0 0 20px 0;
  border-bottom: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  background-color: #fff;
  max-width: 720px;
}

.blog-content-wrapper .blog-content-section .card:hover {
  -webkit-box-shadow: 0 0 40px rgb(0 53 84 / 30%);
  box-shadow: 0 0 40px rgb(0 53 84 / 30%);
}

.blog-content-wrapper .blog-content-section .card .info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blog-content-wrapper .title-accent-thick {
  border-bottom: 4px solid #FED766;
  width: 73px;
  margin-top: 11px;
}

.blog-content-wrapper .blog-content-section .card .press-header {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #003554;
}

.blog-content-wrapper .blog-content-section .card .press-body {
  margin-top: 25px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 14px;
  color: #003554;
  line-height: 1.5;
  font-weight: 400;
}

.blog-content-wrapper .blog-content-section .card .press-footer {
  display: block;
  padding: 0;
  font-size: 12px;
  color: #003554;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.blog-content-wrapper .blog-content-section .card .press-body b {
  font-size: large;
}

.blog-content-wrapper .press-bottom-btn-wrapper {
  margin-top: 50px;
}

.blog-content-wrapper .press-bottom-btn-wrapper .btn-primary {
  align-items: center;
  background-color: #08ACF4;
  border-radius: 22.5px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  height: 45px;
  justify-content: center;
  letter-spacing: .5px;
  max-width: 270px;
  min-width: 153px;
  padding: 14px 0;
  text-align: center;
}

.blog-content-wrapper .press-bottom-btn-wrapper .btn-primary:hover {
  background-color: #003554;
  cursor: pointer;
}

.blog-content-wrapper .blog-content-section .card .press-footer .date {
  text-transform: uppercase;
}

.blog-content-wrapper .blog-content-section .card>img {
  height: 40px;
}


.blog-post-container {
  padding: 110px 10% 50px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.blog-post-container .blog-post-title h2 {
  line-height: 45px;
  font-size: 34px;
  font-weight: 600;
}

.blog-post-container .post-subtitle {
  padding-top: 23px;
  padding-bottom: 23px;
}

.blog-post-container .blog-post-body {
  color: #000;
}

@media only screen and (max-width: 1024px) {
  .blog-content-wrapper .section-body {
    padding: 0 64px;
  }
}

@media only screen and (max-width: 1000px) {
  .blog-content-wrapper .section-body {
    padding: 0 32px;
  }

  .blog-content-wrapper .blog-content-section .card {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .blog-content-wrapper {
    padding: 50px 32px;
  }

  .blog-content-wrapper .top-content h1 {
    line-height: 50px;
  }

  .blog-post-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog-post-wrapper {
    padding: 30px 32px 0;
  }
}

@media only screen and (max-width: 479px) {
  .blog-content-wrapper .blog-content-section .card {
    height: 100%;
    min-height: 335px;
  }

  .blog-content-wrapper .section-body,
  .blog-post-container {
    padding-left: 0;
    padding-right: 0;
  }
}


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

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

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

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.hs-system-pages .hs-button {
  width: auto;
}

.hs-system-pages a#hs_login_reset {
  margin: 10px 0;
  display: inline-block;
}

.hs-system-pages .hs_cos_wrapper_type_member_login>.hs-form-field,
.hs-system-pages .hs_cos_wrapper_type_member_register>.hs-form-field,
.hs-system-pages .hs_cos_wrapper_type_password_reset_request>.hs-form-field,
.hs-system-pages .hs_cos_wrapper_type_password_reset>.hs-form-field{
  box-shadow: none;
  padding: 0;
}

.hs-system-pages form ul.no-list.hs-error-msgs {
    margin: 10px 0;
}

.hs-system-pages form .form-input-validation-message {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

input#hs-pwd-widget-password {
    height: auto !important;
    margin-top: 0 !important;
}

form#email-prefs-form {
    max-width: 100%;
}

.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: #bbbbbb;
  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;
  max-width: 650px;
  width: 100%;
  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;
}