/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  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: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.dnd-section {
/*   padding: 45px 0; */
  overflow: hidden !important;
}
.banner-area .dnd-section {
  padding: 0;
}



[class*="force-full-width-section"] > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
  

@font-face {
  font-family: "Fontawesome";
  src: url('//6602587.fs1.hubspotusercontent-na1.net/hubfs/6602587/Cloudwick_December2020/Fonts/fontawesome-webfont.eot#iefix') format("embedded-opentype"), 
    url(//6602587.fs1.hubspotusercontent-na1.net/hubfs/6602587/raw_assets/public/Cloudwick_theme_2025/fonts/fontawesome-webfont.woff2) format("woff2"), 
    url(//6602587.fs1.hubspotusercontent-na1.net/hubfs/6602587/raw_assets/public/Cloudwick_theme_2025/fonts/fontawesome-webfont.woff) format("woff"), 
    url(//6602587.fs1.hubspotusercontent-na1.net/hubfs/6602587/raw_assets/public/Cloudwick_theme_2025/fonts/fontawesome-webfont.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "ult-silk";
  src: url('//6602587.fs1.hubspotusercontent-na1.net/hubfs/6602587/Cloudwick_December2020/Fonts/ult-silk.eot#iefix') format("embedded-opentype"), 
    url(//6602587.fs1.hubspotusercontent-na1.net/hubfs/6602587/raw_assets/public/Cloudwick_theme_2025/fonts/ult-silk.woff) format("woff"), 
    url(//6602587.fs1.hubspotusercontent-na1.net/hubfs/6602587/raw_assets/public/Cloudwick_theme_2025/fonts/ult-silk.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Icofont";
  src: url('//6602587.fs1.hubspotusercontent-na1.net/hubfs/6602587/Cloudwick_December2020/Fonts/icofont.eot#iefix') format("embedded-opentype"), 
    url(//6602587.fs1.hubspotusercontent-na1.net/hubfs/6602587/raw_assets/public/Cloudwick_theme_2025/fonts/icofont.woff) format("woff"), 
    url(//6602587.fs1.hubspotusercontent-na1.net/hubfs/6602587/raw_assets/public/Cloudwick_theme_2025/fonts/icofont.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}


@font-face {
    font-family: 'Lato';
    src: url("//6602587.fs1.hubspotusercontent-na1.net/hubfs/6602587/raw_assets/public/Cloudwick_theme_2025/fonts/Lato-Bold.woff2") format('woff2'),
        url("//6602587.fs1.hubspotusercontent-na1.net/hubfs/6602587/raw_assets/public/Cloudwick_theme_2025/fonts/Lato-Bold.woff") format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url("//6602587.fs1.hubspotusercontent-na1.net/hubfs/6602587/raw_assets/public/Cloudwick_theme_2025/fonts/Lato-Light.woff") format('woff2'),
        url("//6602587.fs1.hubspotusercontent-na1.net/hubfs/6602587/raw_assets/public/Cloudwick_theme_2025/fonts/Lato-Light.woff") format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url("//6602587.fs1.hubspotusercontent-na1.net/hubfs/6602587/raw_assets/public/Cloudwick_theme_2025/fonts/Lato-Regular.woff") format('woff2'),
        url("//6602587.fs1.hubspotusercontent-na1.net/hubfs/6602587/raw_assets/public/Cloudwick_theme_2025/fonts/Lato-Regular.woff") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url("//6602587.fs1.hubspotusercontent-na1.net/hubfs/6602587/raw_assets/public/Cloudwick_theme_2025/fonts/Lato-Black.woff") format('woff2'),
        url("//6602587.fs1.hubspotusercontent-na1.net/hubfs/6602587/raw_assets/public/Cloudwick_theme_2025/fonts/Lato-Black.woff") format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


html {
  font-size: 24px;
}

body {
  font-family: Open Sans,sans-serif;
  font-size: 1rem;
  color: #494a52;
  line-height:normal;
}

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 700;
  
  font-family: "Lato", serif;
  color: #494a52;
  word-break: break-word;
  -webkit-transition: opacity .24s ease-in-out;
  -moz-transition: opacity .24s ease-in-out;
  transition: opacity .24s ease-in-out;
}

h1 {
  font-size: 2.1rem;
  line-height:1.2;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height:1.733333333333333;
}

h4 {
  font-size: 1.175rem;
  line-height:1.1667;
}

h5 {
  font-size: 1rem;
  line-height:1.44445;
}

h6 {
  font-size: .9rem;
  line-height:1.8571;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}
.blog-comments .hs-button,
.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 20px;
  white-space:normal;
  padding: 15px 53px;
  
  text-decoration: none;
}

.blog-comments .hs-button:hover,
.blog-comments .hs-button:focus,
.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;

  color: #fff;
}

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


.hs-form label {
  font-size:16px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #c01d2b;
}
input#hs-pwd-widget-password,
.hs-input {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 9px 10px;
  font-size: 12px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

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

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

.hs-input:-moz-placeholder {
  color: #515359;
  opacity: 0.85;
}

.hs-input::-webkit-input-placeholder {
  color: #515359;
  opacity: 0.85;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

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

.hs-form-required {
  color: red;
}
form .hs-error-msgs label {
  font-size: 14px;
  color: #c01d2b;
}
.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Open Sans,sans-serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}


/* Horizontal Menu
========================================================================== */
.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}
/* Vertical Menu
========================================================================== */
.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}
/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: wrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1199px) {
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: auto;
  top: 0;
}
}

@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }
  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }
  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}
.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

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

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

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

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

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

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
body { font-family: "Open Sans", sans-serif; font-weight: 400; }
.m-t-0 { margin-top: 0 !important; }
.m-t-40 { margin-top: 40px; }
.m-t-60 { margin-top: 60px; }
.m-b-40 { margin-bottom: 40px; }
.m-t-20 { margin-top: 20px; }
.m-t-30 { margin-top: 30px; }
.m-l-30 { margin-left: 30px; }
.align-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-center .row-flex { justify-content: center; }
ul, ol { padding: 0; }
li { list-style-type: none; }
.s-p-tb { padding: 100px 0 !important; }
.d-flex { display: flex; flex-wrap: wrap; flex-direction: row; }
.space-between { justify-content: space-between; }
.cm-website-layout { margin-top: 83px; }

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

iframe, video, embed{
  max-width:100%;
}
.row-fluid [class*="span"] {
  min-height: 1px;
}

.xs-show { display:none; }
.col6_6 .row-flex [class*="span"] { width: 48%; }
.col_84 .row-flex [class*="span"]:first-child{ width: 65%; }
.col_84 .row-flex [class*="span"]:last-child{ width:31%; }

.cta_group a.contact_cta {
    background: #fff;
    border: 2px solid #0676e7;
    color: #0676e7;
    display: inline-block;
    font-size: 18px;
    padding: 8px 16px; font-weight: 600;
    transition: all .5s ease;
    padding-right: 38px; position: relative; transition: 0.5s ease all;
}
.cta_group a.contact_cta span { position: absolute; right: auto; top: 50%; transform: translateY(-50%); margin-left: 7px; transition: 0.5s ease all; }

.cta_group a.contact_cta:hover span { top: 35%; right: auto; }
.slick-slide:active, .slick-slide:focus {
    outline: none;
}

.slide_wrapper {
    margin: 0 0 0 auto;
    max-width: 1760px;
    width: 100%;
  padding-right: 100px;
}
.theme_brd_lr { position: relative; }
.theme_brd_lr.str_line:after { right: 3.6%; }
.after_lyt { position: relative; }
.after_lyt:after { content:""; background:#fff; width: 8.5%; position: absolute; right:0; top:0; height: 100%; }

.fixbrd_lr { position: relative; }
.fixbrd_lr:before,
.fixbrd_lr:after { content: ""; background: #e1f0ff; height: 150%; position: absolute; top: -25%; 
 width: 2px; }





.fixbrd_lr:before { left: 0; }
.fixbrd_lr:after { left: auto; right: 0; }


.xs-show { display: none; }



@media (max-width: 1680px) {
  .slide_wrapper { max-width: 1545px; }
  .theme_brd_lr.str_line:after { right: 2.5%; }
  .after_lyt:after { width: 8.3%; }
}

@media (max-width: 1550px) {
  .slide_wrapper { max-width: 1341px; }
  .theme_brd_lr.str_line:after { right: 5.77%; }
  .after_lyt:after { width: 11.35%; }
}

@media (max-width: 1440px) {
  .slide_wrapper { max-width: 1305px; }
  .theme_brd_lr.str_line:after { right: 2.9%; }
  .after_lyt:after { width: 9.5%; }
}

@media (max-width: 1400px) {
  .slide_wrapper { max-width: 1268px; }
  .theme_brd_lr.str_line:after { right: -0.1%; }
  .after_lyt:after { width: 5.5%; }
}

@media (max-width: 1300px) {
  .slide_wrapper { max-width: 1268px; }
  .theme_brd_lr.str_line:after { right: -4%; }
}

@media (max-width: 1199px){
.slide_wrapper { padding: 0 15px; } 
.after_lyt:after { width: 0; }
.theme_brd_lr.str_line:after { right: 0; }
}

@media (max-width: 991px){
.cm-website-layout { margin-top: 65px; }
}


@media (max-width: 767px){
.row-flex.swap { flex-direction: column-reverse; }
  .xs-p-t0 { padding-top: 0 !important; }
  .xs-hide { display:none; }
  .xs-show { display:block; }
  .xs-pb-0 { padding-bottom: 0 !important; }
  .col6_6 .row-flex [class*="span"] { width: 100%; }
  .col_84 .row-flex [class*="span"]:first-child{ width: 100%; }
.col_84 .row-flex [class*="span"]:last-child{ width:100%; }
  
  .cta_group a.contact_cta { display: block; border-width: 1px; font-size: 14px; padding: 10.5px 16px; }
  .xs-ml0 { margin-left: 0 !important; }
  .cta_group a.contact_cta span { height: 14px; top: 42%; }
  .cta_group a.contact_cta span svg, 
  .cta_group a.contact_cta span img { height: 100%; }
  .cm-website-layout { margin-top: 58px; }
  
  .xs-hide { display: none; }
  .xs-show { display: block; }
  .fixbrd_lr:before, .fixbrd_lr:after { width: 1px; }
  
}


/*
.cm-aws-group1 .dnd-section {
  padding-bottom: 8px;
}
.cm-aws-group2 .dnd-section {
  padding-bottom: 50px;
}
.cm-aws-group3 h2 {
  font-size: 30px;
  color: #fff;
  text-align: left;
  font-weight: normal;
  margin-top: 20px;
  line-height: 40px;
}
.cm-aws-group3 .dnd-section {
  padding-top: 60px;
}
.cm-aws-group3 h2 {
  font-size: 30px;
  color: #ffffff;
  line-height: 40px;
  text-align: left;
  font-weight: normal;
  margin-top: 20px;
}
.cm-aws-group3 .dnd-section {
  padding-top: 60px;
}
.cm-aws-group3 h6 {
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  margin-bottom: 12px;
}
.cm-aws-group3 img {
  margin-bottom: 35px;
}
.cm-aws-group3 ul {
  margin: 0;
  padding: 0;
}
.cm-aws-group3 ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f0da";
  font-family: 'FontAwesome';
}
.cm-aws-group3 ul li {
  position: relative;
  padding-left: 18px;
  list-style: none;
  margin-bottom: 12px;
}
.cm-aws-group4 h2 {
  font-size: 30px;
  line-height: 38px;
  text-align: left;
  color: #ff7c00;
  margin: 0;
}
.cm-aws-group4 h6 {
  font-size: 22px;
  color: #202a37;
  line-height: 30px;
  text-align: left;
  margin-bottom: 12px;
}
.cm-aws-group4 p {
  margin: 0;
}
.cm-aws-group4 .dnd-section {
  padding-top: 35px;
}
.cm-aws-group4 ul {
  margin: 0;
  padding: 0;
}
.cm-aws-group4 ul li {
  position: relative;
  padding-left: 18px;
  list-style: none;
  margin-bottom: 12px;
}
.cm-aws-group4 ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f0da";
  font-family: 'FontAwesome';
}
.cm-aws-group5 h4 {
  font-size: 20px;
  color: #202a37;
  line-height: 30px;
  text-align: left;
  margin-bottom: 7px;
  font-weight: 700;
}
.cm-aws-group5 .dnd-section {
  padding-top: 27px;
}
.cm-aws-group5  p{
  margin: 0;
}
.cm-aws-group5 form {
  margin-top: 0;
}
.cm-aws-group5 .dnd-section form {
  padding-left: 31px;
  padding-right: 41px;
}
.cm-aws-group5 .dnd-section form textarea {
  min-height: 90x;
  margin-top: 1px;
  padding-top: 13px;
}
.cm-aws-group5 .dnd-section .actions {
  text-align:center;
}
.cm-careers-group1 .dnd-section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cm-careers-group1 .dnd-section {
  padding-top: 90px;
  padding-bottom: 35px !important;
}
.cm-boost-your-career-group {
  padding: 100px 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cm-boost-your-career-group .cm-boost-your-career-content {
  width: 41.66666667%;
  background: #fff;
  padding: 60px 25px;
  margin-left: auto;
  font-size: 15px;
  line-height: 30px;
  text-align: left;
  margin-bottom: 60px;
}
.cm-boost-your-career-group .cm-boost-your-career-content h5 {
  font-size: 30px;
  line-height: 35px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 18px;
}
.cm-boost-your-career-group .cm-boost-your-career-content p:last-child {
  margin: 0;
}
.cm-careers-group3 .dnd-section {
  background: #0777C1;
  color: #ffff;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  padding-bottom: 30px;
  text-align: left;
}
.cm-careers-group3 .dnd-section h3 {
  font-size: 32px;
  color: #ffffff;
  line-height: 50px;
  margin: 0;
  text-align: left;
  font-weight: bold;
  margin-top: 14px;
}
.cm-careers-group3 .accordion {
  padding: 0;
  color: #fff;
  margin-top: 12px;
}
.cm-careers-group3 .accordion .page-title a {
  color: #fff;
}
.cm-careers-group3 .accordion .panel-heading .panel-title a {
  color: #fff;
}
.cm-careers-group4 .dnd-section > .row-fluild > .span6:first-child {
  padding: 30px 37px;
  background-color: #fbfbfb;
  border: 1px solid #e6e5e5;
}
.cm-careers-group4 .hs-input {
  border: 1px solid #e6e5e5;
  border-radius: 0;
  color: #515359;
  margin: 0;
  background-color: #fff;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  border-radius: 0 0 0 0;
  transition: all 0.3s ease-in-out;
  font-size:16px;
/*   font-family:Lato; *
  -webkit-transition: all 0.3s ease-in-out;
  height: 50px;
}
.cm-careers-group4 .hs-input:focus{
  border-color:rgb(81, 83, 89);
}
.cm-careers-group3 .accordion .panel-heading .panel-title i {
  color: #fff;
}
.cm-careers-group4 .hs-form-field {
  margin: 0;
}
.cm-careers-group4 .hs-form-field > label {
  margin: 0;
}
.cm-careers-group4 h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  margin: 0;
}
.cm-careers-group4 p {
  text-align: center;
}
.cm-careers-group4 .cm-careers-group4-col1, 
.cm-careers-group4 .cm-careers-group4-col2 {
  float: left;
  width: 50%;
  padding:10px 13px;
}
.cm-careers-group4 {
  padding: 93px 0px;
}
.cm-careers-group4 .dnd-section {
  padding: 0;
}
.cm-careers-group4 .dnd-section > .row-fluid{
  padding:0;
}
.cm-careers-group4 p {
  margin: 0;
}
.cm-careers-group4-left {
  background-color: #fbfbfb;
  border: 1px solid #e6e5e5;
  padding: 30px 37px;
  text-align:center;
}
.cm-careers-group4-left form {
  text-align: left;
  padding: 4% 4% 0% 4%;
  margin-top: 27px;
}
.cm-careers-group4 .page-center {
  padding-left: 2px;
  padding-right: 2px;
}
.cm-careers-group4-right p {
  text-align: left;
  margin: 0;
  padding: 0;
}
.cm-careers-group4-left input.hs-button.primary.large {
  border-radius: 8px;
  margin-top: 5px;
  letter-spacing: 0;
  padding-top: 12px;
  padding-right: 35px;
  padding-bottom: 13px;
  line-height: 23px;
  padding-left: 35px;
  font-weight: 600;
  font-family: open sans, sans-serif;
  font-size: 16px;
  margin-bottom: 7px;
  background-color: transparent;
}
.cm-careers-group4-left input.hs-button.primary.large:hover{
  background:transparent;
  border-color: rgba(255,180,40,1.0);
  color: rgba(255,140,0,1.0);
}
.cm-careers-group4-left .input {
  width: 100% !important;
}
.cm-who-we-are-group1 h4 {
  font-size: 30px;
  color: #202a37;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 40px;
}
.cm-who-we-are-group1 .dnd-section {
  padding-bottom: 80px;
}
.cm-who-we-are-group2 h1 {
  font-size: 30px;
  color: #202a37;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 23px;
  letter-spacing: 0;
}
.cm-who-we-are-group2 .dnd-section {
  padding-top: 35px;
}
.cm-who-we-are-group2 h5 {
  margin: 10px 0 7px;
  padding: 0;
  font-size: 16px;
  line-height: 0px;
  text-align: center;
}
.cm-who-we-are-group2 .span3 p {
  margin: 0;
}
.cm-who-we-are-group2 .dnd-section {
  padding-top: 35px;
  padding-bottom: 18px;
}
.cm-who-we-are-group2 .span3 {
  margin-bottom: 34px;
}
.cm-who-we-are-group2 .span3 img {
  margin-top: 10px;
}
.cm-who-we-are-group3 h4 {
  font-size: 30px;
  color: #202a37;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
}
.cm-who-we-are-group3 .dnd-section {
  padding-top: 80px;
  padding-bottom: 30px;
}
.cm-who-we-are-group3 img {
  margin-top: 4px;
}
.cm-who-we-are-group4 h4 {
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 30px;
  color: #202a37;
  line-height: 50px;
}
.cm-who-we-are-group4 .dnd-section {
  padding-top: 35px;
}
.cm-who-we-are-group4 p {
  margin-bottom: 40px;
}
.cm-who-we-are-group4 h5 {
  font-size: 16px;
  line-height: 0px;
  margin-top: 10px;
  margin-bottom: 14px;
}
.cm-who-we-are-group4 .span4 {
  margin-bottom: 30px;
}

.cm-who-we-are-group6 .cm-contact-details-group.Style1 {
  margin-top: -135px;
  position: relative;
}
.cm-who-we-are-group6 .dnd-section {
  padding-top: 0;
  padding-bottom: 70px;
}
.cm-who-we-are-group7 h4 {
  font-size: 20px;
  color: #202a37;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 7px;
}
.cm-who-we-are-group7 p {
  margin: 0;
}
.cm-who-we-are-group7 .dnd-section {
  padding-top: 50px;
  padding-bottom: 57px;
}
.cm-who-we-are-group7 form {
  padding: 26px 40px 0px 31px;
}
.cm-who-we-are-group7 .actions {
  text-align: center;
}
.cm-aws-group5 input.hs-button.primary.large,
.cm-aws-group6.cm-who-we-are-group7 input.hs-button.primary.large {
  margin:0;
  padding-left: 31px;
  padding-right: 31px;
  margin-left: 30px;
}
.cm-who-we-are-group5 h1 {
  font-size: 33px;
  line-height: 51px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
.cm-who-we-are-group5 .cm-map-group {
  padding: 5px;
  background: #f7f7f7;
}
.cm-who-we-are-group6 .dnd-section {
  margin-top: -111px;
  position: relative;
}
.cm-hadoop-migration-group6 h3,
.cm-hadoop-migration-group4 h3,
.cm-hadoop-migration-group2 h3 {
  font-size: 15px;
  color: #fe9b00;
  line-height: 26px;
  text-align: left;
  margin-bottom: 12px;
}
.cm-hadoop-migration-group6 h4,
.cm-hadoop-migration-group4 h4,
.cm-hadoop-migration-group2 h4 {
  font-size: 30px;
  color: #202a37;
  line-height: 50px;
  margin-bottom: 25px;
  font-weight: 700;
}
.cm-hadoop-migration-group4 .dnd-section{
  padding-top: 85px;
}
.cm-hadoop-migration-group2 .dnd-section {
  padding-top: 20px;
  padding-bottom: 12px;
}
.cm-hadoop-migration-group3 .dnd-section {
  padding-top: 86px;
}
.cm-staffing-layout .cm-hadoop-migration-group4 .cm-content-box-group h5,
.cm-hadoop-migration-group3 .cm-content-box-group h5 {
  font-size: 20px;
  margin: 0;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
/*   font-family: Lato ,sans-serif; *
  color: #333a42;
}
.cm-hadoop-migration-group3 .cm-button-wrapper a {
  margin-top: 66px;
  margin-bottom: 20px;
}
.cm-hadoop-migration-group6 h4,
.cm-hadoop-migration-group4 h4 {
  margin-bottom: 15px;
}
.cm-hadoop-migration-group6 img {
  margin-top: 34px;
  margin-bottom: 15px;
}
.cm-hadoop-migration-group4 img {
  margin-top: 34px;
  margin-bottom: 22px;
}
.cm-hadoop-migration-group5 h4 {
  font-size: 30px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cm-hadoop-migration-group5 .cm-button-wrapper a {
  margin-top: 34px;
  margin-bottom: 30px;
}
.cm-hadoop-migration-group6 .dnd-section {
  padding-top: 84px;
}
.cm-hadoop-migration-group8 .cm-content-with-lightbox-group {
  margin-left: -15px;
  margin-right: -15px;
}
.cm-hadoop-migration-group8 .dnd-section {
  padding-top: 70px;
}
.cm-hadoop-migration-group7 .dnd-section {
  padding-bottom: 20px;
  padding-top: 86px;
}
.cm-aws-group-bottom3 .dnd-section > .row-fluid {
  max-width: 1200px;
}
.cm-hadoop-migration-group7 .dnd-section h3 {
  font-size: 15px;
  color: #fe9b00;
  line-height: 26px;
  text-align: left;
  margin-bottom: 12px;
}
.cm-hadoop-migration-group7 .dnd-section h4 {
  font-size: 30px;
  color: #202a37;
  line-height: 50px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 11px;
  font-weight: bold;
}
.cm-hadoop-migration-group7 .dnd-section h2 {
  font-size: 20px;
  line-height: 40px;
  text-align: left;
  font-weight: normal;
  margin: 0;
}
.cm-hadoop-migration-group7 .span6:first-child {
  text-align: left;
  line-height: 23px;
}
.cm-hadoop-migration-group7 .dnd-section .span10 {
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  color: #333a42;
  font-size: 16px;
}
.cm-hadoop-migration-group7 .span6:last-child  .widget-type-linked_image,
.cm-hadoop-migration-group7 .row-fluid .span6 img {
  width: 100%;
}
.cm-hadoop-migration-group7 .span6:last-child img {
  margin-top: 44px;
  margin-bottom: 8px;
}
.cm-hadoop-migration-group2 .cm-blog-post-slider-wrapper {
  margin-top: 27px;
}
.slick-list * {
  outline: none;
}
.cm-hadoop-migration-group6 .widget-type-linked_image {
  width: 100%;
  text-align:center;
}
.cm-hadoop-migration-group6 .widget-type-linked_image img {
  margin-bottom: 97px;
}
.cm-hadoop-migration-group6 .dnd-section {
  padding-bottom: 98px;
}
.cm-hadoop-migration-group1 h6 {
  font-size: 20px;
/*   font-family: Lato; *
  line-height: 28px;
  font-style: normal;
  color: #333a42;
  font-weight: normal;
  margin-top: 20px;
}
.cm-hadoop-migration-group3 .dnd-section h4 {
  font-size: 30px;
  line-height: 50px;
  text-align: left;
  margin-bottom: 15px;
  font-weight: bold;
}
.cm-hadoop-migration-group3 .cm-button-wrapper.Left a {
  margin-top: 55px;
  margin-left: 5px;
  margin-bottom: 0;
  margin-bottom: 20px;
}
.cm-hadoop-migration-group1 .dnd-section {
  padding-top: 50px;
}
.cm-website-layout main .dnd-section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cm-website-layout main .dnd-section h3{
  font-size: 35px;
  color: #0c121f;
  line-height: 50px;
  text-align: center;
  margin-top: 0!important;
  margin-bottom: 50px;
  font-weight: bold;
}
.cm-aws-group2 .hs_cos_wrapper_type_rich_text p {
  margin: 0;
}
.cm-aws-group2 .hs_cos_wrapper_type_linked_image img {
  margin-top: 99px;
}
.cm-aws-group4 .dnd-section h5 {
  font-size: 20px;
  line-height: 28px;
  color: #343850;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 10px;
}
.cm-aws-group5 h3 {
  font-size: 30px;
  color: #202a37;
  line-height: 50px;
  letter-spacing: 0;
  text-align: left;
  font-weight: bold;
  margin-bottom: 7px;
}
.cm-aws-group2 .cm-button-wrapper.Style4 a {
  margin-top: 20px;
}
.cm-staffing-layout .cm-hadoop-migration-group1 .dnd-section {
  padding-top: 25px;
}
.cm-staffing-layout .cm-hadoop-migration-group1 .dnd-section h4 {
  margin-bottom: 15px;
}
.cm-staffing-layout .cm-hadoop-migration-group1 .dnd-section .widget-type-form {
  background: #fff;
  background-color: #fff !important;
  box-shadow: 0 0 7px 0 #d6d6d6;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 64px 50px 40px;
  margin-top: -101px;
}
.cm-staffing-layout .cm-hadoop-migration-group1 .dnd-section .actions input.hs-button.primary.large {
  padding-left: 27px;
  padding-right: 27px;
  font-weight: 600;
  margin-left: 40px;
}
.cm-staffing-layout .cm-hadoop-migration-group1 .dnd-section .actions {
  text-align: center;
  margin-top: 70px;
}
.cm-staffing-layout .cm-hadoop-migration-group1 .dnd-section .widget-type-form textarea {
  min-height: 130px;
  margin-bottom: 10px;
}
.cm-staffing-layout .cm-hadoop-migration-group2 .cm-content-box-group.Style1 h4 {
  font-size: 18px;
  color: #202a37;
  line-height: 26px;
  text-align: left;
  font-weight: 600;
  margin: 0;
  margin-top: 10px;
}
.cm-staffing-layout .cm-hadoop-migration-group2 .cm-content-box-group.Style1 {
  margin-top: 21px;
}
.cm-staffing-layout .cm-hadoop-migration-group2 .cm-content-box-group.Style1 h6 {
  font-size: 14px;
  font-weight: normal;
/*   font-family: Lato, sans-serif; *
  color: #333a42;
  line-height: 26px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 12px;
}
.cm-staffing-layout .cm-hadoop-migration-group2 .dnd-section  .cm-content-box-group.Style1 h3 {
  font-size: 15px;
  color: #000000;
  line-height: 16px;
  text-align: left;
  margin-top: 37px;
  margin-bottom: 2px;
}
.cm-staffing-layout .cm-hadoop-migration-group2 .dnd-section figure {
  margin: 0;
}
.cm-staffing-layout .cm-hadoop-migration-group2 .dnd-section figure img {
  width: 100% !important;
  margin-bottom: 2px;
}
.cm-staffing-layout h3{
  font-size: 15px;
  color: #fe9b00;
  line-height: 26px;
  text-align: left;
  margin-bottom: 12px;
}
.cm-staffing-layout h4{
  font-size: 30px;
  color: #202a37;
  line-height: 50px;
  margin-bottom: 25px;
  font-weight: 700;
}
.cm-staffing-layout .cm-hadoop-migration-group1 .dnd-section .widget-type-form .hs-input {
  font-family: Lato, sans-serif;
  font-weight: bold;
}
.cm-staffing-layout .cm-hadoop-migration-group3 .dnd-section {
  padding-top: 35px;
  padding-bottom: 30px;
}
.cm-staffing-layout .cm-hadoop-migration-group3 .dnd-section h4 {
  margin-bottom: 25px;
}
.cm-hadoop-migration-group3 .cm-content-box-group.Style2 {
  margin-bottom: 20px;
  margin-top: 0;
}
.cm-staffing-layout .cm-hadoop-migration-group3 .dnd-section p {
  margin-bottom: 43px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.cm-staffing-layout .cm-hadoop-migration-group3 .dnd-section .span4 {
  width: 33.333%;
  margin-left: 0;
  padding-left: 8px;
  padding-right: 8px;
}
.cm-staffing-layout .cm-hadoop-migration-group3 .dnd-section > .row-fluid {
  max-width: 1237px;
}
.cm-staffing-layout .cm-hadoop-migration-group3 .dnd-section .cm-content-box-group.Style2 h4 {
  margin-bottom: 7px;
}
.cm-staffing-layout .cm-hadoop-migration-group4 .cm-button-wrapper a {
  margin-top: 60px;
  margin-bottom: 20px;
}
.cm-staffing-layout .cm-hadoop-migration-group4 .dnd-section {
  padding-top: 75px;
  padding-bottom: 30px;
}
.cm-staffing-group6 .dnd-section .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 60px;
}
.cm-staffing-group6 .dnd-section {
  padding-top: 49px;
  padding-bottom: 30px;
}
.cm-staffing-group7 .cm-title-with-button-group.Style1 {
  width: 50vw;
}
.cm-staffing-group7 .cm-title-with-button-group.Style1 h4 {
  text-align: center;
  font-size: 25px;
  color: #ffffff;
  line-height: 31px;
  font-weight: normal;
  width: 67%;
  margin-top: 3px;
}
.cm-staffing-group7 .cm-title-with-button-group.Style1 .cm-title-with-btn {
  width: 33%;
  text-align: center;
}
.cm-staffing-group7 .cm-title-with-button-group.Style1 .cm-title-with-btn a {
  border-radius: 8px;
}
.cm-staffing-group7 .dnd-section {
  padding-top: 60px;
}
.cm-home-layout .banner .cm-button-group a.col2 {
  border-radius: 8px;
  margin-left: 0px;
  margin-right: 16px;
  margin-top: 5px;
}
.cm-home-layout .banner .cm-button-group {
  padding-bottom: 50px;
}
.cm-careers-group2 .dnd-section {
  padding-bottom: 60px;
}
.cm-home-layout .cm-aws-group1 .dnd-section {
  padding-top: 45px;
  padding-bottom: 103px;
}
.cm-home-layout .cm-aws-group1 .dnd-section p {
  margin: 0;
}
.cm-home-layout .cm-aws-group1 .dnd-section  h3 {
  margin-top: 20px;
  margin-bottom: 12px;
}
.cm-home-layout .cm-aws-group1 .dnd-section h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  line-height: 38px;
}
.cm-home-group2 .hs-menu-wrapper > ul > li {
  background-color: #909190;
  border-color: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-top-left-radius: 4px;
  display: block;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  text-align: center;
  border-right: 0;
}
.cm-home-group2 .hs-menu-wrapper > ul {
  display: flex;
  width: 100%;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cm-home-group2 .hs-menu-wrapper > ul > li a {
  color: #fff;
  font-size: 15px;
  line-height: 1;
  display: block;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  padding: 18px 10px 16px;
}
.cm-home-group2 .dnd-section > .row-fluid {
  padding: 0;
}
.cm-home-group2 .dnd-section {
  padding: 0 0 6px;
}
.cm-what-we-do-group {
  border: 2px solid #fd9a00;
  margin: 85px;
  padding: 12px 15px 64px;
  color: rgb(116, 119, 123);
}
.cm-home-group2 .hs-menu-wrapper > ul ul{
  display:none !important;
}
.cm-home-group2 .hs-menu-wrapper > ul > li > a:hover,
.cm-home-group2 .hs-menu-wrapper > ul > li.active > a {
  color: rgb(255, 255, 255);
  background: rgb(255, 140, 0);
}
.cm-what-we-do-group h2{
  font-size: 30px;
  line-height: 40px;
}
.cm-what-we-do-group .span4 h2{
  margin:0;
}
.cm-what-we-do-top-wrapper-group .dnd-section {
  padding: 0;
}
.cm-what-we-do-top-wrapper-group .dnd-section > .row-fluid {
  padding: 0;
  max-width: 100%;
}
.cm-what-we-do-top-wrapper-col1 {
  width: 27.5%;
  float: left;
}
.cm-what-we-do-top-wrapper-col2 {
  width: 72.5%;
  float: left;
}
.cm-what-we-do-top-wrapper-group {
  padding: 27px 15px;
}
.cm-what-we-do-top-wrapper-group img {
  margin-top: -82px;
  margin-left: -65px;
}
.cm-what-we-do-top-wrapper-col1 .cm-what-we-do-col2 {
  margin-left: -2px;
}
.cm-what-we-do-one .dnd-section {
  padding-top: 33px;
}
.cm-what-we-do-one .dnd-section .span4 p {
  margin: 0;
}
.cm-what-we-do-group .cm-what-we-do-one .span12 .span4 h2 {
  margin-top: 32px;
  margin-bottom: 0;
}
.cm-what-we-do-group .cm-what-we-do-one .span12 h2 {
  margin-top: 20px;
  margin-bottom: 0;
}
.cm-what-we-do-group .cm-what-we-do-one .span3 h5 {
  margin: 2px 0 -1px;
  font-size: 16px;
  line-height: 1;
}
.cm-what-we-do-group .cm-what-we-do-one .span3 p {
  margin: 0 0 15px;
}
.cm-what-we-do-group .cm-what-we-do-one .span3 img {
  margin-top: 38px;
}
.cm-what-we-do-one .cm-product-options-group{
  padding:0 23px;
}
.cm-what-we-do-one .span6:first-child .cm-product-options-group {
  padding-right: 10px;
}
.cm-what-we-do-one .span6:last-child .cm-product-options-group {
  padding-left: 16px;
  padding-right: 18px;
}
.cm-what-we-do-two {
  margin-left: -15px;
  margin-right: -15px;
}

.cm-what-we-do-two {
  margin-left: -15px;
  margin-right: -15px;
}
.cm-what-we-do-two h4 {
  font-size: 30px;
  line-height: 38px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 12px;
}
.cm-what-we-do-two .dnd-section {
  padding: 0 20px;
}
.cm-what-we-do-two .cm-button-wrapper a {
  margin-top: 12px;
  margin-bottom: 20px;
}
.cm-what-we-do-two .dnd-section .span6:last-child img {
  margin-top: -6px;
  margin-bottom: 51px;
}
.cm-what-we-do-three .dnd-section {
  padding:52px 10px 8px;
}
.cm-what-we-do-three .dnd-section h4 {
  font-size: 30px;
  color: #202a37;
  margin-top: 0;
  line-height: 38px;
  font-weight: normal;
  margin-bottom: 12px;
}
.cm-what-we-do-three .dnd-section .cm-button-wrapper a {
  padding: 8px 12px 9px;
  font-size: 18px;
/*   font-family: Lato; *
  line-height: 28px;
  font-weight: 400;
  margin-left: 1px;
  margin-right: 8px;
  width:100%;
}
.cm-what-we-do-three .dnd-section .cm-button-wrapper a:hover{
  background:transparent;
  border: 2px solid #ff8c00;
  color: #fd8c25;
}
.cm-what-we-do-three .dnd-section p {
  margin-bottom: 24px;
}
.cm-what-we-do-three .span6:first-child img{
  padding-left: 14px;
  padding-top: 9px;
  padding-right: 4px;
}
.cm-home-group2 h4 {
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 12px;
  line-height: 38px;
}
.cm-home-group2 h6{
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  margin-top: 29px;
  margin-bottom: 20px;
}
.cm-home-group2 .cm-milestones-group.Style2 {
  border-radius: 0;
  background-color: #ff8c00;
  color: #fff;
  padding: 27px;
  margin-bottom: 16px;
}
.cm-home-group2 .cm-milestones-group.Style2 h5 {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  line-height: 26px;
  text-align: center;
  max-width: 155px;
  margin-left: auto;
  margin-right: auto;
}
.cm-home-group2 .cm-milestones-group.Style2 h5 i {
  color: #fff;
}
.cm-home-group2 .cm-milestones-group.Style2 i {
  color: #fff;
  padding-top: 1px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 13px;
  -webkit-transition: all 0.3s ease-in-out;
}
.cm-home-group2 h6:empty {
  display: none;
}
.cm-home-group2 .cm-milestones-group.Style2:hover i{
  transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
}
.cm-home-group2 .cm-content-box-group {
  margin-bottom: 52px;
  text-align: center;
  margin-top: 8px;
}
.cm-home-group2 .cm-content-box-group h6 {
  text-align: center;
  font-weight: 50;
  margin: 0 0 7px;
  font-size: 20px;
  color: #202a37;
  line-height: 30px;
  text-align: center;
}
.cm-who-we-are-group3 .cm-milestones-group.Style2 {
  margin-bottom: 0;
  margin-top: 21px;
}
.span4 .cm-title-with-button-group.Style2 {
  width: 100%;
}
.cm-home-group4 .dnd-section {
  padding-top: 115px;
  padding-bottom: 115px;
}
.cm-home-group5 h4 {
  font-size: 20px;
  color: #202a37;
  line-height: 30px;
  text-align: left;
  margin-bottom: 7px;
}
.cm-home-group5 p {
  margin: 0;
}
.cm-home-group5 .dnd-section {
  padding-top: 40px;
}
.cloudwick-new-layout .grecaptcha-badge {
  margin: 0;
}
.cm-home-group3 .dnd-section {
  padding-top: 55px;
  padding-bottom: 2px;
}
.cm-home-group3 .dnd-section h3 {
  margin-bottom: 13px;
}
.cm-what-we-do-three .dnd-section > .row-fluid > .span6:last-child .span6{
  width: auto;
}
.cm-staffing-layout .cm-hadoop-migration-group1 .dnd-section .widget-type-form ul.no-list.hs-error-msgs.inputs-list label,
.cm-careers-group4-left form ul.no-list.hs-error-msgs.inputs-list label {
  width: 100%;
  margin-top: 2px;
  padding: 1px 5px 0px 5px;
  background-color: #f8d7da;
  border: 1px #e4c2c5 solid;
  border-radius: 3px;
  font-weight: 400;
  font-size: 11px;
  color: #c01d2b;
  line-height: 18px;
  opacity: 0.7;
}
.cm-staffing-layout .cm-hadoop-migration-group1 .dnd-section .widget-type-form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list label {
  font-size: 14px;
  opacity: 0.9;
  padding: 10px;
}
.cm-careers-group3 .accordion .panel-body ul {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
}
.cm-careers-group4 textarea.hs-input {
  height: 100px;
}
.cm-home-layout .cm-footer-social-wrapper {
  display: none;
}
.bookmark-link {
  display: block;
  height: 1px;
}
.cm-hadoop-migration-group8 .cm-title-with-button-group h4 {
  font-weight: normal;
}
.span4 .cm-title-with-button-group,
.span3 .cm-title-with-button-group{
  width:100%;
}


.flipInY {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
    transform: perspective(400px) rotate3d(0,1,0,-20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
    transform: perspective(400px) rotate3d(0,1,0,10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
    transform: perspective(400px) rotate3d(0,1,0,-5deg)
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
    transform: perspective(400px) rotate3d(0,1,0,-20deg);
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
    transform: perspective(400px) rotate3d(0,1,0,10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
    transform: perspective(400px) rotate3d(0,1,0,-5deg)
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}


.cloudwick-new-layout .dnd-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


body .dnd_area1-row-0-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.text_right {
    text-align: right;
}

.cloudwick-new-layout .footer__copyright p {
    margin-bottom: 0; 
}

.footer__copyright p a {
    font-size: 16px;
    color: #0676e1;
    font-weight: 400;
}

.p-txt p {
    margin-bottom: 0;
}

/*---------Custom style - June-------*
@media(min-width:767px){
.col4 { width: 33%; padding: 0 15px; }
.col6 { width: 50%; padding: 0 15px; }
}

@media(max-width:1200px){
  .cm-aws-group-bottom3 .dnd-section > .row-fluid {
    max-width: 1000px;
  }
  .cm-staffing-layout .cm-hadoop-migration-group1 .dnd-section .widget-type-form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
    height: 86px;
  }
}

@media(max-width:991px){
  .cm-aws-group-bottom3 .dnd-section > .row-fluid {
    max-width: 780px;
  }
}

@media(min-width:1200px){
  .cm-what-we-do-three .dnd-section .cm-button-wrapper.Center a {
    min-width: 162px;
  }
  .cm-what-we-do-three .dnd-section .span6:last-child .span7 .cm-button-wrapper.Left {
    padding-left: 10px;
  }
}

@media(min-width:768px){
  .cm-staffing-group6 .span3 img {
    margin-bottom: 59px;
  }
  .cm-what-we-do-three .dnd-section .cm-button-wrapper.Left a {
    width: auto;
  }
  .cm-what-we-do-three .dnd-section .cm-button-wrapper.Left {
    text-align: center;
  }
  .cm-what-we-do-three .dnd-section  .span6:first-child .cm-button-wrapper.Left {
    text-align: right;
  }
  .cm-what-we-do-three .dnd-section .span6:last-child .cm-button-wrapper.Left {
    text-align: left;
  }
  .cm-staffing-layout .cm-hadoop-migration-group1 .dnd-row > .row-fluid {
    display: flex;
  }
  .cm-hadoop-migration-group7 .span6 .span2 {
    width: 13%;
    padding-top: 4px;
    padding-right: 3px;
  }
  .cm-hadoop-migration-group7 .span6 .span10 {
    width: 87%;
    padding-left: 2px;
  }

  .cm-staffing-group6 .span4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cm-staffing-layout .cm-hadoop-migration-group1 .span4 {
    margin-left: 0;
    width: 34%;
    padding-left: 0;
  } 
  .cm-staffing-layout .cm-hadoop-migration-group1 .span8 {
    padding-right: 25px;
    padding-top: 48px;
  }
  .cm-staffing-layout .cm-hadoop-migration-group1 .dnd-section > .row-fluid {
    padding-right: 0;
  }
}

@media(max-width:767px){
  .cm-home-layout .cm-aws-group1 .dnd-section {
    padding-top: 20px;
  }
  .cm-home-layout .cm-aws-group1 .span4 {
    margin-top: 37px !important;
  }
  .cm-who-we-are-group3 img {
    margin-top: 54px;
    margin-bottom: 36px;
  }
  .cm-who-we-are-group3 .cm-milestones-group.Style2 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .cm-staffing-layout .cm-hadoop-migration-group1 .dnd-section .widget-type-form {
    margin-top: 74px;
  }
  .cm-aws-group4 .span4 .hs_cos_wrapper_type_rich_text img {
    margin-top: 36px !important;
  }
  .cm-hadoop-migration-group7 .dnd-section h3 {
    margin-top: 20px;
  }
  .cm-hadoop-migration-group7 .cm-blog-post-slider-wrapper {
    margin-top: 65px;
  }
  .cm-hadoop-migration-group7 .dnd-section .span10 p {
    margin-bottom: 0;
  }
  .cm-hadoop-migration-group7 .span6 .span2 .widget-type-linked_image img {
    width: 65px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .cm-hadoop-migration-group3 .span4 {
    margin-bottom: 130px;
  }
  .cm-hadoop-migration-group3 .span4:last-child {
    margin-bottom: 0;
  }
  .cm-who-we-are-group6 .cm-contact-details-group.Style1 {
    margin-top: -92px;
    position: relative;
  }
  .cm-hadoop-migration-group1 .widget-type-linked_image {
    width: 100%;
    text-align: center;
  }
  .cm-aws-group1 .span8 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cm-aws-group1 .span4 {
    margin-top: 21px !important;
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .cm-aws-group1 .dnd-section {
    padding-top: 20px;
  }
  .cm-aws-group2 .dnd-section {
    padding-bottom: 20px;
  }
  .cm-aws-group3 img {
    margin-bottom: 35px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .cm-who-we-are-group7 form {
    padding-left: 0;
    padding-right: 0;
  }
  .cm-who-we-are-group7 form fieldset {
    max-width: 100%;
  }
  .cm-aws-group3 .widget-type-linked_image {
    width: 100%;
    margin-bottom: 25px;
  }
  .cm-aws-group3 .cm-content-box-group {
    margin-bottom: 30px;
  }
  .cm-aws-group3 .dnd-section {
    padding-bottom: 15px;
  }
  .cm-aws-group5 .dnd-section form {
    padding-left: 0;
    padding-right: 0;
  }
  .cm-aws-group4 img {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    margin-top: 20px !important;
    margin-bottom: 7px !important;
  }
  .cm-aws-group5 .dnd-section form fieldset {
    max-width: 100%;
  }
  .cm-aws-group4 img {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    margin-top: 20px !important;
    margin-bottom: 7px !important;
  }
  .cm-careers-group2 .dnd-section {
    padding-bottom: 60px;
  }
  .cm-careers-group3 .accordion {
    margin-top: 28px;
  }
  .cm-careers-group3  .cm-button-wrapper.Style2 a {
    margin-top: 2px;
  }
  .cm-careers-group4 .cm-careers-group4-col1,
  .cm-careers-group4 .cm-careers-group4-col2 {
    float: none;
    width: 100%;
    padding: 10px 13px;
  }
  .cm-careers-group3 .dnd-section {
    padding-bottom: 30px;
  }
  .cm-careers-group4 fieldset {
    max-width: 100%;
  }
  .cm-careers-group4  .hs-form-field {
    width: 100% !important;
  }
  .cm-staffing-layout .cm-hadoop-migration-group1 .dnd-section .widget-type-form .hs-input{
    width:100% !important;
  }
  .cm-staffing-layout .cm-hadoop-migration-group1 .dnd-section .widget-type-form .inputs-list .hs-input{
    width:auto !important;
  }
  .cm-staffing-layout .cm-hadoop-migration-group1 .dnd-section .widget-type-form .hs-form-field {
    width: 100%;
  }
  .cm-staffing-layout .cm-hadoop-migration-group4 .cm-content-box-group {
    margin-bottom: 30px;
  }
  .cm-staffing-layout .cm-hadoop-migration-group4 .cm-button-wrapper a {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .cm-staffing-layout .cm-hadoop-migration-group2 .cm-content-box-group.Style1 {
    margin-top: 21px;
    margin-bottom: 30px;
  }
  .cm-staffing-layout .cm-hadoop-migration-group1 .dnd-section .actions input.hs-button.primary.large {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
  }
  .cm-staffing-layout .cm-hadoop-migration-group3 .dnd-section .span4 {
    width: 100%;
    margin-bottom: 0;
  }
  .cm-staffing-layout .cm-hadoop-migration-group2 .dnd-section {
    padding-bottom: 45px !important;
  }
  .cm-staffing-group6 .span3 img {
    margin-bottom: 26px;
  }
  .cm-staffing-group6 .cm-milestones-group.Style2 {
    margin-bottom: 20px;
  }
  .cm-staffing-group7 .cm-title-with-button-group.Style1 {
    width: 100%;
    max-width: 500px;
  }
  .cm-staffing-group7 .cm-title-with-button-group.Style1 .cm-title-with-btn {
    width: 100%;
  }
  .cm-staffing-group7 .cm-title-with-button-group.Style1 h4 {
    width: 100%;
  }
  .cm-home-group2 .hs-menu-wrapper>ul>li {
    float: left;
    width: 100%;
  }
  .cm-what-we-do-group {
    margin: 0;    
    margin-bottom: 36px;
  }
  .cm-what-we-do-top-wrapper-group {
    padding: 4px 40px;
  }
  .cm-what-we-do-top-wrapper-group img {
    display: block;
    margin: 0px auto 37px;
  }
  .cm-what-we-do-top-wrapper-col1,
  .cm-what-we-do-top-wrapper-col2 {
    width: 100%;
    float: none;
  }
  .cm-what-we-do-one img {
    max-height: 100% !important;
    margin-top: 35px;
    margin-bottom: 53px;
  }
  .cm-what-we-do-one {
    padding: 26px 40px 0;
  }
  .cm-what-we-do-one .dnd-section > .row-fluid {
    padding: 0;
  }
  .cm-what-we-do-group .cm-what-we-do-one .span3 img {
    margin-bottom: 0;
    margin-top: 37px;
  }
  .cm-what-we-do-group .cm-what-we-do-one .span3 p {
    margin: 0 0 6px;
  }
  .cm-what-we-do-one .cm-product-options-group {
    padding: 0;
  }
  .cm-what-we-do-one .span6:first-child .cm-product-options-group {
    padding-right: 0;
  }
  .cm-what-we-do-one .span6:last-child .cm-product-options-group {
    padding-left: 0;
    padding-right: 0;
  }
  .cm-what-we-do-two h4 {
    margin-top: 85px;
  }
  .cm-what-we-do-two .dnd-section {
    padding: 20px;
    padding-bottom: 4px;
  }
  .cm-what-we-do-two .cm-button-wrapper a {
    margin-top: 12px;
    margin-bottom: -10px;
  }
  .cm-what-we-do-two .dnd-section {
    padding: 20px;
    padding-bottom: 4px;
  }
  .cm-what-we-do-three .span6:first-child img {
    padding-left: 15px;
    padding-top: 9px;
    padding-right: 15px;
    margin-bottom: 70px;
  }
  .cm-home-group2 .dnd-section>.row-fluid {
    padding: 0 15px;
  }
  .cm-home-group2 .cm-milestones-group.Style2 {
    margin-bottom: 30px;
  }
  .cm-home-group4 .dnd-section {
    padding-top: 115px;
    padding-bottom: 86px;
  }
  .cm-home-group2 h6 {
    margin-top: 6px;
  }
  .cm-home-group2 .cm-content-box-group {
    margin-bottom: 30px;
  }
  .cm-home-group2 .span3:last-child .cm-content-box-group.matchHeight {
    margin-top: 0px;
    margin-bottom: 24px;
  }
  .cm-home-group3 h4 {
    line-height: 38px;
    margin-bottom: 12px;
  }
  .cm-home-group3 .dnd-section h3 {
    margin-bottom: 12px;
  }
  .cm-what-we-do-group .cm-what-we-do-one .span12 .span4 h2,
  .cm-what-we-do-group .cm-what-we-do-one .span4 p {
    text-align: center!important;
  }
  .col4 { width: 100%; padding: 0 15px; }
}

@media screen and (max-width: 650px) and (min-width: 450px){
  .cm-what-we-do-group{
    font-size: 13.6px;
    line-height: 28px;
  }
}


@media(max-width:479px){
  .cm-staffing-group7 .cm-title-with-button-group.Style1 {
    width: 100%;
  }
  .cm-careers-group4-left form .hs-input,
  .cm-aws-group5 .dnd-section form .hs-input {
    width: 100% !important;
  }
  .cm-careers-group4-left form .inputs-list .hs-input,
  .cm-aws-group5 .dnd-section form .inputs-list .hs-input {
    width: auto !important;
  }
  .cm-who-we-are-group7 form .hs-input {
    width: 100% !important;
  }
  .cm-who-we-are-group7 form .inputs-list .hs-input {
    width: auto !important;
  }
  .cm-what-we-do-top-wrapper-group {
    padding: 4px 0;
  }
  .cm-what-we-do-one {
    padding: 0;
  }
  .cm-what-we-do-one img {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}


/*-----------New website layout Mar 2022--------------*
.row-flex{ margin-left: -15px; margin-right: -15px; display: flex; flex-wrap: wrap; }
.align-center{ align-items: center; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }

.cloudwick-new-layout header .header__container {
    align-items: center;
}
.cloudwick-new-layout .custom-menu-primary ul {
    display: flex;
    align-items: center;
}

.cloudwick-new-layout .custom-menu-primary ul li a { font-family: 'Titillium Web',sans-serif;
    text-transform: uppercase;
    font-size: 20px;
}
.cloudwick-new-layout .custom-menu-primary ul>li:last-child a {
    padding: 10px 20px;
    border-radius: 32.5px;
    background-color: #0676e1;
}
.cloudwick-new-layout .custom-menu-primary ul li a:hover {
    color: #0676e1;
}
.cloudwick-new-layout .custom-menu-primary ul > li:last-child a:hover{ color: #fff; }

.cloudwick-new-layout .custom-menu-primary ul > li ul.hs-menu-children-wrapper{ background-color: #fff; }

.cloudwick-new-layout .custom-menu-primary ul > li ul.hs-menu-children-wrapper li:last-child a {
    padding: 10px 15px;
    border-radius: 0;
    background-color: #fff;
}
.cloudwick-new-layout .custom-menu-primary ul > li ul.hs-menu-children-wrapper li a {
padding: 10px 15px; font-size: 16px;
}


/* .cm-home-layout.cloudwick-new-layout .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul>li>a {
color: #0676e1;
} *
.cloudwick-new-layout .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{
color: #0676e1; font-weight: 600; }

.cm-home-layout.cloudwick-new-layout .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child a:hover
{ color: #0676e1; }


.cloudwick-new-layout .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a{ color: #0676e1; }

.cloudwick-new-layout .custom-menu-primary .hs-menu-wrapper>ul>li:last-child:hover>a {
    color: #fff;
}
/* 
.body-wrapper.social-active .cm-home-layout.cloudwick-new-layout header .cm-header-group {
    background: #fff;
    position: fixed;
    width: 100%;
    transition: 0.5s all;
}


.body-wrapper.social-active .cm-home-layout.cloudwick-new-layout header .custom-menu-primary ul li a{
color: rgba(12,18,31,1.0);
}
.body-wrapper.social-active .cm-home-layout.cloudwick-new-layout header .custom-menu-primary ul li:last-child a {
    color: #fff;
} *




.cloudwick-new-layout .new-layout .dnd-section{ padding-top:  115px; }

.cloudwick-new-layout .header__container { max-width: 1200px; }
.cloudwick-new-layout .dnd-section>.row-fluid{ max-width: 1200px; }

.cloudwick-new-layout .cm-aws-group1 .dnd-section h4{ margin-bottom: 30px; }

.sec-spc-bottom { padding-bottom: 0px; }

a.main-cta {
    font-family: 'Titillium Web',sans-serif;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    color: #0676e1;
    padding: 10px 20px 10px;
    border-radius: 32.5px;
    border: solid 4px #0676e1;
    margin-top: 50px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    text-transform: uppercase;
}
a.main-cta:focus,
a.main-cta:hover{
  background: #0676e7;
  text-decoration:none;
  color: #ffffff;
  border-color: #0676e7;
}

.cloudwick-new-layout h4{ margin: 0 0 30px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.19 !important;
  letter-spacing: normal;
  color: #091027; }

.cloudwick-new-layout h4 span{
font-weight: 300;
    display: block;
    text-align: right;
}

.cloudwick-new-layout p{
font-family: 'Titillium Web',sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #363636;
}

.d-flex.align-center .dnd-section .row-fluid { display: flex; align-items: center; }

a.main-cta.full-bg { background: #0676e1; color: #fff; }
a.main-cta.white-bg { border-color: #fff; color: #fff; }
a.main-cta.white-bg:hover,
a.main-cta.white-bg:focus{ border-color: #0676e1; }

h4#contact { font-family: 'Titillium Web',sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: normal;
    color: #091027;
}

#contact-txt{ max-width: 405px; width: 100%; }

.cloudwick-new-layout .field {  margin-bottom: 15px; }

.cloudwick-new-layout fieldset { display: flex; }
.cloudwick-new-layout fieldset .field:first-child { margin-right: 10px; }

.cloudwick-new-layout fieldset .field:last-child { margin-left: 10px; }

.cloudwick-new-layout fieldset:last-of-type .field { margin-left: 0; margin-right: 0; width: 100%; }

.cloudwick-new-layout .hs_submit.hs-submit .hs-button{ padding: 10px 40px 10px;
    border-radius: 32.5px;
    background-color: #0676e1;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #0676e1; margin: 0; }

.cloudwick-new-layout .hs_submit.hs-submit .hs-button:hover,
.cloudwick-new-layout .hs_submit.hs-submit .hs-button:focus{ background-color: #fff; color: #0676e1; }
.cloudwick-new-layout .cm-aws-group5 .dnd-section .actions { text-align: left; }
.cloudwick-new-layout .footer p{ font-size: 16px; font-weight: normal; line-height: 1.5; color: #fff; max-width: 686px;
    width: 100%; }
.cloudwick-new-layout .footer h5 { font-size: 28px; }

.cloudwick-new-layout .footer .footer__copyright {  color: #fff; }

.cloudwick-new-layout .footer__container {  max-width: 1200px; }

.contact-form-area textarea { resize: none; min-height: 100px; }

.footer-bg .footer-top-group {
    background: url(https://www.cloudwick.com/hubfs/Cloudwick-2022/images/cloudwick_Footer_Bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
body .footer-bg .footer-bottom-group {
    background-color: #000000;
}
/*-----------About Us Page-------------*
.cm-about-us-group1 { padding: 50px 0; }
.cloudwick-new-layout .cm-our-story-wrapper h1 {
    margin: 0 0 30px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 54px;
    font-weight: bold;
    line-height: 1.19;
    letter-spacing: normal;
    color: #091027; text-align: left;
}
.cm-about-us-group2 h5 { font-family: 'Titillium Web',sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: normal;
    color: #363636;
    margin-top: 18px;
    margin-bottom: 0;
}

.cm-about-us-group2 .span3 p { font-family: 'Titillium Web',sans-serif; font-size: 20px;
  font-weight: normal; line-height: 1.8; letter-spacing: normal; color: #363636; }

.cm-about-us-group2 .span3 { margin-top: 65px; }

.cm-about-us-group3 { padding-top: 150px; padding-bottom: 85px; }

/* .cm-about-us-group3 .cm-milestones-group.Style2 { text-align: left; } *
.cm-about-us-group3 .cm-milestones-group .counter { font-family: 'Titillium Web',sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 0.82;
    letter-spacing: normal;
    color: #363636; 
}

.cm-about-us-group3 .cm-milestones-group h5 { font-family: 'Titillium Web',sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: normal;
    color: #363636;
    margin-bottom: 0;
    margin-top: 10px;
}

/* .cm-about-us-group3 .cm-milestones-group i { font-size: 50px; margin-bottom: 30px; text-align: left; } *

/* .cm-about-us-group3 .cm-milestones-group h6{ text-align: left; } *

.cm-about-us-group7 .grecaptcha-badge { margin: 0; }

.cloudwick-new-layout .contact-form-area fieldset { max-width: 100%; }

.contact-form-area textarea.hs-input { height: 100px; resize: none; }

.contact-form-area input.hs-button.primary.large{ margin-left: 0; }


.cm-about-us-group7 { margin-bottom: 50px; }

.heading-sm{ font-family: 'Titillium Web',sans-serif; font-size: 20px;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: normal;
  color: #363636; margin-bottom: 14px; }

.txt-sm{ font-family: 'Titillium Web',sans-serif; 
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: normal;
  color: #363636; }


/* .cm-about-us-group8 .dnd-section { padding: 85px 0 150px; } *

.cm-about-us-group8 .row-fluid-wrapper:first-child .dnd-section:first-child { padding: 85px 0 0; }

.sec-spc .dnd-section { padding: 50px 0 !important; }


/*---------Landing Pages-----------*
.section-space .dnd-section { padding: 50px 0; }
/* .cloudwick-new-layout .cm-content-with-icon-group .content-wrap h4{ font-size: 34px !important;
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: normal;
    color: #363636;    margin-bottom: 14px; }



.cloudwick-new-layout .cm-content-with-icon-group .content-wrap p { font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #363636; } *

.cloudwick-new-layout .cm-content-with-icon-group .icon-wrap {
    color: #fe9b00;
  font-size: 60px; }

.cm-amorphic-data-group4 .row-fluid-wrapper.row-depth-1 .row-fluid { align-items: flex-start; }

.cloudwick-new-layout form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; flex-direction: row;
}

.cloudwick-new-layout form .field{ width: 48%; }
.cloudwick-new-layout form .field:nth-last-child(2), 
.cloudwick-new-layout form .field.hs_message { width: 100%; }


@media(max-width:1550px){ 
.container { max-width: 1170px; } 
  
}


@media(max-width:1500px){ 
  
  .cloudwick-new-layout .custom-menu-primary ul li a { font-size: 16px; }
  
  .cloudwick-new-layout .custom-menu-primary ul>li:last-child a { padding: 12px 25px; }
  
/*   .cloudwick-new-layout .header__container, 
  .cloudwick-new-layout .dnd-section>.row-fluid { max-width: 1280px; } *
  .cloudwick-new-layout h4,
  .cloudwick-new-layout .cm-our-story-wrapper h1{ font-size: 44px; }
  
/*   .cloudwick-new-layout p { font-size: 20px; } *
  a.main-cta{ margin-top: 30px; }
/*   .cloudwick-new-layout .footer p{ font-size: 20px; }   */
  
/*   h4#contact { font-size: 70px; } */
  
/*  .cloudwick-new-layout .footer__container {  max-width: 1280px; }  */
  

  
/*   .heading-sm { font-size: 30px; } */
  
  
/*   .cloudwick-new-layout .cm-content-with-icon-group .content-wrap h4 { font-size: 30px !important; }
  
  .cloudwick-new-layout .cm-content-with-icon-group .content-wrap p { font-size: 20px; } *
  
  
  
}


@media(max-width:1400px){ 
/* .cloudwick-new-layout .header__container, 
.cloudwick-new-layout .dnd-section>.row-fluid { max-width: 1170px; } *

.cloudwick-new-layout .custom-menu-primary .hs-menu-wrapper>ul>li { margin-right: 33px; }
  
a.main-cta { font-size: 20px; padding: 12px 28px 13px; }
/* .cloudwick-new-layout .footer__container {  max-width: 1170px; }  *
  
  

 .cm-about-us-group3 { padding-top: 110px; padding-bottom: 115px; }
  
 .cm-about-us-group1 { padding: 60px 0 75px; }
 .cm-about-us-group3 { padding-top: 60px; padding-bottom: 20px; }
  

  
/*   .section-space .dnd-section { padding: 150px 0; } *
  
  
}

@media(max-width:1300px){ 
.cloudwick-new-layout .header__container { max-width: 960px; }
.cloudwick-new-layout .dnd-section>.row-fluid{ max-width: 960px; }
.content-wrapper, .page-center { max-width: 960px !important; }
.container { max-width: 960px; }
}

@media(max-width:1199px){ 
  
.cloudwick-new-layout .custom-menu-primary .hs-menu-wrapper>ul>li { margin-right: 15px; } 
.cloudwick-new-layout .custom-menu-primary ul li a { font-size: 15px; }
.cloudwick-new-layout .custom-menu-primary ul>li:last-child a { padding: 5px 10px; }


.cloudwick-new-layout .cm-our-story-wrapper h1{ font-size: 36px; }
.cm-home-group2 .dnd-section>.row-fluid{ padding-left: 15px; padding-right: 15px; }
.cloudwick-new-layout h4,
.cloudwick-new-layout .cm-our-story-wrapper h1{ margin: 0 0 15px; }
a.main-cta{ margin-top: 20px; /*font-size: 18px; padding: 10px 20px 10px;*/ }  
/* .cloudwick-new-layout p { font-size: 18px; }  */
/* .cloudwick-new-layout .footer p{ font-size: 18px; }    */
/* h4#contact { font-size: 55px; } *
  
.cloudwick-new-layout .footer__container {  max-width: 100%; } 
.cloudwick-new-layout .hs_submit.hs-submit .hs-button { padding: 10px 20px 10px; font-size: 16px; }
.cloudwick-new-layout .new-layout .dnd-section { overflow: hidden; }

  
.container {  max-width: 100%; } 

  
/*   .heading-sm { font-size: 28px; } 
  .section-space .dnd-section { padding: 100px 0; } */
  
  
/*     .cloudwick-new-layout .cm-content-with-icon-group .content-wrap h4 { font-size: 28px !important; }
  
  .cloudwick-new-layout .cm-content-with-icon-group .content-wrap p { font-size: 18px; } *
  
  
}

@media(max-width:991px){ 
.cloudwick-new-layout h4,
  .cloudwick-new-layout .cm-our-story-wrapper h1{ font-size: 28px;  }
  
.cloudwick-new-layout .custom-menu-primary ul li a{ color: #0676e1 !important; }
.cloudwick-new-layout .custom-menu-primary ul>li:last-child a { padding: 10px 22px 10px 15px; background-color: #fff; }
.cloudwick-new-layout .custom-menu-primary ul>li ul.hs-menu-children-wrapper li a { font-size: 14px; }
  
/*   .section-space .dnd-section { padding: 90px 0; } *
  .cloudwick-new-layout header .header__container{ padding-left: 15px; padding-right: 15px; }
}

@media(max-width:767px){ 
  
  .header.new-header .custom-logo img{ width: 145px !important; }
  
.cloudwick-new-layout .new-layout .dnd-section { padding-top: 70px; padding-bottom: 70px; } 
  
.cloudwick-new-layout .dnd_area2-row-0-padding { padding-top: 70px !important; padding-bottom: 70px !important; }
  
.cloudwick-new-layout header .header__container { align-items: flex-start; padding-left: 15px; padding-right: 15px; }
  
.m-b{ margin-top: 50px !important; }
.mb-xs{ margin-bottom: 50px !important; }
.d-flex.align-center .dnd-section .row-fluid { display: block; }
/* .cloudwick-new-layout h4, 
  .cloudwick-new-layout .cm-our-story-wrapper h1{ font-size: 30px; }  */
/* h4#contact { font-size: 45px; }  *
h4#contact br{ display: none; }
#contact-txt{ max-width: 100%; }  
.cloudwick-new-layout fieldset { display: flex; }
  
.cloudwick-new-layout .field { margin-bottom: 10px; }
  
.cloudwick-new-layout fieldset .field:first-child { margin-right: 0; }

.cloudwick-new-layout fieldset .field:last-child { margin-left: 0; } 
  
.cloudwick-new-layout .row-fluid-wrapper.row-depth-1.row-number-9.dnd-section.dnd_area2-row-3-margin { margin-top: 0 !important; }
.cloudwick-new-layout .row-number-12.dnd_area2-row-4-padding { padding-bottom: 70px !important; }
  
/* .sec-spc-bottom { padding-bottom: 70px; } *
.benefited-tabs { margin-top: 0; }
.cloudwick-new-layout .hs_submit.hs-submit .hs-button { padding: 7px 30px 7px; font-size: 18px; }
  
  

  
/*   .cloudwick-new-layout p { font-size: 17px; } *
  
  .cm-about-us-group3 .cm-milestones-group i,
  .cm-about-us-group3 .cm-milestones-group .counter,
  .cm-about-us-group3 .cm-milestones-group h5,
  .cm-about-us-group3 .cm-milestones-group h6{ text-align: center; }
  .cm-about-us-group3 .cm-milestones-group.Style2 {  margin-bottom: 0px; }
  
  

  
/*   .cloudwick-new-layout h4 { font-size: 30px; } */
  
/*   .section-space .dnd-section { padding: 70px 0; } *
  
  .section-content-left { width: 100%; text-align: center; }
  
  h4#contact { /*font-size: 30px;* text-align: center; }
  
   #contact-txt { /*font-size: 18px;* text-align: center; }
  
  .mb_center_align { text-align: center; }
  
  
  .footer-bg .footer-top-group, .cloudwick-new-layout .footer .footer__copyright{ text-align: center; }
  
  .cm-about-us-group2 .span3 { margin-top: 30px; }
/*   h4.h-f-sml { font-size: 26px !important; } *
  h4.h-f-sml>img { margin-top: 20px; }
  
  .col-desc { text-align: center; }
  
  
.cloudwick-new-layout form .field{ width: 100%; }
  
  
}



/*------Custom style July 2023------*
.p-t-b { padding: 140px 0; }
.p-t-0 { padding-top: 0 !important; }
.p-b-0 { padding-bottom: 0 !important; }

.span2, .span6, .span5, .span7 { padding-left: 15px; padding-right: 15px; }
.col12 { padding: 0 15px; }

@media (max-width: 1550px){
.p-t-b { padding: 100px 0; }
}

@media (max-width: 1199px){
.p-t-b { padding: 80px 0; }
}

@media (max-width: 480px){
.span2, .span6, .span5, .span7 { padding-left: 0; padding-right: 0; }
a.main-cta { font-size: 18px; padding: 11px 20px 12px; }
.col12 { padding: 0; }
  .xs-p-t-0 { padding-top: 0; }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */


header.header { background: #fff; }
header.header.new-header { background: #fff; z-index: 9999; position: fixed; border-bottom: 2px solid #E1F0FF; width: 100%; left:0; top: 0; }
.main_nav { display: flex; justify-content: space-between; align-items: center; flex-direction: row; padding: 0px 28px; }

.header .custom-logo img { max-width: 174px; margin-top: 9px; }

.header.new-header .custom-logo img {
/*   max-width: 145px; */
  max-width: 100%;
}

.custom-logo span, .custom-logo span a { display: block; }

a.contact_btn {
    display: inline-block;
    text-align: center;
    padding: 12px 24px;
    background: #0676E7;
    border-radius: 4px;
    color: #fff;
   border: 1px solid #0676E7; transition: 0.5s ease all;
}
a.contact_btn:hover { background: #fff; color: #0676E7; }

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  color: #1e1e1e;
  font-size: 16px;
  opacity: 1;
  visibility: visible;
  padding: 0 0 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  content: "\f107";
  font-family: "FontAwesome";
  line-height: 1;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  margin-right: 43px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul{
  opacity:1;
  visibility:visible;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 220px;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul li > a{
  font-family: 'Open Sans';
  text-align: left;
  text-transform: initial;
  font-weight: 400;
  font-style: normal;
  color: #1e1e1e;
  font-size: 13px;
  opacity: 1;
  visibility: visible;
  display:block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  padding: 2px 15px 2px 15px;
  line-height: 25px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul > li > a{
  padding-top: 10px;
  padding-bottom: 10px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul li {
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper {
  margin-top: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  margin-right: 0;
  display: none;
}
.header__container {
  display: flex;
  justify-content: space-between;
  
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
}

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

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */



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

.header__logo img {
  max-width: 100%;
}

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

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */

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

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Open Sans,sans-serif;
  font-weight: 300;
  font-size: 22px;
  padding: 0 15px;
  height: 45px;
}

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

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

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

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Open Sans,sans-serif;
  font-size: 22px;
}

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

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

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

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

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Open Sans,sans-serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

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

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

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

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

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

.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 {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Open Sans,sans-serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

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

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}
header.header.no-navigation .custom-menu-primary {
  display: none !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { white-space: normal; }


.xs__menu_show { display: none; }


/* Tablet Styles */

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

  .header__logo--main {
    display: none;
  }

  .header__logo--tablet {
    display: block;
  }
}

/* Mobile Styles */


@media (min-width: 992px){
  .child-trigger,
  .mobile-trigger {
    display:none;
    cursor:pointer;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    height: 13px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover {
    overflow: unset;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    padding-bottom:0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin-right: 43px;
    overflow: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li > ul {
    margin-top:10px;
  }
}


@media(max-width:1199px){ 
  
  .custom-menu-primary .hs-menu-wrapper>ul>li>a{ font-size: 15px; }  
}

@media (max-width: 991px){
  header.header.new-header { padding: 10px 0 20px; }
  .xs__menu_show { display: block; }
  .child-trigger {
    position: absolute;
    right: 0;
    height: 47px;
    width: 50px;
    top: 0;
    z-index: 2;
    cursor:pointer;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children.child-open > a:after {
    content: "-";
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul li > a {
    font-family: 'Open Sans';
    padding: 10px 22px 10px 30px;
    color: #1e1e1e !important;
    border-bottom: 1px #E1F0FF solid;
    font-size: 12.7px;
    line-height: 27px;
    letter-spacing: 0.5px;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: relative;
    width: 100%;
    display: none;
    opacity:1;
    visibility:visible;
    left: 0;
    box-shadow:none;
    background: #fff;
  }
  .mobile-trigger {
    float: right;
    color: #000;
    font-size: 17px;
    padding: 0 10px;
    position: relative;
    right: 0;
    cursor:pointer;
  }
  .mobile-open .mobile-trigger {
    position: fixed;
    right: 5px;
    z-index: 99999;
    color: #838383;
    font-size: 20px;
    line-height: 1;
    top: 17px;
  }
  .mobile-trigger i.toggler {  }
  .mobile-trigger i.cross { display: none; }
  .mobile-open .mobile-trigger i.toggler { display: none; }
  .mobile-open .mobile-trigger i.cross { display: block; }
  
  
  
  .mobile-open .mobile-trigger .fa-bars:before{
    content: "\f00d";
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > a:after {
    content: "+";
    font-size: 125%;
    line-height: 47px;
    position: absolute;
    right: 15px;
    top: 1px;
  }
  .custom-menu-primary .hs-menu-wrapper {
    margin: 0;
    background-color: #fff;
    display: block;
    position: fixed;
    top: 70px;
    height: 100%;
    z-index: 9999;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    transition: left 0.6s ease 0s;
    left: 100%;
    padding-top: 10px;
  }
  .mobile-open .custom-menu-primary .hs-menu-wrapper {
    left:0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    width: 100%;
    float: none !important;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a { font-family: "Open Sans", sans-serif;
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding: 10px 22px 10px 15px;
    color: #1e1e1e;
    border-bottom: 1px #E1F0FF solid;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: .5px;
    font-weight: 400;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
    border-top: 1px #E1F0FF solid;
  }
  .contact_spc { display: none; }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child { display: block; }
  
}



@media (max-width: 767px) {
  header.header.new-header { padding: 10px 0 6px; border-width: 1px; }
  .header .custom-logo img { margin-top: 0; }
  .contact_spc { display: none; }
  .main_nav { padding: 15px 0; }
  
  
  .header__container {
    flex-direction: column;
  }
  .mobile-trigger {
    right: 5px;
    cursor: pointer;
    position: absolute;
    top: 18px; 
    font-size: 27px;
    color:#000;
  }
  .header__container form {
    max-width: 100%;
  }

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

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

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

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

  .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-right: auto;
    margin-left: 0;
  }

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

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

  .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-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .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;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

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

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .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;
  }

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

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

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

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

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

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

  .header__close--toggle.show {
    display: block;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #002C58;
      overflow: hidden;
      position: relative;
    z-index: 2;
}
.footer-top-group {
  padding: 110px 0px 0px;
}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {
  font-family: Lato, sans-serif;
}
.footer__copyright {
    padding-left: 28px;
}
.footer .footer-column2 .hs-menu-wrapper ul ul {
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.footer .footer-column2 .hs-menu-wrapper > ul > li {
  width: 50%;
}

.footer-column1 img { margin-bottom: 25px; }

.footer h5,
.footer .footer-column2 .hs-menu-wrapper > ul > li > a {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  -webkit-transition: opacity 0.24s ease-in-out;
  -moz-transition: opacity 0.24s ease-in-out;
  transition: opacity 0.24s ease-in-out;
}
.footer .footer-column2 .hs-menu-wrapper a {
  padding:0;
}
.footer .footer-column2 .hs-menu-wrapper > ul > li li {
  width: 100%;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 15px;
  color: #d9e0e8;
  line-height: 26px;
}
.footer-bottom-group {
  padding: 9px 28px 87px; border-top: 1px solid #0676E7;
}
footer .footer__container {
  padding-left: 15px;
  padding-right: 15px;
}
.footer .footer-column2 .hs-menu-wrapper > ul > li:last-child {
  padding-left: 15px;
}
.footer p strong {
  font-weight: 500;
}
#back-to-top {
  position: fixed;
  bottom: 20px;
  width: 50px;
  height: 50px;
  z-index: 99;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  background-color: #202a37;
  right: -50px;
}
#back-to-top:hover {
  background-color: rgba(37, 37, 37, 0.7);
}
.body-wrapper.social-active #back-to-top {
  right: 15px;
}
.body-wrapper.social-active .cm-footer-social-wrapper{
  opacity:1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#back-to-top i {
  font-size: 40px;
  color: #fff;
  line-height: 45px;
}
.cm-footer-social-wrapper {
  border-radius: 6px;
  position: fixed;
  z-index: 9999995;
  bottom: 4px;
  left: 4px;
  background-color: transparent;
  line-height: 32px;
  transition:none;
  opacity:0;
}
.cm-footer-social-wrapper a {
  padding: 4px;
  float: left;
  line-height: 16px;
  text-decoration: none !important;
}
.cm-footer-social-wrapper a:hover .a2a_svg {
  opacity: .7;
}
.cm-footer-social-wrapper a .a2a_svg {
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  height: 32px;
  line-height: 32px;
  padding: 0;
  width: 32px;
  border-radius: 4px;
}
.cm-footer-social-wrapper .a2a_label {
  display: none;
}
.cm-footer-social-wrapper svg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: none;
  display: block;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: 0;
  width: auto;
  height: auto;
}
.footer-column2 .hs-menu-wrapper > ul > li > a {
  cursor: text;
  pointer-events: none;
}


.footer p a:hover,
.footer p a:active { color: #3574e3; }

/* @media(max-width:1550px){
.footer p { font-size: 15px; }
} */

@media(max-width:767px){
  .footer-top-group {
    padding: 70px 0px 0px;
}
  .footer__main {
    text-align: center;
}
  .footer .footer-column1 {
    margin-bottom: 40px;
  }
  .footer .footer-column2 .hs-menu-wrapper>ul>li {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer .footer-column2 .hs-menu-wrapper>ul>li:last-child {
    padding-left: 0;
  }
  .footer-bottom-group {
    text-align: center;
    padding: 16px 0px 11px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  margin: 0 auto;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}
.banner.Style2 h1{
  font-size: 38px;
  line-height: 50px;
  color: #ffff;
  margin-top: 30px;
  margin-bottom: 1px;
}
.banner.Style2 h2 {
  font-family: Poppins;
  line-height: 45px;
  font-weight: 700;
  font-size: 34px;
  color: #ffff;
  margin-top: 30px;
  margin-bottom: 1px;
}
.banner.Style2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(52,56,80,1.0);
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  color: #fff;
  padding-top: 140px;
  padding-bottom: 100px;
  background-position: top left;
}



@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 70px 0 30px;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding:0 9px;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content--small h2 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 600;
  font-style: normal;
  color: #343850;
  margin-bottom: 10px;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}
.blog-sidebar h3 {
  margin-top: 0;
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 1px #e2e2e2 solid;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #030712;
  line-height: 25px;
  letter-spacing: 0;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
/*   width:50%; */
  width:32%;
  margin-bottom: 40px;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
}
.blog-post__meta .blog-post-meta-right a:hover {
  color: inherit;
}


.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding:30px 30px 24px;
  height: 100%;
  background: #fff;
  margin-bottom: 18px;
  border: 1px #eaeaea solid;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.05);
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}
.blog-index.sidebar {
  margin-left: -9px;
  margin-right: -9px;
}
.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}
.blog-author-section {
  font-weight: 500;
  font-size: 12px;
  color: #010101;
  line-height: 1.5;
  padding: 7px 0;
}
.blog-post__read-more svg {
  width: 15px;
  height: auto;
}
.blog-author-img {
  width: 20px;
  margin-right: 8px;
  border-radius: 50%;
  height: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.blog-author-section .blog-author-title {
  display: inline-block;
}
.blog-index__post-inner-card .blog-index__post-content .desc {
  margin-bottom: 20px;
/*   padding-bottom: 20px;
  border-bottom: 1px #eaeaea solid; */
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #595959;
  line-height: 1.8;
}
.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding-bottom: 40px;
  }
  .blog-index__post-inner-card.no-image {
    width: 100%;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
/*     flex: 0 0 calc(100%/2); */
    flex: 0 0 calc(100%/3); 
    
  }
}



.blog-sidebar {
  padding-top:70px;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding:0;
    padding-bottom: 0;
  }
}


.blog-sidebar ul {
  list-style: none;
  border-radius: 5px;
  background: #fff;
  margin: 0 0 40px;
  box-shadow:none !important;
  padding: 0;
  line-height: 28px;
}
.blog-sidebar ul li {
  font-size: 14px;
  padding-left: 18px;
  position: relative;
}

.blog-sidebar ul li a {
  color: #3c3c3c;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.blog-sidebar ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f105";
  font-family: "FontAwesome";
}
.hs-search-field input.hs-search-field__input {
  width: 100%;
  height: 45px;
  padding: 0px 40px 0px 10px;
  background: #fff;
  border: 1px #e2e2e2 solid;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.hs-search-field input.hs-search-field__input:focus {
  border-left-width: 5px;
  outline:0;
  border-color: #202a37;
}
.hs-search-field button svg {
  display: none;
}
.hs-search-field button:after {
  content: "\f002";
  font-size: 16px;
  line-height: 45px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.hs-search-field__suggestions li:before {
  display: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  position: absolute;
  background: #fff;
  z-index: 2;
}
.blog-sidebar .hs-rss-item .hs-rss-date {
  margin-bottom: 3px;
  font-size: 14px;
  color: rgba(0,0,0,0.6);
  line-height: 26px;
  opacity: 1;
}
.blog-sidebar .hs-rss-item:last-child {
  border: 0;
  margin-bottom: 0;
}
.blog-sidebar .hs-rss-item .hs-rss-byline {
  opacity: 1;
}
.blog-sidebar .hs-rss-item .hs-rss-byline {
  opacity: 1;
  color: rgba(0, 0, 0, 0.6);
}
.blog-sidebar .hs-rss-item .hs-rss-author {
  display: none;
}
.blog-sidebar .hs-rss-item .hs-rss-posted-at {
  display: none;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0 !important;
}
ul.hs-search-field__suggestions li a {
  padding: 10px;
}
.hs-search-field__suggestions li#results-for {
  padding: 10px !important;
}

.hs-search-field button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 45px;
  background-color: initial;
  border: 0;
  border-radius: 0;
  outline: none !important;
  cursor: pointer;
}

h1.blog-post-heading {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4;
}
.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}
.blog-sidebar .hs-rss-item {
  position: relative;
  min-height: 85px;
  padding-left: 95px;
  padding-bottom: 24px;
  border-bottom: 1px #e2e2e2 solid;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 29px;
}
.blog-sidebar .hs-rss-item .hs-rss-title {
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  line-height: 26px;
  display: block;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}
.cm-blog-post .blog-author-img {
  width: 50px;
  height: 50px;
  margin-top: 7px;
}
.blog-post__meta .blog-post-meta-left {
  float: left;
  width: 70px;
}

.blog-post__meta .blog-post-meta-right {
  width: calc(100% - 70px);
  float: left;
}
.cm-blog-post .date {
  margin-bottom: 5px;
  font-weight: 500;
}
.blog-post__meta .blog-post-meta-right i {
  margin-right: 5px;
}
.cm-blog-post .blog-post__meta {
  margin-bottom: 35px;
}
.cm-blog-post .cm-footer-social-wrapper {
  position: static;
  opacity: 1 !important;
  margin-top: 31px;
  margin-bottom: 26px;
}
.post-pagination {
  display: flex;
  margin-bottom:60px;
}
.post-pagination .next-posts-link {
  text-align: right;
}

#comments-listing:not([data-has-comments="true"]){
  display: none;
}
#comments-listing {
  border:0;
  margin:0;
}
.comment {
  margin: 0 !important;
  border: 1px solid #ccc !important;
  padding: 15px;
  border-bottom: 0 !important;
}
.comment:first-child {
  margin-top: 30px !important;
}
.comment:last-child {
  border-bottom: 1px solid #ccc !important;
  margin-bottom: 30px !important;
}

.comment-date {
  font-size: 13px;
  text-align: left;
  display: block;
}

.blog-sidebar .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  float: right;
  padding-right: 0;
  width: 100%;
}
.blog-sidebar .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  float: left;
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 85px;
  top: 8px;
}


/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
  .blog-index__post.blog-index__post--small {
    width:100%;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}
.hs-blog-post .blog-index.sidebar.span9 {
  padding-top: 60px;
  margin-right: 0;
}
.blog-post__body a.btn.btn-primary {
  min-width: 135px !important;
  display: inline-block;
  line-height: 28px;
  margin-top: 4px;
}
.blog-sidebar .hs-rss-item .hs-rss-byline a {
  color: inherit;
}
img.cm-post-featured-image {
  margin-bottom: 30px;
  border-radius: 4px;
}



@media (min-width: 768px) and (max-width: 1024px) {
  .blog-sidebar .hs-rss-item {
    padding-left: 0;
  }
  .blog-sidebar .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .blog-sidebar .hs-rss-item.hs-with-featured-image {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-content-wrapper.span9 {
    width: 66.66666667%;
    padding-left: 0;
    padding-right: 10px;
  }
  .hs-blog-post .blog-index.sidebar.span9 {
    width: 66.6666%;
  }
  .blog-sidebar.span3 {
    width: 33.33333333%;
    margin-left: 0;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
  border: 1px solid #ccc;
  padding: 30px 20px 20px;
}
.post-pagination .next-posts-link .post-meta-nav,
.post-pagination .previous-posts-link .post-meta-nav {
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  color: #808080;
  line-height: 18px;
  letter-spacing: 1px;
  cursor: pointer;
}
.post-pagination > a {
  width: 50%;
  display: inline-block;
}
.post-pagination .next-posts-link{
  padding-right: 40px;
  position: relative;
}
.post-pagination .next-posts-link:after{
  position: absolute;
  top: -8px;
  z-index: 0;
  font-family: 'FontAwesome';
  font-size: 50px;
  color: #c0c0c0;
  line-height: 1;
  right: 0;
  content: "\f105";
}
.post-pagination .previous-posts-link {
  padding-left: 40px;
  text-align: left;
  position: relative;
}
.post-pagination .previous-posts-link:before {
  position: absolute;
  top: -8px;
  z-index: 0;
  font-family: 'FontAwesome';
  font-size: 50px;
  color: #c0c0c0;
  line-height: 1;
  left: 0;
  content: "\f104";
}
.post-pagination .title {
  display: block;
  margin-top: 3px;
  text-transform: none;
  font-weight: 500;
  font-size: 16px;
  color: #252525;
  line-height: 26px;
  letter-spacing: 0;
}




/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}

@media (max-width: 400px){
  .post-pagination .previous-posts-link {
    padding-left: 20px;
  }
  .post-pagination .next-posts-link {
    padding-right: 40px;
    position: relative;
  }
  .post-pagination .next-posts-link:after {
    right: 13px;
  }
  .blog-comments form {
    padding: 30px 15px 20px;
  }
  .blog-comments .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    height: 81px;
    overflow: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width:100%;
  max-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}
.container-fluid.body-container.migration .hs-button,
.systems-page .hs-button{
  white-space:normal;
  margin-top:10px;
  margin-bottom:20px;
}
.hs-search-results {
  margin-top:0;
}
input#hs-pwd-widget-password {
  height: 40px !important;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
input.email-edit.hs-input{
  width:100% !important;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.hs-search-layout .blog-index.sidebar {
  margin-left: 0;
  margin-right: 0;
}


.cm-error-404-layout h1 {
  margin-bottom: 35px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}

.cm-error-404-layout .hs-button {
  font-family: "Open Sans";
  line-height: 23px;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  font-size: 16px;
  opacity: 1;
  margin-top:0;
  visibility: visible;
  -webkit-transition: opacity 0.24s ease-in-out;
  -moz-transition: opacity 0.24s ease-in-out;
  transition: opacity 0.24s ease-in-out;
  padding-top: 12px;
  padding-right: 35px;
  padding-bottom: 13px;
  padding-left: 35px;
  border-radius: 8px 8px 8px 8px;
  background-color: #202a37 !important;
  border: 0;
}

ul#hsresults li {
  margin-bottom: 35px;
  padding: 20px 23px 25px 23px;
  border: 1px #e2e2e2 solid;
}
ul#hsresults a.hs-search-results__title {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: 600;
  font-style: normal;
  color: #343850;
  text-decoration: none;
  font-family: open sans, sans-serif;
}
.systems-page ul.no-list.hs-error-msgs {
  margin:5px 0;
  padding-left: 0;
}
.systems-page form{
  max-width:700px;
}

@media(max-width:767px){
  .systems-page form{
    max-width:100%;
  }
  .hs-search-layout .blog-sidebar.span3 {
    padding-bottom: 70px;
  }
  .hs-search-layout .blog-index.sidebar {
    margin-left: 0;
    margin-right: 0;
  }
}