*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.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: 28px;
    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: 28px;
        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: 28px;
        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,
.page-center,
.dnd-section > .row-fluid{
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 320px){
  .content-wrapper,
  .page-center,
  .dnd-section > .row-fluid{
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 475px){
  .content-wrapper,
  .page-center,
  .dnd-section > .row-fluid{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 768px){
  .content-wrapper,
  .page-center,
  .dnd-section > .row-fluid{
    padding-left: 6%;
    padding-right: 6%;
  }
}

@media (min-width: 991px){
  .content-wrapper,
  .page-center,
  .dnd-section > .row-fluid{
    padding-left: 8%;
    padding-right: 8%;
  }
}

@media (min-width: 1366px){
  .content-wrapper,
  .page-center,
  .dnd-section > .row-fluid{
    padding-left: 12%;
    padding-right: 12%;
  }
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body{
  line-height: 1.5;
  margin: 0; 	 
  text-align: left; 
  font-size: 1rem; 
}

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

/* Paragraphs */

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

/* Anchors */


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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {	
  margin-top: 0; 
  margin-bottom: 0.5rem; 
  line-height: 1.2;
}
@media (min-width: 991px){
  h1 { 
    margin-bottom: 3rem;
  }
  h2 { 
    margin-bottom: 2rem;
  } 
}

/* Lists */

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


ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1rem;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

img{ 
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

p>a {
  color: #3f73a8;
  font-size: 1.05rem;
  text-decoration: underline;
}
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 */

form{
  width: 100%;
  margin-block-end: 1em; 
}

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

/* Labels */

form label { 
  font-size: 14px;
  width: 130px; 
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.hs-form-field > label,
.field  > label{ 
  font-family: helvetica;
  font-size: 18px;
}

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

/* 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: 500px;
  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;
  max-width: 100%;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  outline:none;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list { 
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
} 

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

form .inputs-list > li { 
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 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-input.invalid.error {
  border-color: #c87872;
}

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

.hs-error-msgs label{
  color: #f2545b; 
}


/* Submit button */

form input[type=submit],
form .hs-button {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear; 
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  border-radius: 0;  
  font-size: 15px;
  line-height: 15px;
  font-family: helvetica;
  outline:none;
  margin: 20px 0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


.actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}

form .hs-button {
  margin: 20px 0;
}



h3.form-title:empty {
  display: none;
}

form textarea {
  height: auto;
  width: 100%;
  max-width: 100%;
  padding: 10px 15px;
  display: block;
}


.hs-richtext {
  margin-bottom: 3px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 24px;
  font-size: 14px;
  color: #33475b;
  font-family: helvetica;
  color: #33475b;
  font-size: 14px;
}

.hs-richtext p {
  all: inherit;
  margin: 1em 0 !important;
}

.grecaptcha-badge {
  margin-left: 0;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  .hs-form-field .hs-input {
    width:100% !important;
  }
}
select.is-placeholder {
  color: #bfbfbf;
}

select {
  padding: 9px 10px !important;
}

.hs_error_rollup ul {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
  padding-top: 6px;
}

.hs_error_rollup {
  margin-top: 18px;
}

.hs_error_rollup label {
  font-family: helvetica;
}
 
select.is-placeholder:focus {
  color: #33475b;
}
/* 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;
}
.custom-menu-primary{
  display: none;
}


.custom-menu-primary .navigation-primary > ul{
  white-space: normal;
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 0px;
  line-height: 1.7;
}
.custom-menu-primary .navigation-primary > ul > li{
  margin: 0;
  display: inline-block;
  height: auto;
  vertical-align: middle;
  font-size: 14px;
}
.custom-menu-primary .navigation-primary > ul > li.has-submenu{
  position: relative;
}
.custom-menu-primary .navigation-primary > ul > li > a{
  cursor: pointer;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  vertical-align: baseline;
  width: auto;
  display: block;
  text-transform: none;
  text-align: left;
  font-family: "Maven Pro",sans-serif;
  font-size: 20px;
  font-weight: 400;
  outline: 0;
}

.custom-menu-primary .navigation-primary > ul li > a:hover,
.custom-menu-primary .navigation-primary > ul li > a:focus,
.custom-menu-primary .navigation-primary > ul li > a{
  text-decoration: none;
  outline: none;
}

.custom-menu-primary .navigation-primary > ul ul{
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.custom-menu-primary .navigation-primary > ul li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.custom-menu-primary .navigation-primary > ul ul li{
  display: block;
  font-size: 14px;
  margin: 0;
}
.custom-menu-primary .navigation-primary > ul ul li a{
  cursor: pointer;
  line-height: 40px;
  padding: 0 40px;
  vertical-align: baseline;
  width: auto;
  display: block;
  text-transform: none;
  text-align: left;
  font-family: "Maven Pro",sans-serif;
  font-size: 20px;
  font-weight: 400;
  outline: 0;
}


@media (min-width: 1100px) {
  .custom-menu-primary{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}



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

.col,
.col-auto {
  max-width: 100%
}

div[class*="col-l"],
div[class*="col-m"],
div[class*="col-s"]{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.d-none {
  display: none !important
}

.mt-0,.my-0 {
  margin-top: 0 !important
}

.mb-0,.my-0 {
  margin-bottom: 0 !important
}

.mt-2,.my-2 {
  margin-top: .5rem !important
}

.pr-0,.px-0 {
  padding-right: 0 !important
}

.pl-0,.px-0 {
  padding-left: 0 !important
}

.pr-3,.px-3 {
  padding-right: 1rem !important
}

.pl-3,.px-3 {
  padding-left: 1rem !important
}

.text-center {
  text-align: center !important
}

.w-100 {
  width: 100% !important
}

.mr-0,.mx-0 {
  margin-right: 0 !important
}

.ml-0,.mx-0 {
  margin-left: 0 !important
}

@media(min-width: 576px) {
  .col-sm-12 {
    -webkit-box-flex:0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media(min-width: 768px) {
  .col-md-8 {
    -webkit-box-flex:0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .mt-md-5,.my-md-5 {
    margin-top: 3rem !important
  }

  .ml-md-1,.mx-md-1 {
    margin-left: .25rem !important
  }

  .mr-md-1,.mx-md-1 {
    margin-right: .25rem !important
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}

@media(min-width: 992px) {
  .col-lg-8 {
    -webkit-box-flex:0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .d-lg-none {
    display: none !important
  }
}

@media(min-width: 1200px) {
  .col-xl-8 {
    -webkit-box-flex:0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}

.custom-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 20px 10px;
  width: 100%;
}
.No_banner .custom-header{
  background-color: #26295d;
  position: relative;
}

.custom-header .header__container{
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%;
  width: 100%;
}
.header-row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-header .header-row-inner, .custom-header .nav-primary {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.custom-header .header-row-inner {
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-logo{
  position: relative;
  z-index: 20001;
}
.custom-logo a, .custom-logo a:hover, .custom-logo a:focus{
  text-decoration: none;
  outline: none;
}
.custom-logo a img {
  max-width: 100%;
}
.custom-header .nav-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-header .hamburger {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background: 0 0;
  border-top: 2px solid;
  border-bottom: 2px solid;
  color: #fff;
  font-size: 0;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  z-index: 1001;
  margin-left: 35px;
  cursor: pointer;
}
.custom-header .hamburger::after, .custom-header .hamburger::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: -webkit-transform .25s ease-in-out;
  -o-transition: -o-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out,-o-transform .25s ease-in-out;
}

.mobile-open .custom-header .hamburger{
  border-color: transparent;
}
.mobile-open .custom-header .hamburger::before {
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  -o-transform: translate(-50%,-50%) rotate(45deg);
  transform: translate(-50%,-50%) rotate(45deg);
}
.mobile-open .custom-header .hamburger::after {
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
  -o-transform: translate(-50%,-50%) rotate(-45deg);
  transform: translate(-50%,-50%) rotate(-45deg);
}


/*======Flyout menu Stylw======*/
body.mobile-open {
  overflow: hidden;
}
.menu-header-menu-burger-container {
  position: fixed;
  left: 0;
  height: 120vh;
  display: block;
  width: 100%;
  padding-bottom: 40px;
  z-index: 1000;
  transform: translateY(-150%);
  transition: transform 0.3s ease;
  pointer-events: none;
}
.mobile-open .menu-header-menu-burger-container{
  transform: translateY(0);
  pointer-events: auto;
}
.menu-burger-inner{
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.menu-burger-inner {
  height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 80px;
}
.menu-burger-inner .menu-burger-col-outer {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
}
.menu-burger-inner .menu-burger-col-outer .burger-nav-routes-row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.menu-burger-inner .menu-burger-col-outer .burger-nav-routes-row {
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  top: 0;
  z-index: 407;
  padding-left: 40px;
}
.menu-burger-inner .menu-burger-col-outer .menu-burger-col-inner {
  display: inline-block;
  padding-right: 350px;
}
.menu-burger-inner .menu-burger-col-outer .menu-burger-col-inner:nth-of-type(1) {
  padding-right: 0;
}
.menu-burger-inner .menu-burger-col-outer .menu-burger-col-inner:nth-of-type(2) {
  padding-right: 40px;
}

.flyout_menu .hs-menu-wrapper > ul{
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Maven Pro",sans-serif;
}
.flyout_menu .hs-menu-wrapper > ul > li{
  display: block;
  margin-bottom: 10px; 
  line-height: 1.5;
  font-size: 14px;
}
.flyout_menu .hs-menu-wrapper > ul > li > a{
  font-size: 18px;
  height: 20px;
  line-height: 15px;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  font-family: "Maven Pro",sans-serif;
}
.flyout_menu .hs-menu-wrapper > ul > li > a:hover,
.flyout_menu .hs-menu-wrapper > ul > li > a:focus,
.flyout_menu .hs-menu-wrapper > ul > li > a{
  text-decoration: none;
  outline: none;
}
.flyout_menu.flyout_menu2 .hs-menu-wrapper > ul > li:nth-child(3n+1) > a {
  color: #0ff;
  font-weight: 700;
}

.menu-burger-inner .menu-burger-col-outer.has-social-media {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: 0;
  top: 0;
}

.menu-burger-inner .menu-burger-col-outer.has-social-media > .minus-row{
  position: relative;
}
.menu-burger-inner .menu-burger-col-outer.has-social-media .double-col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 55px;
}
.menu-burger-inner .menu-burger-col-outer .additional-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 70px;
}

.menu-burger-inner .menu-burger-col-outer.has-social-media .has-hr {
  position: relative;
  width: 100%;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  margin-left: auto;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-burger-inner .menu-burger-col-outer.has-social-media .has-hr .hr-sub {
  display: block;
  background: #3f73a8;
  height: 2px;
  width: 100%;
  margin: 20px auto 20px 0;
}
.menu-burger-inner .menu-burger-col-outer.has-social-media .has-burger-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1000;
}

.menu-burger-inner .menu-burger-col-outer .additional-info .footer-area-one,
.menu-burger-inner .menu-burger-col-outer .additional-info .custom-html-widget{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.menu-burger-inner .menu-burger-col-outer .additional-info .location-block {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 30px;
  padding-left: 0;
  padding-right: 10px;
}
.menu-burger-inner .menu-burger-col-outer .additional-info .location-block:nth-of-type(2) {
  padding-left: 45px;
}
.header_address h5, .header_address p{
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5rem;
}
.header_address p{
  font-size: 1.05rem;
}
.flyout_menu.flyout_menu2 {
  display: none;
}





@media (min-width: 320px){
  .menu-header-menu-burger-container {
    top: -50px;
  }
}

@media screen and (min-width: 320px), (max-width: 850px) and (orientation: landscape){
  .menu-header-menu-burger-container {
    top: -10px;
  }
}

@media (min-width: 475px){
  .menu-burger-inner {
    padding-top: 0;
  }
  .menu-burger-inner .menu-burger-col-outer.has-social-media .has-burger-social-media {
    padding-left: 40px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 575px) {
  .flyout_menu.flyout_menu2 .hs-menu-wrapper > ul > li:nth-child(3n+3) {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px){
  .custom-header{
    padding: 60px 40px;
  }
  .custom-logo a{
    font-size: 1.25rem;
  }
  .menu-header-menu-burger-container {
    top: -100px;
  }
  .menu-burger-inner .menu-burger-col-outer .burger-nav-routes-row {
    padding-left: 60px;
    top: -30px;
  }
  .menu-burger-inner .menu-burger-col-outer .menu-burger-col-inner:nth-of-type(2) {
    padding-left: 100px;
  }
  .flyout_menu.flyout_menu1 .hs-menu-wrapper > ul > li:last-child {
    display: none;
  }
  .menu-burger-inner .menu-burger-col-outer.has-social-media .has-hr {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .menu-burger-inner .menu-burger-col-outer.has-social-media .has-burger-social-media {
    padding-left: 0;
  }
  .menu-burger-inner .menu-burger-col-outer .additional-info .location-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flyout_menu.flyout_menu2 {
    display: block;
  }
}

@media (min-width: 991px){
  .custom-header{
    padding: 20px 40px;
  }
  .menu-burger-inner .menu-burger-col-outer .menu-burger-col-inner:nth-of-type(2) {
    padding-left: 260px;
  }
}

@media (min-width: 1024px) {
  .menu-burger-inner .menu-burger-col-outer .burger-nav-routes-row {
    top: 0;
  }
}

@media (min-width: 1100px) {
  .menu-burger-inner .menu-burger-col-outer.has-social-media .has-hr {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}

@media (min-width: 1180px) {
  .menu-burger-inner .menu-burger-col-outer .menu-burger-col-inner:nth-of-type(2) {
    padding-right: 180px;
  }
}

@media (min-width: 1350px){
  .menu-header-menu-burger-container {
    background: url(https://2938757.fs1.hubspotusercontent-na1.net/hubfs/2938757/raw_assets/public/IDR_Medical_July_2022/images/menu-hero.jpg) center;
    background-size: cover;
  }
  .menu-burger-inner .menu-burger-col-outer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
    top: 20px;
  }
  .menu-burger-inner .menu-burger-col-outer .burger-nav-routes-row {
    padding-left: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    top: -10px;
  }
  .menu-burger-inner .menu-burger-col-outer.has-social-media > .minus-row{
    top: -10px;
  }
  .menu-burger-inner .menu-burger-col-outer.has-social-media .double-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 0;
    top: -30px;
  }
  .menu-burger-inner .menu-burger-col-outer .additional-info {
    padding-right: 150px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .menu-burger-inner .menu-burger-col-outer.has-social-media .has-burger-social-media {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .menu-burger-inner .menu-burger-col-outer .additional-info .location-block {
    margin-top: 0;
  }
  .menu-burger-inner .menu-burger-col-outer .additional-info .location-block:nth-of-type(2) {
    padding-left: 70px;
  }
}

@media (min-width: 1366px){
  .custom-header{
    padding: 40px;
  }
  .menu-burger-inner .menu-burger-col-outer.has-social-media .has-hr .hr-sub {
    width: 95%;
  }
}

@media (min-width: 1400px) {
  .menu-burger-inner .menu-burger-col-outer .menu-burger-col-inner:nth-of-type(2) {
    padding-right: 250px;
  }
  .menu-burger-inner .menu-burger-col-outer .additional-info {
    padding-right: 220px;
  }
}

@media (min-width: 1440px){
  .menu-burger-inner .menu-burger-col-outer .burger-nav-routes-row {
    top: 30px;
  }
}

@media (min-width: 1550px){
  .menu-burger-inner .menu-burger-col-outer.has-social-media .double-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1600px) {
  .menu-burger-inner .menu-burger-col-outer .menu-burger-col-inner:nth-of-type(2) {
    padding-right: 340px;
  }
  .menu-burger-inner .menu-burger-col-outer.has-social-media {
    top: -40px !important;
  }
  .menu-burger-inner .menu-burger-col-outer.has-social-media > .minus-row{
    top: 30px;
  }
  .menu-burger-inner .menu-burger-col-outer .additional-info {
    padding-right: 310px;
  }
}


@media (min-height: 850px) and (min-width: 375px) {
  .menu-burger-inner {
    height: 100%;
    max-height: 405px;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
  }
}

@media (min-height: 850px) {
  .menu-burger-inner {
    max-height: 425px;
  }
}

@media (max-width: 1024px) and (min-height: 320px) {
  .menu-header-menu-burger-container {
    padding-top: 250px;
  }
}

@media (max-width: 767.5px) and (min-height: 320px) {
  .menu-header-menu-burger-container {
    padding-top: 0px;
  }
}

@media (min-height: 650px) and (min-width: 768px) {
  .menu-header-menu-burger-container {
    padding-top: 250px;
  }
}

@media (min-height: 750px) and (min-width: 1024px){
  .menu-header-menu-burger-container {
    padding-top: 250px;
  }
}

@media (min-height: 700px) and (min-width: 1350px) {
  .menu-header-menu-burger-container {
    padding-top: 185px;
  }
}

@media (min-height: 800px) and (min-width: 1350px) {
  .menu-header-menu-burger-container {
    padding-top: 145px;
  }
}

@media (min-height: 850px) and (min-width: 1350px) {
  .menu-header-menu-burger-container {
    padding-top: 215px;
  }
}

@media (max-height: 700px) and (min-width: 1350px){
  .menu-burger-inner .menu-burger-col-outer {
    top: 100px;
  }
}

@media (min-height: 720px) and (min-width: 1440px){
  .menu-burger-inner .menu-burger-col-outer.has-social-media {
    top: 50px;
  }
}

@media (min-height: 850px) and (min-width: 1440px){
  .menu-burger-inner .menu-burger-col-outer.has-social-media {
    top: 0;
  }
}


@media (max-width: 767.5px) and (max-height: 700px) {
  .menu-header-menu-burger-container {
    padding-top: 40px;
  }
}

@media (max-width: 474.5px) and (max-height: 700px) {
  .menu-header-menu-burger-container {
    padding-top: 0px;
  }
}

@media (max-width: 767.5px) and (max-height: 700px) and (min-height: 320px) {
  .menu-header-menu-burger-container {
    padding-top: 120px;
    top: 0;
  } 
  .menu-burger-inner{
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 150px);
    display: block;
    padding-top: 0;
  }
}

@media (max-width: 767px) and (min-height: 320px) {
  .menu-burger-inner {
    max-height: unset;
  }
}

@media (max-width: 990.5px) and (max-height: 615px) and (min-width: 768px){
  .menu-header-menu-burger-container {
    padding-top: 400px;
  }
}
.menu-header-menu-burger-container {
  background-color: #26295d;
}

@media (max-width: 767px) {
  .menu-burger-inner .menu-burger-col-outer .menu-burger-col-inner {
    padding-left: 0;
  }


  .flyout_menu .hs-menu-wrapper>ul>li:nth-last-child(2) {
    display: block;
  }
}
@media(max-width:991px) and (min-width:768px){
  .menu-header-menu-burger-container {
    top: -50px;
    overflow-y: auto;
    height: calc(100vh + 50px);
  }

  .menu-burger-inner {
    flex-direction: row;
  }

  .menu-burger-inner .menu-burger-col-outer.has-social-media {
    padding-bottom: 50px;
  }
}
.custom-footer {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  overflow: hidden;
}
.footer-wrapper .footer-curve {
  background-size: cover;
  position: absolute;
  display: none;
}
.informative-image-text-block-wrapper .informative-image-text-block-inner .informative-block-row-wrapper, .rsp-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.footer-wrapper .footer-inner-wrap {
  height: 100%;
  padding: 100px 40px;
}
.footer-wrapper .footer-inner-wrap.additional-info {
  height: auto;
  position: relative;
  z-index: 3;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-wrapper .footer-inner-wrap.additional-info .copyright,
.cus-copyright .hs_cos_wrapper_type_rich_text{
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cus-copyright > div, .cus-copyright > span{
  width: 100%;
  display: flex;
}
.cus-copyright .hs_cos_wrapper_type_rich_text {
  width: 100%;
}
.cus-copyright .hs_cos_wrapper_type_rich_text > div{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-left: 10px;
}
.cus-copyright strong{
  font-family: "Maven Pro",sans-serif;
  font-size: 1.05rem;
}

.footer-wrapper .footer-inner-wrap {
  height: 100%;
  padding: 100px 40px;
}
.footer-wrapper .footer-inner-wrap .footer-inner-row,
.footer-wrapper .footer-inner-wrap .footer-nav-row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.footer-col {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
.footer-col.has-signup {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  z-index: 15;
  padding: 0 12%;
}
.footer-col.has-navigation {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.footer-col.has-signup.dsk-only {
  display: none;
}
.footer-wrapper .footer-inner-wrap .footer-logo {
  width: 100%;
}
.footer-wrapper .footer-inner-wrap .footer-logo img{
  max-width: 100%;
  height: auto;
}
.footer-wrapper .footer-inner-wrap .footer-nav-row {
  margin-top: 100px;
  position: relative;
}
.footer-col .footer-nav-col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.footer-col .footer-nav-col > span,
.footer-col .footer-nav-col > div{
  position: relative;
  display: block;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
}
.footer-col .footer-nav-col ul {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important;
}
.footer_menu .hs-menu-wrapper > ul{
  position: relative;
  display: block;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer_menu .hs-menu-wrapper > ul > li{
  margin: 0;
  display: inline-block;
  height: auto;
  vertical-align: middle;
  width: 100%;
}
.footer_menu .hs-menu-wrapper > ul > li > a{
  cursor: pointer;
  padding: 0 10px;
  vertical-align: baseline;
  width: auto;
  display: block;
  text-transform: none;
  text-align: left;
  font-weight: 400;
  text-decoration: none;
}
.footer-col .footer-nav-col ul li a {
  height: auto!important;
  line-height: 1.5rem!important;
  font-size: 1rem!important;
}
.footer_menu.has-service .hs-menu-wrapper > ul > li:first-child > a {
  color: #0ff!important;
  font-weight: 600!important;
}
.footer-col.has-navigation hr {
  background: #3f73a8;
  margin: 40px 0;
}

.location-block {
  margin-top: 40px;
}
.fmbl_address p, .fmbl_address h5{
  margin-bottom: 0;
  margin-top: 0;
}
.fmbl_address h5{
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.25rem;
  font-family: "Maven Pro",sans-serif;
}
.fmbl_address p{
  font-size: 1.05rem;
}
.fmbl_address p a{
  text-decoration: underline;
}
.fmbl_address p a:hover{
  text-decoration: none;
}

.footer-col.has-signup.mob-only {
  background: #26295d;
  background: -webkit-linear-gradient(190deg,#26295d 0,#3f73a8 50%);
  background: -o-linear-gradient(190deg,#26295d 0,#3f73a8 50%);
  background: linear-gradient(260deg,#26295d 0,#3f73a8 50%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#26295d", endColorstr="#3f73a8", GradientType=1);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#26295d", endColorstr="#3f73a8", GradientType=1);
  display: block;
  padding: 5% 2% 10%;
  text-align: center;
}
.footer-col.has-signup.mob-only .custom-html-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}


/*====Footer Form======*/

.cus_foo_form .actions {
  padding: 0;
  margin: 0;
}

.cus_foo_form .hs-button {
  margin: 0;
}

.cus_foo_form  form {
  margin: 0;
}

.gform_wrapper {
  margin: 16px 0;
  max-width: 100%;
}
.cus_foo_form form {
  margin: 0;
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
  margin-right: auto;
  margin-left: 0;
  position: relative;
  overflow: hidden;
}
.cus_foo_form form .hs-form-field > label{
  display: none;
}
.cus_foo_form form .hs-richtext{
  margin-bottom: 0px;
  line-height: inherit;
  font-size: inherit;
}
.cus_foo_form form .sbscrb_newalater{
  font-family: "Maven Pro",sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: .5em;
  text-align: center;
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  overflow: visible;
  max-width: 100%;
  clear: both;
  padding-top: 0;
  margin-top: 10px;
  line-height: inherit;
}
.cus_foo_form form .hs_email{
  font-family: "Maven Pro",sans-serif!important;
  font-size: 1.25rem;
  clear: both;
  margin-top: 16px;
  padding-top: 0;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  max-width: 280px;
  margin: 0 auto!important;
}
.cus_foo_form form .hs_email > .input{
  margin-top: 8px;
  width: 100%;
  max-width: 310px;
  min-width: 280px;
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
.cus_foo_form form .hs_email > .input > .hs-input{
  height: auto;
  max-width: 320px;
  border-radius: 50px;
  border-color: transparent;
  min-height: 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
}

.cus_foo_form form .hs_email > .input > .hs-input:-moz-placeholder {
  padding-left: 40px;
  font-size: 1rem;
}

.cus_foo_form form .hs_email > .input > .hs-input::-webkit-input-placeholder {
  padding-left: 40px;
  font-size: 1rem;
}

.cus_foo_form form .hs_submit{
  display: inline-block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 47px;
  left: 84%;
  width: auto;
}
.cus_foo_form form .hs_submit .hs-button {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 16px;
  line-height: inherit;
  padding: 0;
  background: 0 0;
  border: none !important;
  margin: 0 auto 16px;
  max-width: 100%;
  display: inline-block;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  margin-bottom: 0 !important;
  background-image: url(https://2938757.fs1.hubspotusercontent-na1.net/hubfs/2938757/raw_assets/public/IDR_Medical_July_2022/images/arrow-button-newsletter.svg);
  background-size: cover;
  background-repeat: no-repeat;
  text-indent: -1000px;
}



.fmbl_address p {
  font-family: "Maven Pro",sans-serif;
}

.cus_foo_form form h5 {
  font-family: "Maven Pro",sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 0.5em;
  text-align: center;
  padding-left: 0;
  margin-top: 10px;
  line-height: 1.5;
}

@media (min-width: 475px) {
  .cus_foo_form form h5 {
    padding-left: 40px;
    text-align: left;
  }
}

.cus_foo_form form .hs_email>.input>.hs-input {
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  width: 100%!important;
  max-width: 320px;
  border-radius: 50px;
  border: 1px solid transparent;
}

.footer-col .footer-nav-col ul li a {
  font-family: "Maven Pro",sans-serif;
}

.cus_foo_form .hs-error-msgs {
  position: absolute;
  top: 86%;
  padding: 0;
  margin: 0;
  z-index: 9;
}

.cus_foo_form form .hs-form-field {
  position: relative;
}

.cus_foo_form form {
  overflow: initial;
}

.cus_foo_form .hs_error_rollup {
  position: absolute;
  width: 100%;
  top: 117%;
}

.cus_foo_form form .hs_submit {
  top: 38px;
}


@media (min-width: 320px) {
  .informative-image-text-block-wrapper .informative-image-text-block-inner .informative-block-row-wrapper, .rsp-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 375px) {
  .cus_foo_form form .hs_submit{
    left: 81%;
  }
}

@media (min-width: 425px) {
  .cus_foo_form form .hs_submit{
    left: 320px;
  }
}

@media (min-width: 475px) {
  .informative-image-text-block-wrapper .informative-image-text-block-inner .informative-block-row-wrapper, .rsp-padding {
    padding-left: 40px;
    padding-right: 40px;
  }
  .footer-col.has-signup.mob-only {
    text-align: left;
  }
  .location-block {
    padding-left: 40px;
  }
  .cus_foo_form form .sbscrb_newalater{
    padding-left: 40px;
    text-align: left;
  }
  .cus_foo_form form .hs_email{
    max-width: 400px;
    margin: 0 auto 0 0!important;
  }
  .cus_foo_form form .hs_email > .input{
    max-width: 310px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
  }
}

@media only screen and (min-width: 641px){
  .cus_foo_form form .sbscrb_newalater{
    padding-right: 16px;
  }
  .cus_foo_form form .hs_email{
    padding-right: 16px;
  }
  .cus_foo_form form .hs_submit .hs-button{
    vertical-align: middle;
  }
}

@media (min-width: 768px) {
  .informative-image-text-block-wrapper .informative-image-text-block-inner .informative-block-row-wrapper, .rsp-padding {
    padding-left: 6%;
    padding-right: 6%;
  }
  .footer-col .footer-nav-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .cus_foo_form form {
    max-width: 500px;
    min-width: 360px;
  }
  .cus_foo_form form .hs_email{
    max-width: 100%;
  }
  .cus_foo_form form .hs_submit{
    left: 260px;
  }
  .footer-col.has-signup.mob-only .custom-html-widget {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 991px) {
  .informative-image-text-block-wrapper .informative-image-text-block-inner .informative-block-row-wrapper, .rsp-padding {
    padding-left: 8%;
    padding-right: 8%;
  }
  .footer-col .footer-nav-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    max-width: 30%;
  }
}

@media (min-width: 1200px) {
  .footer-wrapper .footer-curve {
    background-image: url(https://2938757.fs1.hubspotusercontent-na1.net/hubfs/2938757/raw_assets/public/IDR_Medical_July_2022/images/footer-circle.png);
    display: block;
    right: 0;
    bottom: 0;
    top: 0;
    width: 40%;
    height: 100%;
    z-index: 2;
  }
  .footer-col.has-signup.mob-only {
    display: none;
  }
  .footer-col.has-navigation {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .footer-col.has-signup {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    display: block;
    padding: 0 4%;
  }
  .footer-col.has-signup.dsk-only {
    display: block;
  }
}

@media (min-width: 1366px) {
  .informative-image-text-block-wrapper .informative-image-text-block-inner .informative-block-row-wrapper, .rsp-padding {
    padding-left: 12%;
    padding-right: 12%;
  }
  .footer-wrapper .footer-inner-wrap.additional-info .copyright,
  .cus-copyright .hs_cos_wrapper_type_rich_text{
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cus-copyright .hs_cos_wrapper_type_rich_text > div{
    width: auto;
  }
}

@media (min-width: 1550px){
  .footer-col .footer-nav-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}


@media only screen and (max-width: 641px){
  .cus_foo_form form .hs_email>.input>.hs-input {
    line-height: 2;
    min-height: 2rem;
  }
  .cus_foo_form form .hs_email .hs-error-msgs label {
    top: 79px;
  }
}

.cus_foo_form form .hs_email>.input>.hs-input {
  background: #fff;
}

.cus_foo_form form h5 {
  display: inline-block;
}

.cus_foo_form form .hs_submit {
  top: 48px;
}


.cus_foo_form form .hs_email>.input>.hs-input {
  color: #000;
}

.cus_foo_form .hs_error_rollup {
  margin: 0;
}

@media(max-width:767px){
  .cus_foo_form form h5 {
    display: block;
    margin-top: 1.5rem;
  }

  .cus_foo_form form .hs_submit {
    top: 37px;
  }

}


@media(max-width:480px){
  .cus_foo_form .hs_error_rollup {
    width: 280px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 125%;
  }

  .cus_foo_form .hs-error-msgs {
    top: 93%;
  }

  .cus_foo_form .hs_error_rollup ul {
    position: static;
    margin: 0 a;
  }

}
 
.dnd-section[class*="full-width"] {
  padding: 0;
}

.dnd-section[class*="full-width"] > .row-fluid,.dnd-section[class*="full-width"] > .row-fluid .dnd-column {
  padding: 0;
}

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

.key_glb .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
}

.key_glb .dnd-column {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto !important;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 320px) {
  .key_glb .dnd-column {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 475px) {
  .key_glb .dnd-column {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 768px) {
  .key_glb .dnd-column {
    padding-left: 6%;
    padding-right: 6%;
  }
}

@media (min-width: 991px) {
  .key_glb .dnd-column {
    padding-left: 8%;
    padding-right: 8%;
  }
}

@media (min-width: 1366px) {
  .key_glb .dnd-column {
    padding-left: 12%;
    padding-right: 12%;
  }
}

.key_glb .dnd-column {
  margin-top: 40px;
  margin-bottom: 80px;
}

@media (min-width: 991px) {
  .key_glb .dnd-column {
    margin-top: 80px;
    margin-bottom: 200px;
  }
}

@media (min-width: 1366px) {
  .key_glb .dnd-column {
    margin-bottom: 110px;
  }
}

.key_glb .dnd-column .dnd-row {
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
}

@media (min-width: 768px) {
  .key_glb .dnd-column .dnd-row {
    max-width: 700px;
    text-align: center;
  }
}

.key_glb h2 {
  font-weight: 700;
  color: #26295d;
}

.key_glb p {
  color: #555;
}



.valuerow4 .bottom_pane_wrap .bp_cnt {
  margin: 0 auto;
  padding: 6% 0;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .valuerow4 .bottom_pane_wrap .bp_cnt {
    padding-top: 250px;
  }
}

@media (min-width: 1366px) {
  .valuerow4 .bottom_pane_wrap .bp_cnt {
    padding-top: 360px;
  }
}

.bottom_pane_wrap p {
  max-width: 650px;
  margin: 0 auto 1rem;
}


.value_pg.pcingpg .bottom_pane_wrap {
  /*   margin-top: 360px; */
}

.value_pg.pcingpg .valuerow4 .bottom_pane_wrap .bp_cnt {
  margin: 0 auto;
  padding: 6% 0;
}





.value_pg.pcingpg .value-list-repeater-wrap.informative-block-added {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .value_pg.pcingpg .value-list-repeater-wrap.informative-block-added {
    padding-top: 0;
  }
}

@media (min-width: 1366px) {
  .value_pg.pcingpg .value-list-repeater-wrap.informative-block-added {
    margin-top: 150px;
  }
}

.value_pg.pcingpg .value-list-repeater-wrap.value-white-bg {
  background: #fff;
}

.value_pg.pcingpg .value-list-repeater-wrap .value-list-row.image-is-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .value_pg.pcingpg .value-list-repeater-wrap .value-list-row.image-is-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.value_pg.pcingpg .value-list-repeater-wrap .value-list-row .value-col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.value_pg.pcingpg .value-list-repeater-wrap .value-list-row .value-col.has-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

@media (min-width: 991px) {
  .value_pg.pcingpg .value-list-repeater-wrap .value-list-row .value-col.has-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    max-height: 100%;
  }
}

@media (min-width: 320px) {
  .value_pg.pcingpg .value-list-repeater-wrap .value-list-row .value-col.has-content {
    padding: 40px 40px;
  }
}

@media (min-width: 475px) {
  .value_pg.pcingpg .value-list-repeater-wrap .value-list-row .value-col.has-content {
    padding: 40px 40px;
  }
}

@media (min-width: 768px) {
  .value_pg.pcingpg .value-list-repeater-wrap .value-list-row .value-col.has-content {
    padding: 80px 6% 0;
  }
}

@media (min-width: 991px) {
  .value_pg.pcingpg .value-list-repeater-wrap .value-list-row .value-col.has-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding: 210px 40px 100px 60px;
  }
}

@media (min-width: 1500px) {
  .value_pg.pcingpg .value-list-repeater-wrap .value-list-row .value-col.has-content {
    padding: 110px 100px 100px 100px;
  }
}

.value_pg.pcingpg .value-col.has-image .content.has-image {
  width: 100%;
}

@media (min-width: 1366px) {
  .value_pg.pcingpg .value-col.has-image .content.has-image {
    width: auto;
  }
}

.value_pg.pcingpg .value-list-repeater-wrap .value-list-row.image-is-right .value-col.has-image .content.has-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
}

@media (min-width: 768px) {
  .value_pg.pcingpg .value-list-repeater-wrap .value-list-row.image-is-right .value-col.has-image .content.has-image {
    height: 400px;
  }
}

@media (min-width: 991px) {
  .value_pg.pcingpg .value-list-repeater-wrap .value-list-row.image-is-right .value-col.has-image .content.has-image {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
  }
}

@media (min-width: 992px) {
  .value_pg.pcingpg .d-lg-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
  }
}


.careerrow2 .dnd-section {
  margin-top: 40px;
  margin-bottom: 80px;
  padding: 0;
}

@media (min-width: 991px) {
  .careerrow2 .dnd-section {
    margin-top: 80px;
    margin-bottom: 200px;
  }
}

@media (min-width: 1366px) {
  .careerrow2 .dnd-section {
    margin-bottom: 110px;
  }
}

.careerrow2 h2 {
  font-weight: 700;
  color: #26295d;
}

.careerrow2 strong {
  font-size: 1.05rem;
}

.careerrow2 li {
  font-size: 1.05rem;
}

.careerrow2 p:last-child {
  margin: 0;
}



.hs-search-field__bar button,
.std_btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  background-color: #3f73a8;
  padding: 15px 4%;
  font-weight: 700;
  font-size: 1.25rem;
  border-radius: 50px;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  color: #fff !important;
  width: auto;
  -webkit-box-shadow: 10px 10px 20px -10px #3f73a8;
  box-shadow: 10px 10px 20px -10px #3f73a8;
}

.hs-search-field__bar button:hover,
.std_btn:hover {
  color: #0ff !important;
}

.hs-search-field__bar button:focus,
.std_btn:focus{
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

@media(min-width:768px){
  .markep_inrrow2 .span10 {
    width: 83.005983%;
  }
}


.controw2 .dnd-section {
  padding: 0;
  margin-top: 40px;
  margin-bottom: 80px;
}

@media (min-width: 991px) {
  .controw2 .dnd-section {
    margin-top: 80px;
    margin-bottom: 200px;
  }
}

@media (min-width: 1366px) {
  .controw2 .dnd-section {
    margin-bottom: 110px;
  }
}

.controw2 .dnd-section > .row-fluid > .span12 {
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
  float: none;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .controw2 .dnd-section > .row-fluid > .span12 {
    max-width: 700px;
    text-align: center;
  }
}

.controw2 .std_btn {
  box-shadow: none;
  text-decoration: underline;
}

.controw2 .std_btn:hover {
  text-decoration: none;
}

.controw2 h2 {
  font-weight: 700;
  color: #26295d;
}

.home_page .banner_area {
  height: 100vh;
}

@media (min-width: 768px) {
  .home_page .banner_area {
    height: 90vh;
  }
}
@media (min-width: 768px) {
  .homerow_wrp {
    margin-top: 150px;
  }
}

@media (min-width: 991px) {
  .homerow_wrp {
    margin-top: 200px;
  }
}

@media (min-width: 1366px) {
  .homerow_wrp {
    margin-top: 150px;
  }
}

.homerow_wrp {
  background-image: url(https://2938757.fs1.hubspotusercontent-na1.net/hubfs/2938757/raw_assets/public/IDR_Medical_July_2022/images/home-why-us-background-image.jpg);
  background-size: cover;
  background-position: center;
}

@media(max-width:767px){
  .home_page .banner_area {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.aboutrow2 {
  position: relative;
}

.aboutrow2 .dnd-section {
  padding: 0;
  margin-top: 40px;
  margin-bottom: 80px;
}

@media (min-width: 991px) {
  .aboutrow2 .dnd-section {
    margin-top: 80px;
    margin-bottom: 200px;
  }
}

@media (min-width: 1366px) {
  .aboutrow2 .dnd-section {
    margin-bottom: 110px;
  }
}

.aboutrow2 h2 {
  font-weight: 700;
  color: #26295d;
}

.aboutrow2 .widget-type-rich_text {
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
}

@media (min-width: 768px) {
  .aboutrow2 .widget-type-rich_text {
    max-width: 700px;
    text-align: center;
  }
}


.aboutrow2 p:last-child {
  margin: 0;
}

.aboutrow_wrp {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  margin-top: 335px;
  padding-bottom: 0;
  background-image: -webkit-gradient(linear,left top,right top,from(#3f73a8),color-stop(#386096),color-stop(#314d83),color-stop(#2c3b70),to(#26295d));
  background-image: -webkit-linear-gradient(left,#3f73a8,#386096,#314d83,#2c3b70,#26295d);
  background-image: -o-linear-gradient(left,#3f73a8,#386096,#314d83,#2c3b70,#26295d);
  background-image: linear-gradient(to right,#3f73a8,#386096,#314d83,#2c3b70,#26295d);
}

@media (min-width: 768px) {
  .aboutrow_wrp {
    padding-bottom: 100px;
  }
}

.aboutrow2 .dnd-section {
  margin-bottom: 0;
}

.about_page .cntntwth_img {
  margin-top: -265px;
}

.about_page .cntntwth_img.lftimg .informative-block-row {
  bottom: 0;
  -webkit-box-shadow: 10px -10px 20px -10px rgb(63 115 168 / 50%);
  box-shadow: 10px -10px 20px -10px rgb(63 115 168 / 50%);
  border-radius: 50px;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.about_page .cntntwth_img .informative-image-text-block-inner {
  padding: 0;
}

.about_page .cntntwth_img.lftimg .informative-block.has-image {
  background-position: top;
  background-repeat: initial;
  min-height: 420px;
  width: 100%;
  height: auto;
}

.about_page .cntntwth_img .informative-block.has-text {
  padding: 20px 35px;
}

@media (min-width: 768px) {
  .about_page .cntntwth_img .informative-block.has-text {
    padding: 30px 77px;
  }
}

@media (min-width: 1366px) {
  .about_page .cntntwth_img .informative-block.has-text {
    padding: 110px 77px;
  }
}

.about_page .aboutrow_wrp .bottom_pane_wrap * {
  color: #fff;
}

.about_page .bottom_pane_wrap .bp_cnt {
  margin-top: 20px;
  padding: 0;
  max-width: 900px;
}

@media (min-width: 768px) {
  .about_page .bottom_pane_wrap .bp_cnt {
    margin-top: 100px;
  }
}

.about_page .bottom_pane_wrap p {
  max-width: 100%;
}

.about_page .bottom_pane_wrap .std_btn {
  background-color: #0ff!important;
  box-shadow: none; 
}

.about_page .bottom_pane_wrap .std_btn:hover {
  color: #212529 !important;
}


@media(max-width:1365px){
  .about_page .cntntwth_img .informative-block.has-text,
  .about_page .cntntwth_img .informative-block.has-image {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}


@media(max-width:991px){
  .about_page .cntntwth_img.lftimg .informative-block-row {
    flex-direction: column;
  }
}


.about_page .bottom_pane_wrap {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 320px) {
  .about_page .bottom_pane_wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 475px) {
  .about_page .bottom_pane_wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 768px) {
  .about_page .bottom_pane_wrap {
    padding-left: calc(6% - 15px);
    padding-right: calc(6% - 15px);
  }
}

@media (min-width: 991px) {
  .about_page .bottom_pane_wrap {
    padding-left: calc(8% - 15px);
    padding-right: calc(8% - 15px);
  }
}

@media (min-width: 1366px) {
  .about_page .bottom_pane_wrap {
    padding-left: calc(12% - 15px);
    padding-right: calc(12% - 15px);
  }
}

@media (max-width: 767px) {
  .about_page .bottom_pane_wrap .bp_cnt {
    text-align: left; 
  }
  .about_page .cntntwth_img .informative-image-text-block-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}


.contctrow2 .dnd-section {
  padding: 0;
  margin-top: 40px;
}

.contctrow2 .dnd-section > .row-fluid > div > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: auto;
}

.contctrow2 .span6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0 !important;
  width: auto !important;
}

@media (min-width: 768px) {
  .contctrow2 .span6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}


.contctrow2 form {
  margin-top: 40px;
}

.contctrow2  form .hs-form-field:last-child .hs-input {
  width: 100%;
}

.contctrow2  .hs-error-msgs label {
  margin: 0;
}


.contctrow2 .hs_recaptcha {
  margin-bottom: 0 !important;
}

.contctrow2  form .hs-button {
  margin: 0;
}

.contctrow2 .dnd-section {
  margin-bottom: 3rem;
}

.contctrow2 .actions {
  margin-bottom: 0;
  padding-bottom: 0;
}


p>a:hover{
  text-decoration:none;
}

 

.key_glb .dnd-section {
  padding: 0;
}

@media (max-width: 1199px) {

  .cmrsrow4 .blog_feed .id_carousel .swiper-pagination {
    display: block;
  }

  .cmrsrow4 .blog_feed .latest-posts-inner-wrap { 
    padding-left: 30px!important;
    padding-right: 30px!important;
  }
}


.shaping_page .resrch_wrp .methodologies-with-cta-block-wrap .methodologies-col .methodologies-inner-col {
  max-width: 350px;
  margin: 0;
}

@media (min-width: 991px) {
  .shaping_page .resrch_wrp .methodologies-with-cta-block-wrap .methodologies-col .methodologies-inner-col {
    max-width: 450px;
  }
}

.shaping_page .resrch_wrp .methodologies-with-cta-block-wrap .methodologies-col .methodologies-inner-col {
  max-width: 100%;
}

@media (min-width: 768px) {
  .shaping_page .resrch_wrp .methodologies-with-cta-block-wrap .methodologies-col .methodologies-inner-col {
    max-width: 370px;
  }
}

@media (min-width: 1366px) {
  .shaping_page .resrch_wrp .methodologies-with-cta-block-wrap .methodologies-col .methodologies-inner-col {
    max-width: 400px;
  }
}

.shaping_page .resrch_wrp .methodologies-with-cta-block-wrap .methodologies-col .methodologies-inner-col .inner {
  -webkit-box-shadow: 0 0 30px -5px rgb(63 115 168 / 25%);
  box-shadow: 0 0 30px -5px rgb(63 115 168 / 25%);
  max-width: 100%;
}

.shaping_page .resrch_wrp .cta_block .cta-content {
  padding-top: 40px;
}

@media (min-width: 768px) {
  .shaping_page .resrch_wrp .cta_block .cta-content {
    padding-top: 200px;
  }
}

@media (min-width: 1366px) {
  .shaping_page .resrch_wrp .cta_block .cta-content {
    padding-top: 250px;
  }
}

@media (max-width: 474px) {
  .shaping_page .resrch_wrp .methodologies-with-cta-block-wrap .methodologies-col .methodologies-inner-col { 
    margin: 40px auto; 
  } 
}

.key_glb h2:last-child {
  margin-bottom: 1rem;
}

.methdrow3 .cntntwth_img.lftimg .informative-block-row {
  bottom: 0;
}

@media (min-width: 768px) {
  .methdrow3 .cntntwth_img.lftimg .informative-block-row {
    bottom: -200px;
  }
}

@media (min-width: 991px) {
  .methdrow3 .cntntwth_img.lftimg .informative-block-row {
    bottom: -175px;
  }
}

@media (min-width: 1366px) {
  .methdrow3 .cntntwth_img.lftimg .informative-block-row {
    bottom: -300px;
  }
}

@media (min-width: 1600px) {
  .methdrow3 .cntntwth_img.lftimg .informative-block-row {
    bottom: -200px;
  }
}

.methdrow4 .values.dark .value-list-repeater-wrap.wrapper h4 {
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media (min-width: 1366px) {
  .methdrow5 .dnd-section,
  .methdrow6 .dnd-section {
    margin-top: 150px;
  }
}

.methdrow5 .values .introduction-content h3, 
.methdrow6 .values .introduction-content h4 {
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1rem;
}

.methdrow6 .values .value-list-repeater-wrap.wrapper {
  background: #fff;
}

.cmrsrow3 .resrch_wrp .methodologies-with-cta-block-inner {
	margin-top: 0 !important;
}
  
.cmrsrow2 p:last-child {
	margin-bottom: 0;
}

.shaping_page .resrch_wrp .methodologies-with-cta-block-wrap .methodologies-col .methodologies-inner-col .methodology-content.has-text .methodology-title {
	font-size: 1.25rem;
}

@media (min-width: 1366px) {
	.shaping_page .resrch_wrp .methodologies-with-cta-block-wrap .methodologies-col .methodologies-inner-col .methodology-content.has-text .methodology-title {
		font-size: 1.5rem;
	}
}

.valuerow2.key_glb {
  z-index: 1;
  position: relative;
}