/* ******************************************************************************
*********************************************************************************
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 {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/

main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
  overflow: 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.
*********************************************************************************
****************************************************************************** */

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

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

.banner-section .dnd-section > .row-fluid {
  padding: 0;
}

@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 forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.widget-type-blog_subscribe form,
.widget-span.widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form,
div#comment-form,
.body-container .hs_cos_wrapper_type_form,
.hs-search-field__bar, .section.post-footer, .systems-page form {
  display: block;
  max-width: 500px;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 1px 5px 5px rgba(156,156,156,.07);
  margin: 50px auto 30px auto;
  padding: 30px;
  position: relative;
}

.hs-button {
  cursor: pointer;
  display: inline-block;
  font-family: 'metropolisregular';
  text-decoration: none;
  white-space: normal;
  background: #cc6666;
  border: 1px solid;
  border-radius: 2px;
  cursor: pointer;
  min-height: 38px;
  letter-spacing: 1px;
  line-height: 38px;
  overflow: hidden;
  padding: 0 24px;
  width: auto;
  color: #fff;
  text-transform: uppercase;
  margin: 10px 0 30px 0;
  font-size: 16px;
  text-align: center;
}

.hs-button:hover, .hs-button:focus {
  background-color: #a43e3e;
  border-color: #a43e3e;
  
  color: #fff;
}

.hs-button:active {
  background-color: #f48e8e;
  border-color: #f48e8e;
}

.hs-form label {
  color: #33475b;
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

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

.hs-input,
input[type="password"] {
  display: inline-block;
  width: 100% !important;
  font-family: 'metropolisregular';
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  border-radius: 1px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
}

input[type="password"] {
  height: auto !important;
  margin: 0 !importan;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

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

.hs-error-msgs {
  padding-left: 0;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: metropolisregular, sans-serif;
}

@media (max-width: 767px) {
  .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
  .widget-type-blog_subscribe form,
  .widget-span.widget-type-form,
  .error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
  .password-template .body-container form,
  .subscription-template .body-container .widget-type-email_simple_subscription form,
  div#comment-form,
  .body-container .hs_cos_wrapper_type_form,
  .hs-search-field__bar, .section.post-footer, .systems-page 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 {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

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

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

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

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

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ======================================= home page ====================================== */
.hs-home-section-two .dnd-section {
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 13%, rgba(221,221,221,1) 74%, rgba(221,221,221,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(13%, rgba(255,255,255,1)), color-stop(74%, rgba(221,221,221,1)), color-stop(100%, rgba(221,221,221,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 13%, rgba(221,221,221,1) 74%, rgba(221,221,221,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 13%, rgba(221,221,221,1) 74%, rgba(221,221,221,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 13%, rgba(221,221,221,1) 74%, rgba(221,221,221,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 13%, rgba(221,221,221,1) 74%, rgba(221,221,221,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0 );
  text-align: center;
}

.hs-home-section-two .dnd-section h2 {
  color: #3e3d40;
  font-family: 'metropolismedium';
  font-size: 36px;
  position: relative;
  margin-bottom: 40px;
}

.hs-home-section-two .dnd-section .dnd-column > .row-number-3.dnd-row:last-child > .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: auto;
}

.hs-home-section-two .dnd-section .dnd-row:last-child > .row-fluid:before, 
.hs-home-section-two .dnd-section .dnd-row:last-child > .row-fluid:after {
  content: none;
}

.hs-home-section-two .dnd-section .span5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-home-section-two .dnd-section .span7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
}

.hs-home-section-two .dnd-section ul {
  margin: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  list-style-type: none;
}

.hs-home-section-two .dnd-section .hs_cos_wrapper_type_linked_image {
  display: block;
  width: 100%;
}

.hs-home-section-two .dnd-section .hs_cos_wrapper_type_linked_image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.hs-home-section-four .dnd-section > .row-fluid {
  padding: 0;
}

.hs-home-section-five .dnd-section h2 {
  color: #3e3d40;
  font-family: 'metropolismedium';
  font-size: 36px;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

.hs-home-section-five .dnd-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  line-height: 24px;
}

.hs-home-section-five .dnd-section ul > li {
  float: left;
  width: 50%;
  text-align: center;
  padding: 60px 40px 60px;
  background: url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/images/icon_testimonial.png) no-repeat top center;
  min-height: 280px;
}

.hs-home-section-five .dnd-section ul > li div {
  font-size: 24px;
  color: #3e3d40;
  line-height: 30px;
  padding-bottom: 20px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
}

.hs-home-section-five .dnd-section ul > li:first-child div {
  font-size: 48px;
  line-height: 55px;
}

.hs-home-section-five .dnd-section ul > li span {
  font-size: 18px;
  color: #3e3d40;
}

.hs-home-section-five .dnd-section ul > li:last-child div {
  font-size: 36px;
  line-height: 43px;
}

.hs-home-section-six .dnd-section > .row-fluid,
.hs-about-section-seven .dnd-section > .row-fluid,
.hs-about-section-four .dnd-section > .row-fluid,
.hs-about-section-six .dnd-section > .row-fluid,
.hs-career-section-two .dnd-section > .row-fluid,
.hs-career-section-three .dnd-section > .row-fluid,
.hs-career-section-four .dnd-section > .row-fluid {
  padding: 0;
}

.bottom-pane .hs-button {
  background: #cc6666;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'metropolissemi_bold';
  padding: 0 35px;
  border-radius: 30px;
  line-height: 48px;
  height: 48px;
  border: none;
  margin: 0;
  min-height: auto;
  letter-spacing: normal;
}

.bottom-pane .widget-type-cta {
  margin-bottom: 15px;
}

.bottom-pane .hs-button:hover {
  color: #cc6666;
  background: #fff;
  outline: none;
}

.bottom-pane .dnd-section {
  line-height: 24px;
  text-align: center;
}

.hs-home-section-seven.bottom-pane .hs_cos_wrapper_type_rich_text{
  text-align:left;
}

.bottom-pane h3 {
  font-size: 36px;
  color: #3e3d40;
  font-family: 'metropolismedium';
  padding-bottom: 20px;
  margin-bottom: 20px;
}


/* ============== career page ============= */

.hs-career-section-one .dnd-section > .row-fluid {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.hs-career-section-one .dnd-section > .row-fluid:before {
  content: none;
}

.hs-career-section-one .dnd-section .span2, 
.hs-career-section-one .dnd-section .span8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
}

.hs-career-section-one .dnd-section .span8 h3 {
  font-size: 36px;
  font-family: 'metropolissemi_bold';
  line-height: 44px;
  color: #3e3d40;
  padding-bottom: 30px;
  text-align: center;
}

.hs-career-section-one .dnd-section .span8 p {
  font-size: 16px;
  line-height: 24px;
  max-width: 875px;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center;
}

.hs-career-section-three .custom-career-tab {
  padding: 0 0 40px 0;
}

.hs-career-section-four .dnd-section .hs_cos_wrapper_type_rich_text {
  display: block;
  max-width: 872px;
  margin: 0 auto;
}

.hs-career-section-four .dnd-section .hs_cos_wrapper_type_rich_text h3 {
  font-size: 36px;
  font-family: 'metropolissemi_bold';
  line-height: 44px;
  color: #3e3d40;
  padding-bottom: 30px;
  text-align: center;
}

.hs-career-section-four .dnd-section .hs_cos_wrapper_type_rich_text h3 span {
  color: #0099cc;
}

.hs-career-section-five .dnd-section > .row-fluid,
.hs-career-section-six .dnd-section > .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
}

.hs-career-section-five .dnd-section > .row-fluid:before,
.hs-career-section-six .dnd-section > .row-fluid:before {
  content: none;
}

.hs-career-section-five .dnd-section .span2, 
.hs-career-section-five .dnd-section .span8,
.hs-career-section-six .dnd-section .span3,
.hs-career-section-six .dnd-section .span6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
  text-align: center;
}

.hs-career-page .row-fluid [class*="span"] {
  min-height: auto;
}

.hs-career-page {
  overflow: hidden;
  line-height: 24px;
}

.hs-career-section-eight .hs_cos_wrapper_type_linked_image img {
  max-width: 450px;
}

.hs-career-section-eight .hs_cos_wrapper_type_linked_image {
  display: block;
  text-align: center;
}

.hs-career-section-seven .widget-type-header  h2 {
  font-size: 36px;
  line-height: 44px;
  color: #3D3D40;
  text-align: center;
  font-family: 'metropolissemi_bold';
  padding: 0;
  margin: 0 0 50px 0;
}

.hs-career-section-seven .hs-button {
  margin: 10px 0 53px;
  background: #cc6666;
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
  font-family: 'metropolissemi_bold';
  padding: 18px 94px;
  border-radius: 50px;
  line-height: 25px;
  height: auto;
  border: none;
  display: inline-block;
  letter-spacing: normal;
  text-align: center;
}

.hs-career-section-seven .hs-button:hover {
  color: #fff;
  background: #de8888;
  outline: none;
}

.banner-section .row-fluid [class*="span"],
.body-container__website .row-fluid [class*="span"] {
  min-height: auto;
}

.body-container__website h3.form-title {
  position: relative;
  line-height: 80px;
  color: #0099cc;
  font-size: 24px;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
  font-family: 'metropolissemi_bold';
}

.body-container__website .hs-form-field > label {
  margin-bottom: 0;
}

.body-container__website .hs-form-field {
  margin-bottom: 20px;
}

.hs-career-section-six .dnd-section .span6 p {
  margin: 0;
}

/* ================== full width ================ */
.hs-full-width-page {
  line-height: 24px;
}

.hs-full-width-page .row-fluid [class*="span"] {
  min-height: auto;
}

.hs-full-section-one h3{
  color: #3e3d40;
  font-size: 36px;
  font-family: 'metropolissemi_bold';
  padding-bottom: 30px;
}

.hs-full-section-one ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hs-full-section-one ul li {
  padding-bottom: 20px;
}

.hs-full-section-one ul li h5 {
  font-size: 24px;
  font-family: 'metropolissemi_bold';
  text-transform: uppercase;
  padding-bottom: 10px;
}

.hs-full-section-one .col-md-6,
.hs-full-section-one .col-md-8,
.hs-full-section-one .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-full-section-one ul li .col-md-6 img,
.hs-full-section-one ul li .col-md-4 img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  margin-top: -40px;
}

.hs-full-width-page img {
  max-width: 100%;
  height: auto;
}

.case-study-banner.hr h1 {
  color: #0099cc;
}

.hs-full-section-one ul li strong {
  font-family: 'metropolissemi_bold';
  font-weight: bolder;
}

.hs-full-section-one .dnd-section .span12  > .dnd-row > .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
  width: auto;
}

.hs-full-section-one .dnd-section .span12  > .dnd-row > .row-fluid:before {
  content: none;
}

.hs-full-section-one .dnd-section .span4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 15px 0;
}

.hs-full-section-one .dnd-section .span4 .widget-type-linked_image img {
  max-height: 100%;
  min-height: auto;
  width: 100%;
  opacity: 1;
  display: block;
  transition: .5s ease;
  backface-visibility: hidden;
  height: 100% !important;
}

.hs-full-section-one .dnd-section .span4 .widget-type-linked_image {
  border: 1px solid #ededed;
  width: 100%;
  height: 265px!important;
  text-align: center;
  position: relative;
  background: url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/images/blog-list-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  border-bottom: none;
  cursor: pointer;
  z-index: 9;
}

.hs-full-section-one .dnd-section .span4 .widget-type-linked_image > .hs_cos_wrapper_type_linked_image {
  display: block;
  width: 100%;
  height: 100%;
}

.hs-full-section-one .dnd-section .span4 .widget-type-rich_text {
  padding: 20px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #ededed;
  border-top: 0;
}

.hs-full-section-one .dnd-section .span4 .widget-type-rich_text h1 {
  position: relative;
  font-family: 'metropolissemi_bold';
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  min-height: 62px;
  line-height: normal;
  font-size: 18px;
  padding: 0;
  margin: 0;
}

.hs-full-section-one .dnd-section .span4 .widget-type-rich_text h1 a {
  text-decoration: none;
  outline: none;
  color: #0099cc;
}

.hs-full-section-one .dnd-section .span4 .widget-type-rich_text h1 a:hover {
  color: #000;
}

.hs-full-section-one .dnd-section .span4 .widget-type-linked_image a:after {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background-color: #00a6dd;
  width: 100%;
  height: 100%;
  content: '';
}

.hs-full-section-one .dnd-section .span4 .widget-type-linked_image a:hover:after {
  opacity: 0.3;
}

.hs-full-section-one .dnd-section .span4 .widget-type-linked_image >.hs_cos_wrapper_type_linked_image a {
  display: block;
  width: 100%;
  height: 100%;
}

.hs-full-section-two .dnd-section .span12 > .dnd-row > .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: auto;
}

.hs-full-section-two .dnd-section .span12 > .dnd-row > .row-fluid:before {
  content: none;
}

.hs-full-section-two .dnd-section .span12 > .dnd-row .span4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
} 

.hs-full-section-four .dnd_area4-row-0-force-full-width-section > .row-fluid {
  padding: 0;
}

.hs-full-section-one .price {
  font-size: 24px;
  color: #cc6666;
  font-family: 'metropolisregular';
  margin-bottom: 30px;
  margin-top: 30px;
}

.hs-full-section-one .price span {
  font-size: 36px;
}

.hs-full-section-one .price span.black {
  color: #000;
  text-align: center;
  display: block;
  font-size: 18px;
}

.hs-full-section-one p a.cm-mail {
  color: #007bff;
  text-decoration: none;
  outline: none;
}

.hs-full-section-one p a.cm-mail:hover {
  text-decoration: none;
  outline: none;
}

.hs-full-section-one .price-title {
  font-size: 36px;
  margin-bottom: 30px;
  font-family: 'metropolissemi_bold';
}

.hs-full-section-three .dnd_area3-row-0-force-full-width-section > .row-fluid {
  padding: 0;
}

.hs-full-section-two .dnd-section .span12 > .dnd-row .span6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
}

.wbn-pic {
  border: 10px solid #abdced;
  border-radius: 5px;
  box-shadow: 2px 2px 15px #666;
}

.hs-full-section-two .dnd-section .span12>.dnd-row .span6 ul {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}

.hs-full-section-two .dnd-section .span12>.dnd-row .span6 ul li {
  font-weight: bold;
  display: block;
  text-align: center;
  width: 100%;
  float: none;
}

.hs-full-section-two .dnd-section .span12>.dnd-row .span6 ul li strong {
  font-weight: bolder;
  color: #0099cc;
}

.hs-full-section-two .hs_cos_wrapper_type_rich_text .whiteP-list {
  width: 100%;
  max-width: 250px;
  margin: 60px auto 30px auto;
  text-align: center;
  display: block;
}

.hs-full-section-two .hs_cos_wrapper_type_rich_text .picture {
  width: 100%;
  min-height: 363px;
  position: relative;
  padding: 0 0 10px 0;
}

.hs-full-section-two .hs_cos_wrapper_type_rich_text .picture img {
  width: 100%;
  max-height: 363px;
}

.hs-full-section-two .hs_cos_wrapper_type_rich_text .download {
  text-decoration: none;
  outline: none;
  background: #0099CC;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'metropolissemi_bold';
  padding: 0 50px;
  border-radius: 30px;
  line-height: 36px;
  height: 36px;
  border: none;
  display: inline-block;
  margin: 0 auto;
}

.hs-full-section-two .hs_cos_wrapper_type_rich_text .download:hover {
  color: #fff;
  background: #666668;
  outline: none;
}

.hs-full-section-one .dnd-section .span12>.dnd-row .span7, 
.hs-full-section-one .dnd-section .span12>.dnd-row .span5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
}

.hs-full-section-one .dnd-section .span12>.dnd-row .span7 .widget-type-linked_image {
  width: 100%;
  text-align: center;
  position: relative;
  height: 100%;
}

.hs-full-section-one .dnd-section .span12>.dnd-row .span7 .widget-type-linked_image img {
  width: auto;
  height: auto;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hs-full-section-one .dnd-section .span12>.dnd-row .span5 .hs_cos_wrapper_type_form {
  margin: 0;
  max-width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}

.hs-full-section-one .dnd-section .span5 h3.form-title {
  font-weight: bold;
  color: #0099CC;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  font-family: 'metropolissemi_bold';
  text-align: center;
  padding: 0;
  margin: 0 0 40px 0;
}

.hs-full-section-one .dnd-section .span12>.dnd-row .span7 * {
  height: 100%;
}

.hs-full-section-one .dnd-section .span5  .hs-form-field > label {
  display: none;
}

.hs-full-section-one .dnd-section .span5 .hs-form-field {
  margin-bottom: 20px;
}

.hs-full-section-one .dnd-section .span5 .hs-form-field .hs-input {
  background: #fff;
  color: #000;
  border: none;
  border-radius: 20px;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  width: 100%;
  margin: 0 0 0 0;
  font-size: 14px;
}

.hs-full-section-one .dnd-section .span5 .hs-form-field .inputs-list {
  padding: 15px 0 22px 0;
}

.hs-full-section-one .dnd-section .span5 .hs-form-field .inputs-list > li {
  padding: 0;
}

.hs-full-section-one .dnd-section .span5 .hs-form-field .inputs-list > li > label {
  font-family: 'metropolisregular';
  font-size: 16px;
  color: #3e3d40;
  line-height: 24px;
  margin: 0;
  position: relative;
  cursor: pointer;
}

.hs-full-section-one .dnd-section .span5 .hs-form-field .inputs-list > li > label > .hs-input[type="checkbox"] {
  font-family: inherit;
  font-size: inherit;
  overflow: visible;
  box-sizing: border-box;
  padding: 0;
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
  opacity: 0;
}

.hs-full-section-one .dnd-section .span5 .hs-form-field .inputs-list > li > label > span:before {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  border-radius: 50%;
  cursor: pointer;
  height: 34px;
  left: 0;
  position: absolute;
  top: 0;
  width: 34px;
  content: '';
  background-color: #fff;
  border: 1px solid #fff;
}

.hs-full-section-one .dnd-section .span5 .hs-form-field .inputs-list > li > label > span {
  margin: 6px 0 0 50px;
  display: block;
  float: left;
}

.hs-full-section-one .dnd-section .span5 .hs-form-field .inputs-list > li > label > span:after {
  border: 4px solid #0099CC;
  border-top: none;
  border-right: none;
  height: 9px;
  left: 8px;
  opacity: 0;
  position: absolute;
  top: 10px;
  transform: rotate(-45deg);
  width: 16px;
  content: '';
}

.hs-full-section-one .dnd-section .span5 .hs-form-field .inputs-list>li>label>.hs-input[type="checkbox"]:checked + span:after {
  opacity: 1;
}

.hs-full-section-one .dnd-section .span5 .hs-button {
  background: #0099CC;
  color: #fff!important;
  font-size: 22px!important;
  text-transform: uppercase;
  font-family: 'metropolisregular';
  padding: 0 60px!important;
  border-radius: 60px;
  line-height: normal;
  height: 60px;
  border: none;
  display: inline-block;
  margin: 0 auto;
  letter-spacing: normal;
}

.hs-full-section-one .dnd-section .span5 .actions {
  text-align: center;
  padding: 0 0 40px 0;
}

.hs-full-section-one .dnd-section .span5 p a {
  text-decoration: none;
  outline: none;
}

.hs-full-section-two .data-privacy-title {
  font-size: 36px;
  font-family: 'metropolissemi_bold';
  line-height: 44px;
  color: #3e3d40;
  padding-bottom: 0px;
  margin: 0;
}

.hs-full-section-two .data-privacy-title span {
  color: #0099cc;
}

.hs-full-section-seven .dnd_area7-row-0-force-full-width-section > .row-fluid {
  padding: 0;
}

/* ============== two-column-page =============== */
.hs-two-column-page {
  padding: 30px 0 100px;
  position: relative;
  background: #ffffff;
  border-top: 1px solid #f4f4f4;
}

.hs-two-column-page .row {
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.hs-two-column-page .custom-left-section,
.hs-two-column-page .custom-right-section {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-left-section .dnd-section > .row-fluid, 
.custom-right-section .dnd-section > .row-fluid {
  padding: 0;
}

.custom-left-section .hs-menu-wrapper > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.custom-left-section .hs-menu-wrapper > ul > li {
  border-bottom: 1px solid #fff;
  display: block;
}

.custom-left-section .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
  outline: none;
  background: #3e3d40 url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/images/lft-aro.png) no-repeat 6px 50%;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 10px 8px 30px;
  margin: 0;
  display: block;
}

.custom-left-section .hs-menu-wrapper > ul > li > a:hover, 
.custom-left-section .hs-menu-wrapper > ul > li.active > a {
  background: #0099cc url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/images/lft-aro.png) no-repeat 6px 50%;
  color: #fff;
}

.custom-right-section h1 {
  font-size: 36px;
  font-weight: 400;
  padding: 0;
  margin: 0 0 15px 0;
  line-height: normal;
  color: #0099cc;
  font-family: 'metropolissemi_bold';
}

.custom-right-section h4 {
  font-size: 22px;
  color: #3e3d40;
  padding: 0;
  margin: 20px 0 10px 0;
  font-family: 'metropolismedium';
  font-weight: bold;
}

.custom-right-section img.picture {
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
  display: block;
}

.custom-right-section h3 {
  font-size: 34px;
  padding: 0;
  margin: 30px 0 15px 0;
  line-height: normal;
  color: #0099cc;
  font-family: 'metropolisregular';
}

.custom-right-section h5 {
  font-size: 22px;
  color: #3e3d40;
  padding: 0;
  margin: 15px 0 10px 0;
  font-family: 'metropolismedium';
}

.custom-right-section p strong {
  font-size: 20px;
  color: #3e3d40;
  font-weight: bolder;
}

.custom-right-section p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 24px;
}

.custom-right-section a {
  color: #33ccff;
  text-decoration: none;
  outline: none;
}

.custom-right-section h2 {
  font-size: 36px;
  font-weight: 400;
  padding: 0;
  margin: 0 0 15px 0;
  line-height: normal;
  color: #0099cc;
  font-family: 'metropolissemi_bold';
  position: relative;
}


.custom-right-section .col-md-8, 
.custom-right-section .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-right-section .img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}

.table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border: 1px solid;
}

.table .thead-dark th {
  padding: .75rem;
  border: 1px solid #dee2e6;
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  border-bottom-width: 2px;
  color: #fff;
  border-color: #454d55;
  text-align: left;
}

.custom-right-section ul {
  padding: 0 0 25px 40px;
  margin: 0;
  list-style-type: none;
}

.custom-right-section ul li {
  list-style-type: circle;
}

/* ============= website page =========== */
.body-container__website h1 {
  color: #3e3d40;
  font-family: 'metropolissemi_bold';
  font-size: 36px;
  position: relative;
  line-height: 80px;
  margin-bottom: 30px;
}

.body-container__website h1:before {
  content: '';
  width: 245px;
  height: 10px;
  background: #0099cc;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 0;
}

.body-container__website p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

.body-container__website h2 {
  font-weight: normal;
  margin: 35px 0 10px 0;
  color: #0099cc;
  font-size: 26px;
  line-height: normal;
  font-family: 'metropolissemi_bold';
  position: static;
}

.body-container__website h5 {
  margin: 20px 0 20px 0;
  font-size: 16px;
  line-height: normal;
  font-family: 'metropolisregular';
  text-decoration: underline;
  color: #3e3d40;
}

.body-container__website h5 strong {
  color: #000;
  font-family: 'metropolismedium';
  font-size: 16px;
  font-weight: bolder;
}

.body-container__website h3 {
  padding: 0;
  font-weight: normal;
  margin: 18px 0 10px 0;
  color: #3e3d40;
  font-size: 22px;
  line-height: normal;
  font-family: 'metropolismedium';
  position: static;
}

.body-container__website  p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: revert;
}

.body-container__website  strong {
  color: #000;
  font-family: 'metropolismedium';
  font-size: 16px;
  font-weight: bolder;
}

.body-container__website ul {
  margin: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  list-style-type: none;
  padding-left: 40px;
}

.body-container__website li {
  list-style-type: disc;
  font-size: 16px;
  line-height: 22px;
  padding: 6px 0;
}

/* ========================= data-lineage-page ==================== */
.hs-dlineage-section-one h3 {
  font-size: 36px;
  font-family: 'metropolissemi_bold';
  line-height: 44px;
  color: #3e3d40;
  padding-bottom: 30px;
}

.hs-dlineage-section-one p {
  font-size: 16px;
  line-height: 24px;
  max-width: 875px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.video_placeholder {
  width: 100%;
  height: 457px;
  display: block;
  margin: 40px auto 0 auto;
  background: url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/images/video_placeholder.png) no-repeat 0 0;
  margin-top: 0px;
  padding: 51px 49px 50px 31px;
  max-width: 709px;
}

.hs-dlineage-section-two .widget-type-header h3 {
  font-size: 36px;
  font-family: 'metropolissemi_bold';
  line-height: 44px;
  color: #3e3d40;
  padding-bottom: 30px;
  text-align: center;
}

.hs-dlineage-section-three .dnd-section > .row-fluid {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hs-dlineage-section-three .dnd-section > .row-fluid:before {
  content: none;
}

.hs-dlineage-section-three .dnd-section .span4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  margin: 0;
}

.hs-dlineage-section-three .dnd-section .span4 .widget-type-linked_image {
  padding-bottom: 35px;
}

.hs-dlineage-section-three .dnd-section .span4 .widget-type-linked_image img {
  max-width: 100%;
}

.hs-dlineage-section-three .dnd-section .span4 h4 {
  color: #0099cc;
  text-transform: uppercase;
  font-size: 18px;
  line-height: normal;
  font-family: 'metropolissemi_bold';
  padding: 0;
  margin: 0 0 26px 0;
}

.hs-dlineage-section-three .dnd-section .span4 p {
  font-size: 16px;
  line-height: 24px;
  max-width: 100%;
  margin: 0 auto;
}

.hs-dlineage-section-three .dnd-section .span4:first-child p, 
.hs-dlineage-section-three .dnd-section .span4:last-child p {
  max-width: 270px;
  margin: 0 auto;
}

.hs-dlineage-section-three .dnd-section .span4:last-child .widget-type-linked_image {
  text-align: right;
}

.hs-dlineage-section-four h3 {
  font-size: 36px;
  font-family: 'metropolissemi_bold';
  line-height: 44px;
  color: #3e3d40;
  padding-bottom: 30px;
}

.hs-dlineage-section-four h3 span {
  color: #0099cc;
}

.hs-dlineage-section-four h4 {
  font-size: 20px;
  font-family: 'metropolissemi_bold';
  line-height: normal;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 30px 0;
}

.hs-dlineage-section-four p {
  font-size: 16px;
  line-height: 24px;
  max-width: 875px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.hs-dlineage-section-three .dnd-section .span4:last-child .widget-type-linked_image {
  text-align: right;
}

.hs-dlineage-section-four h3 {
  font-size: 36px;
  font-family: 'metropolissemi_bold';
  line-height: 44px;
  color: #3e3d40;
  padding-bottom: 30px;
}

.hs-dlineage-section-four h3 span {
  color: #0099cc;
}

.hs-dlineage-section-four h4 {
  font-size: 20px;
  font-family: 'metropolissemi_bold';
  line-height: normal;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 30px 0;
}

.hs-dlineage-section-four p.paragraph {
  font-size: 16px;
  line-height: 24px;
  max-width: 875px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.hs-dlineage-section-four .custom-ovaledge-process ul {
  padding: 150px 0 0 0;
  max-width: 976px;
  margin: 20px auto 60px auto;
  background: no-repeat 50% 0;
}

.hs-dlineage-section-four .custom-ovaledge-process ul .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
}

.hs-dlineage-section-four .custom-ovaledge-process ul .row > li {
  position: static;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.hs-dlineage-section-four .custom-ovaledge-process ul .row > li p {
  font-size: 16px;
  line-height: 24px;
  max-width: 170px;
  margin: 0 auto;
  padding: 0;
}

.hs-dlineage-section-four .custom-ovaledge-process ul .row >li:nth-child(2) p {
  position: relative;
  left: -20px;
  padding-top: 30px;
}

.hs-dlineage-section-four .custom-ovaledge-process ul .row > li:nth-child(3) p {
  padding-top: 30px;
}

.hs-dlineage-section-four .custom-ovaledge-process ul .row >li:nth-child(4) p {
  padding-top: 30px;
  position: relative;
  right: -10px;
}

.hs-dlineage-section-four h5 {
  font-size: 16px;
  font-family: 'metropolisregular';
  line-height: normal;
  padding: 0;
  margin: 0 0 60px 0;
}

.hs-dlineage-section-five .dnd_area5-row-0-force-full-width-section > .row-fluid {
  padding: 0;
}

/* ==================== data literacy page =================== */
.hs-dliteracy-section-one .dnd-section {
  line-height: 24px;
}

.hs-dliteracy-section-one .dnd-section a {
  color: #007bff;
  text-decoration: underline;
}

.hs-dliteracy-section-one .dnd-section a:hover {
  color: #0056b3;
}

.hs-dliteracy-section-one .dnd-section .widget-type-rich_text {
  text-align: center;
}

.hs-dliteracy-section-two .video_placeholder {
  margin: 0 auto;
  background: url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/images/video_placeholder-sm.png) no-repeat 0 0;
  margin-top: 30px;
  width: 712px;
  height: 463px;
  max-width: none;
  padding: 46px 57px 47px 38px;
  background-size: cover;
}

.hs-dliteracy-section-two .dnd-section > .row-fluid {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hs-dliteracy-section-two .dnd-section .span5, 
.hs-dliteracy-section-two .dnd-section .span7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
}

.hs-dliteracy-section-two .dnd-section > .row-fluid:before {
  content: none;
}

.hs-dliteracy-section-two .dnd-section .span5 {
  -ms-flex-item-align: center;
  align-self: center;
}

.hs-dliteracy-section-two .dnd-section h3 {
  font-size: 36px;
  font-family: 'metropolissemi_bold';
  line-height: 44px;
  color: #3e3d40;
  padding-bottom: 30px;
  text-align: center;
}

.hs-dliteracy-section-two .dnd-section h3 span {
  color: #0099cc;
}

.hs-dliteracy-section-three h3 {
  font-size: 36px;
  font-family: 'metropolissemi_bold';
  line-height: 44px;
  color: #3e3d40;
  padding: 0 15px 30px;
}

.hs-dliteracy-section-three h3 span {
  color: #0099cc;
}

.hs-dliteracy-section-three .dnd-section > .row-fluid {
  padding: 0;
}

.hs-dliteracy-section-three .dnd-section .dnd-row > .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.hs-dliteracy-section-three .dnd-section .span3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
}

.hs-dliteracy-section-three .dnd-section .span3 .hs_cos_wrapper_type_linked_image {
  float: none;
  display: inline-block;
  margin: 0;
  width: 76px;
  height: 76px;
}

.hs-dliteracy-section-three .dnd-section .span3  h4 {
  color: #0099cc;
  font-size: 16px;
  font-family: 'metropolissemi_bold';
  text-transform: uppercase;
  margin-top: 20px;
}

.hs-dliteracy-section-three .dnd-section .span3 p {
  margin-bottom: 30px;
  font-size: 16px;
  color: #3e3d40;
  line-height: 22px;
  font-family: 'metropolisregular';
}

.hs-dliteracy-section-three .dnd-section p {
  font-size: 16px;
  color: #3e3d40;
  line-height: 22px;
  font-family: 'metropolisregular';
  margin-bottom: 30px;
}

.hs-dliteracy-section-four h3 {
  font-size: 36px;
  font-family: 'metropolissemi_bold';
  line-height: 44px;
  color: #3e3d40;
  padding-bottom: 30px;
}

.hs-dliteracy-section-four h3 span {
  color: #0099cc;
}

.hs-dliteracy-section-five h3 {
  font-size: 36px;
  font-family: 'metropolissemi_bold';
  line-height: 44px;
  color: #3e3d40;
  padding: 0 15px 30px;
}

.hs-dliteracy-section-five h3 span {
  color: #0099cc;
}

.hs-dliteracy-section-five .dnd-section > .row-fluid {
  padding: 0;
}

.hs-dliteracy-section-five .dnd-section .dnd-row > .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.hs-dliteracy-section-five .dnd-section .dnd-row > .row-fluid:before {
  content: none;
}

.hs-dliteracy-section-five .dnd-section .span4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
  text-align: center;
}

.hs-dliteracy-section-five .dnd-section .span4 h4 {
  font-size: 16px;
  padding-top: 20px;
}

.hs-dliteracy-section-seven .dnd_area7-row-0-force-full-width-section > .row-fluid {
  padding: 0;
}

.hs-dliteracy-section-six .custom-ovaledge-process ul {
  margin: 60px 0 90px;
  list-style: none;
  position: relative;
  height: 320px;
  background: no-repeat center center;
  padding: 0;
}

.hs-dliteracy-section-six .custom-ovaledge-process ul li:nth-child(1) {
  width: 155px;
  bottom: -80px;
  left: 60px;
}

.hs-dliteracy-section-six .custom-ovaledge-process ul li:nth-child(2) {
  width: 185px;
  bottom: -25px;
  left: 280px;
}

.hs-dliteracy-section-six .custom-ovaledge-process ul li:nth-child(3) {
  width: 255px;
  bottom: -60px;
  right: 335px;
  left: auto;
}

.hs-dliteracy-section-six .custom-ovaledge-process ul li:nth-child(4) {
  width: 252px;
  bottom: -25px;
  right: 60px;
}

.hs-dliteracy-section-six .custom-ovaledge-process ul li {
  font-size: 16px;
  line-height: 24px;
  font-family: 'metropolissemi_bold';
}

/* ===================== New data page ======================= */
.hs-banner-area.data-product {
  min-height: 630px;
  background: #3e3d40 no-repeat 0 0;
  background-size: cover;
}

.hs-banner-area.data-product .content-inner {
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  width: 328px;
  height: 328px;
  background: #0099cc;
  padding: 124px 20px 0 20px;
}

.hs-banner-area.data-product .content-inner h3 {
  font-size: 36px;
  line-height: 46px;
  font-family: 'metropolissemi_bold';
  padding: 0;
  margin: 0;
  color: #ffffff;
}

.hs-newdata-page h1 {
  position: relative;
  margin-bottom: 30px;
  font-size: 36px;
  color: #3e3d40;
  font-family: 'metropolissemi_bold';
  line-height: 44px;
}

.hs-newdata-section-one blockquote {
  border: 0;
  padding: 0;
  background: #0099cc;
  color: #fff;
  position: relative;
  font-size: 14px;
  line-height: 60px;
  display: block;
  margin: 0 auto 30px auto;
  text-align: center;
  font-style: italic;
}

.hs-newdata-section-one blockquote:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 35px 0 35px;
  border-color: #0099cc transparent transparent transparent;
}

.hs-newdata-page p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

.hs-newdata-page .row-fluid [class*="span"] {
  min-height: auto;
}

.hs-newdata-section-two {
  padding: 40px 0 0 0;
}

.hs-newdata-section-two .dnd-section > .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
}

.hs-newdata-section-two .dnd-section > .row-fluid:before {
  content: none;
}

.hs-newdata-section-two .dnd-section .span6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
}

.hs-newdata-section-two  h2 {
  font-size: 36px; 
  color: #3e3d40;
  font-family: 'metropolissemi_bold';
  line-height: 44px;
}

.hs-newdata-section-three {
  position: relative;
  text-align: center;
}

.hs-newdata-section-three:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -57px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 57.5px 0 57.5px;
  border-color: #fff transparent transparent transparent;
}

.hs-newdata-section-three h2 {
  color: #3e3d40;
  font-family: 'metropolissemi_bold';
  font-size: 36px;
  position: relative;
  line-height: 80px;
  margin-bottom: 30px;
}

.hs-newdata-section-three h4 {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  margin: 0 0 25px 0;
}

.hs-newdata-section-three .hs_cos_wrapper_type_rich_text p {
  max-width: 815px;
  margin: 0 auto 55px auto;
  display: block; 
  font-size: 16px;
  line-height: 24px;
}

.hs-newdata-section-two .dnd-section .span6 .widget-type-linked_image {
  text-align: center;
}

.hs-newdata-section-four {
  position: relative;
}

.hs-newdata-section-four:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -57px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 57.5px 0 57.5px;
  border-color: #eceded transparent transparent transparent;
}

.hs-newdata-section-four .dnd-section > .row-fluid {
  padding: 0;
}

.hs-newdata-section-four .dnd-section > .row-fluid .dnd-row > .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.hs-newdata-section-four .dnd-section > .row-fluid .dnd-row > .row-fluid:before {
  content: none;
}

.hs-newdata-section-four .dnd-section .span7,
.hs-newdata-section-four .dnd-section .span5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
}

.hs-newdata-section-four .dnd-section h2 {
  color: #3e3d40;
  font-family: 'metropolissemi_bold';
  font-size: 36px;
  position: relative;
  line-height: 80px;
  margin-bottom: 30px;
}

.hs-newdata-section-four .dnd-section h4 {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  margin: 0 0 25px 0;
  text-align: left;
}

.hs-newdata-section-four .dnd-section .hs_cos_wrapper_type_rich_text p {
  margin: 0 0 40px 0;
  display: block;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.hs-newdata-section-four .dnd-section .hs_cos_wrapper_type_rich_text .col-md-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.small-con {
  position: relative;
}

.small-con:before {
  content: '';
  position: absolute;
  bottom: 0px;
  right: -560px; 
  width: 561px;
  height: 310px;
  background: url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/images/data-3.png) no-repeat 0 0;
}

.hs-newdata-section-five {
  position: relative;
}

.hs-newdata-section-five:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -57px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 57.5px 0 57.5px;
  border-color: #fff transparent transparent transparent;
}

.hs-newdata-section-five h2 {
  color: #3e3d40;
  font-family: 'metropolissemi_bold';
  font-size: 36px;
  position: relative;
  line-height: 80px;
  margin-bottom: 30px;
  text-align: center;
}

.hs-newdata-section-five .hs_cos_wrapper_type_rich_text p {
  max-width: 815px;
  margin: 0 auto 30px auto;
  display: block;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.hs-newdata-section-five h4 {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  margin: 0 0 30px 0;
  text-align: center;
}

.hs-newdata-section-seven .dnd_area7-row-0-force-full-width-section > .row-fluid {
  padding: 0;
}

.hs-newdata-section-two .dnd-section .span6 {
  margin: 0;
}

/* ====================== deliver insights page ==================== */
.hs-dinsights-section-one .hs_cos_wrapper_type_rich_text h2 {
  font-size: 36px;
  color: #3e3d40;
  font-family: 'metropolissemi_bold';
  line-height: 44px;
  margin-bottom: 30px;
}

.hs-dinsights-section-one .hs_cos_wrapper_type_rich_text, 
.hs-dinsights-section-two .hs_cos_wrapper_type_rich_text {
  text-align: center;
  display: block;
}

.hs-dinsights-section-one .hs_cos_wrapper_type_rich_text p {
  font-size: 18px;
  color: #3e3d40;
  font-family: 'metropolisregular';
  line-height: 24px;
  margin: 0;
  display: inline;
}

.hs-dinsights-section-two .hs_cos_wrapper_type_rich_text h2 {
  margin-bottom: 30px;
  position: relative;
  font-size: 36px;
  color: #3e3d40;
  font-family: 'metropolissemi_bold';
  line-height: 44px;
}

.hs-dinsights-section-two .hs_cos_wrapper_type_rich_text h2 span {
  font-size: 36px;
  display: inline-block;
  padding: 0;
  color: #9954af;
  font-family: 'metropolissemi_bold';
}

.hs-dinsights-section-two .hs_cos_wrapper_type_rich_text p {
  font-size: 18px;
  color: #3e3d40;
  font-family: 'metropolisregular';
  line-height: 24px;
  margin: 0;
  display: inline;
}

.hs-dinsights-section-two:before, 
.hs-dinsights-section-three:before, 
.hs-dinsights-section-four:before, 
.hs-dinsights-section-five:before, 
.hs-dinsights-section-six:before {
  content: '';
  width: 266px;
  height: 14px;
  background: #9954af;
  display: inline-block;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -133px;
}

.hs-dinsights-section-two, 
.hs-dinsights-section-three, 
.hs-dinsights-section-four, 
.hs-dinsights-section-five, 
.hs-dinsights-section-six {
  position: relative;
}

.hs-dinsights-section-three .hs_cos_wrapper_type_rich_text h2, 
.hs-dinsights-section-four .hs_cos_wrapper_type_rich_text h2,
.hs-dinsights-section-five .hs_cos_wrapper_type_rich_text h2 {
  position: relative;
  margin-bottom: 30px;
  font-size: 36px;
  color: #3e3d40;
  font-family: 'metropolissemi_bold';
  line-height: 44px;
}

.hs-dinsights-section-three .hs_cos_wrapper_type_rich_text, 
.hs-dinsights-section-four .hs_cos_wrapper_type_rich_text, 
.hs-dinsights-section-five .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
}

.hs-dinsights-section-three .hs_cos_wrapper_type_rich_text h2 span, 
.hs-dinsights-section-four .hs_cos_wrapper_type_rich_text h2 span, 
.hs-dinsights-section-five .hs_cos_wrapper_type_rich_text h2 span {
  font-size: 36px;
  display: inline-block;
  padding: 0;
  color: #9954af;
  font-family: 'metropolissemi_bold';
}

.hs-dinsights-section-three .hs_cos_wrapper_type_rich_text p, 
.hs-dinsights-section-four .hs_cos_wrapper_type_rich_text p, 
.hs-dinsights-section-five .hs_cos_wrapper_type_rich_text p {
  font-size: 18px;
  color: #3e3d40;
  font-family: 'metropolisregular';
  line-height: 24px;
  text-align: center;
  margin: 0;
  display: inline;
}

.hs-dinsights-section-three .hs_cos_wrapper_type_rich_text .video_placeholder {
  margin-top: 30px;
}

.hs-dinsights-section-five .widget-type-linked_image {
  width: 709px;
  height: 457px;
  display: block;
  margin: 0 auto;
  background: url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/images/video_placeholder.png) no-repeat 0 0;
  margin-top: 30px;
  padding: 51px 49px 50px 31px;
}

.hs-dinsights-section-six .dnd_area6-row-0-force-full-width-section > .row-fluid {
  padding: 0;
}

.hs-dinsights-section-six:before {
  content: '';
  width: 50%;
  height: 14px;
  background: #9954af;
  display: inline-block;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -25%;
  z-index: 99;
}

.hs-dinsights-section-six .custom-work-slider-wrapper h2.top-heading {
  background: #3e3d40;
  color: #ffffff;
}

.hs-dinsights-section-six .custom-work-slider-wrapper h2.top-heading:before {
  border-color: #3e3d40 transparent transparent transparent;
}

.hs-full-section-one .custom-career-tab.bg-sec .row {
  background:  no-repeat 100% 50%;
  background-size: contain;
}

.hs-full-section-one .custom-career-tab.bg-sec .custom-content .text:after {
  content: none;
}

.hs-full-section-one .custom-career-tab.bg-sec .custom-content.two-third {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.hs-full-section-one .custom-career-tab.bg-sec .custom-content.two-third .text {
  margin: 0;
  background: none;
  padding: 70px 0 70px 0;
  min-height: auto;
}

.hs-full-section-one .custom-career-tab.bg-sec .custom-content.two-third .text p {
  position: static;
  transform: none;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
}

.hs-full-section-one .custom-career-tab.bg-sec {
  padding: 0;
}

/* ------------- full width -------------- */
.hs-full-section-one blockquote {
  font-size: 36px;
  line-height: 44px;
  font-family: 'metropolissemi_bold';
  padding-bottom: 0px;
  color: #3D3D40;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  border: none;
  padding: 0;
}

.hs-full-section-one blockquote span {
  color: #0099CC;
  display: block;
}

.hs-full-section-six .dnd-section > .row-fluid > .span12 > .dnd-row > .row-fluid {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
}

.hs-full-section-six .dnd-section > .row-fluid > .span12 > .dnd-row > .row-fluid:before {
  content: none;
}

.hs-full-section-six .dnd-section  .span4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
}

.hs-full-section-six .dnd-section .span4 .widget-type-rich_text h4 {
  color: #3D3D40;
  text-transform: uppercase;
  font-size: 16px;
  line-height: normal;
  font-family: 'metropolissemi_bold';
  padding: 0;
  margin: 20px 0 20px 0;
}

.hs-full-section-six .dnd-section .span4 .widget-type-rich_text h4 span {
  color: #0099CC;
}

.hs-full-section-six .dnd-section .span4 .widget-type-rich_text {
  text-align: center;
}

.hs-full-section-six .dnd-section .span4 .widget-type-rich_text p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

.hs-full-section-six .dnd-section .span4 .widget-type-rich_text p a {
  text-decoration: none;
  outline: none;
}

.hs-full-section-eight .dnd_area8-row-0-force-full-width-section > .row-fluid {
  padding: 0;
}

/* --------------------- sisense page ----------------------- */
.hs-sisense-section-one h3 {
  font-size: 36px;
  line-height: 44px;
  font-family: 'metropolissemi_bold';
  padding-bottom: 0px;
  color: #0099CC;
  text-align: center;
}

.hs-sisense-section-one h5 {
  font-size: 18px;
  line-height: 28px;
  font-family: 'Metropolis Bold';
  color: #3D3D40;
  margin: 0;
  padding-bottom: .5rem;
}

.hs-sisense-section-one blockquote {
  border: none;
  font-size: 24px;
  font-family: 'metropolissemi_bold';
  line-height: normal;
  color: #3e3d40;
  padding: 30px 90px;
  position: relative;
  background: #e6f4fa;
  border-radius: 100px;
  margin: 25px 0 45px 0;
  text-align: center;
}

.hs-sisense-section-one blockquote:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border-width: 20px;
  border-style: solid;
  border-color: #e6f4fa transparent transparent transparent;
}

.hs-sisense-section-two .dnd_area2-row-0-force-full-width-section > .row-fluid {
  padding: 0;
}

.hs-sisense-section-two .dnd-section {
  display: block;
  max-width: 1366px;
  margin: 0 auto;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: 100% 50% !important;
}

.hs-sisense-section-two .custom-career-tab.bg-sec .row {
  background: no-repeat 100% 50%;
  background-size: contain;
}

.hs-sisense-section-two .custom-career-tab.bg-sec .custom-content .text {
  padding: 40px 0 50px 0;
}

.hs-sisense-section-three .custom-content-background .cm-content .vdo-text2 {
  padding: 0 50px 0 0;
  width: 80%;
}

.hs-sisense-section-eight .dnd_area8-row-0-force-full-width-section > .row-fluid {
  padding: 0;
}

.hs-sisense-section-six .dnd-section > .row-fluid {
  padding: 0;
}

.hs-sisense-section-six .dnd-section blockquote {
  border: none;
  max-width: 610px;
  margin: 0 auto;
  padding: 30px 0 0 0;
  text-align: center;
}

.hs-sisense-section-six .dnd-section blockquote h3 {
  font-size: 36px;
  font-family: 'metropolissemi_bold';
  line-height: 44px;
  color: #3e3d40;
  padding-bottom: 30px;
  text-align: center;
}

.hs-sisense-section-six .dnd-section blockquote h3 span {
  color: #0099cc;
}

.hs-sisense-section-six .dnd-section .dnd-row > .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.hs-sisense-section-six .dnd-section .dnd-row > .row-fluid:before {
  content: none;
}

.hs-sisense-section-six .dnd-section .span2, 
.hs-sisense-section-six .dnd-section .span8, 
.hs-sisense-section-six .dnd-section .span3, 
.hs-sisense-section-six .dnd-section .span6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
  text-align: center;
}

.hs-sisense-section-six .dnd-section img {
  border-radius: 50%;
}

/* ------------------------ partner page ------------------------- */
.partner-banner .hs-banner-area .content-inner {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.partner-banner .hs-banner-area {
  position: relative;
}

.partner-banner .hs-banner-area .content-inner h2 {
  font-size: 65px;
  font-family: 'metropolissemi_bold';
  color: #fff;
  padding-bottom: 30px;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.partner-banner .hs-banner-area .content-inner p {
  padding-bottom: 10px;
  font-size: 32px;
  line-height: 38px;
  color: #fff;
  max-width: 702px;
  margin: 0 auto;
}

.partner-banner .hs-banner-area .content-inner .popup-btn {
  text-decoration: none;
  outline: none;
  background: #33CCFF;
  color: #3D3D40;
  font-size: 21px;
  line-height: 25px;
  border-radius: 30px;
  padding: 15px 40px;
  text-transform: uppercase;
  margin: 60px 0 0 0;
  display: inline-block;
}

.partner-banner .hs-banner-area .content-inner .popup-btn:hover {
  background: #0099cc;
  color: #fff;
}

.hs-partner-section-one p {
  max-width: 875px;
  margin: 0 auto;
  padding-bottom: 45px;
  font-size: 18px;
  line-height: 28px;
}

.hs-partner-section-one p strong {
  font-weight: bolder;
  font-family: 'metropolissemi_bold';
}

.hs-partner-section-one h3 {
  font-size: 36px;
  font-family: 'metropolissemi_bold';
  line-height: 44px;
  color: #3e3d40;
  padding-bottom: 30px;
  text-align: center;
}

.hs-partner-section-one h3 span {
  color: #0099cc;
}

.hs-partner-section-one .widget-type-rich_text {
  max-width: 905px;
  margin: 0 auto;
}

.hs-partner-section-two .dnd-section > .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
}

.hs-partner-section-two .dnd-section > .row-fluid:before {
  content: none;
}

.hs-partner-section-two .dnd-section .span4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
  text-align: center;
}

.hs-partner-section-two .dnd-section h4 {
  color: #3D3D40;
  text-transform: uppercase;
  font-size: 16px;
  line-height: normal;
  font-family: 'metropolissemi_bold';
  padding: 0;
  margin: 20px 0 20px 0;
}

.hs-partner-section-three .dnd_area3-row-0-force-full-width-section > .row-fluid {
  padding: 0;
}

.hs-partner-section-four h2 {
  font-size: 36px;
  line-height: 44px;
  color: #3D3D40;
  text-align: center;
  font-family: 'metropolissemi_bold';
  padding: 0;
  margin: 0 0 50px 0;
}

.hs-partner-section-four p {
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
  color: #3D3D40;
  font-size: 18px;
  line-height: 28px;
  padding: 0;
}

.hs-partner-section-five .dnd-section {
  padding: 60px 0 0 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% 100% !important;
}

.hs-partner-section-five .dnd-section img {
  width: 100%;
}

.hs-partner-section-six .dnd_area6-row-0-force-full-width-section > .row-fluid {
  padding: 0;
}

.hs-partner-section-one .dnd-section > .row-fluid {
  padding: 0;
}

/* ---------------------- data catalog page -------------------------- */
.data-catalog-banner .cm-advanced-banner-wrp .ol-banner-caption3 {
  background: #0099cc;
}

.data-catalog-banner .cm-advanced-banner-wrp .ol-banner-caption3 .banner-icon-bg {
  padding-left: 90px;
}

.data-catalog-banner .cm-advanced-banner-wrp .ol-banner-caption3 .banner-icon-bg .one {
  left: -20px;
  top: -20px;
}

.data-catalog-banner .cm-advanced-banner-wrp .ol-banner-caption3 .banner-icon-bg .two {
  right: 0;
  top: -20px;
}

.data-catalog-banner .cm-advanced-banner-wrp .ol-banner-caption3 .banner-icon-bg .three {
  left: 64px;
  bottom: -24px;
}

.data-catalog-banner .cm-advanced-banner-wrp .ol-banner-caption3 h2 {
  margin-bottom: 50px;
}

.data-catalog-banner .cm-advanced-banner-wrp {
  background-position: 0 0;
}

.cm-dcatalog-one .dnd-section > .row-fluid {
  padding: 0;
}

.cm-dcatalog-one .dnd-section h1 {
  color: #0099cc;
  font-family: 'metropolissemi_bold';
  font-size: 54px;
  line-height: 64px;
  margin-bottom: 30px;
}

.cm-dcatalog-one .dnd-section h1 span {
  display: block;
  padding-left: 10%;
}

.cm-dcatalog-one .dnd-section >  .dnd-row > .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cm-dcatalog-one .dnd-section > .dnd-row > .row-fluid:before {
  content: none;
}

.cm-dcatalog-one .dnd-section .span5, 
.cm-dcatalog-one .dnd-section .span7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
}

.cm-dcatalog-one .dnd-section .span7 p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

.cm-dcatalog-one .dnd-section .span5 img {
  display: block;
  margin: auto;
}

.cm-dcatalog-two .dnd-section > .row-fluid {
  padding: 0;
}

.cm-dcatalog-two .dnd-section h2 {
  color: #3e3d40;
  font-family: 'metropolissemi_bold';
  font-size: 36px;
  position: relative;
  line-height: 80px;
  margin-bottom: 30px;
}

.cm-dcatalog-two .dnd-section h2:before {
  content: '';
  width: 245px;
  height: 10px;
  background: #0099cc;
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 0;
}

.cm-dcatalog-two .dnd-section h2 i {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 30px;
}

.cm-dcatalog-two .dnd-section h2 i.icon_indexes {
  background: no-repeat 0 0;
  background-image: url('https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/images/icon_indexes.png');
    }

.cm-dcatalog-two .dnd-section h2 span {
  color: #0099cc;
}

.cm-dcatalog-two .dnd-section .dnd-row > .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; 
}

.cm-dcatalog-two .dnd-section .dnd-row > .row-fluid:before {
  content: none;
}

.cm-dcatalog-two .dnd-section .span8,
.cm-dcatalog-two .dnd-section .span4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
}

.cm-dcatalog-two .dnd-section .span8 ul {
  padding: 0;
  margin-top: 0;
  margin-bottom: 1rem;
}

.cm-dcatalog-two .dnd-section .span8 ul li {
  list-style: none;
  padding-left: 15px;
  font-size: 14px;
  font-family: 'metropolissemi_bold';
  line-height: 30px;
  position: relative;
}

.cm-dcatalog-two .dnd-section .span8 ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  background: #0099cc;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
}

.cm-dcatalog-two .dnd-section .span4 img {
  display: block;
  margin: auto;
}

.cm-dcatalog-five .catalog-features-card .org-cont1 {
  position: static;
  width: 480px;
  display: inline-block;
}

.cm-dcatalog-five .catalog-features-card .org-cont2 {
  top: 40px;
  right: 120px;
  padding: 0;
  font-size: 16px;
  width: 170px;
}

.cm-dcatalog-six .catalog-features-card .org-cont1 {
  width: 250px;
  position: absolute;
  top: 30px;
  bottom: auto;
}

.cm-dcatalog-six .catalog-features-card .org-cont2 {
  padding-bottom: 95px;
  position: absolute;
  top: 50px;
  right: 30px;
  font-size: 16px;
}

.cm-dcatalog-seven h2 {
  color: #3e3d40;
  font-family: 'metropolissemi_bold';
  font-size: 36px;
  position: relative;
  line-height: 80px;
  margin-bottom: 30px;
}

.cm-dcatalog-seven h2:before {
  content: '';
  width: 245px;
  height: 10px;
  background: #669966;
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 0;
}

.cm-dcatalog-seven h2 span {
  color: #669966;
}

.cm-dcatalog-seven h2 i {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 30px;
}

.cm-dcatalog-seven h2 i.icon_governs {
  background: url('https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/images/icon_governs.png') no-repeat 0 0;
    }

.cm-dcatalog-ten .dnd-section > .row-fluid > .span12 > .dnd-row {
  margin: 95px 0 0px;
  padding-bottom: 120px;
  background-size: unset !important;
  background-repeat: no-repeat !important;
  background-position: center 65px !important;
}

.cm-dcatalog-ten .dnd-section > .row-fluid > .span12 > .dnd-row > .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: auto;
  position: relative;
}

.cm-dcatalog-ten .dnd-section > .row-fluid > .span12 > .dnd-row > .row-fluid:before {
  content: none;
}

.cm-dcatalog-ten .dnd-section .span7, .cm-dcatalog-ten .dnd-section .span5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
}

.cm-dcatalog-ten .dnd-section .span7 h3 {
  font-size: 36px;
  color: #3e3d40;
  font-family: 'metropolissemi_bold';
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.cm-dcatalog-ten .dnd-section .span7 p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
  width: 250px;
  display: inline-block;
}

.cm-dcatalog-ten .dnd-section .span5 .widget-type-rich_text {
  padding-top: 165px;
}

.cm-dcatalog-ten .dnd-section .span5 h3 {
  font-size: 36px;
  color: #3e3d40;
  font-family: 'metropolissemi_bold';
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.cm-dcatalog-ten .dnd-section .span5 p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

.cm-dcatalog-nine .hs-button {
  margin: 0;
  display: inline-block;
  background: #0099cc;
  padding: 25px 40px;
  font-size: 30px;
  line-height: normal;
  text-transform: uppercase;
  font-family: 'metropolissemi_bold';
  border-radius: 50px;
  color: #ffffff;
  margin-top: -30px;
  letter-spacing: normal;
}

.cm-dcatalog-nine {
  line-height: 24px;
}

.cm-dcatalog-nine .hs-button:hover {
  background: #eceded;
  color: #0099cc;
}

.cm-dcatalog-nine h1 {
  color: #0099cc;
  font-family: 'metropolissemi_bold';
  font-size: 54px;
  line-height: 64px;
  padding-top: 1rem;
  margin-bottom: 3rem;
}

.cm-dcatalog-nine .dnd-section > .row-fluid {
  padding: 0;
  text-align: center;
}

.cm-dcatalog-nine .dnd-section > .row-fluid .dnd-row > .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.cm-dcatalog-nine .dnd-section > .row-fluid .dnd-row > .row-fluid:before {
  content: none;
}

.cm-dcatalog-nine .dnd-section .span5, 
.cm-dcatalog-nine .dnd-section .span7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
  text-align: left;
}

.cm-dcatalog-nine .dnd-section .span7 img {
  display: block;
  margin: auto;
}

.cm-dcatalog-eight h2 {
  color: #3e3d40;
  font-family: 'metropolissemi_bold';
  font-size: 36px;
  position: relative;
  line-height: 80px;
  margin-bottom: 30px;
  text-align: left;
}

.cm-dcatalog-eight h2:before {
  content: '';
  width: 245px;
  height: 10px;
  background: #9954af;
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 0;
}

.cm-dcatalog-eight h2 .icon {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 30px;
}

.cm-dcatalog-eight h2 .icon.icon_Delivers {
  background: url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/images/icon_Delivers.png) no-repeat 0 0;
}

.cm-dcatalog-eight h2 span {
  color: #9954af;
}

.cm-dcatalog-eight .dnd-section >.row-fluid {
  padding: 0;
  text-align: center;
}

.cm-dcatalog-eight .dnd-section .dnd-row > .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cm-dcatalog-eight .dnd-section .dnd-row > .row-fluid:before {
  content: none;
}

.cm-dcatalog-eight .dnd-section .span8, 
.cm-dcatalog-eight .dnd-section .span4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
  text-align: left;
}

.cm-dcatalog-eight .dnd-section .span4 p {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 0 0 25px 0;
}

.cm-dcatalog-eight .dnd-section .span4 p span {
  color: #9954af;
}

.cm-dcatalog-eight .hs-button {
  display: inline-block;
  background: #9954af;
  padding: 10px 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'metropolismedium';
  border-radius: 40px;
  color: #ffffff;
  margin-top: 0px;
  letter-spacing: normal;
  margin: 0;
  min-height: auto;
  line-height: normal;
}

.cm-dcatalog-eight .row-fluid [class*="span"] {
  min-height: auto;
  width: 100%;
}

.cm-dcatalog-eight .hs-button:hover {
  background: #fff;
  color: #9954af;
}

.cm-dcatalog-seven .dnd-section > .row-fluid > .span12 > .dnd-row:nth-child(2) {
  text-align: center;
  min-height: 325px;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: unset !important;
}

.cm-dcatalog-seven .dnd-section > .row-fluid > .span12 > .dnd-row:nth-child(2) > .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: auto;
  position: relative;
}

.cm-dcatalog-seven .dnd-section > .row-fluid > .span12 > .dnd-row:last-child > .row-fluid:before {
  content: none;
}

.cm-dcatalog-seven .dnd-section .span3, 
.cm-dcatalog-seven .dnd-section .span6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
  text-align: center;
}

.cm-dcatalog-seven .dnd-section .span3 ul {
  margin: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 1rem;
}

.cm-dcatalog-seven .dnd-section .span3 ul li {
  font-size: 18px;
  line-height: normal;
  color: #3e3d40;
  list-style-type: none;
  margin: 0 0 42px 0;
}

.cm-dcatalog-seven .dnd-section .span3 ul li strong {
  color: #669966;
  text-transform: uppercase;
  font-family: 'metropolissemi_bold';
}

.cm-dcatalog-seven .hs-button {
  margin: 0;
  display: inline-block;
  background: #669966;
  padding: 10px 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'metropolismedium';
  border-radius: 40px;
  color: #ffffff;
  margin-top: 0px;
  letter-spacing: normal;
  min-height: auto;
  line-height: 24px;
}

.cm-dcatalog-seven .hs-button:before {
  background: #eceded;
  color: #669966; 
}

.hs-full-section-one .span5 .hs_error_rollup .hs-error-msgs label {
  background: no-repeat 15px 50% #cc6666;
  background-image: url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/images/icon-warning.svg);
  color: #fff;
  border-radius: 20px;
  line-height: 38px;
  padding: 0 0 0 45px;  
  margin: 10px 0 0 0;
  display: block;
}

.hs-full-section-one .span5 .hs-error-msgs label {
  display: none;
}

.hs-full-section-one .dnd-section .span5 .hs-form-field .inputs-list.hs-error-msgs {
  display: none !important;
}

.hs-full-section-one .dnd-section .span5 .hs-form-field .hs-input.error {
  border: 1px solid #cc6666!important;
}

.cm-dcatalog-seven .dnd-section .hs_cos_wrapper {
  text-align: center;
}

.new-data-banner .hs-banner-area .content-inner {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  width: 328px;
  height: 328px;
  background: #0099cc;
  padding: 124px 20px 0 20px;
}

.new-data-banner .hs-banner-area .content-inner h3 {
  font-size: 36px;
  line-height: 46px;
  font-family: 'metropolissemi_bold';
  padding: 0;
  margin: 0;
  color: #ffffff;
}

/* Banner styling */
.home-page-banner .hs-banner-area {
  background-position: 90% 0;
  background-size: cover;
  min-height: 630px;
  background-repeat: no-repeat;
}

.home-page-banner .hs-banner-area h2 {
  font-size: 50px;
  line-height: 54px;
  font-family: 'metropolissemi_bold';
  margin-bottom: 30px;
  color: #0099cc;
  text-align: left;
}

.home-page-banner .hs-banner-area p {
  padding-bottom: 0px;
  margin: 0;
  font-size: 28px;
  line-height: 34px;
  color: #3e3d40;
  text-align: left;
}

.about-banner .hs-banner-area .banner-content {
  display: inline-block;
}

.about-banner .hs-banner-area .banner-content h1 {
  font-size: 20px;
  line-height: 30px;
  font-family: 'metropolismedium';
  color: #ffffff;
  padding: 30px;
}

.about-banner .hs-banner-area .banner-content h1 span {
  color: #33ccff;
  font-size: 40px;
  display: inline-block;
  font-family: 'metropolissemi_bold';
  padding: 0 0 15px 0;
}

.about-banner .hs-banner-area .page-center {
  text-align: center;
}

.career-banner .page-center {
  text-align: center;
}

.career-banner .banner-content {
  display: inline-block;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  color: #ffffff;
  background: #0099cc;
  padding: 34px;
  text-align: center;
  position: relative;
}

.career-banner .content-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 76%;
}

.career-banner .content-inner h2 {
  font-size: 36px;
  font-family: 'metropolissemi_bold';
  border-bottom: 1px solid #ffffff;
  padding-bottom: 30px;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.2;
}

.career-banner .content-inner p {
  padding-bottom: 10px;
  margin: 0;
}

.hs-data-literacy .hs-banner-area .content-inner {
  display: inline-block;
  width: 425px;
  height: 425px;
  border-radius: 50%;
  color: #ffffff;
  background: #0099cc;
  padding: 52px;
  text-align: center;
}

.hs-data-literacy .hs-banner-area .content-inner h2 {
  font-size: 40px;
  font-family: 'metropolissemi_bold';
  border-bottom: 1px solid #ffffff;
  padding-bottom: 30px;
  margin-bottom: 20px;
  color: #ffffff;
}

.hs-data-literacy .hs-banner-area .content-inner p {
  padding-bottom: 10px;
  margin: 0;
}

.hs-data-literacy .hs-banner-area .content-inner p strong {
  font-weight: bolder;
  font-family: 'metropolissemi_bold';
}

.deliver-insights-banner .hs-banner-area .content-inner {
  display: inline-block;
  width: 425px;
  height: 425px;
  border-radius: 50%;
  color: #ffffff;
  padding: 52px;
  text-align: center;
  background: #9954af;
}

.deliver-insights-banner .hs-banner-area .content-inner h1 {
  font-size: 40px;
  font-family: 'metropolissemi_bold';
  border-bottom: 1px solid #ffffff;
  padding-bottom: 30px;
  margin-bottom: 20px;
  color: #ffffff;
}

.deliver-insights-banner .hs-banner-area .content-inner p {
  padding-bottom: 10px;
  margin: 0;
}

.hs-newdata-section-four .dnd-section .span7 .widget-type-linked_image img {
  position: absolute;
  bottom: 40px;
  width: 561px;
  height: 310px !important;
  top: auto;
  left: -31px;
  max-width: none !important;
}

.hs-newdata-section-four .dnd-section .span7 * {
  height: 100%;
}

/* ======================== banner end ================= */

.body-container__website .hs-error-msgs {
  padding: 0;
}

.body-container__website .hs-input.error {
  border-color: rgba(232,232,232,1.0) !important;
}

.body-container__website .hs-form-field>label .hs-form-required {
  margin-left: 5px;
}

.hs-full-section-two .dnd-section .span8, .hs-full-section-two .dnd-section .span4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
}

.hs-full-section-two .dnd-section .span8 strong {
  font-family: 'metropolissemi_bold';
}

.hs-full-section-two .dnd-section .span4 .widget-type-linked_image img {
  display: block;
  margin: auto;
  margin-top: -40px;
}

.hs-full-section-seven .widget-type-linked_image .hs_cos_wrapper_type_linked_image {
  display: block;
  width: 100%;
  text-align: center;
}


/* data */
.cm-dataGovernance-three-sec-grp{
  padding:90px 0 90px;
}
.cm-dataGovernance-three-sec-grp .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
}
.cm-dataGovernance1-sec .row-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cm-dataGovernance1-sec .col-md-5,
.cm-dataGovernance1-sec .col-md-2{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.cm-dataGovernance1-sec .blue-man {
  padding: 0 0 0 0;
  max-width: 340px;
  text-align: center;
  float: right;
  margin: 0 -40px 0 0;
}
.cm-dataGovernance1-sec .blue-man strong {
  color: #0099d0;
  font-size: 24px;
  font-family: 'metropolissemi_bold';
}
.cm-dataGovernance1-sec .red-man {
  padding: 0 0 0 0;
  max-width: 340px;
  text-align: center;
  margin: 0 0 0 -50px;
}
.cm-dataGovernance1-sec p {
  font-family: 'metropolisregular';
  font-size: 16px;
  color: #3e3d40;
  line-height: 24px;
}
.cm-dataGovernance1-sec p:last-child {
  margin-bottom: 0;
}
.cm-dataGovernance1-sec .red-man strong {
  color: #ce6260;
  font-size: 24px;
  font-family: 'metropolissemi_bold';
}
.cm-dataGovernance2-sec .dnd-column {
  min-height: 440px !important;
  background-size: 100% !important;
  max-width: 862px !important;
  margin: 85px auto 0px auto !important;
  float: none !important;
}
.cm-dataGovernance3-sec-inner{
  max-width: 320px;
  margin: 65px auto 0 auto;
}
.cm-dataGovernance3-sec h1 {
  font-size: 36px;
  line-height: normal;
  padding: 0;
  color: #6aa168;
  margin:0;
  font-family: 'metropolissemi_bold';
}
.cm-dataGovernance3-sec h1 a {
  text-decoration: none;
}
.cm-dataGovernance3-sec h1 a:hover {
  text-decoration: underline;
}
.cm-dataGovernance3-sec h1 span {
  font-size: 36px;
  line-height: 36px;
  color: #3e3e40;
  font-family: 'metropolissemi_bold';
  padding: 0 ;
}
.cm-dataGovernance7-sec .dnd-column {
  padding-top: 10px;
}
.cm-dataGovernance7-sec h2 {
  color: #3e3d40;
  font-family: 'metropolissemi_bold';
  font-size: 36px;
  position: relative;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 37px;
  display: block;
  text-align: center;
}
.cm-dataGovernance7-sec h2::before {
  content: '';
  width: 250px;
  height: 12px;
  background: #669966;
  display: inline-block;
  position: absolute;
  top: -52px;
  left: 50%;
  margin: 0 0 0 -125px;
}
.cm-dataGovernance7-sec .icon {
  float: none;
  margin: 0 auto 25px auto;
  display: block;
  width: 80px;
  height: 80px;
}
.cm-dataGovernance7-sec p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 0 auto 30px auto;
  max-width: 920px;
}
.cm-dataGovernance7-sec img {
  vertical-align: middle;
  border-style: none;
}
.cm-dataGovernance8-sec .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.hs-full-section-one ul li h5 i {
  display: inline-block;
  padding-right: 5px;
}

.hs-full-section-two .dnd-section .span12>.dnd-row .span6 .widget-type-linked_image img {
  display: block;
  margin: auto;
}

.hs-full-section-one h3.dark-gray_line {
  padding-right: 0;
  padding-left: 0;
}

.cm-dcatalog-seven .hs-button:hover, 
.cm-dcatalog-seven .hs-button:focus {
  background: #eceded;
  color: #669966;
}

.custom-right-section .widget-type-linked_image img {
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
  display: block;
}

.custom-right-section .dnd-section > .row-fluid > .dnd-column > .dnd-row >.row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
  width: auto;
}

.custom-right-section .dnd-section > .row-fluid > .dnd-column > .dnd-row >.row-fluid:before {
  content: none;
}

.custom-right-section .dnd-section .span8, .custom-right-section .dnd-section .span4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
}

.custom-right-section .dnd-section .span4 .widget-type-linked_image img {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
  margin: 0;
  width: auto;
  display: inherit;
}

.custom-right-section .row-fluid [class*="span"] {
  min-height: auto;
}

.cm-dataGovernance7-sec p a {
  color: #679966;
  text-decoration: none;
  outline: none;
}

.cm-dataGovernance7-sec p a:hover {
  text-decoration: underline;
}

.data-lineage-banner .hs-banner-area .content-inner {
  display: inline-block;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  color: #ffffff;
  background: #0099cc;
  padding: 60px 70px;
  text-align: center;
}

.data-lineage-banner .hs-banner-area .content-inner h2 {
  font-size: 36px;
  font-family: 'metropolissemi_bold';
  border-bottom: 1px solid #ffffff;
  padding-bottom: 30px;
  margin-bottom: 20px;
  color: #ffffff;
}

.data-lineage-banner .hs-banner-area .content-inner p strong {
  font-family: 'metropolissemi_bold';
  font-weight: bolder;
}

.hs-full-section-one blockquote.data-privacy-top {
  position: relative;
  padding: 70px 0 314px 0;
  background: url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/images/privacy-background.png) no-repeat 50% 96%;
  margin: 0 auto 50px auto;
  max-width: 830px;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
  font-family: 'metropolisregular';
  font-size: 16px;
  color: #3e3d40;
  line-height: 24px;
}

.hs-full-section-one blockquote.data-privacy-top h3 span {
  color: #c66;
  font-size: 100px;
  font-family: 'metropolisblack';
  position: relative;
  display: inline-block;
  top: 37px;
  line-height: 20px;
}

.hs-full-section-one blockquote.data-privacy-top .right {
  text-align: right;
  float: right;
  margin: 15px 20px 0 0;
  color: #3e3d40;
}

.hs-full-section-one blockquote.data-privacy-top h3 {
  font-size: 36px;
  line-height: 44px;
  color: #3e3d40;
  font-family: 'metropolissemi_bold';
  padding: 0;
}

.hs-form-required {
  color: #3E3D40;
}

.hs-full-section-one p a.cm-mail:hover {
  color: #0056b3;
}

.custom-right-section a:hover {
  color: #33ccff;
}

.data-privacy-banner .hs-banner-area .content-inner {
  width: 425px;
  height: 425px;
  border-radius: 50%;
  color: #ffffff;
  background: #0099cc;
  padding: 52px;
  text-align: center;
  display: inline-block;
}

.data-privacy-banner .hs-banner-area .content-inner h2 {
  font-size: 40px;
  font-family: 'metropolissemi_bold';
  border-bottom: 1px solid #ffffff;
  padding-bottom: 30px;
  margin-bottom: 20px;
  color: #ffffff;
}

.data-privacy-banner .hs-banner-area .content-inner p {
  padding-bottom: 10px;
  margin: 0;
}

.data-privacy-banner .hs-banner-area .content-inner p strong {
  font-family: 'metropolissemi_bold';
}

.custom_table_wrapper {
  overflow-x: auto;
}

.hs-full-section-one .dnd-section .span5 .hs-form-field .inputs-list>li>label.hs-form-booleancheckbox-display {
  display: flex;
}

.hs-full-section-one .dnd-section .span5 .hs-form-field .inputs-list>li>label.hs-form-booleancheckbox-display span {
  margin: 0;
  padding-left: 40px;
}

.hs-full-section-one .dnd-section .span5 .hs-form-field .inputs-list > li > label.hs-form-booleancheckbox-display span {
  margin: 0;
  padding-left: 37px;
  vertical-align: middle;
  padding-top: 6px;
}

.hs-home-section-five .dnd-section .span6 {
  width: 50%;
  text-align: center;
  min-height: 280px;
  margin: 0;
}

.hs-home-section-five .span6 blockquote {
  border:none;
  float: left;
    text-align: center;
    padding: 60px 40px 20px;
    background: url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/images/icon_testimonial.png) no-repeat top center;
    min-height: 230px;
}

.hs-home-section-five .dnd-section .span6 blockquote h3{
    font-size: 24px;
    padding-bottom: 20px;
    font-family: 'Lato',sans-serif;
    font-style: italic;
    color: #3e3d40;
    line-height: 30px;
    margin: 0;
    font-weight: 400;
}

/* .hs-home-section-five .dnd-section .dnd-row:nth-child(2) .span6:first-child>.dnd-row:first-child blockquote h3 {
    font-size: 48px;
    line-height: 55px;
}

  .hs-home-section-five .dnd-section .dnd-row:nth-child(2) .span6:last-child>.dnd-row:last-child blockquote h3 {
    font-size: 36px;
    line-height: 43px;
} */

.hs-home-section-five .span6 blockquote p {
    font-size: 18px;
    color: #3e3d40;
    display: inline;
    line-height: 24px;
}

.hs-oembed__starter,
.hs-embed-wrapper[data-service="vimeo"] {
  border: 10px solid #ABDCED;
  border-radius: 5px;
  box-shadow: 2px 2px 15px #666;
}

.body-container__website h1 strong {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

.body-container__website h3.form-title {
  margin-top: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){
  .body-container__website .hs-form-field > label {
    font-weight: 400;
  }
}


.hs-full-section-two .dnd-section .span12>.dnd-row .span4 .hs-button {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'metropolissemi_bold';
  padding: 0 50px;
  border-radius: 30px;
  line-height: 36px;
  height: 36px;
  border: none;
  display: inline-block;
  margin: 10px auto 23px;
  background: #0099CC;
  min-height: auto;
  letter-spacing: normal;
}

.hs-full-section-one .cell_16082700242282-background-image {
  background-position: 50% 96% !important;
}

.hs-full-section-two .dnd-section .span12>.dnd-row .span4 .hs-button:hover {
  color: #fff;
  background: #666668;
  outline: none;
}

.hs-full-section-one .cell_16080998962062-row-0-background-image {
  background-position: 0px 150px !important;
}

.hs-full-section-one h3 span.highlight {
  color: #cc6666;
  font-size: 100px;
  font-family: 'metropolisblack';
  position: relative;
  display: inline-block;
  top: 37px;
  line-height: 20px;
}




/* ======================== Media queries ================================= */
@media (min-width: 576px) {
  .hs-home-section-two .dnd-section .span5 {
    margin-left: 8.333333%;
  }
}
@media (max-width: 991px) {

.hs-home-section-five .dnd-section .span6 {
    width: 100%;
    min-height: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
  
  .hs-home-section-five .span6 blockquote { padding: 60px 40px 46px;    min-height: auto; }
  .hs-home-section-five .dnd-section .span6 { width: 100%;    min-height: 100%;    justify-content: center;    display: flex;    flex-wrap: wrap; }  
}
@media (min-width: 768px) {
  .hs-home-section-two .dnd-section .span5 {
    padding-top: 3rem;
    margin-left: 8.333333%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .hs-home-section-two .dnd-section .span7 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .hs-about-section-three .dnd-section .span3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .hs-career-section-one .dnd-section .span2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  } 

  .hs-career-section-one .dnd-section .span8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .hs-career-section-five .dnd-section .span2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  } 

  .hs-career-section-five .dnd-section .span8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .hs-career-section-six .dnd-section .span3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .hs-career-section-six .dnd-section .span6,
  .hs-full-section-one .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }


  .hs-full-section-one h3.dark-gray_line:before {
    content: '';
    width: 573px;
    height: 71px;
    display: inline-block;
    position: absolute;
    bottom: -45px;
    left: 0;
    background: url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/images/dark-gray_line.png) no-repeat 0 0;
  }

  .hs-full-section-one .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .hs-full-section-one .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .hs-full-section-one .dnd-section .span4,
  .hs-full-section-two .dnd-section .span12 > .dnd-row .span4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .hs-two-column-page .custom-left-section {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: -webkit-sticky;
    position: sticky;
    top: 103px; 
  }

  .hs-two-column-page .custom-right-section {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; 
  }

  .custom-right-section .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  } 

  .custom-right-section .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .hs-full-section-two .dnd-section .span12 > .dnd-row .span6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .hs-full-section-one .dnd-section .span12>.dnd-row .span7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  } 

  .hs-full-section-one .dnd-section .span12>.dnd-row .span5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .hs-dlineage-section-three .dnd-section .span4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .hs-dlineage-section-four .custom-ovaledge-process ul .row > li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .hs-dliteracy-section-two .dnd-section .span5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  } 

  .hs-dliteracy-section-two .dnd-section:first-child .span7 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .hs-dliteracy-section-two .dnd-section:last-child .span7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .hs-dliteracy-section-three .dnd-section .span3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .hs-full-section-six .dnd-section .span4,
  .hs-dliteracy-section-five .dnd-section .span4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .hs-newdata-section-two .dnd-section .span6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .hs-newdata-section-four .dnd-section .hs_cos_wrapper_type_rich_text .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .hs-sisense-section-six .dnd-section .span2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .hs-sisense-section-six .dnd-section .span8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .hs-sisense-section-six .dnd-section .span3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .hs-sisense-section-six .dnd-section .span6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .hs-partner-section-two .dnd-section .span4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .cm-dcatalog-one .dnd-section .span7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    margin-left: 8.333333%;
  }

  .cm-dcatalog-one .dnd-section .span5 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .cm-dcatalog-two .dnd-section .span8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .cm-dcatalog-two .dnd-section .span4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .cm-dcatalog-ten .dnd-section .span7 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    margin-left: 1.5rem;
    padding-left: 3rem;
  }

  .cm-dcatalog-ten .dnd-section .span5 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-left: 16.666667%;  
    padding-left: 3rem;
  }

  .cm-dcatalog-ten .dnd-section .span5 .widget-type-rich_text {
    margin-left: 3rem;
    padding-left: .25rem;
  }

  .cm-dcatalog-nine .dnd-section .span5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    margin-left: 8.333333%;
    padding-top: 30px;
  } 

  .cm-dcatalog-nine .dnd-section .span7 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cm-dcatalog-eight .dnd-section .span4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  } 

  .cm-dcatalog-eight .dnd-section .span8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .cm-dcatalog-seven .dnd-section .span3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  } 

  .cm-dcatalog-seven .dnd-section .span6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .hs-full-section-two .dnd-section .span8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  } 

  .hs-full-section-two .dnd-section .span4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .cm-dataGovernance1-sec .col-md-5{
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .cm-dataGovernance1-sec .col-md-2{
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .cm-dataGovernance1-sec .col-md-5{
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .hs-newdata-section-four .dnd-section .span7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  } 

  .hs-newdata-section-four .dnd-section .span5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .custom-right-section .dnd-section .span8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  } 

  .custom-right-section .dnd-section .span4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

}

@media (min-width: 992px) {
  .hs-full-section-one h3.dark-gray_line {
    padding-bottom: 3rem;
  }
}

/* ============== */
@media (max-width: 1200px) {
  .body-dataGovernance-wrapper,
  .body-dataGovernance-wrapper,
  .hs-about-section-two,
  .hs-full-section-seven {
    overflow: hidden;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .hs-dliteracy-section-two .video_placeholder {
    width: 100%;
    max-width: 712px;
    background-size: contain;
    height: auto;
  }
  
  
}

@media (max-width: 992px) and (min-width: 768px) {
  .cm-dcatalog-five .catalog-features-card .org-cont2 {
    width: 100%;
  }

  .cm-dcatalog-five .catalog-features-card .org-cont1 {
    width: 100%;
  }

  .cm-dcatalog-six .catalog-features-card .org-cont2 {
    position: static;
  }

  .cm-dcatalog-six .catalog-features-card .org-cont1 {
    position: static;
    width: 100%;
  }

  .cm-dcatalog-seven .dnd-section .span3, 
  .cm-dcatalog-seven .dnd-section .span6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .cm-dcatalog-seven .dnd-section .row-fluid [class*="span"] {
    min-height: auto;
  }

  .cm-dcatalog-seven .dnd-section > .row-fluid>.span12 > .dnd-row:nth-child(2) {
    padding-top: 335px;
    background-position: top !important;
  }

  .cm-dcatalog-seven .dnd-section .hs_cos_wrapper {
    text-align: center;
  }

  .cm-dcatalog-ten .dnd-section .span7, 
  .cm-dcatalog-ten .dnd-section .span5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding-left: 15px;
  }

  .cm-dcatalog-ten .dnd-section .span7 p {
    width: 100%;
  }

  .cm-dcatalog-ten .dnd-section .span5 .widget-type-rich_text {
    margin: 0;
    padding-left: 0;
    padding-top: 0;
  }

  .cm-dcatalog-ten .dnd-section > .row-fluid > 
  .span12 > .dnd-row {
    padding: 0;
    margin: 20px 0 0;
    padding-top: 480px;
    background-position: top !important;
  }

  .cm-dcatalog-eight .dnd-section .span4 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .cm-dataGovernance2-sec .dnd-column {
    min-height: 525px !important;
    margin: 0 auto 0px auto !important;
    float: none !important;
  }

  .hs-dlineage-section-four .custom-ovaledge-process ul {
    list-style: none;
    background-size: contain;
  }

  .hs-dliteracy-section-two .video_placeholder {
    max-width: 100%;
    padding: 20px;
    height: auto;
  }

  .hs-dliteracy-section-six .custom-ovaledge-process ul {
    background-size: contain;
    height: auto;
    min-height: 320px;
    padding-top: 220px;
    background-position: top;
  }

  .hs-newdata-section-four .dnd-section .span7 .widget-type-linked_image img {
    max-width: 100% !important;
    width: auto;
    height: auto !important;
  }

}

@media (max-width: 991px) {
  .custom-right-section .dnd-section>.row-fluid>.dnd-column>.dnd-row>.row-fluid{
    display:block;
  }
}

@media (max-width: 767px) {
  .hs-home-section-one .dnd-section,
  .hs-home-section-two .dnd-section,
  .hs-home-section-three .dnd-section,
  .hs-home-section-five .dnd-section,
  .hs-home-section-six .dnd-section,
  .hs-about-section-one .dnd-section,
  .hs-about-section-two .dnd-section,
  .hs-about-section-three .dnd-section,
  .hs-about-section-five .dnd-section,
  .hs-about-section-six .dnd-section {
    padding-bottom: 0;
  }

  .hs-home-section-two .dnd-section h2 {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 20px;
  }

  .hs-home-section-five .dnd-section h2 {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 20px;
  }

  .hs-home-section-five .dnd-section ul > li {
    width: 100%;
  }

  .bottom-pane h3 {
    font-size: 26px;
    line-height: normal;
  }

  .hs-about-section-two .dnd-column>.dnd-row:last-child>.row-fluid:before {
    display: none;
  }

  .hs-career-section-four .dnd-section .hs_cos_wrapper_type_rich_text h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .body-container__website h3.form-title {
    line-height: normal;
  }

  .body-container.body-container__website .hs_cos_wrapper_type_form {
    max-width: 500px;
  }

  .hs-career-section-four .dnd-section > .row-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .hs-full-section-one ul li .col-md-6 img,
  .hs-full-section-one ul li .col-md-4 img {
    margin-top: 0 !important;
  }

  .hs-full-section-one .dnd-section .span4 .widget-type-linked_image {
    height: auto!important;
  }

  .hs-two-column-page .custom-left-section {
    margin-bottom: 25px;
  }

  .custom-right-section h1 {
    font-size: 32px;
    line-height: normal;
  }

  .custom-right-section h2 {
    font-size: 22px;
    line-height: normal;
  }

  .table .thead-dark th, .table-bordered td {
    padding: 10px 5px;
  }

  .body-container__website h1 {
    font-size: 32px;
    line-height: normal;
  }

  .hs-full-section-one .price-title {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 20px;
  }

  .hs-full-section-one blockquote.data-privacy-top h3 span {
    line-height: normal;
    top: 0;
  }

  .video_placeholder {
    width: auto;
    height: auto;
    padding: 27px 25px 20px 16px;
    background-size: contain;
  }

  .video_placeholder video {
    height: auto!important;
  }

  .hs-dlineage-section-four .custom-ovaledge-process ul {
    padding: 80px 0 0 0;
    max-width: 976px;
    margin: 20px auto 60px auto;
    background-size: contain!important;
  }

  .hs-dlineage-section-four .custom-ovaledge-process ul .row > li p {
    max-width: 170px;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
  }

  .hs-dlineage-section-four .custom-ovaledge-process ul .row>li p.second {
    left: 0;
  }

  .hs-dlineage-section-four .custom-ovaledge-process ul .row>li {
    margin: 0;
  }

  .hs-dlineage-section-four .custom-ovaledge-process ul .row>li p.last {
    right: 0;
  }

  .hs-dliteracy-section-two .video_placeholder {
    width: 100%;
    height: auto;
  }

  .hs-dliteracy-section-three .dnd-section .span3 .dnd-module {
    width: 100%;
  }

  .hs-dliteracy-section-five .dnd-section .span4 .dnd-module {
    width: 100%;
  }

  .hs-dliteracy-section-six .custom-ovaledge-process ul {
    padding-top: 298px;
    height: auto;
    margin: 0;
    background-position: top;
    padding-left: 20px;
  }

  .hs-dliteracy-section-six .custom-ovaledge-process ul li {
    list-style: decimal;
  }

  .hs-dinsights-section-one .hs_cos_wrapper_type_rich_text h2, 
  .hs-dinsights-section-two .hs_cos_wrapper_type_rich_text h2, 
  .hs-dinsights-section-three .hs_cos_wrapper_type_rich_text h2, 
  .hs-dinsights-section-four .hs_cos_wrapper_type_rich_text h2, 
  .hs-dinsights-section-five .hs_cos_wrapper_type_rich_text h2 {
    font-size: 22px;
    line-height: normal;
  }

  .hs-dinsights-section-three .hs_cos_wrapper_type_rich_text .video_placeholder {
    width: auto;
    max-width: 400px;
    height: auto;
    padding: 13px 31px 13px 22px;
    background-position: 50% 50%;
    background-size: 100%;
  }

  .hs-dinsights-section-five .widget-type-linked_image {
    width: auto;
    max-width: 400px;
    height: auto;
    padding: 13px 31px 13px 22px;
    background-position: 50% 50%;
    background-size: 100%;
  }

  .hs-dinsights-section-one .hs_cos_wrapper_type_rich_text h2 span, 
  .hs-dinsights-section-two .hs_cos_wrapper_type_rich_text h2 span, 
  .hs-dinsights-section-three .hs_cos_wrapper_type_rich_text h2 span, 
  .hs-dinsights-section-four .hs_cos_wrapper_type_rich_text h2 span, 
  .hs-dinsights-section-five .hs_cos_wrapper_type_rich_text h2 span {
    line-height: normal;
  }

  .hs-full-section-one blockquote {
    font-size: 32px;
    line-height: normal;
    max-width: 90%;
  }

  .hs-full-section-one .custom-career-tab.bg-sec .row {
    color: #000;
    background-size: cover;
  }

  .hs-full-section-one .custom-career-tab.bg-sec .custom-content.two-third {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hs-full-section-two .dnd-section .span12>.dnd-row>.row-fluid > .dnd-module {
    width: 100%;
  }

  .hs-full-section-six .dnd-section .span4 .widget-type-rich_text h4 {
    margin: 0 0 10px 0;
  }

  .hs-sisense-section-one blockquote {
    padding: 30px 26px;
    font-size: 24px;
  }

  .hs-sisense-section-two .custom-career-tab .custom-content .text p {
    padding: 0;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .hs-sisense-section-two .dnd-section {
    color: #000;
    background-size: cover!important;
  }

  .hs-sisense-section-five .custom-content-background .cm-content.img-sec .vdo-text2 {
    padding: 0 20px;
  }

  .hs-sisense-section-six .dnd-section blockquote h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .hs-sisense-section-six .dnd-section .row-fluid [class*="span"] {
    min-height: auto;
    width: 100%;
  }

  .partner-banner .hs-banner-area {
    min-height: 370px;
    padding: 50px 0;
  }

  .partner-banner .hs-banner-area .content-inner h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .partner-banner .hs-banner-area .content-inner p {
    font-size: 20px;
    line-height: 30px;
  }

  .partner-banner .hs-banner-area .content-inner .popup-btn {
    margin-top: 20px;
  }

  .hs-partner-section-one .dnd-section > .row-fluid {
    padding: 0;
  }

  .hs-partner-section-one h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .hs-partner-section-two .dnd-section h4 {
    margin: 0 0 10px 0;
  }

  .hs-partner-section-two .row-fluid [class*="span"] {
    min-height: auto;
  }

  .cm-dcatalog-two .dnd-section h2 {
    font-size: 22px;
    line-height: normal;
  }

  .body-datacatalog-wrapper .row-fluid [class*="span"] {
    min-height: auto;
    width: 100%;
  }

  .cm-dcatalog-five .catalog-features-card .org-cont1 {
    text-align: left;
  }

  .cm-dcatalog-seven h2,
  .cm-dcatalog-eight h2 {
    font-size: 22px;
    line-height: normal;
    text-align: left;
  }

  .cm-dcatalog-ten .dnd-section > .row-fluid > .span12 > .dnd-row {
    background-image: none !important;
    background-color: #f4f4f4;
    padding: 30px!important;
    text-align: center;
  }

  .cm-dcatalog-ten .dnd-section .span5 .widget-type-rich_text {
    padding-top: 20px;
  }

  .hs-full-section-one .dnd-section .span12>.dnd-row .span7 .widget-type-linked_image img {
    width: 100%;
    height: auto;
    position: static;
    transform: inherit;
  }

  .hs-full-section-one .dnd-section .span12>.dnd-row .span7 .widget-type-linked_image {
    padding-bottom: 30px;
  }

  .hs-full-section-one .dnd-section .span5 .hs-form-field .inputs-list>li>label>span {
    font-size: 11px;
    margin-left: 40px;
  }

  .cm-dcatalog-seven .dnd-section .row-fluid [class*="span"] {
    min-height: auto;
  }

  .cm-dcatalog-seven .dnd-section > .row-fluid>.span12 > .dnd-row:nth-child(2) {
    padding-top: 335px;
    background-position: top !important;
  }

  .cm-dcatalog-seven .dnd-section .hs_cos_wrapper {
    text-align: center;
  }

  .hs-full-section-two .dnd-section .span4 .widget-type-linked_image img {
    margin-top: 0;
  }

  .hs-full-width-page .row-fluid [class*="span"] {
    width: 100%;
  }

  .cm-dataGovernance-three-sec-grp {
    padding: 40px 0;
  }

  .cm-dataGovernance7-sec h2 {
    font-size: 22px;
    line-height: normal;
  }

  .cm-dataGovernance1-sec-middle .or {
    position: static;
    padding: 20px 0;
  }

  .cm-dataGovernance1-sec .blue-man,
  .cm-dataGovernance1-sec .red-man{
    margin: 0 auto;
    float: none;
  }

  .hs-newdata-section-two h2,
  .hs-newdata-section-three h2,
  .hs-newdata-section-four .dnd-section h2,
  .hs-newdata-section-five h2 {
    font-size: 22px;
    line-height: normal;
  }

  .hs-newdata-page h1 {
    font-size: 32px;
    line-height: normal;
  }

  .new-data-banner .hs-banner-area .content-inner {
    width: 300px;
    height: 300px;
  }

  .hs-newdata-section-one blockquote {
    line-height: normal;
    padding: 15px;
  }

  .cm-dataGovernance2-sec .dnd-column {
    margin: -5px auto 90px auto !important;
  }

  .partner-banner .hs-banner-area .content-inner {
    padding: 15px;
  }

  .hs-partner-section-six .custom-get-in-touch-wrap .custom-get-in-touch .cm-content h3 {
    font-size: 36px;
    line-height: 44px;
  }

  .hs-sisense-section-three .custom-content-background .cm-content .vdo-text2 {
    padding: 0;
  }

  .hs-dliteracy-section-six .custom-ovaledge-process ul {
    background-size: contain;
    padding-top: 200px;
  }

  .hs-data-literacy .hs-banner-area .content-inner {
    width: 300px;
    height: 300px;
  }

  .hs-data-literacy .hs-banner-area .content-inner h2 {
    font-size: 18px;
    line-height: normal;
  }

  .hs-data-literacy .hs-banner-area .content-inner p {
    font-size: 12px;
    line-height: 18px;
  }

  .deliver-insights-banner .hs-banner-area .content-inner {
    width: 300px;
    height: 300px;
  }

  .deliver-insights-banner .hs-banner-area .content-inner p {
    font-size: 12px;
    line-height: 18px;
  }

  .hs-sisense-section-eight .custom-get-in-touch-wrap .custom-get-in-touch .cm-content h3 {
    font-size: 36px;
    line-height: 44px;
  }

  .data-privacy-banner .hs-banner-area .content-inner {
    width: 300px;
    height: 300px;
  }

  .data-privacy-banner .hs-banner-area .content-inner h2 {
    font-size: 18px;
    line-height: normal;
  }

  .data-privacy-banner .hs-banner-area .content-inner p {
    font-size: 12px;
    line-height: 18px;
  }

  .deliver-insights-banner .hs-banner-area .content-inner {
    padding: 10px;
  }

  .hs-home-section-five .dnd-section .span6 {
    width: 100%;
  }

  .data-lineage-banner .hs-banner-area .content-inner h2 {
    line-height: 1.2;
  }

  .hs-dlineage-section-four .custom-ovaledge-process ul .row>li:nth-child(2) p {
    left: 0;
  }

  .hs-dlineage-section-four .custom-ovaledge-process ul .row>li:nth-child(4) p {
    right: 0;
  }

  .hs-full-section-two .dnd-section .span12>.dnd-row .span4 .hs-button {
    margin-bottom: 0;
  }

  .hs-full-section-one .cell_16080998962062-row-0-background-image {
    background-image: none !important;
  }

  .custom-left-section .hs-menu-wrapper > ul > li ~ li { margin:10px 0 0;  }
  
  
}

@media (max-width: 550px) {
  .hs-partner-section-one .dnd-section > .row-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }



}

@media (max-width: 479px) {
  .partner-banner .hs-banner-area .content-inner .popup-btn {
    margin-top: 0;
  }

}

@media (max-width: 400px) {
  .data-lineage-banner .hs-banner-area .content-inner {
    width: 280px;
    height: 280px;
    padding: 20px 40px;
  }

  .career-banner .banner-content {
    width: 290px;
    height: 300px;
  }

}

@media (max-width: 350px) {
  .new-data-banner .hs-banner-area .content-inner {
    width: 280px;
    height: 300px;
  }

  .deliver-insights-banner .hs-banner-area .content-inner {
    padding: 22px;
    width: 270px;
    height: 270px;
  }

  .data-privacy-banner .hs-banner-area .content-inner {
    width: 280px;
    height: 280px;
    padding: 32px;
  }

  .career-banner .banner-content {
    width: 280px;
    height: 290px;
  }

  .cm-advanced-banner-wrp .ol-banner-caption3 {
    width: 270px !important;
    height: 280px !important;
  }

  .hs-data-literacy .hs-banner-area .content-inner {
    width: 280px;
    height: 280px;
    padding: 22px;
  }

  .deliver-insights-banner .hs-banner-area .content-inner h1 {
    font-size: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

}
.custom-header-wrapper {
  display: block;
  width: 100%;
  min-height: 103px;
}

.custom-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  background: #fff;
  border-bottom: 1px solid #ededed;
}

.custom-header .header-inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.custom-logo a {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.custom-logo img {
  width: auto !important;
}

img {
  vertical-align: middle;
  border-style: none;
}

.custom-menu-primary {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
/*   text-align: right; */
  line-height: 24px;
}

.custom-menu-primary .navigation-primary > ul {
  position: relative;
  width: 100%;
  float: right;
  margin-bottom: 0;
}

.custom-menu-primary .navigation-primary > ul > li {
  display: inline-block;
  position: relative;
}

.custom-menu-primary .navigation-primary > ul > li > a {
  display: inline-block;
  font-size: 13px!important;
  letter-spacing: 0.4px;
  color: #3e3d40;
  text-transform: uppercase;
  font-family: 'metropolismedium';
  padding: 0.5rem 10px;
  text-decoration: none;
  outline: none;
}

.custom-menu-primary .navigation-primary > ul > li:hover > a, 
.custom-menu-primary .navigation-primary > ul > li.active-branch > a {
  color: #0099cc;
}

.custom-menu-primary .navigation-primary > ul > li > ul {
  position: absolute;
  top: 40px;
  display: none;
  width: 180px;
  left: 0;
  background: #fff;
  text-align: left;
  margin: 0;
  z-index: 9999;
}

.custom-menu-primary .navigation-primary > ul > li:hover > ul {
  display: block;
}

.custom-menu-primary .navigation-primary > ul > li > ul > li {
  position: relative;
  display: inline-block;
}

.custom-menu-primary .navigation-primary > ul > li > ul > li > a {
  text-decoration: none;
  outline: none;
  letter-spacing: 0;
  color: #000;
  display: inline-block;
  font-size: 13px;
  padding: 0.5rem 10px;
  border-radius: 25px;
  text-transform: uppercase;
  font-family: 'metropolismedium';
}

.custom-menu-primary .navigation-primary > ul > li > ul > li:last-child > a {
  padding: 10px 15px;
}

.custom-menu-primary .navigation-primary > ul > li > ul > li:hover > a {
  color: #0099cc;
}

.custom-menu-primary .navigation-primary > ul > li > ul > li.active-branch > a {
  color: #0099cc;
}

.custom-menu-primary .navigation-primary > ul > li.solutions:hover {
  color: #0099cc;
  background-image: url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/images/nav-aro.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.custom-menu-primary .navigation-primary > ul > li.solutions > ul {
  position: absolute;
  width: 265px;
  left: 20px;
  top: 43px;
  margin: 0;
  padding: 10px 20px 20px 20px;
  border: 1px solid #ccc;
}

.custom-menu-primary .navigation-primary > ul > li.solutions > ul > li > a {
  padding: 10px 15px;
  border-radius: 25px;
  text-transform: uppercase;
  font-family: 'metropolismedium';
}

.custom-menu-primary .navigation-primary > ul ul ul {
  background: #fff;
  text-align: left;
  display: block;
  width: 100%;
  position: static;
}

.custom-menu-primary .navigation-primary > ul ul ul li {
  position: relative;
  width: 100%;
  padding-left: 40px;
  display: block;
}

.custom-menu-primary .navigation-primary > ul ul ul li a {
  text-decoration: none;
  outline: none;
  letter-spacing: 0;
  color: #000;
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  padding: 5px;
  text-transform: capitalize;
  font-family: 'metropolismedium';
  border-radius: 25px;
}

.custom-menu-primary .navigation-primary > ul ul ul li:hover > a,
.custom-menu-primary .navigation-primary > ul ul ul li.active-branch > a {
  color: #0099cc;
}

.custom-menu-primary .navigation-primary > ul > li:last-child > a {
  background: #0099cc;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 25px;
  text-transform: uppercase;
  font-family: 'metropolismedium';
  letter-spacing: 0.4px;
  line-height: 24px;
}

.custom-menu-primary .navigation-primary > ul > li:last-child > a:hover {
  color: #0099cc;
  background: #eceded;
}

.hs-full-section-two .whitepaper-details-text {
  padding: 0;
  border: none;
  margin: 0;
}

/* ====================================== Media queries ======================================== */
@media (min-width: 992px) {
  .custom-header .header-inner {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .custom-menu-primary .navigation-primary {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  #responsive-menu-button,
  .custom-mobile-menu-wrapper {
    display: none;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .custom-header-wrapper {
    min-height: 117px;
  }
}

@media (max-width: 991px) {
  .custom-menu-primary {
    display: none !important;
  }

  #responsive-menu-button {
    outline: none;
    z-index: 99999;
    border: 0;
    margin: 0;
    overflow: visible;
    cursor: pointer;
    padding: 0 0;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 20px;
    right: 5%;
    background: #ebebeb;
    display: inline-block;
    transition: transform 0.5s, background-color 0.5s;
    line-height: 24px;
  }

  #responsive-menu-button .responsive-menu-box {
    width: 25px;
    height: 16px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #3e3d40;
  }

  .responsive-menu-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
  }

  .responsive-menu-inner, 
  .responsive-menu-inner::before, 
  .responsive-menu-inner::after {
    width: 25px;
    height: 2px;
    background-color: #3e3d40;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    transition-property: none;
  }

  .responsive-menu-inner::before, 
  .responsive-menu-inner::after {
    content: "";
    display: block;
    transition-property: none;
  }

  .responsive-menu-inner::before {
    top: -7px;
  }

  .responsive-menu-inner::after {
    bottom: -7px;
  }

  .custom-mobile-menu-wrapper {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99998;
    padding-bottom: 5px;
    margin-bottom: -5px;
    outline: 1px solid transparent;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    left: 0;
    transition: transform 0.5s;
    text-align: left;
    background: #ffffff;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
  }

  .mobile-open .custom-mobile-menu-wrapper {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }

  .custom-mobile-menu-wrapper .mobile-menu-inner {
    background: #ffffff;
  }

  .custom-mobile-menu-wrapper .mobile-menu-logo {
    padding: 25px 5%;
    transition: background-color 0.5s, border-color 0.5s, color 0.5s;
    background-color: #ffffff;
    color: #ffffff;
    font-size: 13px;
    text-align: left;
  }

  .custom-mobile-menu-wrapper .mobile-menu-logo .menu-logo-inner {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .custom-mobile-menu-wrapper .mobile-menu-logo .menu-logo-inner img {
    width: 100% !important;
    max-width: 100%;
  }

  .custom-mobile-menu-wrapper .mobile-menu-logo .hs_cos_Wrapper {
    display: inline-block;
    width: 100%;
  }

  .custom-mobile-menu {
    width: 100%;
  }

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

  .custom-mobile-menu .hs-menu-wrapper > ul > li {
    width: 100%;
    position: relative;
    text-transform: capitalize;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul > li > a {
    width: 100%;
    display: block;
    text-decoration: none;
    position: relative;
    transition: background-color 0.5s, border-color 0.5s, color 0.5s;
    padding: 0 5%;
    line-height: 60px;
    border-bottom: 1px solid #dbdbdb;
    color: #3e3d40;
    background-color: #f2f2f2;
    height: 60px;
    font-size: 16px;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul > li > a:hover {
    color: #3e3d40;
    background-color: #f2f2f2;
    border-color: #dbdbdb;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul > li:first-child > a {
    border-top: 1px solid #dbdbdb;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul ul {
    width: 100%;
    display: none;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul ul li {
    width: 100%;
    position: relative;
    text-transform: capitalize;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul ul li a {
    width: 100%;
    display: block;
    text-decoration: none;
    position: relative;
    transition: background-color 0.5s, border-color 0.5s, color 0.5s;
    padding: 0 5%;
    padding-left: 10%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #212121;
    color: #ffffff;
    background-color: #212121;
    font-size: 14px;
    text-align: left;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul ul li a:hover {
    color: #ffffff;
    background-color: #3f3f3f;
    border-color: #212121;
  }

  .child-trigger {
    transition: background-color 0.5s, border-color 0.5s, color 0.5s;
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    right: 0;
    height: 58px;
    line-height: 58px;
    width: 50px;
    border-left: 1px solid #f2f2f2;
    color: #3e3d40;
    border-color: #f2f2f2;
    background-color: #f2f2f2;
    cursor: pointer;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul > li:first-child > .child-trigger {
    top: 1px;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul ul li .child-trigger {
    left: unset;
    right: 0;
    height: 58px;
    line-height: 58px;
    width: 50px;
    color: #ffffff;
    border-left: 1px solid #212121 !important;
    border-right: unset !important;
    background-color: #212121;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul ul li:first-child > .child-trigger {
    top: 1px;
  }

  .child-trigger.child-open {
    transform: translateY(6px) translateX(2px) rotate(180deg);
  }

  .custom-mobile-menu .hs-menu-wrapper>ul ul ul li a {
    padding-left: 15%;
  }

  .custom-mobile-button {
    text-align: center;
    margin-top: 25px;
    padding: 25px 5%;
  }

  .custom-mobile-button .hs-button {
    margin: 0;
    display: block;
    width: 100%;
    padding: 15px;
    background: #0099cc;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
    text-decoration: none;
    outline: none;
    border: none;
    line-height: 24px;
    font-family: 'metropolisregular';
    font-size: 16px;
    letter-spacing: normal;
  }

  .mobile-open #responsive-menu-button .responsive-menu-inner {
    transform: rotate(45deg);
  }

  .mobile-open #responsive-menu-button .responsive-menu-inner:before {
    top: 0;
    opacity: 0;
  }

  .mobile-open #responsive-menu-button .responsive-menu-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
  }

  .custom-mobile-menu .hs-menu-wrapper>ul ul li a:hover + .child-trigger {
    color: #fff;
    background-color: #3f3f3f;
    border-color: #212121;
    top: 0;
  }
  

}

@media (max-width: 360px) {
  .custom-header-wrapper {
    min-height: 91px;
  }

  .custom-logo img {
    width: 80% !important;
  }
}
/* Header DND sections */

.header .dnd-section {
  padding: 0;
}
.header__logo img{
  display:block;
}
/* Header container */

.header__container {
  display: flex;
  /*   justify-content: space-between; */
}
.header__cta a.button {
  text-transform: uppercase;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: auto;
}

@media (min-width: 992px) {
  .header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0px 20px #DCE4F9;
  }
}

@media (min-width: 1200px) {
  .header{
    padding: 16px 0;
    background-color: #fff;
    z-index:999;
  }
  .header__row-2{
    position:relative;
  }
  .header__column {
    display:flex;
    justify-content:flex-end;
    align-items:center;
  }
}

@media (max-width: 1199px) {
  .header{
    padding:30px 0;
  }
  .header__container{
    display:block;
    position:relative;
  }
  .header__column {
    position: absolute;
    top: 5px;
    width: 100%;
    left: 0;
    right: 0;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    width:100%;
    justify-content: space-between;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: 35px;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width:1199px) {
  .header__logo {
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}


/* Search bar */

.header__search {
  padding-left:17px;
  width: auto;
  position:relative;
}

.header__search form label{
  display:none;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid var(--color-primary);
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
  border-radius: 30px;
  overflow: hidden;
}

.header__search .hs-search-field__suggestions li:not(:first-child) {
  border-top: 1px solid #D1D6DC;
}


.header__search .hs-search-field__suggestions li a {
  color: #8c97aa;
  font-size: 15px;
  padding: 10px 20px;
  text-decoration: none;
  transition: background-color .3s;
  line-height: 1.3;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

.header__search--icon{
  display:block;
  padding-top:3px;
  cursor:pointer;
  position:relative;
  z-index:2;
  width:24px;
}
.header__search.open .header__search--icon{
  padding:0;
}
.header__search .header__search--icon .close{
  display:none;
}

.header__search.open .header__search--icon .search{
  display:none;
}
.header__search.open .header__search--icon .close{
  display:block;
}
#hs_cos_wrapper_site_search{
  display:none;
}
.header__search.open #hs_cos_wrapper_site_search{
  display: block;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}

.header__search .hs-search-field__input{
  width:30px;
  height:30px;
  border:0;
  padding:25px 0;
  background-image:none;
  background-position:center right;
  border-radius:30px!important;
  color:transparent;
  transition:.1s all linear;
  -webkit-transition:.1s all linear;
  width:355px;
  background-position:center right 10px;
  padding:25px;
  border:2px solid var(--color-primary)!important;
  color:#222;
  outline:0;
}

.header__navigation nav.menu ul.menu__wrapper li.menu__item {
  margin-right: 43px;
}

@media (min-width: 1200px) {



  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }


}

@media (max-width: 1199px) {
  .header__search {
    width:auto!important;
    padding:0 10px;
  }
}

/* Language switcher */

/* .header__language-switcher {
cursor: pointer;
padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
position: static;
}

.header__language-switcher .lang_list_class {
border: 2px solid;
border-radius: 3px;
box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
display: block;
left: calc(100% - 24px);
opacity: 0;
min-width: 100px;
padding-top: 0;
text-align: left;
top: 100%;
transition: opacity 0.3s;
visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
opacity: 1;
transition: opacity 0.3s;
visibility: visible;
}

.header__language-switcher .lang_list_class:before {
left: 70%;
top: -25px;
}

.header__language-switcher .lang_list_class:after {
left: 70%;
top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
top: -22px;
transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
border: none;
font-size: 18px;
padding: 0.35rem 0.7rem;
}

/*  .header__language-switcher .lang_list_class li:first-child {
border-radius: 6px 6px 0 0;
border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
border-bottom: none;
border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
transition: background-color 0.3s;
}

.header__language-switcher--label {
display: flex;
position: relative;
}

.header__language-switcher--label-current {
align-items: center;
display: flex;
font-size: 0.75rem;
margin-bottom: 0.175rem;
margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 6px solid #494A52;
content: "";
display: block;
height: 0px;
margin-left: 0.7rem;
margin-top: 0.175rem;
width: 0px;
} */

/* @media (max-width: 1199px) {
.header__language-switcher {
border-top: 2px solid #CED4DB;
padding-left: 1.05rem;
padding-right: 0;
}

.header__language-switcher .lang_list_class {
border: none;
box-shadow: unset;
display: block;
left: 30px;
opacity: 1;
padding: 0 1.05rem;
top: 0;
visibility: visible;
}

.header__language-switcher .lang_list_class li {
background-color: inherit;
font-size: 0.917rem;
}

.header__language-switcher--label-current {
display: none;
}

.header__language-switcher .globe_class {
background-image: none;
}

.header__language-switcher .lang_list_class li:hover{
background-color: inherit;
}

.header__language-switcher .lang_list_class:before,
.header__language-switcher .lang_list_class:after {
content: none;
}
} */

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 1199px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 100px);
    position: absolute;
    right: 0;
    top: calc(100% + 30px);
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 10px;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: auto;
  }

  .header__navigation--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    width: 30px;
    height: 25px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }

  .header__navigation--toggle span{
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #8C97AA;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  .header__navigation--toggle span:nth-child(1) {
    top: 0px;
  }

  .header__navigation--toggle span:nth-child(2),
  .header__navigation--toggle span:nth-child(3) {
    top: 10px;
  }

  .header__navigation--toggle span:nth-child(4) {
    top: 20px;
  }

  .header__navigation--toggle.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  .header__navigation--toggle.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .header__navigation--toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .header__navigation--toggle.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/OvalEdge%20Assets%20-%202022/Icons/search-ico.svg);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}

@media screen and (min-width: 992px) {

  .body-container-wrapper h3, .body-container-wrapper h4, .body-container-wrapper h5, .body-container-wrapper h6 {color:#3D3C40}
  .body-container-wrapper h2 {font-size: 42px;color:#3D3C40}
  .body-container-wrapper h3 {font-size: 36px;}
  .body-container-wrapper h4 {font-size: 30px;}
  .body-container-wrapper h5 {font-size: 21px;}
  .body-container-wrapper p {font-size: 16px;color:#8C97AA;line-height:18px;}
  .cards.case_study .card__text p {padding: 0 55px;}

}

/* header old css 06 Jan */


body .header-Heights, body .website-headers {
  min-height: auto;
}

.fullwidth { width: 100%; float: left; }
.wrapper { max-width: ; width: 100%; float: none; margin: 0 auto !important; display: block; padding-left: 15px; padding-right: 15px; }
.wrapper965 { max-width: 1005px; width: 100%; float: none; margin: 0 auto !important; display: block; padding-left: 20px; padding-right: 20px; }
.wrapper1144 { max-width: 1184px; width: 100%; float: none; margin: 0 auto !important; display: block; padding-left: 20px; padding-right: 20px; }
.wrapper { max-width: 1224px; width: 100%; float: none; margin: 0 auto !important; display: block; padding-left: 20px; padding-right: 20px; }
.wrapper1029 { max-width: 1069px; width: 100%; float: none; margin: 0 auto !important; display: block; padding-left: 20px; padding-right: 20px; }
.header-menu .hs-menu-wrapper>ul>li>.hs-menu-children-wrapper .hs-menu-depth-2 { margin: 0;}
.header-menu .hs-menu-wrapper>ul>li>ul>li>a {
  color: #000;
}
.header-menu .hs-menu-wrapper>ul>li>.hs-menu-children-wrapper>li>a:hover {
  color: #3092c6;
}
.website-searchbar .hs-search-field__bar form input[type="text"] {
  background: #eceded;
  border: 0;
  border-radius: 36px;
  color: #3d3d40;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  outline: 0;
  padding: 11px 25px;
}
.website-searchbar .hs-search-field__bar form input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3d3d40;
}
.website-searchbar .hs-search-field__bar form input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #3d3d40;
}
.website-searchbar .hs-search-field__bar form input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #3d3d40;
}
.website-searchbar .hs-search-field__bar form input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #3d3d40;
}
.header-section .header-right .hs-menu-wrapper>ul {
  column-count: auto;
  -webkit-column-count: auto;
}
.hs-form label.hs-error-msg { color: #ef6b51; }

img { max-width: 100%; height: auto; border: none; vertical-align: top; }
a { outline: none; text-decoration: none !important; cursor: pointer; vertical-align: top; max-width: 100% !important; white-space: normal !important; display: inline-block; transition: .5s ease all; }
/* a:hover, a:focus {color: #d2dc28; }
a:active { color: #d2dc28; } */
strong { font-weight: 700; }
.flex { display:flex; display: -webkit-flex; -ms-display:flex; -moz-display:flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; width: 100%; }
.alignCenter { -webkit-align-items:center; align-items:center; }
.jCenter { -webkit-justify-content: center; justify-content: center; }
.row-fluid [class*='span'] { min-height: auto; }
.text-center, .text-center a, .text-center h1, .text-center h2, .text-center h3, .text-center h4, .text-center h5, .text-center h6 { text-align: center; }
.text-white, .text-white a, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 { color: #fff; }

.header-cta a.cta_button { background: #0099CC; color: #fff; font-weight: 500; font-size: 14px; padding: 4px 33px; -webkit-border-radius: 36px; border-radius: 36px;line-height: 28px; }
.header-cta a.cta_button:hover { background: #3e3d40; }

.body-static-header .header-section { position: static; }
.header-section { padding: 37px 0; position: absolute; left: 0; top: 0; width: 100%; z-index: 2; }
.header-left { width: 20%; float: left; margin-right: 2%; }
.header-right { width: 74%; padding: 0 0 0 20px; -webkit-justify-content: right; justify-content: right; }
.header-menu, .header-cta { float: left; }
.header-right .hs-menu-wrapper ul { display: block; padding: 0; }
.header-right .hs-menu-wrapper > ul > li { float: left; margin: 0 20px 0 0; }
.header-menu .hs-menu-wrapper > ul li.hs-item-has-children:hover > a { color: rgba(0,153,204,1.0); }
.header-menu .hs-menu-wrapper > ul > li.hs-item-has-children a { transition: none; }
.header-menu .hs-menu-wrapper > ul > li:hover > a { color: rgba(0,153,204,1.0); background-color: rgba(255,255,255,0.0); }
.custom-menu-primary .hs-menu-wrapper > ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { overflow: visible !important; max-width: none !important; width: auto !important; }
.header-menu .hs-menu-wrapper > ul > li > a { padding: 10px 0; font-size: 14px; text-transform: uppercase; /* font-family: 'metropolissemi_bold'; */ font-weight: 500; vertical-align: middle; color: rgba(61,61,64,1.0); }
.header-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper { margin: 20px 0 0; position: absolute; left: -10px !important; top: 100%; -webkit-box-shadow: 0 0 2px 0 rgba(204,204,204,0.50); box-shadow: 0 0 2px 0 rgba(204,204,204,0.50); width: 240px; background: #fff; padding: 10px 20px 20px 20px; transition: all ease-in-out .3s; }
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper { opacity: 0; visibility: hidden; }
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper { visibility: visible; opacity: 1; top: 100%; }
.header-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper::before { content: " "; position: absolute; top: -10px; left: 30px; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #09c; width: 10px; height: 10px; }
.hs-menu-wrapper.flyouts .hs-item-has-children { position: relative; }     
.header-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > a { padding: 5px; font-size: 13px; text-transform: uppercase;line-height: 28px; }
.header-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper ul { position: static !important; opacity: 1 !important; transition: all ease-in-out .3s; }
.header-menu .hs-menu-wrapper > ul li.hs-item-has-children:hover > ul, .header-menu .hs-menu-wrapper > ul > li:hover > .hs-menu-children-wrapper ul, .header-menu .hs-menu-wrapper > ul li.hs-item-has-children:hover > ul ul { visibility: visible; }
.header-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper ul li a { text-transform: uppercase; padding: 5px; font-size: 13px; line-height: 18px; }
.header-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper ul li { padding: 0 0 0 10px; }
.header-menu .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul { margin: 10px 0 0; }
.header-menu .hs-menu-wrapper > ul > li ul { z-index: 2; }

.header-search { float: left; vertical-align: middle !important; padding-left: 15px;width: 4%; text-align: right; }
.header-search a { display: inline-block; vertical-align: middle !important; }
.header-search svg { height: 20px; width: 20px; fill: rgba(61,61,64,1.0); vertical-align: middle; display: inline-block; }
.header-search a:hover svg{fill:rgba(0,153,204,1.0);}
.website-searchbar { position: fixed; top: 0; left: 0; height: 100%; width: 100%; background-color: #09c; z-index: 99999999999999999; display: flex; align-items: center; display: -webkit-flex; -webkit-align-items: center; padding: 50px 0;  -webkit-transform: translateY(-120%); transform: translateY(-120%); transition: ease all .5s;}
.website-searchbar>div { max-width: 900px; margin: 0 auto; width: 90%; }
.website-searchbar .hs-search-field__bar { background: transparent; }
.website-searchbar .hs-search-field__bar { background: transparent; padding: 0; margin: 0; }
.website-searchbar .hs-search-field__bar form button { position: absolute; top: 0; right: 0; height: 50px; width: 90px; border: 0; border-radius: 36px; background: rgba(61,61,64,1.0); border: 0; box-sizing: border-box; }
.website-searchbar .hs-search-field__bar form button svg { height: 20px; width: 20px; fill: #fff; margin-top: 6px; }
.website-searchbar .hs-search-field__bar form .hs-search-field__input { padding-right: 95px; }
.view-searchbar .website-searchbar{ -webkit-transform: translateY(0%); transform: translateY(0%);}
.search-closebar {display: inline-block !important; cursor: pointer; position: absolute; top: 40px; right: 40px; width: 42px !important; height: 42px; padding: 7px 10px 8px 10px; background: transparent; font-size: 16px; font-weight: normal; text-align: left; text-transform: uppercase; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; color: #000;cursor:pointer;}
.search-closebar i:before, .search-closebar i:after { width: 42px; height: 2px; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; background-color: #fff; display: inline-block; cursor: pointer; position: absolute; content: ''; left: 0; top: 20px;}
.search-closebar i:before {  transform: rotate(45deg);  -webkit-transform: rotate(45deg); }
.search-closebar i:after {transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}
.website-searchbar .hs-search-field--open .hs-search-field__suggestions { border: 1px solid #fff; border-radius: 36px; margin-top: 20px; padding: 26px; }
.hs-search-field--open .hs-search-field__suggestions * { color: #fff; background: transparent; }
.website-searchbar .hs-search-field__suggestions a:hover, .website-searchbar .hs-search-field__suggestions a:focus { background-color: transparent; outline: 0; }
.website-searchbar li#results-for { font-family: 'Metropolis Bold'; }


.header-Heights .header-section {z-index:9999999;}

.hs-menu-wrapper.flyouts .hs-item-has-children ul.hs-menu-children-wrapper .hs-menu-depth-2 > ul.hs-menu-children-wrapper li a {
    color: #000;
}
.hs-menu-wrapper.flyouts .hs-item-has-children ul.hs-menu-children-wrapper .hs-menu-depth-2 > ul.hs-menu-children-wrapper li a:hover {
    color: #3092c6;
}
/* Responsive */


@media(max-width:1220px){

  .header-right .hs-menu-wrapper > ul > li { margin: 0 18px 0 0; }


}

@media (max-width: 1199px){

  .wrapper1144, .wrapper{ max-width: 969.999999991px; }
  .wrapper1029, .wrapper965 { max-width: 900px; }
  h1 { font-size: 34px; }
  h2 { font-size: 34px; }
  .header-section { padding: 30px 0; }
  .header-right .hs-menu-wrapper > ul > li { margin: 0 10px 0 0; }
  .header-menu .hs-menu-wrapper > ul > li > a { font-size: 11px; }
  .header-search { width: auto; position: absolute; right: 0; top:10px; }
  .header-section > div > div { position: relative; }
  
  
}

.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}


@media screen and (min-width:992px) {
  .custom-menu-primary .mobile-wrap { 
    display:block !important;
  }

  .header-menu .hs-menu-wrapper > ul > li.active-branch > a { color: rgba(0,153,204,1.0); }
  .header-menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul li>ul { left: 100% !Important; position: absolute !important; top: 0 !important; background: #fff; -webkit-box-shadow: 0 0 2px 0 hsl(0deg 0% 80% / 50%); box-shadow: 0 0 2px 0 hsl(0deg 0% 80% / 50%); padding: 10px 20px 20px; transition: all .3s ease-in-out; min-width: 160px; display:none;}
  .header-menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul li:hover>ul { display: block;}
}

.mobile-trigger, .child-trigger{
  display: none; 
}

@media (max-width: 991px){

  .wrapper{ max-width: 719.9999999903999px; }
  .wrapper1029, .wrapper965 { max-width: 700px; }
  h2 { font-size: 32px; }
  h3 { font-size: 22px; }
  .header-left { width: 100%; padding: 0 50px 0 0; margin: 0; }
  .header-left img { max-width: 210px; }
  .header-right { width: 78%; padding: 0 0 0 20px; -webkit-justify-content: right; justify-content: right; }
  
  .mobile-trigger, .child-trigger { display: none; }
  .custom-menu-primary .mobile-wrap { display: none; position: absolute; left: 0; top: calc(100% + 20px); background: #09c; width: 100%; z-index: 9; /* padding: 10px 0; */ margin: 10px 0 0; }
  .header-menu, .header-cta { width: 100%; }
  .mobile-trigger{ display: inline-block !important; cursor: pointer; position: absolute; top: 5px; right: 30px; width: auto; height: auto; padding: 7px 10px 8px 10px; background: #ffffff; font-size: 16px; font-weight: normal; text-align: left; text-transform: uppercase; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; color: #000; }
  .mobile-trigger:hover{ text-decoration: none; color: #3e3d40; background-color: #fff; border-color: transparent; }
  .mobile-open .mobile-trigger { color: #3e3d40; background-color: #fff; border-color: #3e3d40; }
  .mobile-trigger i{ display: inline; position: relative; top: -4px; }
  .mobile-trigger i:before, .mobile-trigger i:after{ position: absolute; content: ''; }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{ width: 22px; height: 2px; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; background-color: #000; display: inline-block; }
  .mobile-trigger i:before{ top: -6px; } 
  .mobile-trigger i:after{ top: 6px; }
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after, .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{ background-color: #3e3d40; }
  .child-trigger{ display: block !important; cursor: pointer; position: absolute; top: 0px; right: 0px; width: 55px !important; min-width: 55px !important; height: 55px !important; padding: 0 !important; /*border-left: 1px dotted rgba(255, 255, 255, .20);*/ }
  .child-trigger:hover{ text-decoration: none; }
  .child-trigger i { position: relative; top: 50%; margin: 0 auto !important; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
  .child-trigger i:after{ position: absolute; content: ''; }
  .child-trigger i, .child-trigger i:after{ width: 10px; height: 1px; background-color: #fff; display: block; }
  .child-trigger i:after{ -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); }
  .child-trigger.child-open i:after{ -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); }
  .child-trigger.child-open i { }
  .header-right .hs-menu-wrapper > ul > li { width: 100%; margin: 0; border-bottom: 1px solid rgb(255, 255, 255); } 
  .header-right .hs-menu-wrapper > ul > li > a { padding: 12px 15px; line-height: 30px; font-size: 16px; }
  .header-right .hs-menu-wrapper > ul > li  a { color: #fff; }
  .header-menu .hs-menu-wrapper > ul > li:hover > a, .header-menu .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a, .header-menu .hs-menu-wrapper > ul > li > ul > li > a:hover { color: #fff; }
  .header-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li:hover > a, .header-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li a { color: rgba(0,0,0,1.0); }
  .header-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper { padding: 0; width: 100%; margin: 0 !important; position: static !important; opacity: 1 !important; visibility: visible !important; transition: none; }
  .header-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li a, .header-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper ul li a { display: inline-block; font-size: 14px; line-height: 27px; padding: 9px 60px 9px 30px; }
  .header-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper ul li a { text-indent: 15px; }
  .header-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper .child-trigger i, .header-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper .child-trigger i:after { background:  rgba(0,0,0,1.0); }
  /* .header-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper .child-trigger { border-left: 1px dotted rgba(0,0,0,0.20); } */
  .header-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper ul li { padding-left: 0; background: rgba(206, 234, 250, 0.20); }
  .header-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper ul li:first-child { padding-top: 9px; }
  .header-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper ul li > .child-trigger { top: 9px; }
  .header-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper ul li:last-child { padding-bottom: 9px; }
  .header-menu .hs-menu-wrapper > ul > li .hs-menu-children-wrapper, .header-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper:before { display: none; }
  .header-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper ul, .header-menu .hs-menu-wrapper > ul > li .hs-menu-children-wrapper { visibility: visible; transition: none; }
  .header-menu .hs-menu-wrapper > ul > li.active-branch > a, .header-menu .hs-menu-wrapper > ul > li:hover > a, .header-menu .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a  { color: #000; }
  .header-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li:hover > a, .header-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.active > a { color: rgba(0,153,204,1.0); }
  .header-section .header-right .hs-menu-wrapper>ul>li { width: 100%;margin: 0;}
  /* New Header style */
  .mobile-open .mobile-trigger i { background: transparent; }
  .mobile-open .mobile-trigger i:before { transform: rotate(45deg); top: 0; }
  .mobile-open .mobile-trigger i:after { top: 0; transform: rotate(-45deg); }
  .child-trigger i:after { display: none; }
  .child-trigger i { background: transparent; width: 14px; height: 14px; border-right: 2px solid #fff; border-top: 2px solid #fff; transform: rotate(135deg); background: transparent; top: 16px; right: 0; }
  .child-trigger.child-open i { transform: rotate(-45deg); top: 25px; }
  .header-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper .child-trigger i { border-color: rgba(0,0,0,1.0); background: transparent; }


  .header-section .header-cta a { background: #fff; color: #09c; margin: 10px 0 10px 15px; }
  .header-section .header-cta a{ font-size: 14px; }

}


@media(max-width: 767px){

  .wrapper1029, .wrapper965, .wrapper { max-width: 100%; }
  .custom-menu-primary .mobile-wrap { left: -20px; width: calc(100% + 40px); }

}


@media(max-width:350px){
  .header-left img { max-width: 150px;}
  .mobile-trigger {top:0;}
  .header-search {top:6;}
}
.custom-footer-bottom {
  background-color: #3e3d40;
  color: #ffffff;
  padding: 10px 0px;
  text-align: center;
  font-size: 85%;
  line-height: 24px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.custom-copyright {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.custom-copyright a {
  color: #ffffff;
  text-decoration: none;
  outline: none;
  margin-left: 16px;
}

.custom-footer-top {
  padding: 30px 0;
  background: #4f4d54;
  color: #ffffff;
  line-height: 24px;
}

.footer-column {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.footer-column .footer-logo {
  margin-bottom: 10px;
}

.footer-column .social-icon {
  margin-bottom: 0px;
  margin-top: 8px;
  float: left;
}

.footer-column .social-icon a {
  text-decoration: none;
  outline: none;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: inline-block;
  background: #ffffff;
  color: #0099cc;
  text-align: center;
  line-height: 33px;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}

.svg-inline--fa.fa-w-14 {
  width: .875em;
}

svg:not(:root).svg-inline--fa {
  overflow: visible;
}

.footer-column p {
  font-size: 14px;
  margin: 0;
}

.footer-column .contact-info a {
  font-family: 'metropolisregular';
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  outline: none;
}

.footer-column .contact-info {
  float: left;
  margin: 15px 0 0;
  width: 100%;
}

.footer-column .footer-logo img {
  max-width: 100%;
}

/* ====================================== Media queries ============================ */
@media (min-width: 768px) {
  .custom-copyright {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-column {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

}

@media (max-width: 768px) {
  .custom-footer-top {
    padding-top: 10px;
  }

  .footer-column .textwidget, 
  .footer-column > .hs_cos_wrapper {
    border-top: 1px solid #6d6c6e;
    padding: 5px 0;
  }

  .footer-column br {
    display: none;
  }

  .custom-copyright a {
    margin-left: 20px;
  }

}
/* ******************************************************************************
*********************************************************************************
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 */
.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

.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: #3e3d40;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ============== */
.blog-listing-wrapper {
  padding: 30px 0 100px;
  position: relative;
  background: #ffffff;
  border-top: 1px solid #f4f4f4;
}

.blog-listing-wrapper .blog-index {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
}

.blog-listing-wrapper .blog-index .post-items {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.post-items .blog-list {
  border: 1px solid #ededed;
  padding: 0;
  margin: 15px 0;
}

.post-items .blog-list .b-list-img {
  width: 100%;
  height: 365px;
  text-align: center;
  background-size: cover;
  position: relative;
}

.post-items .blog-list .b-list-img img {
  max-height: 365px;
  min-height: 365px;
  width: 100%;
  opacity: 1;
  display: block;
  transition: .5s ease;
  backface-visibility: hidden;
  object-fit: cover;
}

.post-items .blog-list .b-list-img .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background-color: #00a6dd;
  width: 100%;
  height: 100%;
}

.post-items .blog-list .b-list-con {
  padding: 20px;
  font-size: 14px;
  line-height: 20px;
}

.post-items .blog-list .b-list-con h1 {
  position: relative;
  font-family: 'metropolissemi_bold';
  font-size: 18px;
  padding: 0;
  margin: 0 0 8px 0;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  min-height: 62px;
  line-height: normal;
}

.post-items .blog-list .b-list-con h1 a {
  color: #0099cc;
  text-decoration: none;
  outline: none;
}

.post-items .blog-list .b-list-con h1 a:hover {
  color: #000;
}

.post-items .blog-list .b-list-con div {
  min-height: 65px;
}

.post-items .blog-list .b-list-bottom {
  border-top: 1px solid #ededed;
  padding: 20px;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
}

.post-items .blog-list .b-list-bottom a {
  color: #3e3d40;
  text-decoration: none;
  outline: none;
}

.post-items .blog-list .b-list-img:hover .middle {
  opacity: 0.3;
}

.blog-pagination {
  list-style: none;
  border-radius: .25rem;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 30px;
}

.blog-pagination span {
  border: 1px solid #ccc;
  color: #3e3d40;
  padding: 2px 10px;
  display: inline-block;
  min-width: 30px;
  margin: 0 10px 0 0;
  text-align: center;
}

.blog-pagination a {
  border: 1px solid #0099cc;
  color: #0099cc;
  padding: 2px 10px;
  display: inline-block;
  min-width: 30px;
  margin: 0 10px 0 0;
  text-align: center;
  text-decoration: none;
  outline: none;
}

.custom-blog-bottom.bottom-pane {
  position: relative;
  background: #eceded;
  padding: 60px 0;
}

.custom-blog-bottom.bottom-pane .blog-bottom-pane-inner {
  text-align: center;
}

.blog-post-wrapper {
  padding: 30px 0 100px;
  position: relative;
  background: #ffffff;
  border-top: 1px solid #f4f4f4;
}

.blog-post-wrapper .blog-post-left, .blog-post-wrapper .blog-post-sidebar {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-post-left .post-featured-image {
  margin: 0 0 20px 0;
  max-height: none;
}

.blog-post-left .post-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-post-left .blog-post-title {
  padding: 0 0 25px 0;
}

.blog-post-left .blog-post-title h1 {
  position: relative;
  font-family: 'metropolissemi_bold';
  font-size: 36px;
  line-height: 42px;
  padding: 0;
  margin: 0;
  font-weight: bold;
  color: #0099cc;
}

.blog-post-left .blog-post-meta {
  font-size: 14px;
  font-style: italic;
  padding: 0px 0 20px 0;
}

.blog-post-left .blog-post-meta a {
  color: #0099cc!important;
  text-decoration: underline;
}

.blog-post-left .blog-post__body p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: revert;
}

.blog-post-sidebar h3 {
  font-size: 16px!important;
  color: #0099cc;
  text-transform: uppercase;
  font-family: 'metropolissemi_bold';
  line-height: 30px;
  padding: 5px 0 5px 0;
  margin: 0 0 10px 0;
  position: static;
  border-bottom: 1px solid #f3f3f3;
}

.blog-post-sidebar ul {
  padding: 0;
  margmn: 0;
  list-style-type: none;
  padding-bottom: 15px;
}

.blog-post-sidebar ul li {
  color: #666;
  font-size: 12px;
  line-height: 16px;
  display: block;
  padding: 3px 0;
}

.blog-post-sidebar ul li a {
  text-decoration: none;
  outline: none;
  color: #3e3d40;
  background: url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/images/sidebar-aro.png) no-repeat 0 4px;
  padding: 0 0 0 18px;
  display: block;
}

.blog-post-sidebar ul li a:hover {
  color: #000!important;
  background: url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/images/sidebar-aro.png) no-repeat 0 5px;
  font-weight: 900;
  font-family: 'metropolisblack';
}

.blog-post-sidebar ul li a .filter-link-count {
  display: none;
}

.blog-sidebar-popup .sidebar-box {
  background: #eceded;
  padding: 25px;
  border-radius: 40px 0px;
  margin: 20px 0 0 0;
  text-align: center;
  margin-top: 20px;
}

.blog-sidebar-popup .sidebar-box h3 {
  font-size: 18px !important;
  line-height: normal;
  font-family: 'metropolisregular';
  color: #3e3d40;
  padding: 0;
  text-transform: none;
  border: none;
  margin-bottom: .5rem;
}

.blog-sidebar-popup .sidebar-box h3 strong {
  display: block;
  font-family: 'metropolisblack';
  font-weight: bolder;
}

.blog-sidebar-popup .sidebar-box p {
  font-size: 12px;
  line-height: normal;
  padding: 0;
  margin: 10px 0 15px 0;
  color: #000000;
  font-family: 'metropolisregular';
}

.blog-sidebar-popup .sidebar-box a {
  background: #0099cc;
  padding: 8px 25px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  line-height: normal;
  margin: 0;
  color: #fff;
  font-weight: bold;
  border-radius: 40px;
  text-decoration: underline;
}

.blog-sidebar-popup .sidebar-box a:hover {
  color: #0099cc;
  background: #fff;
  text-decoration: none;
}

.section.post-footer {
  max-width: 100%;
}

.blog-comments form {
  border: none;
}

.blog-post-left .blog-post-meta a:hover {
  text-decoration: none;
}

#exampleModalCenter { 
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
}

.blog-popup-open #exampleModalCenter {
  opacity: 1;
  visibility: visible;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(27,42,75, 0.6);
}

#exampleModalCenter .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
  max-width: 720px!important;
  padding-top: 10%;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0,-50px);
  transform: translate(0,-50px);
}

.blog-popup-open #exampleModalCenter .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

#exampleModalCenter .modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border-radius: .3rem;
  outline: 0;
  background-color: inherit!important;
  border: none!important;
}

#exampleModalCenter .modal-content .close {
  margin: 0;
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  float: right;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  opacity: .2;
  filter: alpha(opacity=20);
  background: 0 0;
  border: 0;
  cursor: pointer;
  font-size: 52px;
  text-align: right;
  padding: 0 15px 0 0;
  z-index: 100;
  outline: none;
}

#exampleModalCenter .modal-content .modal-body {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 1px 5px 5px rgba(156,156,156,.07);
  font-family: Arial,sans-serif;
  max-width: 500px;
  margin: 0 auto 30px;
  padding: 13px 0 20px;
  position: relative;
  font-family: Arial !important;
  background-color: #ffffff !important;
  width: 100% !important;
  border-top: 7px solid #fff;
}

#exampleModalCenter .modal-content .modal-body h2 {
  font-weight: 500;
  line-height: 1.2;
  font-size: 24px!important;
  margin: 0 0 20px;
  padding: 0 20px;
  text-align: center!important;
  color: #0099cc !important;
  text-decoration: none;
  position: relative;
  font-family: Arial;
}

#exampleModalCenter .modal-content .modal-body p {
  display: block;
  font-weight: 400!important;
  margin-bottom: 25px;
  padding: 0 30px;
  color: #3e3d40;
}

#exampleModalCenter .modal-content .modal-body h2:after {
  content: '';
  margin-top: 31px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -13px;
  border: none;
}

#exampleModalCenter .modal-content .modal-body .hs-form-field {
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 0 30px;
}

#exampleModalCenter .modal-content .modal-body form {
  padding-top: 20px;
}

#exampleModalCenter .modal-content .modal-body .hs-form-field > label {
  max-width: 100%;
  margin-bottom: 5px;
  letter-spacing: .2px;
  padding-bottom: 8px;
  text-align: left;
  display: block;
  color: #3e3d40;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
}

#exampleModalCenter .modal-content .modal-body .hs-form-field .hs-input {
  margin: 0;
  border: 1px solid #e8e8e8!important;
  padding: 0 10px!important;
  width: 100%!important;
  overflow: visible;
  background-color: #fff!important;
  background-image: none!important;
  color: #333!important;
  font-size: 12px!important;
  font-weight: 400!important;
  display: block!important;
  height: 40px;
  line-height: 1!important;
  font-family: sans-serif;
  border-bottom: 1px solid;
  border-bottom-color: rgb(232, 232, 232);
  outline: none;
}

#exampleModalCenter .modal-content .modal-body .hs-form-field + .hs-form-field {
  margin-top: 24px;
}

#exampleModalCenter .modal-content .modal-body .hs-submit {
  border-top: 1px solid #e5e5e5;
  margin-top: 25px;
  padding: 30px 20px 0;
  text-align: right;
  margin-bottom: 15px;
}

#exampleModalCenter .modal-content .modal-body .hs-submit .hs-button {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  font-family: inherit;
  height: 38px;
  margin: 0;
  letter-spacing: 1px;
  line-height: 38px;
  overflow: hidden;
  padding: 0 24px;
  width: auto;
  background: 0 0;
  border: none;
  border-radius: 2px;
  font-size: 13px;
  cursor: pointer;
  margin-right: 5px;
  background-color: #cc6666;
  color: #fff;
}

.blog-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
}

.blog-popup-open .blog-popup-overlay {
  opacity: 1;
  visibility: visible;
}

.hs-error-msgs label, .hs-form .hs_error_rollup .hs-error-msgs label {
  display: none;
}

#exampleModalCenter .modal-content .modal-body .hs-error-msgs {
  padding: 0;
}


.blog-details-content .more-bg {
    background: #f4f4f4;
    padding: 25px;
    color: #3d3d40;
    display: block;
    margin: 20px 0;
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    position: relative;
}

.blog-details-content h1{
  font-weight: normal!important;
    margin: 35px 0 10px 0!important;
    color: #0099cc;
    /*font-size: 2.5rem !important;*/
    font-size: 34px !important;
    line-height: normal!important;
    font-family: 'metropolissemi_bold'!important;
    position: static!important;
}

.blog-details-content h2{
  font-weight: normal!important;
    margin: 35px 0 10px 0!important;
    color: #0099cc;
    font-size: 26px!important;
    line-height: normal!important;
    font-family: 'metropolissemi_bold'!important;
    position: static!important;
}
.blog-details-content h4 {
    font-size: 20px;
    
}
.blog-details-content h4 img {
    display: inline-block !important;
  max-width: 70px;
  
}


.blog-details-content h1 strong, .blog-details-content h1 strong span, .blog-details-content h2 strong, .blog-details-content h2 strong span, .blog-details-content h3 strong, .blog-details-content h3 strong span{font-size:inherit!important;}

.blog-details-content h3 {
    padding: 0;
    font-weight: normal!important;
    margin: 18px 0 10px 0!important;
    color: #3e3d40;
    font-size: 22px!important;
    line-height: normal!important;
    font-family: 'metropolismedium'!important;
    position: static!important;
}

.blog-video-bg {
    padding: 10px 0 0 0;
}

.blog-video-bg .wbn-pic {
    margin: 20px 0 0 0;
  border: 10px solid #abdced;
    border-radius: 5px;
    box-shadow: 2px 2px 15px #666;
}

.blog-details-content .more-bg2 {
    color: #000;
    font-family: 'metropolismedium';
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin: 20px 0;
    line-height: 26px;
    font-style: italic;
    position: relative;
}

.blog-details-content ul{
      list-style-type: none;
  padding:0;
    padding-left: 40px;
  margin-top: 0;
    margin-bottom: 1rem;
}

.blog-details-content ul li {
    list-style-type: disc;
    font-size: 16px;
    line-height: 22px;
    padding: 6px 0;
}

.blog-details-content ul.no-bullet {
    list-style-type: none;
    padding: 0;
}

.blog-details-content strong {
    color: #000;
    font-family: 'metropolismedium';
    font-size: 16px;
}

.blog-details-content ul.no-bullet li {
    list-style-type: none;
  font-size: 16px;
    line-height: 22px;
    padding: 6px 0;
}

.blog-details-content ul.italic li {
    font-style: italic;
}
.blog-details-content img {
    display: block;
    max-width: 100%;
}

.blog-3-points {
    padding: 30px 0;
}

.blog-3-points .per span {
    font-size: 34px;
    line-height: 30px;
    color: #9954b0;
    font-family: 'metropolisextra_bold';
}
.blog-3-points .list .pic {
    padding: 15px 0 20px 2px;
}
.blog-3-points .list .pic img {
    max-width: 80%;
}

.blog-3-points .green span {
    font-size: 34px;
    line-height: 30px;
    color: #669966;
    font-family: 'metropolisextra_bold';
}
.blog-3-points .blue span {
    font-size: 34px;
    line-height: 30px;
    color: #33ccff;
    font-family: 'metropolisextra_bold';
}

.blog-details-content ol {
    padding-left: 40px;
  list-style: decimal;
}
.blog-details-content table, .blog-details-content table tr, .blog-details-content table tr td {
    border: 0;
}
.blog-details-content table {
    width: 100%;
}
.blog-details-content table tr td {
    background-color: #F3F3F3;
}
.blog-details-content table tr td:nth-child(2) {
    background-color: #D9D9D9;
}

.blog-details-content ol li {
    font-size: 18px;
    line-height: 28px;
    padding: 6px 0;
}
.blog-icon-list {
    padding: 15px 0;
}
.blog-icon-list .icon-list {
    border-top: 1px solid #45b8de;
    padding: 15px 0;
}
.blog-icon-list .icon-list .heding {
    color: #0099cc;
    font-size: 26px;
    line-height: 70px;
    clear: both;
    text-transform: uppercase;
    font-family: 'metropolissemi_bold';
    margin: 0 0 10px 0;
  display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.blog-icon-list .icon-list .heding img {
    float: left;
    width: auto;
    height: 70px;
    padding: 0;
    margin: 0 10px 0 0;
  ;
}
.blog-client-list {
    border-top: 1px solid #45b8de;
    padding: 15px 0;
    font-size: 18px;
    line-height: 24px;
}

.blog-details-content ol.list-2{
  list-style: decimal;
  padding-top:0;
}

.blog-details-content ol.list-2 li {
    font-size: 18px;
    line-height: 28px;
    padding: 6px 0;
    font-family: 'metropolismedium'!important;
    font-weight: bold;
}

.blog-3-points  .col-md-4,
  .blog-client-list .col-md-1,
  .blog-client-list .col-md-2,
  .blog-client-list .col-md-9.
.blog-details-content .col-md-7{
  position: relative;
  width:100%;
  padding-right: 15px;
  padding-left: 15px;
  max-width:100%;
}

.blog-comments{display:none;}

.blog-left-blue-line{padding:10px 20px; border-left:3px solid #0099cc; margin:40px 0; font-size:18px; font-style:italic; font-weight:bold; font-family: 'metropolismedium'; color:#3e3d40;  max-width:80%;}

@media (min-width: 768px){
  .blog-3-points .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
  .blog-client-list .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .blog-client-list .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .blog-client-list .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .blog-details-content .col-md-7 {
  -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
        padding: 0 15px;
  }
}


@media only screen and (max-width: 768px){
    .blog-icon-list .icon-list .heding {
      font-size: 16px;
      line-height: 40px;
  }
  .blog-icon-list .icon-list .heding img {
    float: left;
    width: auto;
    height: 40px;
  }
  .blog-post__body.blog-details-content .row {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-details-content img{
    margin-bottom:15px;
  }
}




/* ================ Media queries =================== */
@media (min-width: 576px) {
  #exampleModalCenter .modal-dialog {
    margin: 1.75rem auto;
    min-height: calc(100% - 3.5rem);
  }
}

@media (min-width: 768px) {
  .blog-listing-wrapper .blog-index .post-items {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .blog-post-wrapper .blog-post-left {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .blog-post-wrapper .blog-post-sidebar {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

}

@media (max-width: 991px) {
  .post-items .blog-list .b-list-img {
    height: auto;
  }

  .post-items .blog-list .b-list-con h1,
  .post-items .blog-list .b-list-img img {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .post-items .blog-list .b-list-img img {
    max-height: inherit;
    min-height: inherit;
    width: 100%;
    height: auto;
  }

  .post-items .blog-list .b-list-img {
    width: 100%;
    height: auto;
  }

  .post-items .blog-list .b-list-con h1 {
    height: auto;
  }

  .post-items .blog-list .b-list-con div {
    min-height: auto;
  }

  .blog-post-left .blog-post-title h1 {
    line-height: normal;
  }

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

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

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 14px;
  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: metropolisregular, serif;
  font-size: 1.25rem;
  color: #3e3d40;
  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: #3e3d40;
}

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

.systems-page form {
  margin: 50px 0 30px;
}

.systems-page .hs-error-msgs {
  padding: 0;
}

@media (max-width: 767px) {
  .systems-page .success {
    min-width: 100%; 
  }
  .systems-page .page-header h1 {
    font-size: 28px;
  }
  .systems-page .page-header h2 {
    font-size: 21px;
  }
}



button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  background:var(--color-gradient);
  font-weight:700!important;
}
 
button,
.button:hover{
  background:var(--color-primary);
  color:#fff;
}

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

.button.button-primary{
  background:var(--color-primary);
  color:#fff;
}

.button.button-primary:hover{
  background:var(--color-secondary);
}
.button.button-secondary{
  background:var(--color-secondary);
  color:#fff;
}

.button.button-secondary:hover{
  background:var(--color-primary);
}

.button.button-white{
  color:var(--color-primary);
  background:#fff;
}

.button.button-white:hover{
  background:var(--color-primary);
  color:#fff;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}


.d-flex{
  display:flex!important;
}
.d-block{
  display:block!important;
}
.d-none{
  display:none!important;
}

@media (min-width:576px){
  .d-sm-flex{
    display:flex!important;
  }
  .d-sm-block{
    display:block!important;
  }
  .d-sm-none{
    display:none!important;
  }
}

@media (min-width:768px){
  .d-md-flex{
    display:flex!important;
  }
  .d-md-block{
    display:block!important;
  }
  .d-md-none{
    display:none!important;
  }
}

@media (min-width:992px){
  .d-lg-flex{
    display:flex!important;
  }
  .d-lg-block{
    display:block!important;
  }
  .d-lg-none{
    display:none!important;
  }
}

@media (min-width:1200px){
  .d-xl-flex{
    display:flex!important;
  }
  .d-xl-block{
    display:block!important;
  }
  .d-xl-none{
    display:none!important;
  }
}



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

@media (min-width:576px){
  .text-sm-left{
    text-align:left;
  }
  .text-sm-center{
    text-align:center;
  }
  .text-sm-right{
    text-align:right;
  }
}


@media (min-width:768px){
  .text-md-left{
    text-align:left;
  }
  .text-md-center{
    text-align:center;
  }
  .text-md-right{
    text-align:right;
  }
}


@media (min-width:992px){
  .text-lg-left{
    text-align:left;
  }
  .text-lg-center{
    text-align:center;
  }
  .text-lg-right{
    text-align:right;
  }
}

@media (min-width:1200px){
  .text-xl-left{
    text-align:left;
  }
  .text-xl-center{
    text-align:center;
  }
  .text-xl-right{
    text-align:right;
  }
}
body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

ul.no-list {
  list-style: none;
  margin: 0;
 padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: 'metropolismedium';
  src: url('https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/OvalEdge_December2020/Fonts/Metropolis-Medium.eot') format('embedded-opentype'),
    url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/fonts/metropolis-medium-webfont.woff2) format('woff2'),
    url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/fonts/Metropolis-Medium.woff) format('woff'),
    url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/fonts/Metropolis-Medium.ttf)  format('truetype'),
    url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/fonts/Metropolis-Medium.svg) format('svg');
}

@font-face {
  font-family: 'metropolisregular';
  src: url('https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/OvalEdge_December2020/Fonts/Metropolis-Regular.eot') format('embedded-opentype'),
    url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/fonts/metropolis-regular-webfont.woff2) format('woff2'),
    url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/fonts/Metropolis-Regular.woff) format('woff'),
    url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/fonts/Metropolis-Regular.ttf)  format('truetype'),
    url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/fonts/Metropolis-Regular.svg) format('svg');
}

@font-face {
  font-family: 'metropolissemi_bold';
  src: url('https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/OvalEdge_December2020/Fonts/Metropolis-SemiBold.eot') format('embedded-opentype'),
    url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/fonts/metropolis-semibold-webfont.woff2) format('woff2'),
    url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/fonts/Metropolis-SemiBold.woff) format('woff'),
    url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/fonts/Metropolis-SemiBold.ttf)  format('truetype'),
    url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/fonts/Metropolis-SemiBold.svg) format('svg');
}

@font-face {
  font-family: 'metropolisextra_bold';
  src: url('https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/OvalEdge_December2020/Fonts/Metropolis-ExtraBold.eot') format('embedded-opentype'),
    url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/fonts/metropolis-extrabold-webfont.woff2) format('woff2'),
    url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/fonts/Metropolis-ExtraBold.woff) format('woff'),
    url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/fonts/Metropolis-ExtraBold.ttf)  format('truetype'),
    url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/fonts/Metropolis-ExtraBold.svg) format('svg');
}

@font-face {
  font-family: 'metropolisblack';
  src: url('https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/OvalEdge_December2020/Fonts/Metropolis-Black.eot') format('embedded-opentype'),
    url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/fonts/metropolis-black-webfont.woff2) format('woff2'),
    url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/fonts/Metropolis-Black.woff) format('woff'),
    url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/fonts/Metropolis-Black.ttf)  format('truetype'),
    url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/fonts/Metropolis-Black.svg) format('svg');
}

@font-face {
  font-family: 'Metropolis Bold';
  src: url('https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/OvalEdge_December2020/Fonts/Metropolis-Bold.eot') format('embedded-opentype'),
    url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/fonts/Metropolis-Bold.woff2) format('woff2'),
    url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/fonts/Metropolis-Bold.woff) format('woff'),
    url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/fonts/Metropolis-Bold.ttf)  format('truetype'),
    url(https://8872476.fs1.hubspotusercontent-na1.net/hubfs/8872476/raw_assets/public/OvalEdge_December2020/fonts/Metropolis-Bold.svg) format('svg');
}




body {
  font-family: metropolisregular, sans-serif;
  font-size: 16px;
  color: #3e3d40;
  line-height: 1.5;
  font-weight: 400;
  background-color: #fff;
}

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

/* Anchor Links */
a {
  color: #0099cc;
  outline: none;
  text-decoration: underline;
}
a:hover, a:focus {
  outline: none;
  text-decoration: none;
}

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

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 36px;
  margin-bottom: 40px;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  padding: 30px 0 30px 0;
  margin: 0;
  list-style: none;
}

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

blockquote {
  margin: 0 0 1rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

@media (max-width: 768px) {
  h2 {
    line-height: normal;
    margin-bottom: 20px;
  }
}