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

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 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;
      margin-bottom:5px;
    }
}

@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 ;
    }
}
.clt_two_column_section .dnd-section .row-fluid ,
.clt_two_column_section2 .dnd-section .row-fluid {
    display: flex;
    flex-wrap: wrap;
}

.clt_two_column_section .dnd-section .row-fluid .span6,
.clt_two_column_section2 .dnd-section .row-fluid .span6{ width: 50%; margin: 0; }


.clt_section4 .row-depth-1.row-number-2.dnd-row > .row-fluid {
	display: flex;
    flex-wrap: wrap;
}

.clt_section4 .span4,
.clt_section5 .span4{ 
     margin: 0;    
     width: 33.3333333%;
    *width: 33.3333333%; }

.clt_section4 .span4 img,
.clt_section5 .span4 img{ float: left;  width: 100%;}

.row_box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

.content-box-section .row_box {
    margin-top: 45px;
}

.box .icon {
    background-color: #ffffff;
    border-radius: 0px;
    justify-content: center;
}

.box .icon {
    width: 65px;
    height: 65px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box .icon svg {
    width: 36px;
}

.clt_theme_software .span6{ width: 50%; margin: 0; }

.container-fluid.site_map_section .dnd-section > .row-fluid {
    display: flex;
    flex-wrap: wrap;
}
.container-fluid.site_map_section .dnd-section > .row-fluid .span6{ width: 50%; margin: 0; }

.clt_theme_location .span6{ width: 50%; margin: 0; }

.dnd_area_lpform form.hs-form.stacked {
    width: 100%;
    margin: 0 auto;
    max-width: 560px;
}
.dnd_area_marketing_Ideas{
     position: relative;
}

.dnd_area_marketing_Ideas .span6{ width: 50%; margin: 0; }
.dnd_area_marketing_Ideas .dnd-section .row-depth-1.row-number-2 > .row-fluid {
    display: flex;
    flex-wrap: wrap;
}

 .otherbook-section .bookloop:hover .book_content a.button{
 background-color: #14b0fb; 
  
    border: 2px solid #14b0fb; 
}

.body-container--clear_jobs_detial ul,
.body-container-clear_piller ul {
    padding-left: 20px;
}


.body-container--clear_product1 img {
    float: left;
}




div#hs_cos_wrapper_clear_gallery_page-module-8 .video_play iframe,
div#hs_cos_wrapper_clear_gallery_page-module-11 .video_play iframe,
div#hs_cos_wrapper_clear_gallery_page-module-14 .video_play iframe {
    height: auto;
}
i.fa.fa-chevron-right{
    padding-left: 10px;
}



@media (max-width:992px){

body .footer__container.content-wrapper .footer_middle_area,
body .footer__container.content-wrapper .footer_copyright_area{
     padding-right: 15px;
     padding-left: 15px;
}


}

@media (max-width:767px){

img {
    float: none!important;
  text-align: center;
  
}
  .header.header.header--no-navigation {
    padding: 15px 10px!important;
}
  fieldset.form-columns-2 .input, fieldset.form-columns-1 .input{
    margin-right: 0px!important;
}
  .form-columns-2 .hs-form-field .hs-input, .form-columns-3 .hs-form-field .hs-input {
    width: 100%!important;
}
  .chapter_loop {
    flex: 0 0 100%!important;
    max-width: 100%!important;
    padding: 0 15px;
    box-sizing: border-box;
}
  .chapter_box {
    display: block!important;
   
    align-items: center;
}
  .content-wrapper--vertical-spacing, .dnd-section {
    padding: 50px 10px!important;
}
  
.clt_two_column_section .dnd-section .row-fluid .span6,
.clt_two_column_section2 .dnd-section .row-fluid .span6,
.dnd_area_marketing_Ideas .span6{ width: 100%; margin: 0; }

.clt_two_column_section-column-3-background-image,
.clt_two_column_section2-column-1-background-image {
    min-height: 30rem !important;
    height: 100%;
}
.clt_two_column_section .row-fluid {
	display: flex; 
    flex-direction: column-reverse; 
}

.clt_theme_software .span6,
.clt_theme_location .span6{ width: 100%; margin: 0; }
}
html {
  font-size: 16px;
}

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

/* Paragraphs */

strong {
  font-weight: 700;
}

/* Anchors */

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

a:hover, a:focus {
  text-decoration: underline;
}


/* Lists */

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

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

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

ul li,
ol li {
  line-height: 38px;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid #00a9fa;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

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

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}



@media (max-width:767px){

body h2 {
    font-size: 30px;
}
body h1 {
    font-size: 40px;
}

}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

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 {
  background-color: #14b0fb;
  border-color: #14b0fb;
  color: #ffffff;
  text-decoration: none;
}

.button.button--secondary{
  color: #ffffff;    
     border: 1px solid #ffffff;
     background-color:#14b0fb;    
}

.button.button--secondary:hover{
    color: #14b0fb; 
    background-color:#ffffff;

}
.button svg {
    float: left;
}
.button.button--icon-right svg {
    float: right;
    margin: 0px 0 0px 10px;
}
.button svg {
    width: auto;
    height: 16px;
    fill: #ffffff;
}

.button.button--secondary:hover  span svg{ 
  fill: #14b0fb;
}

.button.button--primary > span svg {
 
    fill: #14b0fb;
}
.button.button--primary:hover{ 
      color: #ffffff;
      border: 1px solid #ffffff;
      background-color:#14b0fb;
}
.button.button--primary:hover  span svg{ 
   fill: #ffffff;
}
.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #00a9fa;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #ffffff;
  border: 1px solid #e5f5ff;
  border-radius: 3px;
  color: #00a9fa;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color:  #00a9fa;;
}

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

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #00a9fa;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

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

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

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

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #ffffff;
}

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: 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;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
/* default "Get Free Widget" form (renders when no form is passed to the form HubL tag) is an anchor (a.hs-button) rather than a real input, so it needs explcit css to avoid link styling */
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;
/* see "no form selected" note above */
  color: #ffffff;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;
/* see "no form selected" note above */
  color: #ffffff;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

fieldset.form-columns-1 .hs-input {
    width: 100%!important;
}
/* Table */

table {
  border: 1px solid #00a9fa;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

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

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #00a9fa;
  color: #ffffff;
  vertical-align: bottom;
}
/* Header container */

.header {
  padding: 0;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 99;
}
.header .right_column {
    display: flex;
    flex-direction: row-reverse;
}
 
.header .clt_documnt ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.header .header__row-1 {
     padding-top: 0px; 
}
 
.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}
 
/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:active,
.header__skip:focus,
.header__skip:hover {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

.header__logo img {
  max-width: 125px; width: 100% !important;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-color: #ffffff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1.79px solid #00a9fa;
  border-radius: 6px;
  color: #00a9fa;
  font-family: Lato, serif;
  font-size: 22px;
  font-weight: 300;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #00a9fa;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #ffffff;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #ffffff;
  border: 1.79px solid #00a9fa;
  border-top: -2px solid #ffffff;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #00a9fa;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #00a9fa;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}


/* Navigation */

#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: flex;
}


.search_button i.fas.fa-search {
    color: #00a9fa;
    cursor: pointer;
}

.header .nav .hs-menu-wrapper a:hover {
    text-decoration: none;
}

.header.header.header--no-navigation{ padding: 15px 0; }

.lp_page_button a {
        background-color: #ffffff;
  color: #14b0fb;
    border-color: #14b0fb;
    border: 1px solid #14b0fb;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: .92rem;
    font-weight: normal;
    height: auto;
    line-height: 1.1;
    margin: 0;
    padding: 15px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .15s linear;
    white-space: normal;
    width: auto;
    word-break: break-word;
    }
.lp_page_button a:hover{ background-color: #14b0fb; color: #ffffff;  }
/* Tablet styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

/* Mobile styles */

@media (max-width: 767px) {

  header.header.header--no-navigation .header__container {
    flex-direction: revert;
}

  .header__container {
  flex-direction: column;
    /*padding: 20px 0 0;*/
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
  /*  margin: 0 auto;
    width: 100%;*/
  }

  .header__navigation,
  .header__search {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open {
    background-color: #F8FAFC;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

 
  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 30px;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}


/*************************Header****************************/
.header__search.header--element.search-container{
  display: none;
  -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
      -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffffff;
      padding: 20px 100px;
      border-bottom: 1px solid #00a9fa;

}

.header__search.header--element.search-container.opened{
  display: block;
  -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header_search_wrapper {
    position: relative;
    width: 100%;
    padding: 0 65px 0 0;
}
.header_search_wrapper .search-toggle {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    cursor: pointer;
    height: 45px;
    width: 45px;
    border: 2px solid #00a9fa;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

 .clear_header_wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 100px;
}

.clear_top_header {
  background-color: #f4f4f4;
    padding: 0 100px;
    min-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
        border-bottom: 1px solid #e1e1e1;
}
.search_button {
    border-left: 1px solid #e1e1e1;
    padding: 30px 30px;
}
  
.clear_right_column {
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.clt_h_button{
   padding: 15px 0;
}
.clt_documnt ul{ margin: 0; padding: 0;  }
.clt_documnt ul li{ display: inline-block; }
.clt_documnt ul li a{ display: inline-block;  color: #00a9fa; text-decoration: none; }
.clt_documnt ul li a:hover{  color: #14b0fb; }


.clt_documnt ul li a {
    display: inline-block;
    color: #00a9fa;
    padding: 10px 15px;
    border-left: 1px solid #e1e1e1;
}
.clt_documnt ul li:first-child a{ border-left: 0;  padding-left: 0; }
.clt_documnt ul li:last-child a{  padding-right: 0; }

.left_column .fas {
    color: #00a9fa;
    margin: 0 10px 0 0;
}
.left_column a{ color: #00a9fa; }

.header .nav .hs-menu-wrapper li {
  position: relative;
  float: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .nav .hs-menu-wrapper ul ul {
  max-width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  box-shadow: 0 8px 10px -2px rgba(0, 0, 0, 0.15), 0 20px 60px -10px rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .nav .hs-menu-wrapper.hs-menu-flow-horizontal> ul > li > a{ 
  padding: 23px 13px;
  color: #3e4548;
 }
.header .nav .hs-menu-wrapper.hs-menu-flow-horizontal> ul > li > a:hover{
 color: #14b0fb;

  }
.header .nav .hs-menu-wrapper.hs-menu-flow-horizontal> ul > li:first-child > a{
  padding-left: 0;
}
.header .nav .hs-menu-wrapper ul ul {  opacity: 0;}
.header .nav.hs-menu-wrapper ul ul, 
.header .nav .hs-menu-wrapper ul ul {
  transition: .4s ease-in-out;
}
.header .nav .hs-menu-wrapper ul ul {
  border-radius: 4px;
}
.header .nav .hs-menu-wrapper ul ul {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.header .nav .hs-menu-wrapper ul ul {
  border-radius: 4px;
}
.header .nav .hs-menu-wrapper ul ul li:first-child > a {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.header .nav .hs-menu-wrapper ul ul li:last-child > a {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.header .nav .hs-menu-wrapper > ul > li > ul > li:first-child:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, .1);
  transition: .2s ease-in-out;
}
.header .nav .hs-menu-wrapper ul ul li.hs-item-has-children > a {
  padding-right: 25px;
}

.header .nav .hs-menu-wrapper ul ul li a {
  min-width: 11.25rem;
  max-width: 17.5rem;
  padding: 10px 15px; 
  text-transform: capitalize;
  font-weight: normal;

}
.header .nav .hs-menu-wrapper a {
  display: block;
  position: relative;  
  text-overflow: inherit;
}
.header .nav .hs-menu-wrapper ul, 
.header .nav .hs-menu-wrapper li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .nav .hs-menu-wrapper li:hover > ul {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.header .nav .hs-menu-wrapper li:hover > ul {
  opacity: 1;
}
.header .nav .hs-menu-wrapper li:hover > ul {
  max-width: none;
  height: auto;
  overflow: visible;
  visibility: visible;
}
.header .nav .hs-menu-wrapper ul ul li.hs-item-has-children > a:before {
  content: "\f105";
  font-weight: 900;
  position: absolute;
  right: 15px;
   font-family: "Font Awesome 5 Pro";
}
.header .nav .hs-menu-wrapper ul ul ul li:first-child:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 15px;
  left: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, .1);
  transition: .2s ease-in-out;
}


.header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}


 .header .nav .hs-menu-wrapper ul ul li a {
    background: #ffffff;
    color: #3e4548;
}
.header .nav .hs-menu-wrapper ul ul li a:hover{
  color: #14b0fb;
}

@media(max-width:992px){
 .header .nav .hs-menu-wrapper ul ul li a {
    background:  #33475B;
    color: #14b0fb;
} 
  .header .nav .hs-menu-wrapper ul ul li a:hover{
  color: #ffffff;
}
}

.header .nav .hs-menu-wrapper ul ul li {
    line-height: normal;
    border-top: 1px solid #14b0fb;
}
.header .nav .hs-menu-wrapper ul ul li:first-child{ border-top: 0; }
.header .nav .hs-menu-wrapper > ul > li > ul > li:first-child:before {
    background: none;
}

.header .nav .hs-menu-wrapper > ul > li > ul > li:first-child:hover:before{
    background: #CC0201;
    display: none;
}
.hubdew_templateheader .header .nav .hs-menu-wrapper.hs-menu-flow-horizontal> ul > li:last-child a {
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 5px;
    background-color: #d3d3d3;
    padding: 10px 20px;
}
/*.header .nav .hs-menu-wrapper li .child-trigger i {
    position: relative;
}*/
.header .nav .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:before {
    right: 0;
    width: 10px;
    height: auto;
    background-repeat: no-repeat;
    background-position: right;
    display: inline-block;
    position: absolute;
    z-index: 1;
    background-color: inherit;
    left: auto;
    top: auto;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f078";
    font-size: 10px;
}
/*************************Header-End****************************/
/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */
/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  text-decoration: none;
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:#ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
}

/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, 
.child-trigger{
    display: none; /* Hide button on Desktop */
}


@media screen and (min-width: 1200px) and (max-width: 1230px){

.search_button {
    padding: 30px 25px;
}
.header .nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {
    padding: 23px 12px; 
}


}



@media (max-width: 1200px){

 .clear_header_wrapper {
    padding: 0 20px;
}

.search_button {
    padding: 30px 25px;
}

}



@media (max-width: 992px){
.header .nav .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a:before{
  display: none;
}
  .header .nav .hs-menu-wrapper.hs-menu-flow-horizontal> ul > li > a:hover{
 color: #ffffff;

  }

  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: #33475B;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }
.header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 0px;
    top: 0;
}

.header .nav .hs-menu-wrapper.hs-menu-flow-horizontal> ul > li > a {
    padding: 0 15px;
   color: #14b0fb;
}
.header .nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:first-child>a{ 
       padding-left: 15px;
 }

.header .nav .hs-menu-wrapper ul ul li.hs-item-has-children > a:before{
  display: none;
}
 .header .nav .hs-menu-wrapper > ul > li > ul > li:first-child:before {
  display: none;
 }

  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 25px;          /* Position Button at right of screen  */
    right: 20px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #000000; 
  }

  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #ffffff; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #ffffff; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, 
  .mobile-trigger i:before, 
  .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, 
  .mobile-trigger:hover i:before, 
  .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, 
  .mobile-open .mobile-trigger i:before, 
  .mobile-open .mobile-trigger i:after{
      background-color: #000000; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, 
  .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
.custom-menu-primary.js-enabled{
     /*  position: relative;
       padding-top: 44px;
       margin: 10px 0 10px 0;*/
}
.clear_right_column {
   
    padding: 0 70px 0 0;
    /*position: relative;*/
    align-items: inherit;
}
  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute; /**************************************************************/
    top: 83px;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#33475B; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    /*background-color: #33475B;*/
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 16px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px solid #14b0fb; /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }

.clear_header_wrapper{  padding: 0 15px; position: relative; }
.clear_top_header{  padding: 0 15px; }

.header .nav .hs-menu-wrapper ul ul li:first-child>a {
    border-top-left-radius: 0; 
   border-top-right-radius: 0; 
}
.header .nav .hs-menu-wrapper ul ul li:last-child>a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.header .nav .hs-menu-wrapper ul ul{
  border-radius: 0;
}

.header .nav .hs-menu-wrapper ul ul{
   -webkit-transform: inherit;
  transform: inherit;
}


.header .nav .hs-menu-wrapper ul ul{
   max-width: 100%;
   height: auto;
}

.header .nav .hs-menu-wrapper ul ul li a{ 
  padding-top: 0;
  padding-bottom: 0; 
}

.header__search.header--element.search-container {
    padding: 20px 15px;  
}
}
@media (max-width: 580px){

.clt_h_button{ display: none; }
.search_button {
    border-left: 1px solid #00a9fa;
    padding: 30px 20px;
    border-right: 1px solid #00a9fa;
}

.clt_documnt ul li a {   padding: 0 5px;  font-size: 12px;}
.left_column a {  font-size: 12px;}
.left_column .fas {   margin: 0 5px 0 0; font-size: 12px;}

}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}
/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }
.footer {
  border-top: 1px solid #e5f5ff;
}

.footer__container.content-wrapper {
  padding: 90px 0 40px 0;
}

.footer__copyright {
  font-size: 0.7rem;
  margin: 0.5rem 0;
}

.footer_copyright_area{ 
	 border-top: 1px solid #e5f5ff;
	 padding-top: 35px;
	 margin-top: 60px;
 }

.footer_copyright_area .row-fluid {
    display: flex;
}
.clt_social_media{ order: 1; }
.clt_social_media .social-links {
    justify-content: flex-end;
}


.footer_copyright_area p{ margin: 0; padding: 0;  font-size: 14px; }
.clt_copy_right{ margin: 0 !important; padding: 0; }

.footer__navigation .hs-menu-wrapper ul{ list-style: none; margin: 0; padding: 0; }
.footer__navigation .hs-menu-wrapper ul li{ list-style: none; margin: 0; padding: 0;  line-height: 36px;}
.footer__navigation .hs-menu-wrapper ul li a:hover{ 
	text-decoration: none;
	 color: #14b0fb; 
}

.span3.quick_link_box {
    padding-left: 60px;
}
.footer_middle_area h5{ font-weight: 700; font-size: 20px; }

.footer_recent_post .resources_blog_wrap article.resources_blog{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}
.footer_recent_post .resources_blog_wrap article.resources_blog .Cl-feature-img-blogs{ display: none; }
.footer_recent_post .resources_blog_wrap article.resources_blog .Cl-title_head h3{     height: auto;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}
.footer_recent_post .resources_blog_wrap article.resources_blog .Cl-post-name .detail_blog_list { display: none;}

.footer_recent_post .resources_blog_wrap article.resources_blog .Cl-title_head h3 a:hover{
	color: #14b0fb; 
}

.social-links__icon {
 /* background-color: #e5f5ff;*/
  border: 2px solid #494a52;
}
.social-links__icon svg {
  fill: #494a52;
}
.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #14b0fb;
   border: 2px solid #14b0fb;
}

.social-links__icon:active {
  background-color: #14b0fb;
   border: 2px solid #14b0fb;
}
/*.social-links__icon:hover svg {
  fill: #ffffff;
}*/

.social-links__icon:hover svg, 
.social-links__icon:focus svg, 
.social-links__icon:active svg{
    fill: #ffffff ;
}

footer.footer.lp_footer .footer__container.content-wrapper {
    padding: 0;
}


footer.footer.lp_footer .footer_copyright_area {
    border: 0;
    padding: 30px 0;
    margin: 0;
}

footer.footer.lp_footer .clt_copy_right p,
footer.footer.lp_footer .clt_copy_right p a {
  color:#ffffff;
}
footer.footer.lp_footer .clt_copy_right .footer__copyright{ margin: 0; }

footer.footer.lp_footer{   background-color: #00a9fa; }


.Cl-title_head h3 { color: #494a52; }
.Cl-title_head h3 a{ color:#494a52; }





.footer_cta a {
    background-color: #ffffff;
    color: #14b0fb;
    border-color: #14b0fb;
    border: 1px solid #14b0fb;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: .92rem;
    font-weight: normal;
    height: auto;
    line-height: 1.1;
    margin: 0;
    padding: 15px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .15s linear;
    white-space: normal;
    width: auto;
    word-break: break-word;
    }
.footer_cta a:hover{ background-color: #14b0fb; color: #ffffff;  }



.lp_footer .footer_copyright_area .row-fluid{ justify-content: space-between; align-items: center; }

.clt_copy_right{ width: 50%; }
.footer_cta{ width: 50%; text-align: right; }

@media (max-width:990px){
footer.footer.lp_footer .footer_copyright_area {
    padding: 30px 20px;   
}
  }

@media (max-width:767px){

.footer__container.content-wrapper {
  padding: 40px 15px 40px 15px;
}
.span3.quick_link_box {
    padding-left: 0;
    padding-bottom: 20px;
}
.Recent_Blog_Post{  padding-bottom: 20px; }
.footer_copyright_area {
    margin-top: 30px;
    text-align: center;
}
.footer_copyright_area .row-fluid {
    flex-wrap: wrap;
    justify-content: center;
}
.clt_social_media {
    order: 0;
}

.lp_footer .footer_copyright_area .row-fluid {
   
    flex-wrap: wrap;
}

.lp_footer  .clt_copy_right{ width: 100%; }
.lp_footer .footer_cta {
    width:100%;
    text-align: center;
    margin-top: 20px;
}


}
.product_detail a{  color: #14b0fb;}
.clt_product_row:hover{ border: 1px solid #14b0fb; }

.teamSection .Team-box .Team_img{  border: 1px solid #e5f5ff; }
 
@media (max-width: 767px){
.content-wrapper--vertical-spacing, .dnd-section {
    text-align: center;
}
  .footer__container.content-wrapper {
    text-align: center;
}
}

/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

.systems-page{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; 
}


.backup_unsubscribe_row .hs-button.primary,
.hs-membership-loader.hs_submit.hs-submit input.hs-button.primary.large,
.bg_border_row input.hs-button.primary.large,
.systems-page.bg_border_row.communication_preferences .email-prefs .hs-button.primary{
   color: #ffffff;
   background-color: #14b0fb;
}
.backup_unsubscribe_row .hs-button.primary:hover,
.hs-membership-loader.hs_submit.hs-submit input.hs-button.primary.large:hover,
.bg_border_row input.hs-button.primary.large:hover,
.systems-page.bg_border_row.communication_preferences .email-prefs .hs-button.primary:hover{
  background-color: #ffffff;
   color: #14b0fb;
   border-color: #14b0fb;

}


.hs-membership-loader.hs_submit.hs-submit input.hs-button.primary.large,
.bg_border_row input.hs-button.primary.large{ 
  width: 100%; 
  
 }

.backup_unsubscribe_row .page-header h1,
.bg_border_row h1 {
    font-size: 30px;
    border-bottom: 1px solid #e5f5ff;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}

.backup_unsubscribe_row div#content h3 {
    font-size: 16px;
    text-transform: capitalize;
}

.systems-page.sing_in_wrap h2{ font-size: 30px; }

.systems-page.backup_unsubscribe_row > .hs_cos_wrapper  {
    border-radius: 15px;
    border: 1px solid #e5f5ff;
    padding: 3rem;
}
.systems-page.sing_in_wrap,
.systems-page.bg_border_row {
    border: 1px solid #e5f5ff;
    border-radius: 15px;
}

.systems-page.backup_unsubscribe_row form input {
    width: 100% !important;
}
.systems-page.backup_unsubscribe_row form input {
    width: 100%;
}

.systems-page.sing_in_wrap .hs-form-field [type="checkbox"] {
    width: auto;
    float: left;
    margin: 2px 9px 0 0;
}

.systems-page.sing_in_wrap a.hs-login-widget-show-password {
   color: #14b0fb;
   margin-bottom: 5px;
   display: block;
}
.systems-page.sing_in_wrap a{ color: #14b0fb; }

.bg_border_row ul.no-list.hs-error-msgs {
    margin: 0;
    padding: 0;
}
.bg_border_row ul.no-list.hs-error-msgs li label {
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: inherit;
}
.systems-page.bg_border_row a{ color: #14b0fb; }
.systems-page.bg_border_row h4 {
    margin: 0 0 10px 0;
    padding: 0;
}
.systems-page.bg_border_row p {
    margin: 0;
    padding: 0;
}
.systems-page.bg_border_row .form-container form {
    margin-bottom: 10px;
}
.systems-page.bg_border_row .hs-form-field {
    margin-bottom: 15px;
}

.systems-page.bg_border_row #hs_cos_wrapper_password_prompt {
    display: block;
    margin-top: 15px;
}

.systems-page.bg_border_row.email_subscriptions .page-header h1 {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}

.systems-page.bg_border_row.email_subscriptions .page-header h2,
.systems-page.bg_border_row.communication_preferences .page-header h2{
     font-size: 30px;
         margin: 0;
}

.systems-page.bg_border_row.communication_preferences .email-prefs .item {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #00a9fa;
    padding: 15px 0;
}

.systems-page.bg_border_row.communication_preferences .subscribe-options {
    padding: 15px 0;
}
.systems-page.bg_border_row.communication_preferences .page-header {
    margin-bottom: 15px;
}

.hs-search-results__pagination {
    display: inline-block;
    width: 100%;
}


body .hs-search-results__pagination .hs-search-results__prev-page,
body .hs-search-results__pagination .hs-search-results__next-page{
  color: #ffffff;
  background-color: #14b0fb;
  padding: 15px 30px;
  border: 1px solid #14b0fb;
  border-radius: 3px;
}

body .hs-search-results__pagination .hs-search-results__prev-page:hover,
body .hs-search-results__pagination .hs-search-results__next-page:hover{
  text-decoration: none;
    background-color: #ffffff;
    color: #14b0fb;
    border-color: #14b0fb;
}

.systems-page.bg_border_row .hs-search-results__listing{ 
   display: inline-block;
   width: 100%;
 }

.error-page.clear404_section,
.error-page.clear500_section {
    padding: 2rem 0 7rem;
}

.error-page.clear404_section .clear_404_error_page,
.clear_500_error_page {
    max-width: 580px;
    margin: 0 auto;
}
.clear_500_error_page svg {
    margin-bottom: 30px;
}


.error-page.clear404_section h2,
.error-page.clear500_section h1{
   font-size: 36px;
}

#freepik--404--inject-2 > path,
#freepik--Planets--inject-2 > path,
#elxbe54zgmpkq > circle,
#elukj92sr3v6n > path,
#freepik--Rocket--inject-2 circle,
#freepik--Rocket--inject-2 polygon,
#freepik--Rocket--inject-2 #el200spcavjayh + path,
#el1j4be65doas,
#elppw53fsb3bk,
#elkl3bwu8zzzg,
#elh115shuf5r,
#elhsnjazfbp4e,
#el5xz97vr84oq, 
#elufoflaak50n,
#elcs509qlo5lb,
#el895lqijlcks,
#eluh9lh3xel7a,
#elx9p5lhpf1j,
#ell56oov4i8wi,
#el3noakh8wod7,
#elc0aa0wiszeg,
#elng4bxtisdl,
#elj8jttxyfpx,
#elfaem6wz5bro,
#elcmuumnh2338,
#elw25ljl8pe4r,
#elvgdqapmdsxn,
#eluno411mblsn,
#elhksua0is1nj,
#elkwdoex6z1u,
#eltxb2qv2yb,
#el5y9vndd63br,
#elkxsoi6rsoyq,
#elrec4zwkstj,
#el13tqp7usvi3,
#elxv8aquyfmio,
#elkfoosp0fayn,
#elwvcv1x6hw6l,
#eli7r2bqbyohk,
#elfhbetc28ae,
#elr09u7cw0h5l,
#el65ktr0we1sv,
#elr09u7cw0h5l,
#elgls19f6li6f {
    fill: #14b0fb !important; 
}



#freepik--error-500--inject-8 #freepik--Text--inject-8 path,
#elwmdqh797gvr,
#elcha1uiuqhrg,
#el80t53j841w6,
#elnbqloqtde7q,
#el5lbq8ntpmp8,
#elcxbk9l1hhcb,
#elayvd9ybfvt5,
#elpjqyu55p98d,
#el65ugmtrc703,
#el0s8kh8ocmm7,
#el08v7qcl7mk6r,
#eldkhliimzni9,
#ellol2eui3nip,
#ell9jfkdjtl0e,
#el2ae09ny297o,
#el8uh2ooga734,
#el2ae09ny297o,
#el073icnwa41sv,
#elqpbdo8ijzma, 
#elbcxqxwgr61p,
#elhahazlvux09,
#el5chc34rn1b,
#eli92f44tmjmn,
#elszl5498j6w,
#el4fp003utkl4,
#eljfote1dw6c8,
#el2iuaqougepi,
#elx3l4489jx9,
#elxro2dt82lqn,
#elj9u7d1nrf5h,
#elyz8we6go2ie,
#el2y3sekoctin,
#elldtcsumy9om,
#elec6zfb4g8,
#elv4609vcqlwd,
#eltqtippfirdo,
#elxo8yg7k0ei8,
#el16khzp3jvbu,
#elx7esji8fb1,
#el3tvavgokuk2,
#elmau4m02n5n,
#elx7esji8fb1,
#elc3g4c3a2v6,
#el66mn78a5yw4,
#elmau4m02n5n,
#elapqpaho475,
#elxcgxdqwt9ri,
#elbz5jdolgvsi,
#elf8ensrsvupb,
#el3xsdy9udcyb,
#elwbrh9e1bydi,
#el1rshlojukn7,
#elj3xv4q53gi,
#elbfq3p6vwo67,
#elfu53f26838a,
#eluu4r8ww413,
#elurap6vwuou7,
#elnk1exqsm4gc,
#elu5ds4p3lry,
#elol5fpwo29ad,
#elzjxuyplgocm,
#el4z103bvj13a,
#elp5u605mc60c,
#elp5u605mc60c,
#elc604wmz71l9,
#el1s124kyvemz,
#elv1217peejn,
#elggi7l9jeuoq,
#elnbfg57odh8a,
#elhddu9klvkvs,
#elbai1s2nk9m4,
#elpn21r1rwpcr,
#eliboiiln4gsd,
#eladgn7wfjvb,
#elyg48vmqsfof,
#elttcea3jvk6s,
#elu92myx41rpk,
#el9p0ntns4mrq,
#elnljj4y9a4r8,
#elh8piuwzv1cw,
#elee2kgx9il4t,
#el1jle4916hsz,
#elg1tsjg998wt,
#elzr35tua685,
#eloy90hsij2ng,
#elevdic5rms7,
#el9hcpuec9859,
#el3xnmi1ye2xs,
#elp0h1mod5457,
#elj19bcl97f3m,
#eldedy1jyio5g,
#el9xas25bcv4,
#el9xas25bcv4,
#eliwgohk9elxa,
#elypnz51wjunb,
#elcpfwhpg33i,
#el37cdfij9dah,
#ells3jpfso0qm,
#el8fi0s1oqfvf,
#elpppordfpktn,
#elfh49qep3434,
#el40iv0ajaepe,
#elyif763bxbc,
#elaz5ltz60zlg,
#elbp0zx3ow6f,
#elly5ezjzeqhi,
#el2j63uhrhe35,
#eld2tswv59zvl{ 
   fill: #14b0fb !important; 
 }

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding:2rem 1.4rem;
}

.systems-page .success {
  background-color: #14b0fb;
  border: 1.5px solid #ffffff;
  border-radius: 6px;
  color: #ffffff;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: auto;
}


.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color:#ffffff;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}
 
.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

@media(max-width:767px){
 .systems-page {
    margin-top: 2rem!important;
    margin-bottom: 2rem!important;
} 
  .systems-page.bg_border_row.communication_preferences .page-header {
    text-align: center;
    margin-bottom: 30px;
}
  .page-header {
    text-align: center;
}
  .systems-page .success {
    text-align: center;
}
}