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

.about-page .dnd-section[class*="force-full-width-section"] > .row-fluid ,
.industries-page .dnd-section[class*="force-full-width-section"] > .row-fluid,
.solution-listing-page .dnd-section[class*="force-full-width-section"] > .row-fluid{
  width: 100%;
}

.about-page .page-center,
.solution-listing-page .page-center{
  width:90%;
}

.custom-mission .custom-mission-heading h2:before {
  background: url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/DenovoVentures_August2021/Images/icon-flag@2x.png) no-repeat;
}

.career-row {
  font-size: 1.25em;
  color: #939697;
}

.career-row h2 {
  position: relative;
  font-family: "Work Sans",sans-serif;
  font-weight: 600;
  margin: 0;
}

.career-row .row-fluid .span6 {
  width: calc(50% - ( 0.5 * 30px ) );
  margin: 0;
}

.career-row .dnd-section .span12 > .row-fluid-wrapper > .row-fluid {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.career-row .dnd-section .span12 > .row-fluid-wrapper > .row-fluid:before,
.career-row .dnd-section .span12 > .row-fluid-wrapper > .row-fluid:after{
  content:'';
  display:none;
}

.career-row img {
  vertical-align: middle;
}


/* .career-row .row-fluid .span6 .span12 {
display: block !important;
}
*/
.career-row .hs-button {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  line-height: 1em;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  padding: 1em 2em;
  background: #41a9d5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #298fba), color-stop(1, #41a9d5));
  background: -ms-linear-gradient(bottom, #298fba, #41a9d5);
  background: -moz-linear-gradient(center bottom, #298fba 0%, #41a9d5 100%);
  background: -o-linear-gradient(#41a9d5, #298fba);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41a9d5', endColorstr='#298fba', GradientType=0);
  border: 1px solid;
  border-color: #2685ad #247fa5 #227598 #247fa5;
  color: #ffffff !important;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 7%);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 7%);
  text-shadow: 0 1px 0 rgb(0 0 0 / 5%);
}

.career-row .hs-button:hover {
  background: #49add7;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2b95c2), color-stop(1, #49add7));
  background: -ms-linear-gradient(bottom, #2b95c2, #49add7);
  background: -moz-linear-gradient(center bottom, #2b95c2 0%, #49add7 100%);
  background: -o-linear-gradient(#49add7, #2b95c2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49add7', endColorstr='#2b95c2', GradientType=0);
  border-color: #52b1d9 #49add7 #3da7d4 #49add7;
}

.cloud-hosting-row_1 p {
  color: #939697;
  font-size: 1.25em;
}

.cloud-hosting-row_1 h1 {
  margin-bottom: 0;
}

.cloud-hosting-row_1 h2 {
  position: relative;
  font-family: "Work Sans",sans-serif;
  font-weight: 600;
  margin: 0;
}

.cloud-hosting-row_1 h2 ,
.cloud-hosting-row_2 .dnd-section[class*="background-color"] h2{
  font-size: 2.3em;
  font-weight: 500;
  color: #036bc5;
  text-transform: uppercase;
}

.cloud-hosting-row_1 h3 {
  color: #939697;
  text-transform: uppercase;
  font-weight: 500;
}

.cloud-hosting-row_1 ul li {
  color: #939697;
  font-size: 1.25em;
  margin-bottom: 5px;
}

.cloud-hosting-row_1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Roboto",sans-serif;
  list-style-type: disc;
  padding-left: 40px;
}

.cloud-hosting-row_1 p a {
  color: -webkit-link;
}

.cloud-hosting-row_1 .hs-button ,
.cloud-hosting-row_2 .dnd-section[class*="background-color"] .hs-button{
  text-align: center;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  line-height: 1em;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 240px;
  max-width: 100%;
  font-size: 1.15em;
  padding: 1em 2em;
  background: #1e73be;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #175892), color-stop(1, #1e73be));
  background: -ms-linear-gradient(bottom, #175892, #1e73be);
  background: -moz-linear-gradient(center bottom, #175892 0%, #1e73be 100%);
  background: -o-linear-gradient(#1e73be, #175892);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e73be', endColorstr='#175892', GradientType=0);
  border: 1px solid;
  border-color: #155085 #144b7c #11436f #144b7c;
  color: #ffffff !important;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 7%);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 7%);
  text-shadow: 0 1px 0 rgb(0 0 0 / 5%);
}

.cloud-hosting-row_2 .dnd-section[class*="background-color"] > .row-fluid {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.cloud-hosting-row_2 .dnd-section[class*="background-color"] .row-fluid .span6 {
  width: 50%;
  width: calc(50% - ( 0.5 * 30px ) );
  margin: 0;
}

.cloud-hosting-row_2 .dnd-section[class*="background-color"]>.row-fluid:before,.cloud-hosting-row_2 .dnd-section[class*="background-color"]>.row-fluid:after {
  display: none;
}

.cloud-hosting-row_2 .dnd-section[class*="background-color"] .hs-button {
  width: 290px;
}

.cloud-hosting-row_2 .solution-group h2 {
  margin-top: 40px;
}

.cloud-hosting-row_2 .dnd-section[class*="background-color"] h2{
  margin:0;
}

.customer-sucess-row_1 {
  color: #939697;
}

.customer-sucess-row_2 {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  padding-bottom:0;
}
.customer-sucess-page .related-resource-wrapper .related-list {
  margin: 0;
}

.recovery-row_1 {
  color: #939697;
}

.recovery-row_2 {
  border-top: 1px solid #ddd;
}

.recovery-row_2 .dnd-section .span12 > .row-fluid-wrapper > .row-fluid {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.recovery-row_2 .dnd-section .span12 > .row-fluid-wrapper > .row-fluid:before,
.recovery-row_2 .dnd-section .span12 > .row-fluid-wrapper > .row-fluid:after {
  display: none;
}

.recovery-row_2 .row-fluid .span6 {
  width: calc(50% - ( 0.5 * 30px ) );
  margin: 0;
}

.recovery-row_2 h2 {
  position: relative;
  font-family: "Work Sans",sans-serif;
  font-weight: 600;
  margin: 0;
}

.recovery-row_2 img{
  vertical-align:middle;
}

.recovery-row_2 .content-with-top-icon .content-with-top-icon-item {
  width: 33.3333%;
  width: calc(33.3333% - ( 0.666666666667 * 30px ) );
}

.recovery-row_2 h3 {
  margin-top: 0;
}

.recovery-row_3 .video-wrapper {
  margin: 0;
  position: relative;
  padding-bottom: 56.25%;
}

.recovery-row_3 .video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cloud-hosting-row_1 .hs-button:after,
.cloud-hosting-row_2 .hs-button:after{
  margin: -0.1em -0.75em -0.2em .75em;
  float: right;
  font-size: 1.3em;
  height: 1em;
  width: auto;
  display: block;
  speak: none;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'sow-fontawesome-free';
  font-weight: 900 !important;
  font-style: normal !important;
  content: '';
}
.cloud-hosting-row_1 .hs-button:hover ,
.cloud-hosting-row_2 .hs-button:hover {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #185E9B), color-stop(1, #1F78C7));
  background: -ms-linear-gradient(bottom, #185E9B, #1F78C7);
  background: -moz-linear-gradient(center bottom, #185E9B 0%, #1F78C7 100%);
  background: -o-linear-gradient(#1F78C7, #185E9B);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1F78C7', endColorstr='#185E9B', GradientType=0);
  border-color: #217ED0 #1F78C7 #1D70BA #1F78C7;
}

.industries-row_1 {
  color: #939697;
}

.industries-row_1 p {
  font-size: 1.25em;
  margin: 0;
}


.industries-row_2 h2 {
  color: #036bc5;
  font-weight: 600;
  font-size: 4.25em;
  margin-top: 0;
}

.industries-row_2 h2 span {
  font-weight: 300;
}

.industries-row_2 .dnd-section [class*="background-color"]{
  display: block !important;
}

.industries-row_2 .dnd-section [class*="background-color"] ul {
  column-count: 3;
  list-style: none;
  margin: 0;
  padding: 0;
}

.industries-row_2 .dnd-section [class*="background-color"] ul li {
  display: block;
  margin: 0 0 8px;
  text-transform: uppercase;
  font-family: "Work Sans",sans-serif;
  font-weight: 400;
}

.industries-row_2 .dnd-section [class*="background-color"] ul li a {
  display: inline-block;
}


.solution-listing-row_1 h2 {
  font-size: 2.3em;
  font-weight: 500;
  color: #036bc5;
  text-transform: uppercase;
  margin-top: 0;
}

.solution-listing-row_1 {
  color: #939697;
  font-size: 1.25em;
}

@media(min-width:900px){
  .career-row h2,
  .cloud-hosting-row_2 .dnd-section[class*="background-color"] h2{
    font-size: 2.3em;
    font-weight: 500;
    color: #036bc5;
    text-transform: uppercase;
  }

  .cloud-hosting-row_2 .solution-group h2 {
    font-weight: 500;
  }

  .recovery-row_2 h2 {
    font-size: 2.3em;
    font-weight: 500;
    color: #036bc5;
    text-transform: uppercase;
  }

  .solution-listing-row_1 {
    font-size: 1.25em;
  }
}

@media(max-width:1139px){
  .recovery-page .recovery-row_2 h3 {
    font-size: 2.25em;
  }

  .industries-row_2 h2 {
    font-size: 3.85em;
  } 

  .industries-row_2 .dnd-section [class*="background-color"] ul {
    column-count: 2;
  }

  .industries-row_2 .dnd-section [class*="background-color"] {
    padding: 25px !important;
  }
}

@media(max-width:899px){
  .career-row .dnd-section {
    padding: 40px 0 !important;
  }

  .career-row h2 {
    font-size: 3em;
    color: #939697;
  }

  .career-row {
    font-size: 16px;
  }

  .cloud-hosting-row_1 h3 {
    font-size: 1.566em;
  }

  .cloud-hosting-row_1 h2, .cloud-hosting-row_2 .dnd-section[class*="background-color"] h2 {
    font-size: 3em;
    font-weight: 600;
    color: #373839;
  }

  .cloud-hosting-row_2 .solution-group h2 {
    font-family: "Work Sans",sans-serif;
    font-weight: 600;
    margin: 0;
    font-size: 4.25em;
    margin-top: 40px;
    color: #373839;
  }

  .recovery-row_2 h2 {
    font-size: 3em;
  }

  .recovery-page .recovery-row_2 h3 {
    font-size: 1.566em;
  }

  .industries-row_1 p {
    font-size: 100%;
  }

  .industries-row_2 h2 {
    font-size: 3em;
  }

  .industries-row_2 .dnd-section:last-of-type {
    padding: 50px 0;
  }

  .solution-listing-row_1 h2 {
    font-size: 1.9em;
    color: #939697;
  }

  .solution-listing-row_1 {
    font-size: 100%;
  }

  .siteorigin-panels-stretch .right-content h3 {
    font-size: 1.566em;
  }
}

@media(max-width:780px){
  .career-row h2 {
    font-size: 3em;
    color: #939697;
  }

  .career-row {
    font-size: 16px;
  }

  .career-row .dnd-section {
    padding: 30px 0 !important;
  }

  .career-row .dnd-section .span12>.row-fluid-wrapper>.row-fluid {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .career-row .row-fluid .span6 {
    width: 100%;
    margin-bottom: 30px;
  }

  .career-row h2 {
    font-size: 1.9em;
  }

  .career-row .row-fluid .span6:last-child {
    margin-bottom: 0;
  }

  .cloud-hosting-row_1 h3 {
    font-size: 2.25em;
  }

  .cloud-hosting-row_1 h2, .cloud-hosting-row_1 .dnd-section[class*="background-color"] .span12>.row-fluid-wrapper>.row-fluid {
    align-items: center;
  }

  .cloud-hosting-row_2 .dnd-section[class*="background-color"]>.row-fluid {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cloud-hosting-row_2 .dnd-section[class*="background-color"] .row-fluid .span6 {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }


  .cloud-hosting-row_2 .dnd-section[class*="background-color"] .row-fluid .span6:last-child {
    margin-bottom: 0;
  }

  .cloud-hosting-page .cloud-hosting-row_1 h3 {
    font-size: 1.566em;
  }

  .cloud-hosting-row_2 .dnd-section[class*="background-color"] h2 {
    font-size: 1.9em;
  }

  .recovery-row_2 .row-fluid .span6 {
    width: 100%;
  }

  .recovery-row_2 .dnd-section .span12>.row-fluid-wrapper>.row-fluid {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .recovery-row_2 .row-fluid .span6:first-child{
    margin-bottom:30px

  }

  .recovery-row_2 .content-with-top-icon .content-with-top-icon-item {
    width: 100%;
    margin-right: 0;
  }

  .industries-row_2 .dnd-section [class*="background-color"] ul {
    column-count: 1;
  }
  .industries-row_2 .dnd-section [class*="background-color"] ul li:last-child {
    margin-bottom: 0;
  }


}

@media(max-width:767px){
  .cloud-hosting-row_1 h3 {
    font-size: 2.25em;
  }

  .cloud-hosting-row_1 h2 {
    color: #373839;
    font-weight: 600;
  }

  .cloud-hosting-row_1 h3 {
    font-size: 1.566em;
  }

  .recovery-page .recovery-row_2 h3 {
    font-size: 1.566em;
  }

  .industries-row_2 h2 {
    font-size: 1.9em;
  }

}

@media(max-width:599px){
  .career-row h2 {
    font-size: 1.8em;
  }

  .cloud-hosting-row_2 .dnd-section[class*="background-color"] h2 {
    font-size: 1.8em;
  }

  .cloud-hosting-page .cloud-hosting-row_1 h3 {
    font-size: 1.525em;
  }
  .custom-build .custom-build-content h3 {
    font-size: 1.525em;
  }

  .recovery-page .recovery-row_2 h3 {
    font-size: 1.525em;
  }
  .custom-build .custom-build-content h4 {
    font-size: 1.3em;
    margin: 1.333em 0 0.5em;
    margin-top: 0;
  }


  .industries-row_2 h2 {
    font-size: 1.8em;
  }

  .industries-row_2 .dnd-section [class*="background-color"] {
    padding: 20px 15px !important;
  }
  .industries-row_2 .dnd-section:last-of-type {
    padding: 30px 0;
  }

  .solution-listing-row_1 h2 {
    font-size: 1.8em;
  }

  .container-fluid.managed-services-row2 .dnd-section>.row-fluid>div>.dnd-row:last-child {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .container-fluid.managed-services-row2 .dnd-section>.row-fluid>div>.dnd-row:last-child h4 {
    font-size: 1.3em;
    margin: 1.333em 0 .5em;
    margin-top: 0;
  }

}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}
.dnd-section > .row-fluid {
  margin: 0 auto;
}
.dnd-section>.row-fluid {
  width: 90%;
}
.banner-section .dnd-section>.row-fluid {
  width: 100%;
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: 'sow-fontawesome-free';
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url("https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/DenovoVentures_August2021/Fonts/fa-regular-400.eot");
  src: url("https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/DenovoVentures_August2021/Fonts/fa-regular-400.eot") format("embedded-opentype"),
    url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/font/Fa-regular-400.woff2) format("woff2"),
    url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/font/fontAwesome5Free-Regular.woff) format("woff"),
    url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/font/fontAwesome5Free-Regular.ttf) format("truetype");
}
@font-face {
  font-family: 'feature-background';
  src: url('https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/DenovoVentures_August2021/Fonts/feature-background.eot');
  src: url('https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/DenovoVentures_August2021/Fonts/feature-background.eot') format('embedded-opentype'),
    url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/font/feature-background.woff) format('woff'),
    url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/font/feature-background.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block
}
@font-face {
  font-family: "sw-icon-font";
  src:url("https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/DenovoVentures_August2021/Fonts/sw-icon-font.eot");
  src:url("https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/DenovoVentures_August2021/Fonts/sw-icon-font.eot") format("embedded-opentype"),
    url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/font/sw-icon-font.woff) format("woff"),
    url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/font/sw-icon-font.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display:block;
}
@font-face {
  font-family: 'sow-fontawesome-free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/DenovoVentures_August2021/Fonts/fa-solid-900.eot");
  src: url("https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/DenovoVentures_August2021/Fonts/fa-solid-900.eot") format("embedded-opentype"),
    url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/font/fa-solid-900.woff2) format("woff2"),
    url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/font/FontAwesome5Free-Solid.woff) format("woff"),
    url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/font/FontAwesome5Free-Solid.ttf) format("truetype");
}
@font-face {
  font-family: 'revicons';
  font-style: normal;
  src: url("https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/DenovoVentures_August2021/Fonts/revicons.eot"),
    url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/font/revicons.woff) format("woff"),
    url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/font/revicons.ttf) format("truetype");
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  src: url("https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/DenovoVentures_August2021/Fonts/fa-solid-900.eot"),
    url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/font/fa-solid-900.woff2) format("woff"),
    url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/font/fa-solid-900.ttf) format("truetype");
}

@font-face {
  font-family: 'sow-typicons';
  src:url('https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/DenovoVentures_August2021/Fonts/typicons.eot');
  src:url('https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/DenovoVentures_August2021/Fonts/typicons.eot') format('embedded-opentype'),
    url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/font/typicons.woff) format('woff'),
    url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/font/typicons.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'sow-genericons';
  src:url('https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/DenovoVentures_August2021/Fonts/genericons.eot?map0iz');
  src:url('https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/DenovoVentures_August2021/Fonts/genericons.eot#iefixmap0iz') format('embedded-opentype'),
    url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/font/genericons.woff) format('woff'),
    url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/font/genericons.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "sow-ionicons";
  src: url("https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/DenovoVentures_August2021/Fonts/ionicons.eot");
  src: url("https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/DenovoVentures_August2021/Fonts/ionicons.eot") format("embedded-opentype"),
    url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/font/ionicons.ttf) format("truetype"),
    url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/font/ionicons.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'sow-elegantline';
  src:url('https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/DenovoVentures_August2021/Fonts/elegantline.eot');
  src:url('https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/DenovoVentures_August2021/Fonts/elegantline.eot') format('embedded-opentype'),
    url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/font/elegantline.woff) format('woff'),
    url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/font/elegantline.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'sow-icomoon';
  src:  url('https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/DenovoVentures_August2021/Fonts/sow-icomoon.eot');
  src:  url('https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/DenovoVentures_August2021/Fonts/sow-icomoon.eot') format('embedded-opentype'),
    url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/font/sow-icomoon.ttf) format('truetype'),
    url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/font/sow-icomoon.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
body {
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
}

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

/* Paragraphs */



/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin: 1.333em 0 0.5em;
  font-family: "Work Sans",sans-serif;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 100%;
  text-rendering: optimizelegibility;
}
h1 {
  margin-top: 0;
  text-transform: uppercase;
}
h2 {
  position: relative;
  text-transform: uppercase;
}
h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
/* Lists */


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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */


/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@font-face {
  font-family: 'icomoon';
  src: url("https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/DenovoVentures_August2021/Fonts/icomoon.eot") format("embedded-opentype"),
    url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/font/icomoon.woff) format("woff"),
    url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/font/icomoon.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}
[class^="icon-"],[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-testimonials:before {
  content: "\e930"
}

.icon-speechbubbles:before {
  content: "\e922"
}

.icon-computer-cloud:before {
  content: "\e920"
}

.icon-binoculars:before {
  content: "\e91e"
}

.icon-telescope:before {
  content: "\e91f"
}

.icon-awards-trophy:before {
  content: "\e902"
}

.icon-awards-medal:before {
  content: "\e903"
}

.icon-awards-ribbon:before {
  content: "\e904"
}

.icon-cloud:before {
  content: "\e905"
}

.icon-cloud-services:before {
  content: "\e906"
}

.icon-e1:before {
  content: "\e907"
}

.icon-folder:before {
  content: "\e908"
}

.icon-gear-wrench:before {
  content: "\e909"
}

.icon-equipiq:before {
  content: "\e90a"
}

.icon-erp-cloud:before {
  content: "\e90b"
}

.icon-disaster-recovery:before {
  content: "\e90c"
}

.icon-arrow-target:before {
  content: "\e90d"
}

.icon-flag:before {
  content: "\e91a"
}

.icon-improve-usability:before {
  content: "\e91d"
}

.icon-thumb-up:before {
  content: "\e90e"
}

.icon-computer-gears:before {
  content: "\e90f"
}

.icon-building-corner:before {
  content: "\e910"
}

.icon-truck:before {
  content: "\e911"
}

.icon-computer-graph:before {
  content: "\e912"
}

.icon-suit-men:before {
  content: "\e913"
}

.icon-double-arrow:before {
  content: "\e914"
}

.icon-protractor:before {
  content: "\e915"
}

.icon-building-flag:before {
  content: "\e916"
}

.icon-question-circle:before {
  content: "\e917"
}

.icon-calculator:before {
  content: "\e918"
}

.icon-house-palm:before {
  content: "\e919"
}

.icon-upgrade:before {
  content: "\e91c"
}

.icon-arrow-right:before {
  content: "\e900"
}

.icon-arrow-left:before {
  content: "\e901"
}

.icon-file-text2:before {
  content: "\e926"
}

.icon-cart:before {
  content: "\e93a"
}

.icon-location:before {
  content: "\e947"
}

.icon-search:before {
  content: "\e986"
}

.icon-stats-dots:before {
  content: "\e99b"
}

.icon-sphere:before {
  content: "\e9c9"
}

.icon-plus:before {
  content: "\ea0a"
}

.icon-google-plus:before {
  content: "\ea8b"
}

.icon-facebook:before {
  content: "\ea90"
}

.icon-instagram:before {
  content: "\ea92"
}

.icon-spotify:before {
  content: "\ea94"
}

.icon-twitter:before {
  content: "\ea96"
}

.icon-youtube:before {
  content: "\ea9d"
}

.icon-vimeo:before {
  content: "\eaa0"
}

.icon-flickr:before {
  content: "\eaa3"
}

.icon-tumblr:before {
  content: "\eab9"
}

.icon-skype:before {
  content: "\eac5"
}

.icon-linkedin:before {
  content: "\eaca"
}

.icon-pinterest:before {
  content: "\ead1"
}

.icon-file-pdf:before {
  content: "\eadf"
}

.icon-file-ppt:before,.icon-file-pptx:before {
  content: "\e921"
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  width: 90%;
  max-width: 767px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fa;

}

form fieldset {
  max-width: 100% !important;
}
::focus{
  outline:none;
}
/* Inputs - checkbox/radio */
form input:focus, form select:focus, form textarea:focus, .hs-input:focus, .hs-search-field__input:focus, input#hs-pwd-widget-password:focus{
  outline:none;
}
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

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

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

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

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  display: inline-block;
  font-weight: 700;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  margin:20px 0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*# sourceMappingURL=slick.min.css.map */
@charset 'UTF-8';.slick-loading .slick-list{background:#fff url(ajax-loader.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(fonts/slick.eot);src:url(fonts/slick.eot?#iefix) format('embedded-opentype'),url(fonts/slick.woff) format('woff'),url(fonts/slick.ttf) format('truetype'),url(fonts/slick.svg#slick) format('svg')}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:'→'}[dir=rtl] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
/*# sourceMappingURL=slick-theme.min.css.map */
.header-wrap {
  position: relative;
  min-height: 177px;
  border-bottom: #036bc5 8px solid;
  width: 100%;
  background: #fff;
  z-index: 9999;
}

.logo-wrapper a {
  width: 100%;
  max-width: 209px;
  display: inline-block;
}

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

.top-row .page-center {
  display: flex;
  justify-content: space-between;
  position:relative;
}

.logo-wrapper {
  padding-top: 38px;
}

.header-buttons>div {
  margin-left: 3px;
}

.header-buttons {
  display: flex;
}

.page-center.header-top-right > div {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}

.page-center.header-top-left {
  width: 90%;
}

.menu-wrapper {
  background: #f3f3f3;
  min-height: 47px;
  margin-top: 35px;
}

.menu-wrapper .page-center {
  display: flex;
  justify-content: flex-end;
  position:relative;
}

.custom-menu-primary nav>ul>li {
  position: relative;
  width: 165px;
  float: left;
}

.custom-menu-primary nav>ul>li>a {
  text-transform: uppercase;
  font-size: 15px;
  color: #47494a;
  font-family: "Work Sans",sans-serif;
  font-weight: 400;
  padding: 8px 30px 2px;
  width: 165px;
  z-index: 1;
  text-align: center;
  display: flex;
  vertical-align: middle;
  line-height: 18px;
  position: relative;
  min-height: 47px;
  align-items: center;
  justify-content: center;
}

.custom-menu-primary nav>ul>li:not(:first-child):before {
  content: '';
  display: block;
  width: 1px;
  height: 35px;
  background: #036bc5;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.custom-menu-primary nav>ul>li>a:after {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  width: calc(100% + 2px);
  z-index: -1;
}

.custom-menu-primary nav>ul>li:hover>a:after {
  background: #f5ba17;
}

.custom-menu-primary li.has-submenu ul {
  margin-top: 0;
  border-top: 0;
  position: absolute;
  visibility: hidden;
  z-index: 8999;
  left: 0;
  padding: 13px 0 5px;
  background: #036bc5;
}

.custom-menu-primary li.has-submenu ul li {
  text-align: left;
  padding-left: 0;
  width: 330px;
}

.custom-menu-primary li.has-submenu:hover>ul {
  top: auto;
  visibility: visible;
}

.custom-menu-primary ul ul li a {
  font-size: 1.08em;
  border: none;
  display: block;
  height: 28px;
  line-height: 28px;
  color: #fff;
  font-family: "Roboto Condensed",sans-serif;
  font-weight: 400;
  padding: 0 24px;
  text-transform: uppercase;
}

.custom-menu-primary ul ul li a:hover {
  color: #fff;
  background: #02549a;
}

.custom-menu-primary nav>ul>li:nth-child(5)>ul {
  background: #036bc5;
  border-top: 8px solid #036bc5;
  padding-top: 0;
  width: 990px;
  left: -660px;
  min-height: 384px;
  padding-bottom:0;
}

.custom-menu-primary nav>ul>li:nth-child(5)>ul>li {
  font-size: .75em;
  font-weight: 600;
  padding-top: 13px;
  width: 240px;
}

.custom-menu-primary nav>ul>li:nth-child(5)>ul>li>ul {
  position: static;
}

.custom-menu-primary nav>ul>li:nth-child(5):hover>ul>li>ul {
  visibility:visible;
  padding:0;
}

.custom-menu-primary nav>ul>li:nth-child(5)>ul:after {
  content: '';
  position: absolute;
  background: #f3f3f3;
  display: block;
  width: calc(100% - 240px);
  height: 100%;
  top: 0;
  left: 240px;
  z-index: -1;
}


.custom-menu-primary nav>ul>li:nth-child(5)>ul>li>ul>li {
  width: 240px;
}

.custom-menu-primary nav>ul>li:nth-child(5)>ul:after {
  content: '';
  position: absolute;
  background: #f3f3f3;
  display: block;
  width: calc(100% - 240px);
  height: 100%;
  top: 0;
  left: 240px;
  z-index: -1;
}

.custom-menu-primary nav>ul>li:nth-child(5)>ul>li>ul>li>a {
  font-size:17.28px;
  width: 250px;
}


.custom-menu-primary nav>ul>li:nth-child(5)>ul>li>a {
  color: #f5ba17;
  background:transparent;
}

.responsive-menu-pro-button {
  display:none;
}


.custom-menu-primary li.has-submenu>ul.level-4 {
  margin-top: 0;
  border-top: 0;
  position: absolute;
  visibility: hidden;
  z-index: 8999;
  left: 0;
  padding: 13px 0 5px;
  background: #036bc5;
  position: absolute;
  left: 235px;
  top: 0px;
  background: none;
  padding-top: 0;
  overflow: hidden;
  width: 740px;
}

.custom-menu-primary li.has-submenu:hover>ul.level-4 {
  visibility: visible;
  left: 240px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.custom-menu-primary li.has-submenu:hover>ul.level-4 li {
  background: none;
  margin-left: 30px;
  margin-bottom: 2px;
  width: auto;
}

.custom-menu-primary li.has-submenu:hover>ul.level-4 li a {
  background: none;
  color: #02549a;
  border-top: #f3f3f3 1px solid;
  border-bottom: #f3f3f3 1px solid;
  padding: 0;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  font-size: 17.28px;
}

.custom-menu-primary li.has-submenu:hover>ul.level-4 li a:hover { 
  color: #02549a;
  background: none;
  border-top: #d5d5d5 1px solid;
  border-bottom: #d5d5d5 1px solid;
}

.custom-menu-primary nav>ul>li:nth-child(5)>ul>li>ul>li {
  position: relative;
}

.custom-menu-primary nav>ul>li:nth-child(5)>ul>li>ul>li:last-child> ul {
  bottom: 28%;
  top: auto;
}

.custom-menu-primary nav>ul>li:nth-child(5)>ul>li>ul>li:last-child {
  position: relative;
}

.custom-menu-primary nav>ul>li:nth-child(5)>ul>li:last-child>ul>li:last-child {
  padding-bottom: 12px;
}


/*--------------Header New-----------------*/
.header-v2 .custom-menu-primary nav > ul > li:nth-child(5) > ul::after{
  content: none;
}
.header-v2 .custom-menu-primary nav > ul > li:nth-child(5) > ul{
  background-color: rgba(3, 107, 197, 1.0);
  border-top: 0;
  left: 0;
  min-height: auto;
  padding: 13px 0;
  width: auto;
}
.header-v2 .custom-menu-primary nav > ul > li {
  width: auto;
  float: none;
  max-width: 190px;
}
.header-v2 .custom-menu-primary nav > ul > li > a{
  padding: 8px 20px;
  width: auto;
}
.header-v2 .submenu.level-1 {
  display: flex;
}
.header-v2 .menu-wrapper .page-center {
  max-width: 100%;
}
.header-v2 .custom-menu-primary nav > ul > li:nth-child(5) > ul > li {
  font-size: inherit;
  font-weight: inherit;
  padding-top: 0;
  width: 330px;
}
@media (min-width: 1140px) {
  .header-v2 .custom-menu-primary nav > ul > li:nth-child(5) > ul > li > a:hover {
    cursor: pointer;
  }
}
.header-v2 .custom-menu-primary li.has-submenu:hover > ul {
  top: 100%;
}
.header-v2 .custom-menu-primary .navigation-primary ul li a:hover {
  color: #ffffff !important;
  opacity: 0.6;
  transition: all .3s;
}
.header-v2 .custom-menu-primary li.has-submenu ul{
  padding: 13px 0;
}
.header-v2 .header-wrap {
  width: 100%;
  max-width: 1400px;
}
@media screen and (max-width: 1600px) and (min-width: 1351px) {
  .header-v2 .custom-menu-primary li.has-submenu ul li, .header-v2 .custom-menu-primary nav > ul > li:nth-child(5) > ul > li{
    width: 210px;
  }
}
@media screen and (max-width: 1350px) and (min-width: 1140px) {
  .header-v2 .menu-wrapper .page-center {
    display: flex;
  }
  .header-v2 .custom-menu-primary nav > ul > li > a{
    padding: 8px 15px;
    font-size: 13px;
  }
  .header-v2 .custom-menu-primary nav > ul > li {
    max-width: 180px;
  }
  .header-v2 .custom-menu-primary li.has-submenu ul li, .header-v2 .custom-menu-primary nav > ul > li:nth-child(5) > ul > li{
    width: 200px;
  }
}


@media (min-width:1140px) {
  .custom-menu-primary nav>ul>li:nth-child(5)>ul>li>a:hover {
    background: inherit;
    cursor: text;
    color: #f5ba17;
  }
}
@media (max-width:1139px) {
  .menu-wrapper {
    display: none;
  }

  .responsive-menu-pro-button {
    display:block;
  }

  .header-wrap {
    background: #fff !important;
  }
  .header-wrap {
    min-height: 64px;
    border-bottom: #036bc5 3px solid;
    padding: 10px 0;
    position:fixed;
    top:0;
    left:0;
    margin-left:auto;
    margin-right:auto;
  }

  header.header {
    min-height: 64px;
  }

  .logo-wrapper {
    padding: 0;
  }

  .logo-wrapper a {
    width: 185px;
    max-width: 300px;
  }

  .page-center.header-top-right {
    display: none;
  }

  .logo-wrapper img {
    vertical-align: middle;
  }

  button.responsive-menu-pro-button {
    z-index: 99999;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    position: fixed;
    top: 0px;
    right: 0%;
    display: inline-block;
    transition: transform 0.5s, background-color 0.5s;
    background: rgba(3, 106, 198, 1);
    width: 61px !important;
    height: 61px !important;
    border: none;
  }

  span.responsive-menu-pro-box {
    width: 25px;
    height: 19px;
    display: inline-block;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    color: #ffffff;
  }

  .responsive-menu-pro-inner, .responsive-menu-pro-inner::before, .responsive-menu-pro-inner::after {
    display: block;
    top: 50%;
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    transition-property: none;
  }

  button.responsive-menu-pro-button:hover {
    background: rgba(2, 84, 154, 1);
  }

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

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

  .responsive-menu-pro-inner::after {
    bottom: -8px;
    top: auto;
  }

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



  #responsive-menu-pro-container {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    padding-bottom: 5px;
    margin-bottom: -5px;
    outline: 1px solid transparent;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99998;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 75%;
    left: 0;
    background: rgba(3, 107, 197, 1);
    transition: transform 0.5s;
    text-align: left;
    max-width: 400px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: -0.5px;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
  }

  .menu-open #responsive-menu-pro-container {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    cursor: initial;
  }

  div#responsive-menu-pro-title img {
    width: 78% !important;
    max-width: 100%;
  }

  div#responsive-menu-pro-title a {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    margin-bottom: 15px;
  }

  div#responsive-menu-pro-title {
    background-color: rgba(3, 107, 197, 1);
    color: #ffffff;
    font-size: 13px;
    padding: 15px 5% !important;
    text-align: left;
  }

  .responsive-menu-pro .hs-menu-wrapper > ul li a {
    transition: background-color 0.5s,border-color 0.5s,color 0.5s;
    width: 100%;
    display: block;
    text-decoration: none;
    padding: 0 5%;
    position: relative;
    line-height: 40px;
    border-bottom: 1px solid rgba(32, 120, 197, 1);
    color: #ffffff;
    background-color: rgba(3, 107, 197, 1);
    height: 40px;
    font-size: 1em;
  }
  .responsive-menu-pro .hs-menu-wrapper > ul li:first-child > a {
    border-top: 1px solid rgba(32, 120, 197, 1);
  }
  .responsive-menu-pro .hs-menu-wrapper > ul {
    display: block;
  }
  .responsive-menu-pro .hs-menu-wrapper>ul ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
  }
  .responsive-menu-pro .hs-menu-wrapper>ul ul {
    transform: translateX(100%);
  }
  .responsive-menu-pro .hs-menu-wrapper>ul .child-open > ul {
    display:block;
  }
  .responsive-menu-pro .hs-menu-wrapper>ul li.hs-item-has-children {
    position: relative;
  }
  .responsive-menu-pro-subarrow{
    position: absolute;
    top: 1px;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    right: 0;
    height: 39px;
    line-height: 40px;
    width: 40px;
    color: #f5ba17;
    border-left: 1px solid #02549a;
    cursor: pointer;
  }
  .responsive-menu-pro .hs-menu-wrapper ul.sub-menu-active {
    transform: translateX(-100%);
  }
  .responsive-menu-pro .hs-menu-wrapper ul {
    position: relative;
    transition: transform .5s,height .5s;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .responsive-menu-pro .hs-menu-wrapper>ul li a:hover {
    color: #f3f3f3;
    background-color: #02549a;
    border-color: #02549a;
  }
  .responsive-menu-pro .hs-menu-wrapper>ul li a:hover {
    color: #f3f3f3;
    background-color: #02549a;
    border-color: #02549a;
  }
  .responsive-menu-pro .hs-menu-wrapper>ul li.hs-item-has-children.menu_hover > a {
    background-color: #02549a;
    border-color: #02549a;
  }
  body.menu-open {overflow: hidden;}

  .mobile-open span.responsive-menu-pro-box {
    color: #fff;
    margin-top: -2px;
  }

  .menu-open span.responsive-menu-pro-inner {
    transform: rotate(45deg);
    background-color: #fff;
  }

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

  .menu-open span.responsive-menu-pro-inner:before {
    top: 0;
    opacity: 0;
  }

  .menu-open span.responsive-menu-pro-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
  }

  .menu-open button.responsive-menu-pro-button {
    background: #02549a;
  }
  .overlay {
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .menu-open .overlay {
    width: 100%;
    height: 100%;
    background-color: #000000b3;
    transition: background-color .5s;
    position: fixed;
    z-index: 99997;
    top: 0;
    overflow: hidden;
    right: 0;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
  }
  li.dl-back a {
    color: #f5ba17 !important;
  }



  .responsive-menu-pro  .hs-menu-wrapper > ul.hs-menu-children-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
  }    
  .responsive-menu-pro  .hs-menu-wrapper > ul.dl-menuopen {
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
  }    
  .responsive-menu-pro  .hs-menu-wrapper > ul.go-left {
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }    
  .responsive-menu-pro  .hs-menu-wrapper > ul.hs-menu-children-wrapper.active {
    z-index: 2;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  .responsive-menu-pro ul li a {
    display: block;
    width: 100%;
    display: block;
    text-decoration: none;
    padding: 0 5%;
    position: relative;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #2078c5;
    color: #fff;
    background-color: #036bc5;
  }
  .responsive-menu-pro .parent-wrapper:before,.responsive-menu-pro .parent-wrapper:after {
    display: none;
  }



  .responsive-menu-pro  ul.hs-menu-children-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.3s ease;
    left: 100%;
    right: 0;  
    z-index: 1000;
  }
  .responsive-menu-pro .parent-wrapper{  
    transition: all .3s ease;
    position: relative;
    left: 0;
  }
  .responsive-menu-pro ul.hs-menu-children-wrapper.child-open {
    left: 0;
    position: absolute;
  }
  .responsive-menu-pro .dropdown-wrapper ul.hs-menu-children-wrapper {
    top: 106px;
  }
  .responsive-menu-pro li.hs-item-has-children:last-child {
    margin-bottom:  0;
  }

  li.dl-back.firstlink {
    display: none;
  }
  .responsive-menu-pro ul ul li a {
    border-top: 1px solid #2078c5;
  }
  .dropdown-wrapper ul li.dl-back a {
    border-top: 1px solid #2078c5;
  }
  .responsive-menu-pro ul li a:hover {
    color: #f3f3f3;
    background-color: #02549a;
    border-color: #02549a;
  }
  .responsive-menu-pro li.hs-item-has-children {
    position: relative;
  }
  .responsive-menu-pro li.dl-back a:hover {
    color: #fff;
    background-color: #036bc5;
    border-top: 1px solid #2078c5;
    border-bottom: 1px solid #2078c5;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul.parent-wrapper.after-child-open {
    transform: translateX(-100%);
    transition: transform .5s,opacity 2s;
    opacity: 1;
    left: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    transform: translateX(0%);
    transition: transform .5s,opacity 2s;
    opacity: 1;
  }
  .responsive-menu-pro  ul.after-child-open {
    left: -100%;
  }
  .responsive-menu-pro ul > li.hs-item-has-children.menu_hover > a {
    color: #f3f3f3;
    background-color: #02549a;
    border-color: #02549a;
  }
  .responsive-menu-pro .dropdown-wrapper ul.hs-menu-children-wrapper {
    top: 85px;
  }
  .responsive-menu-pro .dropdown-wrapper ul#max-dropdown3 {
    top: 85px;
  }
}




@media (max-width:599px) {
  .page-center.header-top-left {
    width: 100%;
    padding-left: 2%;
    display: block;
  }

  .header-wrap {
    padding: 14px 10px 0;
    min-height: 58px;
  }

  .logo-wrapper a {
    width: 40%;
    max-width: 148px;
  }

  button.responsive-menu-pro-button {
    width: 55px !important;
    height: 55px !important;
  }

  span.responsive-menu-pro-box {
    margin-top: -1px;
  }

  header.header {
    min-height: 58px;
  }

  .header-v2 .logo-wrapper a {
    width: 148px;
    max-width: 109px;
  }
}
footer.footer {
  display: block;
  clear: both;
  position: relative;
  overflow: hidden;
  color: #939697;
  background-color: #404243;
  border-top: 5px solid #036bc5;
}
.copyright {
  position: relative;
  z-index: 2;
  text-align: left;
  color: #939697;
  background: -moz-linear-gradient(top, rgba(55,56,57,0.8) 0%, rgba(55,56,57,0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(55,56,57,0.8) 0%, rgba(55,56,57,0.8) 100%);
  background: linear-gradient(to bottom, rgba(55,56,57,0.8) 0%,rgba(55,56,57,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc373839', endColorstr='#cc373839',GradientType=0 );
  padding: 20px 0;
  font-size: .75em;
}
.source-org a:hover,.source-org a:active {
    text-decoration: underline;
}
footer.footer>.footer__container {
  width: 90%;
}
.footer__container {
  margin: 0 auto;
}
.footer input[type="submit"] {
    border: 0 !important;
}
.wrap.footer__container.cf {
  width: 90%;
}
.footer-social {
  height: 33px;
  display: inline-block;
  float: left;
}
.source-org {
  display: inline-block;
  float: right;
  text-align: right;
  font-size: 1em;
  font-family: "Work Sans",sans-serif;
}
.source-org .hs-menu-wrapper ul  {
  font-size: 1em;
  display: block;
    margin: 0;
    padding: 0;
}
.source-org ul li {
  display: inline;
}
.source-org a {
  color: #939697;
}
.source-org li:not(:last-child):after {
  content: '|';
  display: inline;
  color: #939697;
  margin: 0 1px 0 5px;
}
.footer-column.contact.col {
  padding: 80px 25px 45px 0;
  border-right: 1px solid #373839;
}

.footer-column {
  float: left;
  padding-right: 0.75em;
  width: 33.33%;
}
.footer-column.footer-news {
  padding: 80px 25px 40px 25px !important;
  border-right: 1px solid #373839;
}
.footer-column.right-col {
  padding: 80px 0 40px 25px;
  border-top: 1px solid #373839;
}
.footer__container.clearfix h4, .footer__container.clearfix h3 {
  color: #036bc5;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Work Sans;
  font-size: 1.25em;
}
.hs-rss-item:first-child {
  margin-top: -8px;
}
.hs-rss-item {
  position: relative;
  display: block;
  border-bottom: 1px solid #696b6c;
  margin-left: 20px;
  /* margin-top: -8px; */
  margin-bottom: 0;
}
.hs-rss-item-text:before {
  content: "»";
  display: inline;
  position: absolute;
  top: 4px;
  left: -19px;
  font-size: 1.25em;
}
a.hs-rss-title {
  display: block;
  color: #939697;
  line-height: 125%;
  padding: 8px 0;
  font-weight: 500;
}
a.blue-btn {
  background: #036bc5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  font-size: .625em;
  padding: 0 10px;
  display: inline-block;
  width: auto;
}
a.btn.blue-btn {
  margin-left: 20px;
}
a.blue-btn:Hover {
  background: #008064;
  color: #fff;
}
.footer-column.right-col h4:first-child {
  margin-top: 0;
}
a.hs-rss-title:hover {
  color: #939697;
}
.footer-column.right-col h4 {
  margin-top: 25px;
  margin-bottom: 10px;
}
.footer fieldset {
  margin-bottom: 12px !important;
}

.footer fieldset label:not(.hs-error-msg) {
  display: none;
}
.footer .hs-input, .footer textarea {
  border: 1px solid #696b6c;
  background: #505253;
  height: 30px;
  padding: 0 10px;
  line-height: 32px;
  color: #939697;
  font-size: .875em;
  width: 100%;
  -webkit-transition: background 0.15s linear;
  transition: background 0.15s linear;
}

.footer .hs-form-field {
  margin: 0;
}

.footer textarea {
  margin-bottom: 10px;
  height: 80px !important;
}

.footer .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  height: 1px;
  overflow: hidden;
  opacity: 0.0;
  pointer-events: none;
  display: none;
}
.footer input[type="submit"] {
  background: #036bc5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  font-size: .625em;
  padding: 0 10px;
  display: inline-block;
  width: auto;
  font-family: "Work Sans",sans-serif;
  border-radius: 0;
  border: 0;
}
.footer fieldset textarea {
  margin-bottom: 0;
}
.footer__container.clearfix h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.footer input[type="submit"]:hover {
  background: #008064;
}
.footer .input {
  line-height: 0;
}
.footer .hs-input, .footer textarea {
  width: 100% !important;
}
.hs-related-blog-item, .hs-rss-item {
  margin-bottom: 0!important;
}

.hs-rss-item:last-child {
  border: 0;
}
.footer-column.right-col p {
  margin: 0;
  margin-bottom: 6px;
}
footer.footer>.footer__container {
  display: flex;
}
.footer-column.right-col {
  padding-bottom: 44px;
}
a.blue-btn {
  font-family: "Work Sans",sans-serif;
}
.footer .hs-input:focus, .footer textarea:focus {
  -webkit-transition: background 0.35s linear;
  transition: background 0.35s linear;
  border: 1px solid #939697;
  background: #47494a;
  color: #939697;
}

.footer .hs-error-msg, .hs_error_rollup label.hs-main-font-element {
  font-size: 11px;
  color: #c73b3b !important;
  font-weight: 600;
  margin: 0;
  display: inline;
}

.footer form .inputs-list>li {
  margin: 0;
}

.footer .hs-input.invalid.error {
  border-color: #696b6c;
}
footer.footer>.footer__container {
  position: relative;
  z-index: 99;
}

.copyright {
  position: relative;
  z-index: 99;
}
.footer .hs-input, .footer textarea {
  border-radius: 0;
}
.footer input[type="submit"] {
    margin-top: 0;
    margin-bottom: 0;
}
.footer .footer__container input:focus, .footer .footer__container textarea:focus {
    outline: -webkit-focus-ring-color auto 1px;
}
.footer input[type="submit"]:focus {
    -webkit-transition: background 0.35s linear;
    transition: background 0.35s linear;
    border: 1px solid #939697 !important;
    color: #fff !important;
    outline: none;
    background: #036bc5;
}
@media(min-width:600px){
  .footer:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 120%;
    left: 0;
    top: 0;
    z-index: 1;
    background: url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/images/bg-footer.jpg)  no-repeat;
    background-size: cover;
  }
}
@media(max-width: 1139px){
  .footer-column.contact.col {
    float: left;
    width: 50%;
    padding: 25px 15px 25px 5%;
  }

  .footer-column.footer-news {
    padding-top: 25px !important;
    padding-right: 5% !important;
    padding-bottom: 25px !important;
    padding-left: 15px !important;
    width: 50%;
  }

  .footer-column.right-col {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 40px;
    width: 100%;
    border-top: 1px solid #373839;
    padding-top: 0;
  }

  footer.footer>.footer__container {
    flex-wrap: wrap;
    width: 100%;
  }

  .footer__container.clearfix h4, .footer__container.clearfix h3 {
    font-size: 1.5em;
  }

  .footer-column.right-col h4:first-child {
    margin-top: 25px;
  }
  
}
@media(max-width:899px){
  .footer__container.clearfix h4, .footer__container.clearfix h3 {
    font-size: 1.333em;
  }
  footer.footer form {
    padding-top: 18px;
  }
}
@media(max-width:767px){
  .footer__container.clearfix h4, .footer__container.clearfix h3 {
    font-size: 1.333em;
  }
}
@media only screen and (max-width: 599px){
  .footer-social {
    display: block;
    margin-bottom: 15px;
    height: auto;
    float: none;
  }

  .source-org {
    float: none;
    display: block;
    text-align: center;
    font-family: "Work Sans",sans-serif;
    font-size: .75em;
  }

  .copyright {
    text-align: center;
  }


  .source-org ul li {
    font-size: .875em;
    margin-bottom: 6px;
  }

  .source-org .hs-menu-wrapper ul {
    font-size: 1.33em;
  }

  .footer-column.footer-news {
    width: 100%;
  }

  .footer-column.contact.col {
    width: 100%;
  }
  .footer-column.right-col {
    padding: 25px 5%;
    border-top: 0;
  }

  .footer-column.right-col p {
    font-size: .875em;
    margin-bottom: 6px;
  }

  .footer__container.clearfix h4,
  .footer__container.clearfix h3 {
    font-size: 1.3em;
  }

  .footer-column.right-col h4:first-child {
    margin-top: 0;
  }

  .footer-column.footer-news {
    padding: 25px 5% !important;
    border-bottom: 1px solid #373839;
    border-right: 0;
  }

  a.btn.blue-btn {
    margin: 0;
  }

  .hs-rss-item {
    font-size: .875em;
    margin-bottom: 6px !important;
  }

  .footer form .inputs-list>li {
    margin-bottom: 6px;
  }

  .footer-column.footer-news h3 {
    margin-bottom: 0.5em;
  }

  .footer__container.clearfix h4 {
    margin-bottom: 0.5em;
  }

  .footer-column.contact.col {
    padding: 25px 5%;
    border-bottom: 1px solid #373839;
  }
  .footer-column.contact.col {
    padding-top: 0;
  }
  footer.footer {
    padding: 20px 0 0;
  }
  .footer .hs-input, .footer textarea {
    max-width: 767px;
  }
}
/*-------------------NAVIGATION STYLING BEGINNING-----------------------*/
.header-wrap{
  width:1400px;
  margin-left:auto;
  margin-right:auto;
  border-bottom:none;
  min-height:50px;
}

.menu-wrapper{
  background-color:#1b4f90;
  margin-top:0px;
}

.header{
  height:100px;
  background:#1b4f90;
  border-bottom:solid 1px #010101;
}

.top-row{
  width:10%;
  float:left;
}

.menu-wrapper{
  flex-grow:1;
  padding-top:25px;
}

.custom-menu-primary nav>ul>li{
  width:140px
}

.custom-menu-primary nav>ul>li>a{
  font-weight:bold;
  font-size:14px;
}

.custom-menu-primary .navigation-primary ul li a{
  color:#ffffff !important;
}

.custom-menu-primary .navigation-primary ul li a:hover{
  background-color:transparent !important;
  color:#bd302c !important;
}

.custom-menu-primary nav>ul>li:hover>a:after{
  background:transparent !important;
}

.custom-menu-primary nav>ul>li:not(:first-child):before{
  display:none;
}

.custom-menu-primary ul ul li a{
  font-family:arial;
  font-size:14px;
  line-height:22px;
  font-weight:bold;
  height:100%;
  padding:5px 25px;
}

@media(max-width:1139px){
  .top-row{
    width:20%;
  }
  .header{
    height:65px;
    border-bottom:solid 1px #010101;
  }
  .header-wrap{
    padding:20px 10px 0;
    background-color:#1b4f90 !important;
    min-height:65px;
  }
}

@media (max-width: 1139px){
  .responsive-menu-pro .hs-menu-wrapper>ul li a, .responsive-menu-pro ul li a{
    font-family:arial;
    font-size:14px;
    font-weight:bold;
    background-color:#1b4f90;
  }
  div#responsive-menu-pro-title, #responsive-menu-pro-container{
    background-color:#1b4f90;
  }
  .responsive-menu-pro-subarrow{
    color:rgba(189, 48, 44,1.0);
  }
}

@media (max-width: 1350px){
.menu-wrapper .page-center{
    display:block;
  }
}

/*-------------------NAVIGATION STYLING END-----------------------*/

.body-container--home .dnd-section {
  padding: 50px 0;
  font-size: 1.25em;
}
.indus .body-container-wrapper a,
.indus .body-container-wrapper a:hover,
.link-wrap a:hover,
.link-wrap a {
  color: #551a8b;
}
.body-container--home  .hs_cos_wrapper_type_rich_text p:first-child {
  margin-top: 0;
}
.container-fluid.body-container.body-container--home ul {
  margin: 0 0 0 1.2em;
  padding: 0;
}
.container-fluid.body-container.body-container--home ul li a:-webkit-any-link {
  color: #551a8b;
}

.contact-row2 form {
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;

}
.contact-row2 select.is-placeholder:focus {
  color: #33475b;
}
.contact-row2 select option {
  color: #33475b;
}
.cloud-sloution-row5 .dnd-section {
  padding: 0;
  margin-top: 30px;
}
.container-fluid.cloud-sloution-row4 .row-fluid {
  width: 100%;
}
.container-fluid.cloud-sloution-row3 p {
  margin-bottom: 30px;
}

.container-fluid.cloud-sloution-row4 .dnd-section {
  padding: 0;
}
.solution-expertise-row2.cloud-sloution-row2 .span6:last-child {
  margin: 25px 0px 0px 0px;
}

.solution-expertise-row2.cloud-sloution-row2 .dnd-section>.row-fluid {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}

.solution-expertise-row2.cloud-sloution-row2 .dnd-section>.row-fluid .span6 {
  width: calc(50% - ( 0.5 * 30px ) );
}

.cloud-sloution-page .body-container-wrapper ul li {
  margin-bottom: 12px;
}

.solution-expertise-row2.cloud-sloution-row2 .dnd-section>.row-fluid:before,
.solution-expertise-row2.cloud-sloution-row2 .dnd-section>.row-fluid:after {
  display: none;
}
.cloud-sloution-page .cloud-sloution-row2.solution-expertise-row2 .dnd-section {
  padding: 30px 0 0;
}
.cloud-sloution-row3 .dnd-section {
  padding: 0;
}

.container-fluid.cloud-sloution-row3 h2 {
  font-size: 2.3em;
  font-weight: 500;
  color: #036bc5;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
}
.container-fluid.cloud-sloution-row4 .row-fluid {
  width: 100%;
}
.cloud-sloution-row6 .dnd-section {
  padding: 0;
}

.cloud-sloution-row6 .dnd-section h2 {
  margin-top: 0;
  margin-top: 30px;
  font-size: 2.3em;
  font-weight: 500;
  color: #036bc5;
  text-transform: uppercase;
  position: relative;
  font-family: "Work Sans",sans-serif;
  margin-bottom: 30px;
}
.cloud-sloution-page .related-resources ul li {
  margin: 0 !important;
}
.container-fluid.cloud-sloution-row7 .dnd-section {
  padding: 30px 0;
}
.cloud-sloution-page .custom-contentvideo {
  background-color: #1e73be;
  padding: 0px 20px 0px 20px;
}

.cloud-sloution-page .custom-contentvideo h3 {
  font-size: 2em;
  font-family: "Work Sans",sans-serif;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 100%;
  text-rendering: optimizelegibility;
}

.cloud-sloution-page .custom-contentvideo .page-center {
  width: 100%;
}

.cloud-sloution-page .custom-contentvideo .custom-contentvideo-content {
  font-size: inherit;
}

.cloud-sloution-page .custom-contentvideo-col iframe {
  width: 448px !important;
  height: 252px !important;
}

.cloud-sloution-page .custom-contentvideo-content {
  padding: 0px 0px 22px 0px;
}

.cloud-sloution-page .custom-contentvideo-video {
  margin: 40px 0px 0px 0px;
}

.cloud-sloution-page .custom-contentvideo .custom-contentvideo-video {
  padding: 0;
}

.cloud-sloution-page .custom-contentvideo .custom-contentvideo-video iframe {
  position: static;
}

.cloud-sloution-page .custom-contentvideo .custom-contentvideo-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.cloud-sloution-page .custom-contentvideo-content:before {
  content: '';
  display: inline-block;
  color: #fff !important;
  font-size: 30px !important;
  font-family: 'sow-fontawesome-free';
  font-style: normal !important;
  font-weight: 400 !important;
  speak: none;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 20px 0px 0px 0px;
  text-align: center;
  display: block;
}

.cloud-sloution-row6 ul {
  margin: 0;
}
.cloud-hosting-row_1 .hs-button, .cloud-hosting-row_2 .dnd-section[class*="background-color"] .hs-button {
  box-sizing: border-box !important;
}
@media(max-width:790px) and (min-width:768px){
  .team-member-wrapper .image__cell:nth-child(2) .icon-plus {
    top: 19px;
  }
}
@media(max-width:899px){
  .body-container--home .dnd-section {
    padding: 0px 0;
    font-size: 16px;
  }
  .container-fluid.body-container.body-container--home h3 {
    font-size: 1.525em;
  }
}
.solution-expertise-row1 .dnd-section {
  padding: 40px 0;
  color: #939697;
}

.solution-expertise-row1 .dnd-section p:first-child {
  margin: 0;
}

.solution-expertise-row2 .dnd-section {
  border-top: 1px solid #ddd;
  padding-top: 50px;
  padding-bottom: 0;
  padding-bottom: 60px;
}

.solution-expertise-2-row1 h2,
.solution-expertise-row2 h2 {
  font-size: 2.3em;
  font-weight: 500;
  color: #036bc5;
  text-transform: uppercase;
  margin-top: 0;
  font-family: "Work Sans",sans-serif;
  letter-spacing: -1px;
  line-height: 100%;
}

.solution-expertise-row2 ul:last-child {
  margin-bottom: 0;
}

.solution-expertise-row3 .span4 {
  width: 33%;
  margin: 0;
}

.solution-expertise-row3 .span4:last-child {
  padding-top: 5%;
}
.solution-expertise-row2 h3 {
  font-weight: 500;
  font-size: 1.45em;
  margin-top: 0px;
  line-height: 100%;
  text-rendering: optimizelegibility;
  position: relative;
  font-family: "Work Sans", sans-serif;
  letter-spacing: -1px;
}
.solution-expertise-row2 p:last-child {
  margin-bottom: 0;
}


.full-width-page .banner.page-title {
  min-height: 183px;
}

.full-width-page .banner.page-title h1.white {
  margin: 0;
  position: relative;
  line-height: 94%;
  font-weight: 600;
  font-size: 5em;
  font-family: "Work Sans",sans-serif;
  letter-spacing: -1px;
}

.full-width-page .banner.page-title h1.white span {
  font-weight: 300;
  margin: 0;
  position: relative;
  line-height: 94%;
  font-family: "Work Sans",sans-serif;
  letter-spacing: -1px;
  display: inline;
  font-size: inherit;
  color: #036bc5;
}
.full-width-row1 .dnd-section {
  padding: 50px 0;
  font-size: 1.25em;
}

.full-width-row1 .dnd-section h2 {
  font-size: 2.3em;
  font-weight: 500;
  color: #036bc5;
  text-transform: uppercase;
  margin-top: 0;
}

.full-width-row1 .dnd-section p {
  color: #939697;
}

.full-width-row1 .dnd-section h3 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 1.45em;
  font-weight: 500;
  position: relative;
  font-family: "Work Sans",sans-serif;
  letter-spacing: -1px;
  line-height: 100%;
  text-rendering: optimizelegibility;
  color: #939697;
}

.full-width-row2 h2 {
  font-size: 4.25em;
  color: #036bc5;
  font-weight: 600;
  margin-top: 0;
}
.full-width-row1 h4 {
  color: #939697;
}

.solution-expertise-2-row1 .dnd-section {
  padding: 50px 0;
  font-size: 1.25em;
  color: #939697;
}

.solution-expertise-2-row1 .dnd-section p:first-child {
  margin-top: 0;
}
.solution-expertis-2-row2 .dnd-section>.row-fluid {
  width: 100%;
}
.testimonials {
  background: url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/images/bg-transparent-green-grid.png) repeat;
}
.solution-group .icon-icon-folder:before {
  content: "\e908";
}
.erp-cloud-page .solution-expertise-row2 .dnd-section {
  padding: 30px 0;
}

.erp-cloud-page .solution-expertise-2-row1 h2, 
.erp-cloud-page .solution-expertise-row2 h2 {
  margin-bottom: 0;
}
.erp-cloud-page .solution-expertise-row2 p:last-child {
  margin-bottom: 1em;
}
.erp-cloud-page .button-wrapper {
  margin-top: 0;
}
.erp-cloud-page  .solution-expertise-row2 h3 {
  position: relative;
  margin: 0.8em 0 0.5em;
  font-family: "Work Sans",sans-serif;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 100%;
  text-rendering: optimizelegibility;
  font-size: 2em;
}
.erp-cloud-page .solution-expertise-row2 .span6 h3 {
  margin-top: 0;
  margin-left: 30px;
}
.erp-cloud-page .solution-expertise-row2 img {
  display:block;
}

.solution-expertise-row2 .span6 .hs-button {
  display: block;
  margin-top: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  padding: 1em 2em;
  background: #1e73be;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #175892), color-stop(1, #1e73be));
  background: -ms-linear-gradient(bottom, #175892, #1e73be);
  background: -moz-linear-gradient(center bottom, #175892 0%, #1e73be 100%);
  background: -o-linear-gradient(#1e73be, #175892);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e73be', endColorstr='#175892', GradientType=0);
  border: 1px solid;
  border-color: #155085 #144b7c #11436f #144b7c;
  color: #fff !important;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 7%);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 7%);
  text-shadow: 0 1px 0 rgb(0 0 0 / 5%);
  text-align: center;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  line-height: 1em;
  margin-bottom: 50px;
  margin-left: 58px;
}

.solution-expertise-row2 .span6 .hs-button:hover {
  background: #1f78c7;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #185e9b), color-stop(1, #1f78c7));
  background: -ms-linear-gradient(bottom, #185e9b, #1f78c7);
  background: -moz-linear-gradient(center bottom, #185e9b 0%, #1f78c7 100%);
  background: -o-linear-gradient(#1f78c7, #185e9b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f78c7', endColorstr='#185e9b', GradientType=0);
  border-color: #217ed0 #1f78c7 #1d70ba #1f78c7;
  color: #fff !important;
}

.solution-expertise-row2 .span6 .hs-button:before {
  font-size: 1.3em;
  height: 1em;
  width: auto;
  display: block;
  speak: none;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: 'sow-fontawesome-free';
  font-style: normal !important;
  font-weight: 400 !important;
  -moz-osx-font-smoothing: grayscale;
  margin: -0.1em .75em -0.2em -0.75em;
  float: left;
  color: #fff;
  content: '';
}
.erp-cloud-page .solution-expertise-row2 .span6 h4 {
  font-size: 1.25em;
  font-family: "Work Sans",sans-serif;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 100%;
  text-rendering: optimizelegibility;
  margin-bottom: 0.5em;
  margin-left: 30px;
  margin-right: 0;
  margin-bottom: 20px;
}
.oracle-expertise-page .solution-expertise-row2 img {
  display: inline;
}
.industries-page .solution-expertise-2-row1 h4 {
  font-size: 1.25em;
  margin: 0;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Work Sans",sans-serif;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 100%;
  text-rendering: optimizelegibility;
  color: #939697;
}

.industries-page .solution-expertise-2-row1 h4 strong {
  font-weight: 700;
}

.industries-page .solution-expertise-2-row1 .dnd-section {
  font-size: 100%;
  padding: 40px 0;
}

.industries-page .testimonials h3, .industries-page .testimonials .h3 {
  margin: 1.333em 0 0.5em;
  font-family: "Work Sans",sans-serif;
  letter-spacing: -1px;
  font-weight: 600;
}

.industries-page .testimonials:before {
  background: #1e5799;
  background: -moz-linear-gradient(left, #1e5799 0%, #0375d8 1%, #02549a 100%);
  background: -webkit-linear-gradient(left, #1e5799 0%, #0375d8 1%, #02549a 100%);
  background: linear-gradient(to right, #1e5799 0%,#0375d8 1%,#02549a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#02549a',GradientType=1 );
}

.strategy-meeting-row1 .dnd-section {
  padding: 50px 0;
  font-size: 1.25em;
}
.partner-row1:first-child p,
.strategy-meeting-row1:first-child p {
  margin-top: 0;
}
.strategy-meeting-row1 form label {
  font-size: inherit;
  color: #373839;
  margin: 0;
}
.partner-row1 .widget-type-linked_image {
  margin: 1em 40px;
  margin-bottom: 0;
}

.partner-row1 .widget-type-linked_image img {
  max-width: 150px !important;
}

.partner-row1:first-child p {
  margin-bottom: 0;
}

.partner-row1 .dnd-section {
  padding: 50px 0 70px;
  font-size: 1.25em;
}

.strategy-meeting-row1 form input[type=text], 
.strategy-meeting-row1 form input[type=email], 
.strategy-meeting-row1 form input[type=password],
.strategy-meeting-row1 form input[type=tel],
.strategy-meeting-row1  form input[type=number], 
.strategy-meeting-row1 form input[type=file], 
.strategy-meeting-row1 form select,
form textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  display: block;
  background: transparent;
  border-radius: 3px;
  padding: 1px 2px;
  height: auto;
  width: auto;
  border-color: #767676;
  min-height: 29px;
  color: #000;

}
.strategy-meeting-row1 .hs-input.invalid.error {
  border-color: #767676;
}
.strategy-meeting-row1.hs-form-field {
  margin-bottom: 12px;
}
.strategy-meeting-row1.hs-form legend {
  font-size: .875em;
  line-height: 125%;
  color: rgb(55, 56, 57);
}
.strategy-meeting-row1 span.hs-form-required {
  color: #373839;
  font-size: 15px;
  line-height: 125%;
}
.strategy-meeting-row1 .hs_firstname,
.strategy-meeting-row1 .hs_lastname {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
}
.strategy-meeting-row1 .hs_firstname .hs-form legend {
  order: 1;
}
.strategy-meeting-row1 .hs_firstname form label {
  order: 1;
}
.strategy-meeting-row1 .hs-form legend,
.strategy-meeting-row1 .hs_lastname .hs-form legend {
  order: 3;
  font-size: .875em;
  line-height: 125%;
}
.strategy-meeting-row1 .hs_firstname input,
.strategy-meeting-row1 .hs_lastname input{
  min-height: 26px !important;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  font-size: 17.5px;
}
.strategy-meeting-row1 .hs-form-field {
  margin-bottom: 12px;
}
.strategy-meeting-row1 .hs_firstname {
  margin-bottom: 0;
}

.strategy-meeting-row1 .hs_firstname legend {
  margin-top: 3px;
  display: block;
  margin-bottom: 3px;
}

.strategy-meeting-row1 .hs_lastname legend {
  margin-top: 4px;
}

.strategy-meeting-row1 form  select {
  background-color: #f3f3f3;
  border: thin solid #bbbfc0;
  display: inline-block;
  font: inherit;
  line-height: 30px;
  padding: 0.5em 3.5em 0.5em 1em;
  width: 85%;
  max-width: 275px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, #0000 50%,#808080 50%),linear-gradient(135deg, #808080 50%,#0000 50%),linear-gradient(to right, #ccc,#ccc);
  background-position: calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px,5px 5px,1px 1.5em;
  background-repeat: no-repeat;
}
.strategy-meeting-row1  input.hs-button.primary.large {
  margin: 0;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  align-items: flex-start;
  text-align: center;
  box-sizing: border-box;
  padding: 1px 6px;
  border-width: 2px;
  border-style: outset;
  border-image: initial;
  font-weight: 400;
  color: #000;
  background-color: #efefef;
  border: 1px solid #767676;
  padding: 2px 7px;
}
.strategy-meeting-row1 input.hs-button.primary.large:hover {
  background-color: #dcdcdc;
}
.events-listing-row1 .dnd-section {
  padding: 60px 0 50px;
  line-height: 120%;
}

.events-listing-row1 p {
  font-size: 1.25em;
  margin: 0;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
}

.events-listing-row2 .dnd-section {
  padding: 60px 0;
}

.events-listing-row2 .span6 {
  width: 50%;
  margin: 0;
}
.events-listing-row3 h3 {
  position: relative;
  margin: 1.333em 0 0.5em;
  font-family: "Work Sans",sans-serif;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 100%;
  text-rendering: optimizelegibility;
  color: #939697;
  margin-top: 0;
  font-size: 2em;
}
.events-listing-row3 .dnd-section {
  font-size: 1.25em;
}

.events-listing-row3 .dnd-section {
  padding: 40px 0;
}
.contact-row1 .dnd-section {
  padding: 40px 0 30px;
  font-size: 1.25em;
  color: #939697;
}

.contact-row1 p:first-child {
  padding-bottom: 0;
}

.contact-row1 p:first-child {
  margin-bottom: 30px;
}

.contact-row2 .dnd-section {
  padding: 0;
}

.contact-row2 .dnd-section>.row-fluid {
  background-color: #ededed;
  padding: 20px 50px 20px 50px;
  font-size: 1.25em;
  padding-bottom: 0;
  margin-bottom: 20px;

}

.contact-row2 .dnd-section>.row-fluid h3 {
  font-size: 2em;
  position: relative;
  margin: 1.333em 0 0.5em;
  font-family: "Work Sans",sans-serif;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 100%;
  text-rendering: optimizelegibility;
  margin-top: 0;
}

.contact-row2  .hs-form label {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}

.contact-row2  form input[type=text], 
.contact-row2  form input[type=email], 
.contact-row2  form input[type=password],
.contact-row2  form input[type=tel], 
.contact-row2  form input[type=number], 
.contact-row2  form input[type=file], 
.contact-row2  form select, 
.contact-row2  form textarea {
  max-width: 100%;
  width: 100%;
}


.contact-row2  .hs-form-field {
  margin-bottom: 18px;
}

.contact-row2  fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

.contact-row2  fieldset.form-columns-2 .input {
  margin: 0 !important;
}

.contact-row2  fieldset.form-columns-1 .input {
  margin: 0 !important;
}
.contact-row2 .hs-input:not([type=file]) {
  background-color: #f5f8fa;
}
.contact-row2 .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}
.contact-row2 select.is-placeholder {
  color: #bfbfbf;
}
.contact-row2 input.hs-button.primary.large {
  margin: 0;
}
.contact-row2 textarea {
  padding: 10px 15px !important;
  height: 66px !important;
}
.contact-row2  .hs_firstname input {
  width: 90% !important;
}
.contact-row2 .dnd-section {
  padding-bottom: 40px;
}
.webinars-page  .solution-expertise-row1 h3 {
  color: #939697;
}

.webinars-page  .solution-expertise-row2 img {
  display: block;
}

.webinars-page  .solution-expertise-row2 .dnd-section>.row-fluid {
  padding-top: 40px;
}
.webinars-page  .solution-expertise-row2 .dnd-section {
  padding-bottom: 30px;
}
.webinars-page .solution-expertise-row2 .span6 .hs-button {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #025093), color-stop(1, #036bc5));
  background: -ms-linear-gradient(bottom, #025093, #036bc5);
  background: -moz-linear-gradient(center bottom, #025093 0%, #036bc5 100%);
  background: -o-linear-gradient(#036bc5, #025093);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#036bc5', endColorstr='#025093', GradientType=0);
}
.webinars-page .solution-expertise-row2 .span6 .hs-button:hover {
  background: #0370cf;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #02559d), color-stop(1, #0370cf));
  background: -ms-linear-gradient(bottom, #02559d, #0370cf);
  background: -moz-linear-gradient(center bottom, #02559d 0%, #0370cf 100%);
  background: -o-linear-gradient(#0370cf, #02559d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0370cf', endColorstr='#02559d', GradientType=0);
  border-color: #0376d9 #0370cf #0368c0 #0370cf;
}
.webinars-page .solution-expertise-row2 h3 {
  font-size: 2em;
  position: relative;
  margin: 0 0  0.5em;
  font-family: "Work Sans",sans-serif;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 100%;
  text-rendering: optimizelegibility;
}

.webinars-page .solution-expertise-row2 .span6 .hs-button {
  margin: 0;
  margin-top: 45px;
}
.managed-services-row1 .dnd-section {
  padding: 40px 0;
  color: #939697;
}

.managed-services-row1 .dnd-section p {
  margin: 0;
}

.managed-services-row2 .dnd-section {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}
.managed-services-row2 img {
  display: block;
}
.managed-services-row2 h2 {
  font-size: 2.3em;
  font-weight: 500;
  color: #036bc5;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.managed-services-row3 .dnd-section {
  padding: 0;
  padding-bottom: 0;
}

.managed-services-row4 .dnd-section {
  padding: 0 0 30px;
}
.leadership-row1 .dnd-section {
  padding: 40px 0;
  color: #939697;
}
.leadership-row2 .dnd-section {
  padding: 0;
}
.leadership-row2 h2 {
  margin: 0;
  font-size: 2.4em !important;
  color: #036bc5;
  position: relative;
  font-family: "Work Sans",sans-serif;
  font-weight: 600;
  margin: 0;
}
.leadership-row3 .dnd-section {
  padding: 40px 0;
  color: #939697;
}
.leadership-row2 h2 span {
  font-weight: 300;
}
.contact-row2 form input[type=text], .contact-row2 form input[type=email], .contact-row2 form input[type=password], .contact-row2 form input[type=tel], .contact-row2 form input[type=number], .contact-row2 form input[type=file], .contact-row2 form select, .contact-row2 form textarea {
  max-width: 100%;
  width: 100%;
  padding: 0 15px;
  color: #33475b;
}
.contact-row2 select.is-placeholder {
  padding: 9px 10px;
}
.contact-row2 .hs-form ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg,
.contact-row2 .hs-form label.hs-error-msg {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  color: #f2545b;
}
.container-fluid.resource-row1 .dnd-section {
  padding: 40px 0;
  color: #939697;
  font-size: 1.25em;
}

.container-fluid.resource-row1 .dnd-section h4 {
  font-size: inherit;
  line-height: 1.4;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  margin: 0;
  color: #939697;
  letter-spacing: normal;
}

.container-fluid.resource-row2 .dnd-section {
  padding: 0;
  padding-bottom: 50px;
}
.custom-logo-slider  button.slick-prev.slick-arrow:before {
  opacity: 1;
  content: url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/images/simple-line-icons_arrow-left.svg);
}

.custom-logo-slider  button.slick-next.slick-arrow:before {
  content: url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/images/simple-line-icons_arrow-right.svg);
  opacity: 1;
}
.contact-row2 .hs-form label {
  font-family: arial,helvetica,sans-serif;
  font-size: 13px;
  font-weight: 500;
}
.contact-row2 .hs-input.invalid.error {
  border-color: #c87872;
}
.contact-row2 .hs_error_rollup label.hs-main-font-element {
  color: #f2545b !important;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  font-size: 14px;
}
.strategy-meeting-row1 form label.hs-error-msg, 
.strategy-meeting-row1 form .hs_error_rollup label {
  font-size: inherit;
  font-family: "Roboto",sans-serif;
  color: #373839 !important;
  line-height: 1.4;
  font-weight: 400;
}
form input[type=checkbox], form input[type=radio] {
  cursor: pointer;
  margin-right: .35rem;
  float: left;
}
.systems-page .form-input-validation-message label {
  color: #f00;
}
@media(max-width:1366px){

  .cloud-sloution-page.customers-page .banner.page-title header.page-center {
    position: absolute !important;
    padding-top: 10px;
  }
}
@media (max-width:1200px) and (min-width:1139px){
  .body-wrapper {
    overflow-x: hidden;
  }
}
@media(min-width:1140px){
  div#responsive-menu-pro-container{
    display:none;
  }
}
@media(max-width:1139px){
  .full-width-row2 h2 {
    font-size: 3.85em;
  }
  .full-width-page .banner.page-title h1.white {
    font-size: 4.5em;
  }
  .erp-cloud-page .solution-expertise-row2 h3 {
    font-size: 2.25em;
    margin: .9em 0 .5em;
  }
  .erp-cloud-page .solution-expertise-row2 .span6 h4 {
    font-size: 1.5em;
  }
  .industries-page .solution-expertise-2-row1 h4 {
    font-size: 1.5em;
  }
  .strategy-meeting-row1 h3 {
    font-size: 2.25em;
  }
  .events-listing-row3 h3{
    font-size: 2.25em;
  }
  .events-listing-row2 .dnd-section {
    padding: 40px 0;
  }
  .contact-row2 .dnd-section>.row-fluid h3 {
    font-size: 2.25em;
  }
  .contact-row1 .dnd-section {
    font-size: inherit;
  }
  .webinars-page .solution-expertise-row2 h3 {
    font-size: 2.25em;
  }
  .webinars-page .solution-expertise-row1 h4 {
    font-size: 1.5em;
  }
  .webinars-page .solution-expertise-row1 h3 {
    font-size: 2.25em;
  }
  .cloud-sloution-row8 .span4:last-of-type {
    width: 36%;
  }
  .cloud-sloution-row8 .span4 {
    width: 32%;
  }
  .cloud-sloution-page .custom-contentvideo h3 {
    font-size: 2.25em;
  }
}

@media(max-width:899px){
  .solution-expertise-2-row1 h2,
  .solution-expertise-row2 h2 {
    font-size: 3em;
    font-family: "Work Sans",sans-serif;
    letter-spacing: -1px;
    font-weight: 400;
    line-height: 100%;
    text-rendering: optimizelegibility;
    color: #373839;
  }
  .solution-expertise-2-row1 h2{
    color: #939697;
  }
  .solution-expertise-row3 .dnd-section {
    padding: 48px 0 50px;
  }

  .solution-expertise-row2 .dnd-section {
    padding-bottom: 50px;
  }

  .solution-expertise-row3 .span4 {
    width: 100%;
  }
  .solution-expertise-row3 .dnd-section>.row-fluid {
    flex-wrap: wrap;
  }

  .solution-expertise-row3 .span4:last-child {
    padding: 0;
  }
  footer.footer form {
    padding: 0;
  }
  .body-container-wrapper h1 {
    font-size: 3em;
  }
  .full-width-page .banner.page-title h1.white {
    font-size: 3.8em;
  }
  .full-width-page .banner.page-title {
    min-height: 170px;
  }
  .full-width-row1 .dnd-section {
    padding: 40px 0;
    font-size: inherit;
  }

  .full-width-row1 .dnd-section h2 {
    font-size: 3em;
    font-family: "Work Sans",sans-serif;
    letter-spacing: -1px;
    font-weight: 400;
    line-height: 100%;
    text-rendering: optimizelegibility;
    color: #939697;
  }

  .full-width-row2 h2 {
    font-size: 3em;
  }
  .full-width-row2 .dnd-section {
    padding: 50px 0;
  }
  .solution-expertise-2-row1 .dnd-section {
    font-size: 100%;
    padding: 40px 0;
  }
  .solution-expertise-2-row3 .dnd-section {
    padding: 50px 0;
  }
  .erp-cloud-page .solution-expertise-2-row1 h2 {
    font-family: "Work Sans",sans-serif;
    font-weight: 600;
  }

  .erp-cloud-page .solution-expertise-2-row1 h2,
  .erp-cloud-page .solution-expertise-row2 h2 {
    font-weight: 600;
  }
  .strategy-meeting-row1 h3,
  .erp-cloud-page .solution-expertise-row2 h3 {
    font-size: 1.566em !important;
  }
  .erp-cloud-page .solution-expertise-row2 h3 {
    margin: .7em 0 .5em;
  }
  .erp-cloud-page .solution-expertise-row2 .span6 h4 {
    font-size: 1.333em;
  }
  .industries-page .solution-expertise-2-row1 h4 {
    font-size: 1.333em;
  }
  .strategy-meeting-row1 .dnd-section {
    padding-top: 0;
    font-size: inherit;
  }

  .strategy-meeting-row1 form input[type=text], 
  .strategy-meeting-row1 form input[type=email], .strategy-meeting-row1 form input[type=password], .strategy-meeting-row1 form input[type=tel], .strategy-meeting-row1 form input[type=number], .strategy-meeting-row1 form input[type=file], .strategy-meeting-row1 form select, form textarea {
    min-height: 24px;
    min-width: 203px;
    font-size: 16px;
  }
  .strategy-meeting-row1 .input {
    font-size: .875em;
    line-height: 125%;
  }
  .strategy-meeting-row1 .hs_firstname input, .strategy-meeting-row1 .hs_lastname input {
    min-height: 22px !important;
    font-size: 100% !important;
  }
  .events-listing-row1 .dnd-section {
    padding: 50px 0 40px;
  }
  .events-listing-row1 p {
    font-size: inherit;
  }

  .events-listing-row2 .span6 {
    width: 100%;
  }
  .events-listing-row2 .dnd-section>.row-fluid {
    flex-wrap: wrap;
  }
  .events-listing-row2 .dnd-section {
    padding: 50px 0;
  }
  .events-listing-row3 h3 {
    font-size: 1.566em !important;
  }
  .events-listing-row3 .dnd-section {
    font-size: inherit;
  }
  .contact-row2 .dnd-section>.row-fluid h3 {
    font-size: 1.566em;
  }
  .contact-row2 .dnd-section>.row-fluid {
    font-size: inherit;
  }
  .contact-row2 .dnd-section>.row-fluid h3 {
    padding-bottom: 18px;
  }
  .webinars-page .solution-expertise-row1 h3, .webinars-page .solution-expertise-row2 h3 {
    font-size: 1.566em;
  }
  .webinars-page .solution-expertise-row1 h4 {
    font-size: 1.333em;
  }
  .managed-services-row2 h2 {
    font-size: 3em;
    position: relative;
    font-family: "Work Sans",sans-serif;
    font-weight: 600;
    margin: 0;
    color: #373839;
  }
  .container-fluid.resource-row1 .dnd-section {
    font-size: inherit;
  }
  .container-fluid.cloud-sloution-row3 h2 {
    position: relative;
    font-family: "Work Sans",sans-serif;
    font-weight: 600;
    margin: 0;
    font-size: 3em;
    color: #373839;
    margin-bottom: 30px;
  }
  .cloud-sloution-row6 .dnd-section h2 {
    position: relative;
    font-family: "Work Sans",sans-serif;
    font-weight: 600;
    margin: 0;
    color: #373839;
    font-size: 3em;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .cloud-sloution-page .custom-contentvideo h3 {
    font-size: 1.566em;
  }
  .cloud-sloution-row8  .span4 {
    width: 100%;
  }
  .cloud-sloution-row8  .span4:last-of-type {
    width: 100%;
  }
  .cloud-sloution-row8  .dnd-section>.row-fluid {
    display: block !important;
  }
}


@media(max-width:800px){
  .customers-page .solution-expertise-row2 .span6 {
    width: 100% !important;
  }
  .customers-page .solution-expertise-row2 .row-fluid {
    flex-wrap: wrap;
  }
  .customers-page .solution-expertise-row2 .span6 {
    width: 100% !important;
    margin: 0;
    margin-bottom: 30px;
  }
  .customers-page .solution-expertise-row2 .span6:last-child {
    margin-bottom: 0;
  }
  .solution-expertise-row2 .span6 .hs-button{
    margin-bottom: 18px;
  }
  .solution-expertise-row2 .span6 .hs-button {
    margin-left: 0;
  }
  .erp-cloud-page .solution-expertise-row2 .span6 h4 {
    margin-bottom: 0.5em;
  }

}


@media(max-width:768px){
  .cloud-sloution-page .cloud-sloution-row2 .dnd-section>.row-fluid {
    display: block;
    flex-wrap: wrap;
  }
  .cloud-sloution-page .cloud-sloution-row2  .span6 {
    width: 100%;
  }
}
@media(max-width:767px){
  .solution-expertise-row1 .dnd-section {
    padding: 30px 0;
    color: #939697;
  }
  .solution-expertise-2-row1 h2,
  .solution-expertise-row2 h2 {
    font-size: 1.9em;
  }
  .body-container-wrapper h2 {
    font-size: 1.9em;
  }
  .body-container-wrapper h3,
  .solution-expertise-row2 h3 {
    font-size: 1.25em;
  }
  .full-width-page .banner.page-title h1.white {
    font-size: 3.2em;
  }
  .full-width-row1 .dnd-section h2 {
    font-size: 1.9em;
  }
  .full-width-page .banner.page-title {
    min-height: 140px;
  }
  .full-width-row1 .dnd-section {
    padding: 30px 0;
  }
  .full-width-row1 .dnd-section h3 {
    margin-top: 0;
    font-weight: 500;
    font-size: 1.25em;
  }
  .solution-expertise-2-row1 .dnd-section {
    padding: 30px 0;
  }
  .customers-page .banner.page-title header.page-center,
  .cloud-sloution-page.customers-page .banner.page-title header.page-center,
  .oracle-expertise-page .banner.page-title header.page-center {
    position: relative !important;
    padding: 30px 0 0 0%;
  }
  .industries-page .solution-expertise-2-row1 .dnd-section {
    font-size: 100%;
    padding: 30px 0;
  }
  .partner-row1 .dnd-section {
    padding: 0px 0 16px;
    font-size: inherit;
  }
  .events-listing-row1 .dnd-section {
    padding: 30px 0;
  }
  .events-listing-row3 .dnd-section {
    padding: 35px 0 40px;
  }
  .events-listing-row3 .span4 {
    margin-bottom: 30px;
  }
  .events-listing-row3 .row-fluid-wrapper.dnd-row {
    padding-bottom: 0 !important;
  }
  .events-listing-row3 .span4:last-child {
    margin: 0;
  }
  .events-listing-row3 .dnd-section {
    padding: 35px 0 0;
  }
  .contact-row1 .dnd-section {
    padding: 30px 0 30px;
  }
  .contact-row2 .dnd-section {
    padding-bottom: 30px;
  }
  .customer-sucess-page.full-width-page header.page-center,
  .cloud-hosting-page.full-width-page .banner.page-title header.page-center,
  .recovery-page.full-width-page .banner.page-title header.page-center,
  .managed-services-page.full-width-page .banner.page-title header.page-center,
  .webinars-page.full-width-page .banner.page-title header.page-center {
    position: relative !important;
    padding: 30px 0 0 0%;
  }
  .webinars-page .solution-expertise-row2 .span6:first-child {
    margin-bottom: 30px;
  }
  .managed-services-row1 .dnd-section {
    padding: 30px 0;
  }
  .managed-services-row2 .span6:first-child {
    margin-bottom: 30px;
  }
  .leadership-row1 .dnd-section {
    padding: 30px 0;
  }
  .leadership-row3 .dnd-section {
    padding: 30px 0;
    color: #939697;
  }
  .container-fluid.contact-row2 .dnd-section .span12>.row-fluid-wrapper>.row-fluid {
    width: 100%;
    display: block;
  }
  .contact-row2 .dnd-section>.row-fluid h3 {
    font-size: 1.525em;
  } 
  .container-fluid.resource-row1 .dnd-section {
    padding: 30px 0;
  }
  .container-fluid.resource-row2 .dnd-section {
    padding: 0;
    padding-bottom: 30px;
  }
  .video-wrapper iframe {
    width: 100%;
  }
  .container-fluid.recovery-row_3.solution-expertise-row3 .dnd-section {
    padding: 30px 0;
  }

  .recovery-page.full-width-page .related-resource-wrapper h4 {
    margin-bottom: 0.5em;
  }
  .customers-page.cloud-sloution-page .solution-expertise-row2 .span6:last-child {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
  }
  .cloud-sloution-row6 .dnd-section h2 {
    font-size: 1.9em;
  }
  .container-fluid.cloud-sloution-row3 h2 {
    font-size: 1.9em;
  }
  .solution-expertise-row2.cloud-sloution-row2 .span6:last-child {
    margin: 0;
  }
  .container-fluid.cloud-sloution-row3 .span6:first-child {
    margin-bottom: 10px;
  }
  .container-fluid.cloud-sloution-row6 .span6:first-child {
    margin-bottom: 42px;
  }
  .container-fluid.customer-sucess-row_1 .dnd-section {
    padding: 30px 0 !important;
  }
}


@media(max-width:599px){
  .body-container-wrapper h2 {
    font-size: 1.8em;
  }
  .solution-expertise-row3 .dnd-section {
    padding: 48px 0 25px;
  }
  .solution-expertise-row2 .dnd-section {
    padding-bottom: 25px;
  }
  .full-width-page .banner.page-title h1.white {
    font-size: 2.3em;
  }
  .full-width-page .banner.page-title {
    min-height: 93px;
  }
  .full-width-row1 .dnd-section h2 {
    font-size: 1.8em;
  }
  .full-width-row2 .dnd-section {
    padding: 30px 0;
  }
  .solution-expertise-2-row3 .dnd-section {
    padding: 50px 0;
    padding: 30px 0;
  }
  .solution-expertise-page-2.full-width-page .banner.page-title {
    border-bottom: 3px solid #fff;
  }
  .strategy-meeting-row1 h3,
  .erp-cloud-page .solution-expertise-row2 h3 {
    font-size: 1.525em !important;
  }
  .erp-cloud-page  .solution-expertise-row3 .dnd-section {
    padding: 30px 0 30px;
  }
  .erp-cloud-page  .related-resource-wrapper h4 {
    margin-bottom: 10px;
  }

  .customer-sucess-page.full-width-page header.page-center,
  .customers-page .banner.page-title header.page-center,
  .cloud-sloution-page.customers-page .banner.page-title header.page-center,
  .cloud-hosting-page.full-width-page .banner.page-title header.page-center,
  .recovery-page.full-width-page .banner.page-title header.page-center,
  .oracle-expertise-page .banner.page-title header.page-center {
    position: relative;
    padding: 15px 0 0 0;
  }
  .industries-page .solution-expertise-2-row1 h4 {
    margin-bottom: 0.5em;
    font-size: 1.3em;
  }
  .partner-page .banner.page-title,
  .strategy-meeting-page .banner.page-title {
    min-height: 96px;
  }
  .partner-page .banner.page-title h1.white,
  .strategy-meeting-page .banner.page-title h1.white {
    font-size: 2.3em;
  }
  .strategy-meeting-row1 form input[type=text], .strategy-meeting-row1 form input[type=email], .strategy-meeting-row1 form input[type=password], .strategy-meeting-row1 form input[type=tel], .strategy-meeting-row1 form input[type=number], .strategy-meeting-row1 form input[type=file], .strategy-meeting-row1 form select, form textarea {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
  }
  .events-listing-row1 p {
    font-size: inherit;
    line-height: 1.4;
  }
  .events-listing-row2 .dnd-section {
    padding: 30px 0;
  }
  .events-listing-row3 h3 {
    font-size: 1.525em !important;
  }
  .events-listing-row3 .dnd-section {
    padding: 32px 0 0;
  }
  .managed-services-page.full-width-page .banner.page-title,
  .contact-page.full-width-page .banner.page-title,
  .events-listing-page .banner.page-title {
    border-bottom: 3px solid #fff;
  }
  .webinars-page .solution-expertise-row1 h3, .webinars-page .solution-expertise-row2 h3 {
    font-size: 1.525em;
  }
  .webinars-page  .banner.page-title {
    border-bottom: 3px solid #fff;
  }
  .managed-services-page.full-width-page .banner.page-title header.page-center,
  .webinars-page.full-width-page .banner.page-title header.page-center {
    position: relative;
    padding: 15px 0 0 0;
  }
  .webinars-page .solution-expertise-row1 h4 {
    font-size: 1.3em;
    margin-bottom: 0.5em;
  }
  .managed-services-page .solution-expertise-row3 .dnd-section,
  .webinars-page .solution-expertise-row3 .dnd-section {
    padding: 30px 0 30px;
  }
  .managed-services-page .solution-expertise-row3 .dnd-section  h4,
  .webinars-page  .related-resource-wrapper h4 {
    margin-bottom: 0.5em;
  }
  .leadership-row2 h2 {
    font-size: 1.8em !important;
  }
  .recovery-page .content-with-top-icon h4 {
    margin-bottom: .5em;
    font-size: 1.3em;
  }
  .cloud-sloution-row6 .dnd-section h2 {
    font-size: 1.8em;
  }
  .container-fluid.cloud-sloution-row3 h2 {
    font-size: 1.8em;
  }
  .container-fluid.cloud-sloution-row3 h2 {
    font-size: 1.8em;
  }
  .cloud-sloution-page .custom-contentvideo h3 {
    font-size: 1.566em;
    font-size: 1.525em;
  }
  .cloud-sloution-page .custom-contentvideo-content:before {
    padding-bottom: 2px;
  }
  .container-fluid.managed-services-row2 h4 {
    padding-right: 10px;
  }

}
@media(max-width:565px){
  .cloud-sloution-page .custom-contentvideo .custom-contentvideo-video iframe {
    width: 100% !important;
  }
}

@media(max-width:400px){
  .full-width-page   .banner.page-title header.page-center {
    position: static;
  }
  .solution-expertise-page-2.full-width-page .banner.page-title header.page-center {
    position: absolute;
  }
  .erp-cloud-page .solution-expertise-row2 .span6 h3 {
    margin-right: 30px;
  }
  .erp-cloud-page .solution-expertise-row2 .span6 h4 {
    margin-right: 30px;
    font-size: 1.3em;
  }
  .oracle-expertise-page .banner.page-title header.page-center {
    position: relative !important;
  }


  .career-page header.page-center,
  .leadership-page.full-width-page  header.page-center,
  .solution-listing-page.full-width-page header.page-center,
  .about-page.full-width-page header.page-center,
  .industries-page.full-width-page .banner.page-title header.page-center,
  .contact-page.full-width-page .banner.page-title header.page-center,
  .events-listing-page.full-width-page .banner.page-title header.page-center,
  .about-page.full-width-page header.page-center
  .leadership-page.full-width-page header.page-center {
    position: absolute !important;
  }
  .cloud-hosting-page.full-width-page .body-container-wrapper h1 {
    font-size: 2.5em !important;
  }
  .cloud-hosting-row_2 .solution-group h2 {
    font-size: 2.25em;
  }
  .cloud-sloution-page .custom-contentvideo .custom-contentvideo-video iframe {
    position: static;
    width: 100% !important;
    height: auto !important;
  }
  .erp-cloud-page .banner.page-title header.page-center {
    position: relative !important;
    top: 1px;
  }
  .erp-cloud-page.full-width-page:not(.customers-page) .banner.page-title h1.white {
    font-size: 1.8em;
  }
  .indus .banner.page-title.image h1.white {
    font-size: 1.8em;
  }
  .systems-page h2 {
    font-size: 1.5em;
  }
}
@media(max-width:375px){
   .strategy-meeting-page .banner.page-title header.page-center {
    position: static;
  } 
}

.industries-row_2 .dnd-section [class*="background-color"] ul li a {
  cursor: text;
}

/* temporary css */
.home-page div[class*="full-width-section"] > .row-fluid {
  width: 100%;
}
.home-row1-section .dnd-section>.row-fluid {
  width: 100% !important;
}

.home-row1-section {
  margin: 60px 0 0;
}


#oracle-solutions h2:before{
  background: url('https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/images/icon-green-bullseye.png') no-repeat;
    }


#testimonials h2:before {
  display: block;
  content: '';
  background: url(https://9435433.fs1.hubspotusercontent-na1.net/hubfs/9435433/raw_assets/public/DenovoVentures_August2021/images/icon-white-quote-callout.png) no-repeat;
  background-size: contain;
  height: 50px;
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

.home-row4-section .dnd-section>.row-fluid {
  width: 100%;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 768px){
  .home-row5-section .row-fluid .span7, .home-row5-section .row-fluid .span5 {
    width: 50%;
    margin: 0;
  }
}

@media only screen and (min-width: 1140px){
  .home-row5-section .row-fluid .span5 {
    width: 40%;
    margin: 0;
  }
  .home-row5-section .row-fluid .span7 {
    width: 60%;
    margin: 0;
  }
}


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

  .home-row3-section {
    padding: 50px 0 0;
  }

  .home-row5-section .dnd-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px){
  .home-row5-section .dnd-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

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

  .home-row3-section {
    padding: 30px 0;
  }

  .home-row5-section .dnd-section {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}