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



.vc_row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}

.vc_col-lg-1,.vc_col-lg-10,.vc_col-lg-11,.vc_col-lg-12,.vc_col-lg-2,.vc_col-lg-3,.vc_col-lg-4,.vc_col-lg-5,.vc_col-lg-6,.vc_col-lg-7,.vc_col-lg-8,.vc_col-lg-9,.vc_col-md-1,.vc_col-md-10,.vc_col-md-11,.vc_col-md-12,.vc_col-md-2,.vc_col-md-3,.vc_col-md-4,.vc_col-md-5,.vc_col-md-6,.vc_col-md-7,.vc_col-md-8,.vc_col-md-9,.vc_col-sm-1,.vc_col-sm-10,.vc_col-sm-11,.vc_col-sm-12,.vc_col-sm-2,.vc_col-sm-3,.vc_col-sm-4,.vc_col-sm-5,.vc_col-sm-6,.vc_col-sm-7,.vc_col-sm-8,.vc_col-sm-9,.vc_col-xs-1,.vc_col-xs-10,.vc_col-xs-11,.vc_col-xs-12,.vc_col-xs-2,.vc_col-xs-3,.vc_col-xs-4,.vc_col-xs-5,.vc_col-xs-6,.vc_col-xs-7,.vc_col-xs-8,.vc_col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}


.vc_col-xs-12 {
  width: 100%
}

.vc_col-xs-11 {
  width: 91.66666667%
}

.vc_col-xs-10 {
  width: 83.33333333%
}

.vc_col-xs-9 {
  width: 75%
}

.vc_col-xs-8 {
  width: 66.66666667%
}

.vc_col-xs-7 {
  width: 58.33333333%
}

.vc_col-xs-6 {
  width: 50%
}

.vc_col-xs-5 {
  width: 41.66666667%
}

.vc_col-xs-4 {
  width: 33.33333333%
}

.vc_col-xs-3 {
  width: 25%
}

.vc_col-xs-2 {
  width: 16.66666667%
}

.vc_col-xs-1 {
  width: 8.33333333%
}

.vc_col-xs-pull-12 {
  right: 100%
}

.vc_col-xs-pull-11 {
  right: 91.66666667%
}

.vc_col-xs-pull-10 {
  right: 83.33333333%
}

.vc_col-xs-pull-9 {
  right: 75%
}

.vc_col-xs-pull-8 {
  right: 66.66666667%
}

.vc_col-xs-pull-7 {
  right: 58.33333333%
}

.vc_col-xs-pull-6 {
  right: 50%
}

.vc_col-xs-pull-5 {
  right: 41.66666667%
}

.vc_col-xs-pull-4 {
  right: 33.33333333%
}

.vc_col-xs-pull-3 {
  right: 25%
}

.vc_col-xs-pull-2 {
  right: 16.66666667%
}

.vc_col-xs-pull-1 {
  right: 8.33333333%
}

.vc_col-xs-pull-0 {
  right: auto
}

.vc_col-xs-push-12 {
  left: 100%
}

.vc_col-xs-push-11 {
  left: 91.66666667%
}

.vc_col-xs-push-10 {
  left: 83.33333333%
}

.vc_col-xs-push-9 {
  left: 75%
}

.vc_col-xs-push-8 {
  left: 66.66666667%
}

.vc_col-xs-push-7 {
  left: 58.33333333%
}

.vc_col-xs-push-6 {
  left: 50%
}

.vc_col-xs-push-5 {
  left: 41.66666667%
}

.vc_col-xs-push-4 {
  left: 33.33333333%
}

.vc_col-xs-push-3 {
  left: 25%
}

.vc_col-xs-push-2 {
  left: 16.66666667%
}

.vc_col-xs-push-1 {
  left: 8.33333333%
}

.vc_col-xs-push-0 {
  left: auto
}

.vc_col-xs-offset-12 {
  margin-left: 100%
}

.vc_col-xs-offset-11 {
  margin-left: 91.66666667%
}

.vc_col-xs-offset-10 {
  margin-left: 83.33333333%
}

.vc_col-xs-offset-9 {
  margin-left: 75%
}

.vc_col-xs-offset-8 {
  margin-left: 66.66666667%
}

.vc_col-xs-offset-7 {
  margin-left: 58.33333333%
}

.vc_col-xs-offset-6 {
  margin-left: 50%
}

.vc_col-xs-offset-5 {
  margin-left: 41.66666667%
}

.vc_col-xs-offset-4 {
  margin-left: 33.33333333%
}

.vc_col-xs-offset-3 {
  margin-left: 25%
}

.vc_col-xs-offset-2 {
  margin-left: 16.66666667%
}

.vc_col-xs-offset-1 {
  margin-left: 8.33333333%
}

.vc_col-xs-offset-0 {
  margin-left: 0
}

@media (min-width: 768px) {
 

  .vc_col-sm-12 {
    width: 100%
  }

  .vc_col-sm-11 {
    width: 91.66666667%
  }

  .vc_col-sm-10 {
    width: 83.33333333%
  }

  .vc_col-sm-9 {
    width: 75%
  }

  .vc_col-sm-8 {
    width: 66.66666667%
  }

  .vc_col-sm-7 {
    width: 58.33333333%
  }

  .vc_col-sm-6 {
    width: 50%
  }

  .vc_col-sm-5 {
    width: 41.66666667%
  }

  .vc_col-sm-4 {
    width: 33.33333333%
  }

  .vc_col-sm-3 {
    width: 25%
  }

  .vc_col-sm-2 {
    width: 16.66666667%
  }

  .vc_col-sm-1 {
    width: 8.33333333%
  }

  .vc_col-sm-pull-12 {
    right: 100%
  }

  .vc_col-sm-pull-11 {
    right: 91.66666667%
  }

  .vc_col-sm-pull-10 {
    right: 83.33333333%
  }

  .vc_col-sm-pull-9 {
    right: 75%
  }

  .vc_col-sm-pull-8 {
    right: 66.66666667%
  }

  .vc_col-sm-pull-7 {
    right: 58.33333333%
  }

  .vc_col-sm-pull-6 {
    right: 50%
  }

  .vc_col-sm-pull-5 {
    right: 41.66666667%
  }

  .vc_col-sm-pull-4 {
    right: 33.33333333%
  }

  .vc_col-sm-pull-3 {
    right: 25%
  }

  .vc_col-sm-pull-2 {
    right: 16.66666667%
  }

  .vc_col-sm-pull-1 {
    right: 8.33333333%
  }

  .vc_col-sm-pull-0 {
    right: auto
  }

  .vc_col-sm-push-12 {
    left: 100%
  }

  .vc_col-sm-push-11 {
    left: 91.66666667%
  }

  .vc_col-sm-push-10 {
    left: 83.33333333%
  }

  .vc_col-sm-push-9 {
    left: 75%
  }

  .vc_col-sm-push-8 {
    left: 66.66666667%
  }

  .vc_col-sm-push-7 {
    left: 58.33333333%
  }

  .vc_col-sm-push-6 {
    left: 50%
  }

  .vc_col-sm-push-5 {
    left: 41.66666667%
  }

  .vc_col-sm-push-4 {
    left: 33.33333333%
  }

  .vc_col-sm-push-3 {
    left: 25%
  }

  .vc_col-sm-push-2 {
    left: 16.66666667%
  }

  .vc_col-sm-push-1 {
    left: 8.33333333%
  }

  .vc_col-sm-push-0 {
    left: auto
  }

  .vc_col-sm-offset-12 {
    margin-left: 100%
  }

  .vc_col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .vc_col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .vc_col-sm-offset-9 {
    margin-left: 75%
  }

  .vc_col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .vc_col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .vc_col-sm-offset-6 {
    margin-left: 50%
  }

  .vc_col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .vc_col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .vc_col-sm-offset-3 {
    margin-left: 25%
  }

  .vc_col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .vc_col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .vc_col-sm-offset-0 {
    margin-left: 0
  }
}

@media (min-width: 992px) {
 
  .vc_col-md-12 {
    width: 100%
  }

  .vc_col-md-11 {
    width: 91.66666667%
  }

  .vc_col-md-10 {
    width: 83.33333333%
  }

  .vc_col-md-9 {
    width: 75%
  }

  .vc_col-md-8 {
    width: 66.66666667%
  }

  .vc_col-md-7 {
    width: 58.33333333%
  }

  .vc_col-md-6 {
    width: 50%
  }

  .vc_col-md-5 {
    width: 41.66666667%
  }

  .vc_col-md-4 {
    width: 33.33333333%
  }

  .vc_col-md-3 {
    width: 25%
  }

  .vc_col-md-2 {
    width: 16.66666667%
  }

  .vc_col-md-1 {
    width: 8.33333333%
  }

  .vc_col-md-pull-12 {
    right: 100%
  }

  .vc_col-md-pull-11 {
    right: 91.66666667%
  }

  .vc_col-md-pull-10 {
    right: 83.33333333%
  }

  .vc_col-md-pull-9 {
    right: 75%
  }

  .vc_col-md-pull-8 {
    right: 66.66666667%
  }

  .vc_col-md-pull-7 {
    right: 58.33333333%
  }

  .vc_col-md-pull-6 {
    right: 50%
  }

  .vc_col-md-pull-5 {
    right: 41.66666667%
  }

  .vc_col-md-pull-4 {
    right: 33.33333333%
  }

  .vc_col-md-pull-3 {
    right: 25%
  }

  .vc_col-md-pull-2 {
    right: 16.66666667%
  }

  .vc_col-md-pull-1 {
    right: 8.33333333%
  }

  .vc_col-md-pull-0 {
    right: auto
  }

  .vc_col-md-push-12 {
    left: 100%
  }

  .vc_col-md-push-11 {
    left: 91.66666667%
  }

  .vc_col-md-push-10 {
    left: 83.33333333%
  }

  .vc_col-md-push-9 {
    left: 75%
  }

  .vc_col-md-push-8 {
    left: 66.66666667%
  }

  .vc_col-md-push-7 {
    left: 58.33333333%
  }

  .vc_col-md-push-6 {
    left: 50%
  }

  .vc_col-md-push-5 {
    left: 41.66666667%
  }

  .vc_col-md-push-4 {
    left: 33.33333333%
  }

  .vc_col-md-push-3 {
    left: 25%
  }

  .vc_col-md-push-2 {
    left: 16.66666667%
  }

  .vc_col-md-push-1 {
    left: 8.33333333%
  }

  .vc_col-md-push-0 {
    left: auto
  }

  .vc_col-md-offset-12 {
    margin-left: 100%
  }

  .vc_col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .vc_col-md-offset-10 {
    margin-left: 83.33333333%
  }

  .vc_col-md-offset-9 {
    margin-left: 75%
  }

  .vc_col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .vc_col-md-offset-7 {
    margin-left: 58.33333333%
  }

  .vc_col-md-offset-6 {
    margin-left: 50%
  }

  .vc_col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .vc_col-md-offset-4 {
    margin-left: 33.33333333%
  }

  .vc_col-md-offset-3 {
    margin-left: 25%
  }

  .vc_col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .vc_col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .vc_col-md-offset-0 {
    margin-left: 0
  }
}

@media (min-width: 1200px) {


  .vc_col-lg-12 {
    width: 100%
  }

  .vc_col-lg-11 {
    width: 91.66666667%
  }

  .vc_col-lg-10 {
    width: 83.33333333%
  }

  .vc_col-lg-9 {
    width: 75%
  }

  .vc_col-lg-8 {
    width: 66.66666667%
  }

  .vc_col-lg-7 {
    width: 58.33333333%
  }

  .vc_col-lg-6 {
    width: 50%
  }

  .vc_col-lg-5 {
    width: 41.66666667%
  }

  .vc_col-lg-4 {
    width: 33.33333333%
  }

  .vc_col-lg-3 {
    width: 25%
  }

  .vc_col-lg-2 {
    width: 16.66666667%
  }

  .vc_col-lg-1 {
    width: 8.33333333%
  }

  .vc_col-lg-pull-12 {
    right: 100%
  }

  .vc_col-lg-pull-11 {
    right: 91.66666667%
  }

  .vc_col-lg-pull-10 {
    right: 83.33333333%
  }

  .vc_col-lg-pull-9 {
    right: 75%
  }

  .vc_col-lg-pull-8 {
    right: 66.66666667%
  }

  .vc_col-lg-pull-7 {
    right: 58.33333333%
  }

  .vc_col-lg-pull-6 {
    right: 50%
  }

  .vc_col-lg-pull-5 {
    right: 41.66666667%
  }

  .vc_col-lg-pull-4 {
    right: 33.33333333%
  }

  .vc_col-lg-pull-3 {
    right: 25%
  }

  .vc_col-lg-pull-2 {
    right: 16.66666667%
  }

  .vc_col-lg-pull-1 {
    right: 8.33333333%
  }

  .vc_col-lg-pull-0 {
    right: auto
  }

  .vc_col-lg-push-12 {
    left: 100%
  }

  .vc_col-lg-push-11 {
    left: 91.66666667%
  }

  .vc_col-lg-push-10 {
    left: 83.33333333%
  }

  .vc_col-lg-push-9 {
    left: 75%
  }

  .vc_col-lg-push-8 {
    left: 66.66666667%
  }

  .vc_col-lg-push-7 {
    left: 58.33333333%
  }

  .vc_col-lg-push-6 {
    left: 50%
  }

  .vc_col-lg-push-5 {
    left: 41.66666667%
  }

  .vc_col-lg-push-4 {
    left: 33.33333333%
  }

  .vc_col-lg-push-3 {
    left: 25%
  }

  .vc_col-lg-push-2 {
    left: 16.66666667%
  }

  .vc_col-lg-push-1 {
    left: 8.33333333%
  }

  .vc_col-lg-push-0 {
    left: auto
  }

  .vc_col-lg-offset-12 {
    margin-left: 100%
  }

  .vc_col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .vc_col-lg-offset-10 {
    margin-left: 83.33333333%
  }

  .vc_col-lg-offset-9 {
    margin-left: 75%
  }

  .vc_col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .vc_col-lg-offset-7 {
    margin-left: 58.33333333%
  }

  .vc_col-lg-offset-6 {
    margin-left: 50%
  }

  .vc_col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .vc_col-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .vc_col-lg-offset-3 {
    margin-left: 25%
  }

  .vc_col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .vc_col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .vc_col-lg-offset-0 {
    margin-left: 0
  }
}
/* 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;
}
.cst-blog-grup .dnd-section {
   padding: 0;
}


@media screen and (min-width: 1380px) {
   .content-wrapper {
      padding: 0;
   }
}

.dnd-section > .row-fluid {
   margin: 0 auto;
}

.dnd-section .dnd-column {
   padding: 0 20px;
}

@media (max-width: 767px) {
   .dnd-section .dnd-column {
      padding: 0;
   }
}
@font-face { 
  font-family: "proxima-soft"; 
  src: url("https://use.typekit.net/af/bcdb8f/00000000000000003b9b3030/27/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n3&v=3") format("woff2"),
    url("https://use.typekit.net/af/bcdb8f/00000000000000003b9b3030/27/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n3&v=3") format("woff"),
    url("https://use.typekit.net/af/bcdb8f/00000000000000003b9b3030/27/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n3&v=3") format("opentype");
  font-style: normal;
  font-weight: 300; 
  font-stretch: normal; 
  font-display: auto;
}

@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: auto; 
}

@font-face { 
  font-family: "proxima-nova"; 
  src: url("https://use.typekit.net/af/6e816b/00000000000000003b9b3064/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), 
    url("https://use.typekit.net/af/6e816b/00000000000000003b9b3064/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), 
    url("https://use.typekit.net/af/6e816b/00000000000000003b9b3064/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 500; 
  font-stretch: normal;
  font-display: auto; 
}

@font-face { 
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: auto;
}

@font-face { 
  font-family: "FontAwesome"; 
  src: url("https://22232413.fs1.hubspotusercontent-na1.net/hubfs/22232413/GoCheck_Kids_August2022/fonts/FontAwesome.eot") format("embedded-opentype"), 
    url("https://22232413.fs1.hubspotusercontent-na1.net/hubfs/22232413/raw_assets/public/GoCheck_Kids_August2022/fonts/FontAwesome.woff") format("woff"), 
      url("https://22232413.fs1.hubspotusercontent-na1.net/hubfs/22232413/raw_assets/public/GoCheck_Kids_August2022/fonts/FontAwesome.ttf") format("truetype"), 
        url("https://22232413.fs1.hubspotusercontent-na1.net/hubfs/22232413/raw_assets/public/GoCheck_Kids_August2022/fonts/FontAwesome.svg") format("svg"); 
          font-style: normal; 
          font-weight: normal;
          }


@font-face { 
  font-family: "ArtbeesWPTokens"; 
  src: url("https://22232413.fs1.hubspotusercontent-na1.net/hubfs/22232413/GoCheck_Kids_August2022/fonts/icomoon.eot") format("embedded-opentype"),
    url("https://22232413.fs1.hubspotusercontent-na1.net/hubfs/22232413/raw_assets/public/GoCheck_Kids_August2022/fonts/icomoon.woff") format("woff"),
      url("https://22232413.fs1.hubspotusercontent-na1.net/hubfs/22232413/raw_assets/public/GoCheck_Kids_August2022/fonts/icomoon.ttf") format("truetype"),
        url("https://22232413.fs1.hubspotusercontent-na1.net/hubfs/22232413/raw_assets/public/GoCheck_Kids_August2022/fonts/icomoon.svg") format("svg");
          font-style: normal;
          font-weight: 400;
          }


@font-face { 
  font-family: "Pe-icon-line";
  src: url("https://22232413.fs1.hubspotusercontent-na1.net/hubfs/22232413/GoCheck_Kids_August2022/fonts/Pe-icon-line.eot") format("embedded-opentype"), 
    url("https://22232413.fs1.hubspotusercontent-na1.net/hubfs/22232413/raw_assets/public/GoCheck_Kids_August2022/fonts/Pe-icon-line.woff") format("woff"), 
      url("https://22232413.fs1.hubspotusercontent-na1.net/hubfs/22232413/raw_assets/public/GoCheck_Kids_August2022/fonts/Pe-icon-line.ttf") format("truetype"), 
        url("https://22232413.fs1.hubspotusercontent-na1.net/hubfs/22232413/raw_assets/public/GoCheck_Kids_August2022/fonts/Pe-icon-line.svg") format("svg"); 
          font-style: normal; 
          font-weight: normal; 
          }

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
}

body, html {
  -webkit-font-smoothing: antialiased;
}

body, html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background-color: #0080ff;
  color: #fff;
}


body {
  line-height: 1.625;
  word-break: break-word;
}

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

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

/* Paragraphs */

a, p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  outline: 0;
}

/* Anchors */

/* Headings */


h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
  margin: 0 0 0.8em;
  word-break: break-word; 
}

h1 { 
  margin-bottom: 36px;
}
h2 {
  margin-bottom: 38px;
}
h3, h4 {
  margin-bottom: 30px;
}
h5, h6 {
  margin-bottom: 25px;
}


blockquote {
  font-style: italic;
}

blockquote {
  position: relative;
  margin: 15px 0;
}

blockquote {
  line-height: 1.5;
  padding: 20px;
  background-color: #fafafa;
  border: 2px solid #eee;
}

/* Lists */



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

ul, ol {
  line-height: 1.4;
}

ol, ul {
  overflow-wrap: break-word;
  padding: 0;
}

ol, ul {
  margin-bottom: 1em;
}

ul {
  margin-left: 1.5em;
  list-style-type: disc;
}

ol {
  margin-left: 2.35em;
  list-style-position: outside;
  list-style-type: decimal;
}
.body-container-wrapper ul li {
  margin-left: 0.85em;
}

/* Code blocks */

code {
  vertical-align: bottom;
}


/* Horizontal rules */

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

.content-wrapper,
.dnd-section>.row-fluid,
.page-center {
  margin: 0 auto;
}
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;
}
.hs-search-module .input a.hs-button.primary {
  margin-top: 27px;
}

.hs_cos_wrapper_type_google_search,
.widget-type-email_simple_subscription,
.hs_cos_wrapper_type_blog_comments,
.widget-type-password_prompt,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_member_login {
  display: block;
  background: transparent;
  margin: 0 auto;
  max-width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  border: none;
  padding: 35px;
}

@media (max-width:767px) {
  .hs_cos_wrapper_type_form {
    margin-bottom: 15px;
  }
}

/* Form fields */
.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: inline-block;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
} 

/* 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;
  height: 40px;
  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;
  padding: 0 15px;
  min-height: 27px;
  width: 100%;
  outline: none;
}

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

/* Inputs - checkbox/radio */

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

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

.hs-error-msg,
.hs_error_rollup label {
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: #f2545b;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  line-height: 16px;
  font-family: Open Sans;
  margin-top: 10px;
}

/* 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;
}
header.header {
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  position: relative;
  z-index: 60;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  left: 0;
  border-top: none;
  background: transparent;
  background-color: #00A2B9;
  height: 117px;
}

header.header:before {
  content: " ";
  display: table;
}

header.header:after {
  content: " ";
  display: table;
  clear: both;
}

header.header .page-center {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

header.header .logo-wrapper {
  height: 51px;
  line-height: 51px;
  margin-top: 30px;
  margin-bottom: 30px;
  float: left!important;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

header.header .logo-wrapper img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  display: inline-block;
  height: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: block;
  text-align: right;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  display: inline-block;
  margin: 0 1px 0 0;
  text-align: right;
  line-height: 1.2;
  height: auto;  
  float: right;
  float: left;
  position: relative;
  list-style-type: none;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  white-space: normal;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  padding: 0 17px;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  color: #fff;
  opacity: 1;
  height: 111px;
  line-height: 111px
}

.custom-menu-primary {
  float: right;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  color: #d7d823;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a i {
  font-family: ArtbeesWPTokens;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: normal;
  vertical-align: middle;
  font-size: 16px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a i:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

.mk-theme-icon-cart2:before {
  content: "\e00e";
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
  margin-right: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child a {
  padding: 0 5px 0 20px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  padding-left: 21px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.cta-wrapper a {
  list-style: none;
  list-style-type: none;
  font-size: 18px;
  height: 42px;
  line-height: 37px;
  background: rgba(253, 184, 19, .45);
  white-space: normal;
  background-color: #D7D823;
  border: none;
  border-radius: 20px;
  padding: 0.1em 1.25em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  font-family: 'proxima-nova', helvetica, arial, sans-serif;
  text-transform: capitalize;
  display: block;
  opacity: 1;
  color: #005979;
}

header li.responsive-nav-link {
  display: none;
  float: left;
  position: relative;
  width: 30px;
  margin: 0 10px 0 0;
  list-style-type: none;
  height: 111px;
  line-height: 111px;
}

header li.responsive-nav-link .mk-burger-icon {
  line-height: 111px;
  width: 18px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-45%);
  -moz-transform: translate(0,-45%);
  -ms-transform: translate(0,-45%);
  -o-transform: translate(0,-45%);
  cursor: pointer;
}

header li.responsive-nav-link .mk-burger-icon div {
  height: 3px;
  margin-bottom: 3px;
  display: block;
  position: relative;
  background-color: #fff;
  background-color: #d7d823;
}

header li.responsive-nav-link .mk-burger-icon .burger-icon-1 {
  transition: transform .2s ease;
  -webkit-transition: -webkit-transform .2s ease;
  -moz-transition: -moz-transform .2s ease;
  -ms-transition: -ms-transform .2s ease;
  -o-transition: -o-transform .2s ease;
}

header li.responsive-nav-link .mk-burger-icon .burger-icon-2 {
  transition: opacity .1s ease;
  -webkit-transition: opacity .1s ease;
  -moz-transition: opacity .1s ease;
  -ms-transition: opacity .1s ease;
  -o-transition: opacity .1s ease;
}

header li.responsive-nav-link .mk-burger-icon .burger-icon-3 {
  transition: transform .2s ease;
  -webkit-transition: -webkit-transform .2s ease;
  -moz-transition: -moz-transform .2s ease;
  -ms-transition: -ms-transform .2s ease;
  -o-transition: -o-transform .2s ease;
}

body.mobile-open {
  overflow: hidden;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  height: 100%;
  width: 100%;
  position: fixed;
}


.mobile-open header li.responsive-nav-link .mk-burger-icon .burger-icon-1 {
  -webkit-transform: rotate3d(0,0,1,45deg);
  -moz-transform: rotate3d(0,0,1,45deg);
  -ms-transform: rotate3d(0,0,1,45deg);
  -o-transform: rotate3d(0,0,1,45deg);
  top: 6px;
}

.mobile-open header li.responsive-nav-link .mk-burger-icon .burger-icon-2 {
  opacity: 0;
}

.mobile-open header li.responsive-nav-link .mk-burger-icon .burger-icon-3 {
  -webkit-transform: rotate3d(0,0,1,-45deg);
  -moz-transform: rotate3d(0,0,1,-45deg);
  -ms-transform: rotate3d(0,0,1,-45deg);
  -o-transform: rotate3d(0,0,1,-45deg);
  top: -6px;
}



.mobile-wrapper {
  overflow-y: hidden;
  position: fixed;
  width: 100%;
  z-index: 300;
  max-height: 820px;
  top: 117px;
}

.mobile-wrapper .hs-menu-wrapper {
  width: 100%;
  display: none;
  background-color: #000000;
} 

.mobile-wrapper .hs-menu-wrapper>ul {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 20;
}

.mobile-wrapper .hs-menu-wrapper>ul>li {
  border-bottom: 1px solid rgba(128,128,128,.2);
  display: block;
  margin: 0;
}

.mobile-wrapper .hs-menu-wrapper>ul li a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  border-top: 1px solid rgba(255,255,255,.1);
  display: block;
  padding: 15px 20px;
  text-align: left;
  text-decoration: none;
  position: relative;
  font-size: 13px;
  line-height: 1.6em;
}

.mobile-open .mobile-wrapper {
  overflow-y: scroll;
}

.mobile-wrapper .hs-menu-wrapper>ul>li:last-child>a {
  line-height: inherit;
}

.mobile-wrapper .hs-menu-wrapper>ul>li:last-child {
  background-color: #D7D823;
}

.mobile-wrapper .hs-menu-wrapper>ul>li>a:hover {
  color: #ffffff;
  background-color: #d7d823;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  position: absolute;
  top: 100%;
  background-color: #00a2b9;
  width: 120px;
  left: 0;
  padding: 5px;
  text-align: center;
  display: none;
}

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

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
  color: #fff;
  text-transform: capitalize;
  font-size: 20px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover {
  color: #d7d823;
}

/* .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a:hover {
  opacity: 0.7;
  color: #fff;
} */

.custom-menu-primary .hs-menu-wrapper>ul>li.cta-wrapper {
  top: 36px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>a {
  padding-right: 21px;
}

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

header.header.h-type2 .custom-menu-primary .hs-menu-wrapper>ul>li.cta-wrapper a {
  color: #fff;
  background-color: unset;
  font-weight: 400;
  font-size: 20px;
  padding: 0 17px;
  padding-top: 2px;
}

header.header.h-type2 .custom-menu-primary .hs-menu-wrapper>ul>li.cta-wrapper a:hover {
  color: rgba(215, 216, 35, 1.0);
}

header.header.lp-header .custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child) {
  display: none;
}

.mobile-wrapper .hs-menu-wrapper>ul li ul {
  padding-left: 5px;
  display: none;
}


.child-trigger {
  position: absolute;
  top: 5px;
  right: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  text-align: center;
}

.child-trigger:after,.child-trigger:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  width: 14px;
  height: 2px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.child-trigger:after {
  width: 2px;
  height: 14px;
}

.child-open > .child-trigger:after {
  visibility: hidden;
}

.h-main {
  min-height: 117px;
}

.with-banner .h-main {
  min-height: 0;
}

.contact-row1 form .hs_firstname .input input,
.contact-row1 form .hs_email .input input {
  width: 100% !important;
  max-width: 90% !important;
}

.contact-row1 form .actions input.hs-button.primary.large {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #D6D822;
  border-color: #D6D822;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  font-family: Open Sans;
}




@media (max-width:1140px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child) {
    display: none;
  }
  header li.responsive-nav-link {
    display: inline-block;
  }
  header.header .logo-wrapper {
    margin-left: 20px;
    display: inline-block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a {
    padding: 0 8px 0 20px;
  }
}


@media (max-width:767px) {  
  header.header .page-center {
    padding-left: 5px;
    padding-right: 5px;
  }
}


@media (max-width:500px) {
  header.header .logo-wrapper img {
    max-width: 240px;
    height: auto;
  }
}


@media (max-width:370px) {
  header.header .logo-wrapper {
    margin-left: 0px;
  }
  header.header .logo-wrapper img {
    max-width: 225px;    
  }
  header li.responsive-nav-link {
    margin: 0 10px 0 0;
    width: 23px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a {
    padding: 0 8px 0 0px;
  }
  header.header.lp-header .logo-wrapper img {
    max-width: 240px;
  }
  header.header.lp-header .logo-wrapper {
    margin-left: 20px;
  }
}
footer.footer .global-footer {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 20px;
  color: #FFFFFF;
}

footer.footer .global-footer p {
  margin: 0;
  font-size: 13px;
  line-height: 26px;
}

footer.footer .mk-footer {
  display: block;
  width: 100%;
  position: relative;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  color: #404040;
  font-size: 13px;
  background-color: #ffffff;
  background-repeat: repeat;
  background-position: right bottom;
  background-attachment: scroll;
  padding: 40px 0px;
}

footer.footer .mk-footer .clearboth {
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
  overflow: hidden;
}

footer.footer .mk-footer .clearboth:after {
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
  content: ' ';
}

footer.footer .mk-footer .page-center {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}

footer.footer .mk-footer .page-center:after {
  content: "";
  display: table;
  clear: both;
}

footer.footer .mk-footer .mk-padding-wrapper {
  position: relative;
  z-index: 5;
  padding: 0 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

footer.footer .mk-padding-wrapper .ref_text .ref_text_inr {
  padding-bottom: 16px;
}

footer.footer .mk-padding-wrapper .ref_text .ref_text_inr p {
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 13px;
  color: #404040;
  margin-top: 0;
}

footer.footer .mk-padding-wrapper .ref_text .ref_text_inr .textwidget p {
  margin-top: 0;
}

footer.footer .mk-padding-wrapper .logo-wrapper {
  float: left;
  min-height: 1px;
  width: 25%;
  padding-right: 5%;
}

footer.footer .mk-padding-wrapper .menu-wrapper {
  float: left;
  padding-right: 25px;
  min-height: 1px;
  width: 50%;
  padding-top: 10px;
}

footer.footer .mk-padding-wrapper .social-wrapper {
  float: left;
  padding-right: 25px;
  min-height: 1px;
  width: 25%;
  padding-top: 10px;
}

footer.footer .mk-padding-wrapper .menu-wrapper .custom_menu {
  display: block;
  overflow: hidden;
  margin-bottom: 22px;
}

footer.footer .menu-wrapper .custom_menu ul {
  margin: 0;
}

footer.footer .menu-wrapper .custom_menu ul li {
  display: inline-block;
  font-size: 18px;
  text-align: left;
  width: 32%;
  padding: 0 0 10px;
}

footer.footer .menu-wrapper .custom_menu ul li a {
  display: block;
  padding: 1px 5px;
  color: #00a3b8;
}

footer.footer .menu-wrapper .custom_menu ul li a:hover {
  color: #005C78;
}

footer.footer .social-wrapper section.social_networks {
  display: block;
  overflow: hidden;
  margin-bottom: 22px;
}

footer.footer .social-wrapper section.social_networks .widget-social-container:before {
  content: " ";
  display: table;
}

footer.footer .social-wrapper section.social_networks .widget-social-container:after {
  content: " ";
  display: table;
  clear: both;
}

footer.footer .social-wrapper section.social_networks .widget-social-container a {
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-perspective: 1000;
  position: relative;
  display: inline-block;
  float: left;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #737373;
  font-size: 24px;
  margin: 8px 16px 8px 0;
  border-color: transparent;
  line-height: 20px;
}


footer.footer .social-wrapper section.social_networks .widget-social-container a i {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  -webkit-transition: none;
  transition: none;
}

footer.footer .social-wrapper section.social_networks .widget-social-container a i:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

.mk-icon-facebook:before {
  content: "\f09a";
}

.mk-icon-twitter:before {
  content: "\f099";
}

.mk-icon-linkedin:before {
  content: "\f0e1";
}

.mk-icon-youtube:before {
  content: "\f167";
}

footer.footer .social-wrapper section.copyright {
  overflow: hidden;
  margin-bottom: 22px;
}

footer.footer .social-wrapper section.copyright .textwidget {
  font-size: 18px;
}

footer.footer .social-wrapper section.copyright .textwidget p {
  padding-top: 16px;
  font-size: 16px;
  margin: 0;
  line-height: 20px;
}

footer.footer .social-wrapper section.social_networks .widget-social-container a:hover {
  color: #005C78;
}

footer.footer .mk-padding-wrapper .logo-wrapper section.widget {
  display: block;
  overflow: hidden;
  margin-bottom: 22px;
}

footer.footer .mk-padding-wrapper .logo-wrapper section.widget .textwidget {
  font-size: 18px;
}

footer.footer .mk-padding-wrapper .logo-wrapper section.widget .textwidget a {
  color: #00a3b8;
}

footer.footer .mk-padding-wrapper .logo-wrapper section.widget .textwidget a img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  padding-top: 5px;
}

footer.footer .mk-padding-wrapper .logo-wrapper section.media_gallery-3 {
  display: block;
  overflow: hidden;
  margin-bottom: 22px;
}

footer.footer .mk-padding-wrapper .logo-wrapper section.media_gallery-3 .gallery-1 {
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

footer.footer .mk-padding-wrapper .logo-wrapper section.media_gallery-3 .gallery-1 dl.gallery-item {
  float: left;
  text-align: center;
  border: none;
  background-color: transparent;
  width: 25%;
  margin: 0;
}

footer.footer .mk-padding-wrapper .logo-wrapper section.media_gallery-3 .gallery-1 dl.gallery-item + dl.gallery-item {
  width: 45%;
}

footer.footer .mk-padding-wrapper .logo-wrapper section.media_gallery-3 .gallery-1 dl.gallery-item+dl.gallery-item + dl.gallery-item {
  width: 25% !important;
}

footer.footer .mk-padding-wrapper .logo-wrapper section.media_gallery-3 .gallery-1 dl.gallery-item dt {
  font-weight: 600;
  font-size: 110%;
}

footer.footer .mk-padding-wrapper .logo-wrapper section.media_gallery-3 .gallery-1 dl.gallery-item dt img {
  vertical-align: middle;
  height: auto;
  width: auto;
  max-width: 100%;
}

footer.footer .mk-padding-wrapper .logo-wrapper section.media_gallery-3 .gallery-1 dl.gallery-item dt img:hover {
  opacity: .7;
}

a.mk-go-top.off {
  text-align: center;
  background-color: rgba(0,0,0,.4);
  width: 42px;
  height: 42px;
  line-height: 42px;
  position: fixed;
  bottom: 80px;
  right: 25px;
  z-index: 100;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

a.mk-go-top.off i {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  display: inline-block;
}

a.mk-go-top.off i:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  content: "\f106";
}

.back-open a.mk-go-top.off {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}

a.mk-go-top.off:hover {
  background-color: rgba(0,0,0,.6);
}

.footer-second-type .mk-footer {
  padding: 0 !important;
}

footer.footer.footer-second-type .mk-padding-wrapper .ref_text .ref_text_inr .textwidget p {
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 1.5;
}

footer.footer.footer-second-type .mk-footer .mk-padding-wrapper {
  padding-bottom: 20px;
  padding-top: 20px;
}


.photoscreening-pg-wrpr footer.footer .mk-padding-wrapper .ref_text .ref_text_inr {
  padding-bottom: 0;
}

.photoscreening-pg-wrpr footer.footer.footer-second-type .mk-footer .mk-padding-wrapper {
  padding-bottom: 16px;
}

footer.footer.footer-second-type .mk-padding-wrapper .ref_text .ref_text_inr p {
  font-size: 12px;
}
@media(max-width:950px) and (min-width:768px){
  footer.footer .menu-wrapper .custom_menu ul li a {
    word-break: normal;
    word-wrap: normal;
    font-size: 15px;
  }
}
@media (max-width:767px) {
  footer.footer .mk-padding-wrapper .logo-wrapper {
    max-width: 60%;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    float: none;
  }
  footer.footer .mk-padding-wrapper .menu-wrapper {
    float: none;
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px 0;
    width: 100%;
  }
  footer.footer .mk-padding-wrapper .social-wrapper {
    float: none;
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px 0;
    width: 100%;
  }
  footer.footer .social-wrapper section.social_networks .widget-social-container {
    text-align: center;
  }
  footer.footer .social-wrapper section.social_networks .widget-social-container a {
    float: none;
  }
  footer.footer .social-wrapper section.social_networks .widget-social-container a {
    margin-right: 13px;
  }
  footer.footer .menu-wrapper .custom_menu ul li {
    text-align: center;
  }
  footer.footer .mk-padding-wrapper .logo-wrapper section.widget .textwidget a img {
    display: block;
    margin: 0 auto;
    width: 361px !important;
  }
  footer.footer .mk-padding-wrapper .logo-wrapper section.media_gallery-3 .gallery-1 {
    max-width: 230px;
  }
}


@media (max-width:650px) {
  footer.footer .social-wrapper section.copyright .textwidget p {
    text-align: center;
  }
}


@media (max-width:500px) {
  footer.footer .social-wrapper section.copyright .textwidget p {
    padding-top: 0;
  }
  footer.footer .menu-wrapper .custom_menu ul li {
    width: 45%;
    font-size: 15px;
    padding: 4px;
  }
}

@media (max-width:400px) {
  footer.footer .menu-wrapper .custom_menu ul li a {
    padding: 1px 2px
  }
}
/* Menu and simple menu */

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



.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
} 
.fact-pg .bnr_mdl .bnr_inr h1 {
  font-weight: 400;
}

.about-pg .void-sctn h1 {
  color: #ff2d55;
  text-align: center;
}

.about-pg .void-sctn p {
  max-width: 890px;
  margin: 0 auto;
  text-align: center;
}

.about-pg .void-sctn p span {
  color: #005c78;
}

.featured-sctn .leading-area .leading-cntnr-col .leading-title h2 {
  font-weight: 300;
  font-family: 'proxima-soft', helvetica, arial, sans-serif;
  font-size: 46px;
  margin-bottom: 36px;
}

.about-pg .medical-advisory-sctn .mab_mdl .page-center {
  padding: 20px 35px;
}

.about-pg .medical-advisory-sctn .mab_mdl h1 {
  margin-top: 50px;
  text-align: center;
  color: #005979;
}

.about-pg .medical-advisory-sctn .mab_mdl .mab_inr {
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
}

.about-pg .medical-advisory-sctn .mab_mdl .mab_img img {
  margin-left: 0;
}

.about-pg .medical-advisory-sctn .mab_mdl .mab_cnt {
  text-align: left;
}

.about-pg .medical-advisory-sctn .mab_mdl .mab_cnt p {
  text-align: left !important;
}

.about-pg .medical-advisory-sctn .mab_mdl h4 {
  padding-top: 30px;
  text-align: center;
}

.about-pg .review-area {
  padding-top: 45px;
  margin-bottom: 70px;
  text-align: center;
  margin-top: 0;
}

.about-pg .review-area .review-wrapper {
  padding: 0 20px;
}

.about-pg .review-area .review-wrapper:before, 
.about-pg .review-area .review-wrapper:after {
  content: '';
  clear: both;
  display: block;
}

.head-strt-pg .care-sctn h2 {
  font-weight: 400 !important;
  text-align: center;
  font-size: 44px;
  padding-bottom: 0px;
  margin-bottom: 23px;
  color: #005c78;
}

.head-strt-pg .care-sctn p {
  text-align: center;
  padding-bottom: 50px;
  max-width: 750px;
  margin: 0 auto;
}

.head-strt-pg .start-program-sctn h2 {
  text-align: center;
  color: #005c78;
}

.head-strt-pg .start-program-sctn h3 {
  color: #005c78;
}

.head-strt-pg .form-sctn h1 {
  padding-top: 70px;
  font-size: 44px;
  font-weight: 400 !important;
  color: white !important;
  text-align: center;
  margin-bottom: 10px;
}

.head-strt-pg .form-sctn h2 {
  text-align: center;
  color: white !important;
  font-size: 30px;
  font-weight: 400 !important;
  margin-bottom: 80px;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.head-strt-pg .form-sctn .hs_cos_wrapper_type_form {
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.head-strt-pg .form-sctn form {
  -webkit-font-smoothing: auto;
}

.head-strt-pg .form-sctn form .hs-form-field>label {
  color: #595D63;
  font-family: Open Sans;
  font-size: 14px;
  display: block;
  float: none;
  width: auto;
  font-weight: 400;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

.head-strt-pg .form-sctn form .hs-input {
  display: inline-block;
  width: 90%;
  background-color: #f5f8fa;
  height: 40px;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  max-width: 100%;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-shadow: none;
}

.head-strt-pg .form-sctn form .input {
  line-height: 0;
}

.head-strt-pg .form-sctn form .field {
  margin-bottom: 18px;
}

.head-strt-pg .form-sctn form fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  max-width: 100%;
}

.head-strt-pg .form-sctn form textarea.hs-input {
  height: auto;
  padding: 10px 15px;
}

.head-strt-pg .form-sctn form  .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}

.head-strt-pg .form-sctn form .actions input.hs-button {
  white-space: pre-wrap;
  background: #00A2B8;
  border-color: #00A2B8;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  font-family: Open Sans;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  letter-spacing: -0.2px;
}

.head-strt-pg .form-sctn form .hs-form-field>label .hs-form-required {
  color: red;
}

.head-strt-pg .form-sctn form {
  padding-bottom: 97px;
}

.head-strt-pg .form-sctn .dnd-section {
  background-attachment: fixed;
  background-position: 50%!important;
  background-size: auto !important;
  background-repeat: repeat !important;
}

.fact-pg .review-area {
  margin-bottom: 40px;
}

.photoscreening-pg .text-sctn h2 {
  color: #005c78;
  font-size: 38px;
  margin-bottom: 39px;
}

.photoscreening-pg .text-sctn h3 {
  color: #005c78;
}

.photoscreening-pg .text-sctn ul:first-of-type {
  margin-bottom: 15px;
}

.photoscreening-pg .text-sctn h2:last-of-type {
  margin-bottom: 38px;
}

.photoscreening-pg .leader-testimonial-area .testimonial-title .page-center .title-cntnr h2 {
  font-size: 30px;
}

.photoscreening-pg  .leader-testimonial-area .testimonial-title {
  margin-bottom: 12px;
}

.photoscreening-pg .leader-testimonial-area {
  padding-bottom: 0;
}

.head-strt-pg .form-sctn form .hs-input:focus {
  border-color: rgba(82,168,236,.8);
}

.head-strt-pg .form-sctn form .input {
  line-height: 0;
}

.head-strt-pg .form-sctn form .hs-form-field>label .hs-form-required {
  color: red;
}

.head-strt-pg .form-sctn form .hs-input:focus {
  border-color: rgba(82,168,236,.8);
}

.head-strt-pg .form-sctn form .hs-input.error {
  border-color: #c87872;
}

.head-strt-pg .form-sctn form ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0;
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  line-height: 18px;
}

.head-strt-pg .form-sctn form ul.no-list.hs-error-msgs.inputs-list li label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  margin: 0;
}

.head-strt-pg .form-sctn form ul.no-list.hs-error-msgs.inputs-list {
  width: 100%;
  padding-left: 5px;
  line-height: 18px;
}

.head-strt-pg .form-sctn .submitted-message {
  font-size: 16px;
  color: #005C78;
  font-family: Open Sans;
  line-height: normal;
  margin-bottom: 20px;
}

.photoscreening-pg .bottom-pane-sctn .content-btn-sctn {
  margin-bottom: 20px;
}

.photoscreening-pg .bottom-pane-sctn .content-btn-sctn .btn-wrpr a span {
  margin-bottom: 0;
}

.press-pg .review-sctn {
  margin-bottom: 90px;
}

.press-pg .form-sctn .hs_cos_wrapper_type_form {
  box-shadow: none;
  padding: 0;
  margin-bottom: 95px;
}


.press-pg .form-sctn .hs-input {
  width: 90% !important;
}

.press-pg .form-sctn form fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%!important;
}

.press-pg .form-sctn textarea {
  height: auto !important;
  padding: 10px 15px;
}

.press-pg .form-sctn .hs-input {
  -webkit-font-smoothing: auto;
}

.photoscreening-pg .leader-testimonial-area {
  padding-bottom: 0;
}

.press-pg .form-sctn form h3 {
  color: #005c78;
  text-align: center;
  margin-bottom: 27px;
}

.press-pg .form-sctn form .actions .hs-button {
  margin: 0;
  background: #D6D822;
  border-color: #D6D822;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 16px;
  font-family: Open Sans;
  letter-spacing: -0.5px;
}

.press-pg .form-sctn form .actions {
  margin-top: 21px;
  margin-bottom: 18px;
  padding: 17px 0px;
}

.press-pg .form-sctn .input {
  line-height: 0;
}

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

.press-pg .review-sctn .review-area .review-wrapper .review-item.anchor-wrpr:last-child {
  background-position: unset !important;
  background-size: unset !important;
}

.hm_row7 .bpane_mdl h3,
.hm_row7 .bpane_mdl h3 { 
  color: #fff;
}

@media (max-width: 1140px) {
  .fact-pg .bnr_mdl {
    margin-top: -2px;
  }

  .fact-pg .review-area {
    margin-bottom: 159px;
  }

  .press-pg .bnr_mdl.bnr {
    margin-top: -2px;
  }
}

@media (max-width: 767px) {
  .about-pg .medical-advisory-sctn .mab_mdl .mab_img img {
    margin: 40px auto 0;
  }

  .about-pg .medical-advisory-sctn .mab_mdl .mab_cnt p {
    text-align: center !important;
  }

  .about-pg .our-team-sctn {
    display: none;
  }

  .head-strt-pg .care-sctn h2 {
    font-size: 36px;
  }

  .head-strt-pg .start-program-sctn h3, 
  .head-strt-pg .start-program-sctn p {
    text-align: center;
  }

  .head-strt-pg .form-sctn h1 {
    padding-top: 1em;
    font-size: 30px;
    margin-bottom: 0;
  }

  .head-strt-pg .form-sctn h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .head-strt-pg .form-sctn form .hs-input {
    width: 100% !important;
  }

  .head-strt-pg .form-sctn form {
    padding-bottom: 34px;
  }

  .form-sctn .dnd-section {
    min-height: unset !important;
  }

  .fact-pg .review-area {
    margin-bottom: 161px;
  }

  .photoscreening-pg .text-sctn h2,.photoscreening-pg .text-sctn p,.photoscreening-pg .text-sctn h3 {
    text-align: center;
  }

  .photoscreening-pg .text-sctn h2 {
    margin-bottom: 38px;
  }

  .photoscreening-pg .text-sctn ul:first-of-type {
    margin-bottom: 16px;
  }

}

@media (max-width: 500px) {
  .about-pg .void-sctn .dnd-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .head-strt-pg .care-sctn h2 {
    font-size: 28px;
  }

  .head-strt-pg .care-sctn .dnd-section {
    padding-top: 31px !important;
  }

  .head-strt-pg .care-sctn p {
    padding-bottom: 30px;
  }

  .fact-pg .bnr_mdl {
    margin-top: 0;
  }

  .about-pg .review-area {
    padding-top: 10px;
  }

  .press-pg .bnr_mdl.bnr {
    margin-top: 0px;
  }
}

@media (max-width: 487px) {
  .head-strt-pg .form-sctn form .field {
    width: 100% !important;
  }

  .press-pg .form-sctn .hs-input {
    width: 100% !important;
  }
}
/* Contact  */
.School-webinar-row1 .hs_cos_wrapper_type_header h1 {
  text-align: center;
  color: #d7d823;
}

.School-webinar-row1 .hs_cos_wrapper_type_header {
  display: block;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 20px;
}

.School-webinar-row1 .hs_cos_wrapper_type_form {
  max-width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.School-webinar-row1 form {
  max-width: 100%;
  position: relative;
}

.School-webinar-row1 form fieldset {
  margin-bottom: 15px;
}

.School-webinar-row1 form fieldset .hs-form-field {
  position: relative;
  margin-bottom: 0;
}

.School-webinar-row1 form fieldset .hs-form-field legend.hs-field-desc {
  position: relative;
  bottom: 0;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 12px;
  color: #595d64;
  text-align: left;
  margin-top: 2px;
  clear: both;
  margin-bottom: 5px;
}

.School-webinar-row1 form fieldset .hs_lastname {
  margin-top: 28px;
}

.School-webinar-row1 form fieldset .hs-form-field>label {
  display: block;
}

.School-webinar-row1 form fieldset .hs_lastname>label {
  display: none;
}

.School-webinar-row1 form fieldset .hs_lastname .input {
  margin-right: 0;
}

.School-webinar-row1 form fieldset .hs-form-field .input {
  margin-right: 0;
}

.School-webinar-row1 form fieldset .hs-form-field .input input {
  width: 100%;
}

.School-webinar-row1 form fieldset .hs_firstname .input {
  margin-right: 10px;
}

.School-webinar-row1 form .hs_submit input.hs-button.primary.large {
  margin-top: 0;
}

.School-webinar-row1 form .hs_submit input.hs-button.primary.large {
  padding: 0.75em 1.5em;
}


.School-webinar-row1 form .hs-error-msg, 
.School-webinar-row1 form .hs_error_rollup label {
  display: block;
  line-height: 20px;
  text-align: center;
  clear: both;
  border: 1px solid #ce5f6d;
  color: #ce5f6d;
  background-color: #fae9e9;
  margin: 0 0 20px;
  padding: 10px;
  font-size: 14px;
  font-family: inherit;
}

.School-webinar-row1 form fieldset .hs-form-field>label span.hs-form-required {
  margin-left: 2.5px;
  font-size: 16px;
  color: #595d64;
}

.contact-row1 .hs_cos_wrapper_type_header h1 {
  font-size: 44px;
  font-weight: 400;
  color: white;
  text-align: center;
  margin-bottom: 60px;
}

.contact-row1 form {
  max-width: 100%;
}

.contact-row1 .widget-type-rich_text {
  width: 90%;
  margin: 0 auto;
  background-color: rgba(0,0,0,0.2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 35px;
}

.contact-row1 .hs_cos_wrapper_type_rich_text blockquote {
  padding: unset;
  border: unset;
  background: unset;
  font-style: unset;
  line-height: 20px;
}

.contact-row1 .hs_cos_wrapper_type_rich_text blockquote:first-child {
  margin: -35px -15px 0 -15px;
}

.contact-row1 .hs_cos_wrapper_type_rich_text blockquote:first-child p {
  font-size: 16px;
  color: #404040;
  line-height: 26px;
  text-align: center;
}

.contact-row1 .hs_cos_wrapper_type_rich_text blockquote:first-child p a {
  font-size: 25px;
  color: white !important;
  text-align: center;
  font-weight: 600;
  padding-bottom: 11px;
  display: inline-block;
}

.contact-row1 .hs_cos_wrapper_type_header {
  max-width: 1130px;
  margin: 0 auto;
}

.contact-row1 .hs_cos_wrapper_type_rich_text blockquote:first-child p a img {
  margin-bottom: 10px;
  padding-top: 63px;
  vertical-align: middle;
}

.contact-row1 .hs_cos_wrapper_type_rich_text blockquote:last-child {
  margin-top: 35px;
  text-align: center;
  font-family: 'proxima-nova', helvetica, arial, sans-serif !important;
}

.contact-row1 .hs_cos_wrapper_type_rich_text blockquote:last-child p {
  font-size: 16px;
  line-height: 26px;
  color: white;
  padding-bottom: 35px;
}

.contact-row1 .hs_cos_wrapper_type_rich_text blockquote:last-child p a {
  font-size: 25px;
  display: inline-block;
  color: white !important;
  text-align: center;
  font-weight: 600;
  padding-bottom: 11px;
}

.contact-row1 form .hs-form-field,
.ebook-row1 form .hs-form-field,
.webinars-row2 form .hs-form-field,
.webinars-row3 form .hs-form-field {
  margin-bottom: 18px;
}

.ebook-row1 form .hs-form-field>label,
.webinars-row2 form .hs-form-field>label,
.webinars-row3 form .hs-form-field>label {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
  display: block;
}



.ebook-row1 form .hs-form-field .input input,
.webinars-row2 form .hs-form-field .input input,
.webinars-row3 form .hs-form-field .input input {
  display: inline-block;
  height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fa;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  min-height: 27px;
  box-shadow: unset;
}

.contact-row1 form .hs-form-field textarea {
  height: auto;
  padding: 10px 15px;
  width: 100% !important;
}

.contact-row1 form .actions,
.ebook-row1 form .actions,
.webinars-row2 form .actions,
.webinars-row3 form .actions {
  margin-top: 18px;
  margin-bottom: 15px;
  padding: 17px 0px;
  text-align: left;
  padding-bottom: 0;
}

.contact-row1 .span6 {
  width: 50%;
}

.contact-row1 {
  position: relative;
}

.contact-wrap .con_row1 {
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
  width: 100%;
  top: 0;
  height: 100%;
  max-width: 100%;
  background-size: cover;
}

.contact-row1 .hs_cos_wrapper_type_rich_text blockquote:last-child p:last-child {
  padding-bottom: 55px;
}

.contact-wrap {
  padding-top: 160px;
  padding-bottom: 80px;
}

.contact-row1 form ul.no-list li,
.ebook-row1 form ul.no-list li,
.webinars-row2 form ul.no-list li,
.webinars-row3 form ul.no-list li {
  margin-top: 0;
  padding-left: 5px;
}

.contact-row1 form .hs-form-field .input input.error,
.ebook-row1 form .hs-form-field .input input.error,
.webinars-row2 form .hs-form-field .input input.error,
.webinars-row3 form .hs-form-field .input input.error {
  border-color: #c87872;
}

.contact-page-wrap footer.footer {
  background: #fff;
  position: relative;
}

.contact-page-wrap footer.footer .global-footer {
  position: relative;
}

.contact-row1 .hs_cos_wrapper_type_form {
  margin-bottom: 35px;
}

.ebook-page-wrap .h-main {
  min-height: 0;
}

.ebook-row1 .hs_cos_wrapper_type_header h1 {
  color: #d7d823;
  text-align: center;
  margin-top: 150px;
  margin-bottom: 66px;
}

.ebook-row1 .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
}

.ebook-row1 .hs_cos_wrapper_type_rich_text h3,
.ebook-row1 .hs_cos_wrapper_type_rich_text h4 {
  color: #fff;
}

.ebook-row1 .widget-type-linked_image {
  max-width: 500px !important;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ebook-row1 .widget-type-linked_image img {
  vertical-align: middle;
  position: relative;
  line-height: 4px;
}


.contact-row1 form .hs_firstname .input input,
.ebook-row1 form .hs_firstname .input input,
.webinars-row2 form .hs_firstname .input input,
.webinars-row3 form .hs_firstname .input input {
  width: 100%!important;
  max-width: 90%!important; 
  -webkit-font-smoothing: auto;
}

.ebook-row1 .hs_cos_wrapper_type_form {
  margin-bottom: 35px;
}

.ebook-row1 form {
  max-width: 100%;
}

.ebook-row1 form .actions input.hs-button.primary.large,
.webinars-row2 form .actions input.hs-button.primary.large,
.webinars-row3 form .actions input.hs-button.primary.large {
  padding: 12px 24px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  line-height: 16px;
  font-family: Open Sans;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0;
}

.webinars-row1 .hs_cos_wrapper_type_header h1 {
  margin-bottom: 30px;
  font-size: 30px;
  overflow-wrap: break-word;
  font-family: 'proxima-nova', helvetica, arial, sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}

.webinars-row2 form .hs-form-field>label,
.webinars-row3 form .hs-form-field>label {
  font-size: 16px;
}

.webinars-row2 .hs_cos_wrapper_type_form,
.webinars-row3 .hs_cos_wrapper_type_form {
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 8%);
}

.webinars-row2 .span6,
.webinars-row3 .span6 {
  width: 50%;
}

.webinars-row2 .span6:last-child,
.webinars-row3 .span6:last-child {
  margin-left: 0;
}

.webinars-row2 .widget-type-rich_text h3 {
  color: #005979;
  text-align: left;
  margin-bottom: 25px;
}

.webinars-row2 .widget-type-rich_text p {
  font-weight: 400;
  color: #005979;
  font-family: 'proxima-nova', helvetica, arial, sans-serif;
  line-height: 26px;
}

.webinars-row2 form,
.webinars-row3 form {
  width: 90%;
}

.webinars-row3 .widget-type-rich_text h3 {
  color: #ffffff;
  text-align: left;
}

.webinars-row3 .widget-type-rich_text p {
  font-weight: 400;
  color: #ffffff;
  font-family: 'proxima-nova', helvetica, arial, sans-serif;
  line-height: 26px;
}

.webinars-row3 .hs_cos_wrapper_type_form {
  padding: 35px;
}



.webinars-row2 form .hs-form-field .input input,
.webinars-row3 form .hs-form-field .input input {
  cursor: text;
}
.webinars-row2 form .hs-form-field .input input:focus,
.webinars-row3 form .hs-form-field .input input:focus {
  outline: none;
  border-color: rgba(82,168,236,.8);
}

.webinars-row2 form .hs_error_rollup label,
.webinars-row3 form .hs_error_rollup label {
  font-family: Open Sans;
}

.School-webinar-row1 form fieldset .hs-form-field>label {
  font-family: 'proxima-nova', helvetica, arial, sans-serif !important;
  font-size: 16px;
  color: #595d64;
  font-weight: 400;
  margin-bottom: 10px;
}

.School-webinar-row1 form fieldset .hs-form-field .input input {
  font-family: 'proxima-nova', helvetica, arial, sans-serif !important;
  vertical-align: middle;
  letter-spacing: 1px;
  outline: 0;
  -webkit-appearance: none;
  cursor: pointer;
  line-height: 1.4 !important;
  width: 100%;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-style: normal;
  border: none !important;
  background-color: transparent !important;
  box-shadow: inset 0 0 2px rgb(0 0 0 / 30%);
  font-size: 14px !important;
  font-weight: bold;
  color: #005C78 !important;
  padding: 8px 10px !important;
  transition: all 0.25s ease-in-out;
  height: 44px !important;
}

.School-webinar-row1 form .hs_submit input.hs-button.primary.large {
  font-family: 'proxima-nova', helvetica, arial, sans-serif !important;
  margin: 0 auto;
  clear: both;
  font-style: normal;
  line-height: 14px;
  -webkit-transition: .2s box-shadow ease-in-out;
  -moz-transition: .2s box-shadow ease-in-out;
  -o-transition: .2s box-shadow ease-in-out;
  transition: .2s box-shadow ease-in-out;
  color: white !important;
  font-weight: 600 !important;
  cursor: pointer;
  padding: 0.75em 1.5em !important;
  font-size: 120% !important;
  letter-spacing: 0.02em !important;
  background-color: #d7d823 !important;
  border: none !important;
  border-radius: 22px !important;
}

.School-webinar-row1 form .hs_submit input.hs-button.primary.large:hover {
  background-color: #b7b81e !important;
}


.contact-row1 .get-started .scroll-layer {
  background-size: cover;
}

.contact-row1 .get-started .column_container .top-content h1 {
  padding-top: 140px;
  margin-bottom: 60px;
}

.contact-row1 .get-started .column_container .bottom-content .right .vc_column-inner {
  background-image: unset;
  background-color: rgba(0,0,0,0.2) !important;
}

.contact-row1 .get-started .hs_cos_wrapper_type_form {
  display: block;
  background: transparent;
  margin: 0 auto;
  max-width: 100%;
  background-color: #fff;
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  border: none;
  padding: 35px;
  margin-bottom: 35px;
}

.contact-row1 .get-started .scroll-layer {
  width: 100%;
  top: 0;
  height: 100%;
  position: fixed;
  left: 0;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
}

.contact-row1 .get-started form .hs-form-field>label {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
  display: block;
}

.contact-row1 form .hs_email .input input {
  max-width: 90%!important;
  width: 100%!important;
}

.contact-row1 .get-started form .actions input.hs-button.primary.large {
  font-size: 16px;
  line-height: 16px;
}

.contact-row1 .get-started form .actions {
  margin-bottom: 0;
}

.ebook-row1 form .input input:focus {
  border-color: rgba(82,168,236,0.8);
}


.hs-error-msg, .hs_error_rollup label {
  -webkit-font-smoothing: auto;
}

.risk-row1 .get-started form {
  -webkit-font-smoothing: auto;
}

.risk-row1 .get-started form .actions {
  margin-top: 12px;
}

.definitive-guide-page-wrap footer.footer .mk-footer,
.thank-you-page-wrap footer.footer .mk-footer {
  display: none;
}

.thank-row1 .widget-type-rich_text h1 {
  font-size: 44px;
  font-weight: 400;
  color: white;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 140px;
}

.thank-row1 .widget-type-rich_text h2 {
  text-align: center;
  color: white;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 80px;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.thank-row1 .widget-type-linked_image {
  text-align: center;
  margin-bottom: 35px;
}

.thank-row1 .widget-type-linked_image img {
  vertical-align: middle;
}

.thank-you-page-wrap .thank-wrap {
  min-height: 100vh !important;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
}

.thank-row1 .dnd_area1-row-0-background-image {
  min-height: 100vh;
}

.webinars-page-wrap .submitted-message {
  font-size: 16px;
  color: #005c78;
  font-family: Open Sans;
}

.definitive-guide-page-wrap .bg-layer-clip {
  background-attachment: scroll;
  background-color: #005c78;
  background-position: left top;
  background-repeat: repeat;
  min-height: 120px;
} 
.risk-row1 form .hs-form-field {
  margin-bottom: 18px;
}
.risk-row1 form .hs_firstname .input input {
  width: 90% !important;
}
.cnl_row3 .bpane_mdl .bpane_item p {
  font-size: 20px;
  padding-left: 40px;
  padding-right: 40px;  
} 
.cnl_row3 .bt_spc {
  height: 60px !important;
}

.cnl_row3 .cict2_inr.vc_row {
  max-width: 1160px;
  margin: 0 auto;
}
.cnl_row3 .cict2_lft.vc_col-sm-6 {
  padding-left: 11%;
}
.cnl_row3 .cict2_mdl_wrap div#list-style-11 {
  padding-left: 15px;
}
.cnl_row3 .img_wrap {
  max-width: 450px;
} 
.cnl_row3 .img_wrap img {
  position: relative;
  left: -10%; 
}
.cnl_row3 .cict2_mdl_wrap {
  padding: 10px 20px;
} 
.cnl_row3 .dwn_mdl .dwn_ryt>img {
  width: 400px;
}
.cnl_row3 .mk-shortcode.mk-padding-shortcode {
  height: 125px !important;
}
.cnl_row3 .dwn_mdl .dwn_btn .btn {
  margin-bottom: 15px;
}  
.cnl_row4 .cia_mdl .cia_img img {
  position: relative;
  line-height: 4px;
  border-radius: 50%;
  margin-bottom: 10px;   
}
.cnl_row4 .cia_mdl .cia_item {
  padding: 0 20px;
}
.cnl_row4 .cia_mdl {
  padding-bottom: 20px;
}  
.cnl_row5 .tst_mdl .tst_btn .btn {
  padding: 0.75em 1.5em;
}
.cnl_row5 .tst_mdl .mk-shortcode.mk-padding-shortcode {
  height: 40px !important;
}  
.cnl_row6 .widget-type-linked_image img {
  display: block;   
}
.cnl_row6 .widget-type-linked_image{  
  padding: 0 15px 120px; 
} 
.cnl_row6 .widget-type-rich_text { 
  padding: 0 15px;
}
.cnl_row6 .tst_mdl .tst_cnt h4 {
  font-size: 29px;
}

.cnl_row6 .mk-shortcode.mk-padding-shortcode {
  height: 125px !important;
} 
.cnl_row7 .page-center {
  padding: 20px;
}

.cnl_row7 .span4 {
  width: 33.33333333%;
  padding: 0 15px !important;
}

.cnl_row7 .span8 {
  width: 66.66666667%;
  padding: 0 15px !important;
  margin-left: 0 !important;
}

.cnl_row7 .widget-type-linked_image img {
  border-radius: 50%;
  margin-bottom: 20px;
  display: block; 
}
.cnl_row7 {
  padding-bottom: 50px;
}

.cnl_row7 .widget-type-rich_text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 32px;
  margin-bottom: 30px; 
}

.cnl_row7 .widget-type-rich_text ul li {
  font-size: 28px;
  padding-left: 1.75em;
  color: #000000;
  line-height: 1.6;
  margin-bottom: 0.75em;
  opacity: 1;
  font-weight: 500;
  letter-spacing: 0.01em;
  position: relative;
  margin-left: 0;
}

.cnl_row7 .widget-type-rich_text ul li i:before {
  content: "\f111";
} 

.cnl_row7 .widget-type-rich_text ul li i {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  font-size: 1.25em;
  line-height: 1.3;
  left: 5px;
  color: #d7d823;
}
.cnl_row8 .faq_mdl .faq_bt {
  padding-bottom: 70px; 
} 
.cnl_row9 .bpane_mdl .bpane_form_inr {
  padding-bottom: 50px;
}   
.cnl_row2 .logos_mdl .logos_inr h3 {
  padding-left: 15px;
  padding-right: 15px;
}
.work_row3 .logos_mdl2 {
  padding-top: 50px;
}
.cia_mdl .cia_top h1 {
  padding: 100px 0 50px;
}
.work_row5 .dwn_mdl .dwn_lft_cnt h3 {
  padding: 0 0 30px;
}
.pt2_pg .pt2_row4 .bpane_mdl .bpane_top {
  padding-bottom: 0 !important;
}
.cwbi_mdl .cwbi_top h1 {
  padding-top: 100px;
}
.pt2_pg .dwn_mdl .dwn_top {
  padding-top: 0;
  padding-bottom: 0;
}
.cnl_row3 .bpane_top {
  padding-bottom: 0 !important;
}
.cict2_top {
  padding-top: 60px;
}
.cict2_bt {
  padding-top: 30px;
}

.cnl_row3 .dwn_mdl .dwn_top {
  padding-bottom: 0;
}
.cnl_row3 .tst_mdl {
  padding-bottom: 125px;
} 
.cnl_row4 .cia_mdl .cia_top h1 {
  padding-bottom: 30px;
}
.cnl_row5 .tst_mdl .tst_cnt {
  padding-top: 40px;
  padding-bottom: 0;
}
.cnl_row5 .tst_mdl {
  padding-bottom: 40px;
}

.cnl_row6 .tst_mdl .tst_cnt {
  padding-top: 175px;
}
.cnl_row8 .faq_mdl .faq_top {
  padding-top: 60px;
}
.cnl_row6 .tst_mdl {
  padding-bottom: 125px;
}




@media (max-width:1140px) {
  .contact-wrap {
    padding-top: 248px; 
    padding-bottom: 80px;
  } 
  .contact-row1 .get-started .column_container .top-content h1 {
    padding-top: 227px;
  }
  .thank-row1 .widget-type-rich_text h1 {
    padding-top: 198px;
  }
  .definitive-guide-page-wrap .bg-layer-clip {
    min-height: 118px;
  }
  .cnl_row9 {
    margin-bottom: 120px;
  }

}



@media (max-width:1050px) and (min-width:768px) {
  .contact-row1 form .hs-form-field,
  .ebook-row1 form .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
  .contact-row1 form .hs-form-field .input input,
  .ebook-row1 form .hs_firstname .input input {
    max-width: 100%!important;
    width: 100%!important;
  }
}

@media (max-width:1025px) and (min-width:768px) {
  .webinars-page-wrap form .hs_firstname .input input {
    max-width: 100% !important;
  }
  .webinars-page-wrap form .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
}


@media (max-width:915px) and (min-width:768px) {
  .risk-row1 .get-started form .hs-form-field,
  .risk-row1 .get-started form .hs_firstname .input input {
    width: 100%!important;
  }
  .risk-row1 form .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
}


@media (min-width:768px) {
  .ebook-row1 .row-fluid .span6 {
    width: 50%;
  }
  .ebook-row1 .row-fluid .span6:last-child {
    margin: 0;
    padding-right: 5px;
  }
  .ebook-row1 .row-fluid .span6:first-child {
    padding-right: 15px !important;
  }
  .cnl_row4 .vc_col-sm-8 {
    width: 75%;
  } 
  .cnl_row4 .vc_col-sm-4 {
    width: 25%;
  } 


}



@media (max-width:767px) {
  .School-webinar-row1 .hs_cos_wrapper_type_form {
    max-width: 100%;
  }
  .School-webinar-row1 form fieldset .hs-form-field .input input {
    box-shadow: inset 0 0 2px rgb(0 0 0 / 60%);
  }
  .School-webinar-row1 .hs_cos_wrapper_type_linked_image {
    margin-top: 50px;
    display: block;
  }
  .contact-row1 .hs_cos_wrapper_type_header h1 {
    font-size: 36px;   
    margin-bottom: 50px;
  }
  .contact-row1 .span6 {
    width: 100%;
  }
  .contact-row1 .span6:last-child {
    padding-left: 0 !important;
    max-width: 400px;
    margin: 60px auto 0;
  }
  .contact-row1 .hs_cos_wrapper_type_rich_text blockquote:first-child p a img {
    padding-top: 40px;
  }
  .ebook-row1 .widget-type-linked_image {
    margin-top: 50px;
  }
  .webinars-row2 .span6,
  .webinars-row3 .span6 {
    width: 100%;
  }
  .webinars-row2 .widget-type-rich_text,
  .webinars-row3 .widget-type-rich_text {
    text-align: center;
  }
  .webinars-row2 .widget-type-rich_text h3,
  .webinars-row3 .widget-type-rich_text h3 {
    text-align: center;
  }
  .webinars-row2 .span6:first-child {
    margin-bottom: 120px;
  }
  .webinars-row3 .span6:last-child {
    margin-top: 20px;
  }
  .contact-row1 .get-started .column_container .top-content h1 {
    margin-bottom: 50px;
  }
  .thank-row1 .widget-type-rich_text h1 {
    padding-top: 158px;
    font-size: 36px;
    margin-bottom: 0;
  }
  .thank-row1 .widget-type-rich_text h2 {
    margin-bottom: 10px;
    font-size: 25px;
    text-align: center;
  }
  .thank-row1 .widget-type-rich_text h1 {
    font-size: 30px;
  }
  .thank-row1 .widget-type-rich_text h2 {
    font-size: 20px;
  }
  .cnl_row3 .cict2_lft.vc_col-sm-6 {
    padding-left: 0;
  }

  .cnl_row3 .img_wrap img {
    position: static;
    margin: 0  auto 10px;
  }

  .cnl_row3 .img_wrap {
    max-width: 100%; 
  }

  .cnl_row3 .cict2_bt p + div {
    height: 20px !important;
  }

  .cnl_row6 .tst_mdl {
    margin-top: 110px;
  }
  .cnl_row7 .span4, 
  .cnl_row7 .span8 {
    width: 100%;
  }
  .cnl_row3 .bpane_mdl .bpane_item h4 {
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal;
  }


}


@media (max-width: 699px), (device-height: 1024px) and (device-width: 768px) and (orientation: portrait), (device-height: 1024px) and (device-width: 768px) and (orientation: landscape) {
  .School-webinar-row1 form .hs_submit input.hs-button.primary.large {
    margin-top: 25px !important;
    display: block;
    width: 100%;
    border-radius: 4px !important;
  }
}


@media (max-width:557px) {
  .contact-row1 form .hs_email .input input, .contact-row1 form .hs_firstname .input input {
    width: 100%!important;
    max-width: 100%!important;
  }

  .contact-row1 form .hs-form-field {
    width: 100% !important;
    float: none !important;
  }

}


@media (max-width:500px) {
  .contact-row1 .hs_cos_wrapper_type_header h1 {
    font-size: 30px;
  }
}


@media (max-width:40em) {
  .School-webinar-row1 form fieldset .hs-form-field {
    width: 100% !important;
  }
  .School-webinar-row1 form fieldset .hs_firstname .input {
    margin-right: 0;
  }
}


@media (max-width:555px) {
  .ebook-row1 form .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
  .ebook-row1 form .hs_firstname .input input {
    max-width: 100% !important;
  }
  .webinars-page-wrap form .hs_firstname .input input {
    max-width: 100% !important;
  }
  .webinars-page-wrap form .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
}


@media (max-width:400px) {
  .School-webinar-row1 form fieldset .hs-form-field .input input {
    width: 100% !important;
  }
  .contact-row1 form .hs-form-field .input input,
  .contact-row1 form .hs-form-field textarea {
    width: 100% !important;
  }
}

/* Home */
.nopd .content-wrapper--vertical-spacing,
.nopd .dnd-section,
.nopd1 .content-wrapper--vertical-spacing,
.nopd1 .dnd-section{ 
  padding: 0;
}

.nopd .dnd-section .dnd-column,
.nopd1 .dnd-section .dnd-column{
  padding: 0;
}

.nopd .dnd-section>.row-fluid {
  max-width: 100%;
} 
.policy_row1 {
  margin: 20px 0;
}
.policy_row1 .dnd-section>.row-fluid {
  padding: 20px;
}

.policy_row1 h3 {
  color: #005c78;
}
.pd { 
  padding: 20px;
}
.pd1 { 
  padding-left: 20px;
  padding-right: 20px; 
}
.ss_row1 .bnr_mdl .bnr_inr h1 {
  text-align: center;
  padding-top: 11px;
  padding-bottom: 19px;
}

.ss_row1 .bnr_mdl {
  background-position: center center;
}
.mab_row3.about-pg {
  padding: 20px 0;
}
.btn {
  position: relative;
  margin-right: 0;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  zoom: 1; font-weight: 700;
  font-size: 12px;
  -webkit-transform: translateZ(0);
  -webkit-transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
  -moz-transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
  -ms-transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
  -o-transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
  transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
  background-color: #d7d823;
  color: #005c78;
  margin-bottom: 0px;
  border-radius: 50px;
  line-height: 100%;
  font-size: 120%;
  letter-spacing: 0.02em;
  padding: 1.1em 2em;
  display: inline-block;
}

a.btn:focus, 
a.btn:active{   
  color: #005c78 !important;
}
.btn:hover{
  background-color: #b7b81e;
  color: #005c78;
}
.roi_pg .fwc_mdl .fwc_bt_cnt { 
  flex-direction: column;
}

#list-style-11 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 32px
}

#list-style-11 ul li {
  color: #000;
  line-height: 1.6;
  margin-bottom: .75em;
  font-size: 32px;
  padding-left: 2.875em;
  font-weight: 500;
  letter-spacing: .01em;
  margin-left: 0;
  position: relative;
  word-break: normal
}

#list-style-11 ul li i {
  position: absolute;
  top: 0;
  left: 5px;
  font-size: 1.7em;
  line-height: 1;
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.mk-icon-times-circle {
  color: #ff2d55
}

.mk-icon-times-circle:before {
  content: "\f057"
}
.mk-icon-check-circle:before {
  content: "\f058";
}

.pd2 {
  padding: 10px 35px;
} 
#list-style-11 ul li:last-child {
  margin-bottom: 0;
} 
#list-style-5 ul li i.mk-icon-check-circle {
  color: #d7d823;
}
#list-style-11 {
  margin-bottom: 30px;
}
.mk-li-call:before {
  content: "\e656";
}

.btn i {
  display: inline-block;
  font-family: Pe-icon-line;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 5px 0 -10px;
  vertical-align: middle;
  padding-right: 10px;
  line-height: 16px;
  font-size: 1em;
  color: #005c78; 
}
.hm_row4 { 
  padding: 10px 15px 90px;
} 

.hm_row4 img {
  display: block;
  margin: 0 auto 10px;
}
.page-center-inr {
  padding: 0 15px;
}
.page-center-inr {
  padding: 0 15px;
}
.hm_row5 .cia_mdl .cia_items {
  padding-bottom: 80px;
}
.hm_row5 .tst_mdl .tst_bg {
  background-position: center center;
}


.roi_pg .dwn_mdl .dwn_ryt img {
  margin-top: 40px;
}

.roi_pg .dwn_mdl .dwn_items {
  padding-bottom: 150px;
}
.roi_pg .hm_row4 {
  padding-bottom: 110px;
}
.roi_pg .logos_mdl2 .logos_bt .btn {
  margin-bottom: 15px;
}  
.roi_pg .faq_mdl .faq_bt {
  padding-bottom: 30px;
}
.roi_pg .bpane_mdl .bpane_form_inr {
  padding-bottom: 50px;
} 

.work_row3 .logos_items.vc_row {
  padding-top: 0;
  justify-content: center;
}

.logos_items.vc_row {
  align-items: center;
}

.work_row3 .logos_bt .btn {
  margin-bottom: 15px;
}


.work_row3 .widget-type-linked_image img {
  display: block;
}
.work_row4 {
  padding-top: 10px;
}

.work_row4 img {
  margin: 0 auto 10px;
  display: block;
}

.work_row4 > .page-center {
  padding: 0 20px;
}  

.work_row4 .btn {
  margin-bottom: 15px;
}
.work_row5 .dwn_mdl .dwn_items {
  padding-bottom: 150px;
} 
.work_row5 .cia_mdl .page-center {
  padding: 20px;
}

.work_row5 .cia_mdl .cia_item {
  padding: 0 0 50px;
}

.work_row5 .cia_mdl .cia_item:last-child {
  padding: 0;
}

.work_row5 .cia_mdl .cia_img img {
  margin-bottom: 10px;
}
.work_row7 .bpane_mdl .bpane_form_inr {
  padding-bottom: 75px;
} 
.pt2_row1 .hm_bnr_mdl .hm_bnr_ryt {
  top: 0;
  height: auto;
}
.pt2_row1 .hm_bnr_mdl .hm_bnr_lft h2 {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.pt2_row1 .hm_bnr_mdl .hm_bnr_lft {
  padding-bottom: 1px;
}

.pt2_row2 .pi_mdl .page-center {
  padding: 0 35px;
}
.pt2_row2 .pi_mdl {
  padding-bottom: 0;
} 
.pt2_row3 .widget-type-rich_text h1 span,
.pt2_row6 .logos_mdl2 .logos_top h1 span,
.pt2_row1 .hm_bnr_mdl .hm_bnr_lft h1 span{
  display: inline-block;
  position: relative;
  color: #FFFFFF;
} 

.pt2_row3 .widget-type-rich_text h1 span:before,
.pt2_row6 .logos_mdl2 .logos_top h1 span:before,
.pt2_row1 .hm_bnr_mdl .hm_bnr_lft h1 span:before{
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #FF2D55;
  width: 108%;
  height: 100%;
  top: 0;
  left: -4%;
}
.pt2_row3 .hit_mdl .page-center {
  padding: 10px 20px 0;
}
.pt2_row4 .bpane_mdl .bpane_item p {
  font-size: 20px;
}

.pt2_row5 .cia_mdl {
  padding-top: 100px;
}

.pt2_row5 .cia_mdl .cia_btn {
  padding: 45px 35px 76px; 
}
.pt2_row6 .dwn_mdl .page-center-inr {
  padding-top: 40px;
} 
.pt2_row1 .hm_bnr_mdl .hm_bnr_lft { 
  z-index: 1;
}
.pt2_row1 .hm_bnr_mdl .hm_bnr_lft h1 span:before {
  width: 104%;
  height: 90%;
  top: 8%;
  left: -2%;
}
.pt2_row3 h1 {
  color: #005979;
}   
.pt2_row3 .widget-type-rich_text {
  padding: 0 20px;
}
.pt2_row6 .dwn_mdl .dwn_btn .btn {
  margin-bottom: 15px;
}  
.mk-icon-check-circle:before {
  content: "\f058";
}
.hm_bnr_mdl .hm_bnr_lft > *,
.hm_bnr_mdl .hm_bnr_lft >p> a,
.cwbi_bt_cnt> *,
.cwbi_bt_cnt > p> a,
.cwbi_top > *,
.cwbi_top > p > a{
  color: #fff;
}  


@media(min-width:768px){
  .work_row3 .logos_item.vc_col-sm-3 {
    width: 16.66666667%;
  }  
} 

@media(max-width:1040px){
  .roi_pg .fwc_mdl .fwc_bt_cnt ul li {
    font-size: 26px;
    padding-left: 2.75em;
  }
  .pt2_pg {
    transform: translateY(-119px);
  } 
  .pt2_row2 .pi_mdl {
    padding-bottom: 10px;
  }

}
@media(max-width:980px){ 
  .pt2_row1 .hm_bnr_mdl .hm_bnr_lft {
    padding-bottom: 30px;
  }
}
@media(max-width:767px){
  .mab_row3.about-pg {
    padding: 0;
    margin-top: -19px;
  }
  .mab_row2 .mab_mdl .mab_img img {
    width: auto !important;
  }

  [class*=vc_col] { 
    width: 100%; 
  }
  .roi_pg .fwc_mdl .fwc_bt_cnt ul li {
    font-size: 21px;
    padding-left: 2.75em; 
  }  

  .ss_row1 .bnr_mdl {
    background-position: center right !important;
  }

  .work_row3 .logos_mdl2 .logos_items {
    padding-bottom: 0;
  }
  .work_row3 .logos_mdl2 .logos_item+.logos_item {
    padding-top: 0;
  }
  .work_row5 .cia_mdl .cia_cnt p {
    text-align: center !important;
  }

}


@media (max-width: 500px){  
  .ss_row1 .bnr_mdl .bnr_inr h1 {
    font-size: 29px;
    padding-bottom: 10px;
  }
  .pt2_row1 .hm_bnr_mdl .hm_bnr_lft {
    padding-bottom: 0;
  } 

  .work_pg .work_row4 h1 {
    font-size: 40px;
  }
}


.cnl_row4 .vc_col-sm-8 {
  padding-top: 60px;
}
.cnl_row3 .bpane_mdl.iwc_mdl .bpane_top_sec {
  padding-top: 100px;
  padding-bottom: 30px;
}
.pt2_row6 .dwn_lft_cnt {
  padding-top: 60px;
  padding-bottom: 40px;
}
.work_row3 .logos_mdl2 .logos_bt > * {
  color: #fff;
}
.pt2_row5 .cict2_top {
  padding-bottom: 30px;
}
.cnl_row8 .faq_mdl .faq_item h4 {
  color: #fff;
}
.roi_pg .hm_row2 .fwc_mdl .fwc_bt_cnt ul {
  padding-bottom: 30px;
} 
.roi_pg .hm_row3 .dwn_mdl .dwn_lft_cnt h3 {
  padding-top: 50px;
  padding-bottom: 30px;
}