/* ******************************************************************************
*********************************************************************************
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: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
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: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

.dnd-section > .row-fluid,
.page-center,
.content-wrapper{ 
  max-width: 1200px; 
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: content-box;
}

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

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.dnd-section>.row-fluid {
    box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: "icomoon";
  src: url("https://6784715.fs1.hubspotusercontent-na1.net/hubfs/6784715/Vulog_June2020/Fonts/icomoon.eot") format("embedded-opentype"),
    url("https://6784715.fs1.hubspotusercontent-na1.net/hubfs/6784715/Vulog_June2020/Fonts/icomoon.ttf") format("truetype"), 
    url("https://6784715.fs1.hubspotusercontent-na1.net/hubfs/6784715/Vulog_June2020/Fonts/icomoon%281%29.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: block;
}


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

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

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

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

.icon-instagram:before {
  content: "\e905";
}

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

.icon-main-logo:before {
  content: "\e900";
  color: #39c;
}

.icon-Asset-2:before {
  content: "\e901";
  color: #39c;
}

.icon-Asset-3:before {
  content: "\e902";
  color: #31d287;
}

.icon-Asset-8:before {
  content: "\e907";
  color: #39c;
}

.icon-Asset-9:before {
  content: "\e908";
  color: #d1d3d4;
}

.icon-Asset-10:before {
  content: "\e909";
  color: #d1d3d4;
}


::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #3399CC;
  transition: all .3s ease-out;
  border-radius: 25px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
  background: #31D287;
  transition: all .3s ease-out;
}

::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

html{
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
} 

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* 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: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

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

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

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

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

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

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

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;
  outline-color: green;
}

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

img{
  max-width:100%;
}


@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}

.hs-button {
  border:0;
  font-family: 'Open Sans', sans-serif;
  font-style:normal;
  text-decoration:none;
  border: 1px solid #31D287;
  color: #31D287;
  font-size: 18px;
  font-weight: 500;
  background: none;
  border-radius: 50px;
  padding: 10px 15px;
  cursor: pointer;
  transition: all .3s ease-out;
  white-space:normal;    
  margin: 40px 0;
}

.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 .field > label ,
.hs-form-field > label {
  font-size: 18px;
  margin: 0 0 10px;
  color: #555555;
  font-weight: 500;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input ,
input#hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  border: none;
  margin-bottom: 40px;
  border-bottom: 1px solid #31D287;
  color: #2992C8;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s ease-out;
}

.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: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus,
input#hs-pwd-widget-password: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: #c87872;
}
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;
}


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

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

.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;
    }
}

.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: Lato, serif;
}

input.email-edit.hs-input {
  width: 767px !important;
  max-width: 100%;
}


ul.no-list.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.head_innr {
  background-color: #F8FAFC;
} 

.custom-menu-primary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-menu-primary >div > ul >li{
  float:left;
}
.custom-menu-primary .submenu_divsn>li>a.active-item {
    font-weight: 900;
}


.custom-menu-primary .submenu_divsn .menu-item.active-branch {
    font-weight: 900;
}


.head_innr {
  display: flex;
  position: relative;
  padding: 0 2.5%;
  height: 80px;
  z-index:9999;
  transition-duration: 500ms;

}

.cstm_logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.custom-menu-primary {
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-wrap: wrap;
}

.custom-menu-primary > div >ul {
  display: flex;
}

.cstm_logo a {
  text-decoration: none;
}

.cstm_logo a i {
  font-size: 45px;
}

.cstm_logo a i:before {
  color: #fff;
}


.custom-menu-primary > div >ul >li {
  padding: 0 15px;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position:static;
}

.custom-menu-primary > div >ul >li > a {
  text-transform: uppercase;
  font-size: 16px;
  transition: .1s ease-in-out;
  transition-property: color,background-color;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}


.submenu_wrapper {
  background-image: url(https://6784715.fs1.hubspotusercontent-na1.net/hubfs/6784715/raw_assets/public/Vulog_June2020/images/menu_bg.png);
  background-repeat: no-repeat;
  background-position: -4% center;
  background-size: 13%;
  padding: 80px 0 60px; 
  position: absolute;
  z-index: 1020;
  top: 80px;
  box-shadow: 0 5px 12px rgba(0,0,0,.15);
  width: 100%;
  left:0;
  right:0; 
  display:none;
}

.submenu_inner.page-center {
  max-width: 1600px !important;
}

.custom-menu-primary ul.level-2 {
  margin-left: -40px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.outer-wrapper ,
.custom-menu-primary .submenu_divsn > li{
  padding-left: 40px;
  width: 33.33%;
}

.custom-menu-primary ul.level-2 .submenu_title {
  background-image: url(https://6784715.fs1.hubspotusercontent-na1.net/hubfs/6784715/raw_assets/public/Vulog_June2020/images/submenu_line.png);
  background-repeat: no-repeat;
  background-position: 120% center;
  width:25%;
  padding-left:40px;
}


.submenu_title h2 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  margin: 0;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  white-space:nowrap;
}

.submenu_title h2:after {
  height: 10px;
  width: 100%;
  background-color: #31D287;
  content: "";
  display: block;
  margin-top: -12px;
}

.custom-menu-primary .submenu_divsn  .outer-wrapper>li > a,
.custom-menu-primary .submenu_divsn > li > a{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  text-decoration: none;
}

.custom-menu-primary .submenu_divsn  .outer-wrapper>li > a i,
.custom-menu-primary .submenu_divsn > li > a i{
  top: 2px;
  position: relative;
  margin-left: 10px;
}

.custom-menu-primary ul.level-3 li a {
  white-space: normal;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.custom-menu-primary ul.level-3 {
  padding: 5px 0;
  font-size: .875rem;
  padding-left: 35px;
  margin: 0;
  text-transform: inherit;
  width: 62%;
}

.outer-wrapper,
.custom-menu-primary .submenu_divsn > li{
  margin-bottom: 40px;
}
.custom-menu-primary .submenu_divsn > li:nth-last-child(1),
.custom-menu-primary .submenu_divsn > li:nth-last-child(2),
.custom-menu-primary .submenu_divsn > li::nth-last-child(3){
  margin-bottom:0;
}

.outer-wrapper:nth-last-child(3),
.outer-wrapper:nth-last-child(2),
.outer-wrapper:nth-last-child(1) {
  margin-bottom: 0;
}

.submenu_divsn {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
} 
@media(min-width:960px){
  .scroll-header .head_innr{
    position:fixed;
    top:0;
    left:0;
    right:0;
    background:#fff;
    box-shadow: 0px 2px 10px #0000001a;
  }
}

.scroll-header .cstm_logo a i:before,
body:not(.no-banner) .head_innr:hover .cstm_logo a i:before{
  color: #060063;
}

@media(min-width:960px){ 
  .scroll-header .cstm_logo a i{
    font-size: 35px;
  } 
}

.banner_wrap {
  min-height: 80vh;
  height: 80vh;
  overflow: hidden;
  position: relative; 
  background: #39c;
}

.banner-section {
  margin-top: -80px;
}

.banner_contnt {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
  max-width: 100%;
  position: absolute;
  text-align: center;
  z-index: 14;

}

.banner_contnt h1 {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.2;
  color: #ffffff;
  font-size: 72px;
  font-weight: bold;
}


@media(min-width:1601px){  
  .custom-menu-primary > div >ul >li > a {
    font-size:20px;  
  }
  .custom-menu-primary .submenu_divsn .outer-wrapper>li>a, .custom-menu-primary .submenu_divsn>li>a{
    font-size:20px;  
  }
  .submenu_title h2{
    font-size:23px;
  }
  .scroll-header .custom-menu-primary > div >ul >li > a {
    font-size:18px;  
  }

  .submenu_wrapper {
    padding:80px 0 40px;
  }
}

@media (max-width: 1600px) {
  .banner_contnt h1 {
    font-size: 62px;
  }
}


@media (max-width: 1440px) {
  .banner_contnt h1 {
    font-size: 56px;
  }
}

@media (max-width: 1366px) {
  .banner_contnt h1  {
    font-size: 52px;
  }
}


.banner_contnt  h2 {
  font-size: 36px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  margin-top: 100px;
  color: #ffffff;
}

@media (max-width: 1600px) {
  .banner_contnt h2 {
    font-size: 30px;
  }
}


@media (max-width: 1440px) {
  .banner_contnt h2 {
    font-size: 28px;
  }
}

.banner_wrap img {
  position: absolute;
  top: 0%;
  left: 50%;
  min-width: 100%;
  /* min-height: 80vh; */
  width: auto;
  height: 100%;
  z-index: 9;
  transform: translate(-50%, 0%);
  max-width: initial;
}

.banner-section .row-fluid {
  padding: 0 !important;
}

.scroll-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
  bottom: 0;
  z-index: 10;

}

.dot {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
}

.line {
  margin-top: 20px;
  width: 10px;
  height: 105px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background-color: #ffffff;
}

@media (max-width: 1600px){
  .line {
    height: 80px;
  }
}



@media (max-width: 960px){
  .banner_contnt h2 {
    margin-top: 50px;
  }
  .banner_wrap {
    min-height: 55vh;
    height: 55vh;
  }

}


@media (max-width: 768px){
  .line {
    height: 70px;
    width: 5px;
  }

  .dot {
    width: 5px;
    height: 5px;
  }
}

@media (max-width: 600px){
  .banner_contnt h1 {
    font-size: 30px;
  }

  .banner_contnt h2 {
    font-size: 16px;
  }

  .line {
    height: 40px;
    width: 5px;
    margin-top: 10px;
  }
}

.no-banner header.header {
  min-height: 80px;
}

.no-banner:not(.scroll-header) .head_innr {
  background-color: #060063 !important;
}

.cstm_mob_right,
.mobile_menu{
  display:none;
}

@media(max-width:959px){
  .custom-menu-primary{
    display:none;
  }
  .head_innr {
    height: auto;
  }
  .cstm_logo {
    padding: 10px 0;
  }

  .cstm_mob_right {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    margin-left: auto;
  }

  .navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
  }

  .navTrigger i {
    background-color: #fff;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
  }

  .head_innr:hover  .navTrigger i{
    background-color: #3399CC;
  }

  .navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }

  .navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }

  .navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  } 

  .mobile-open .navTrigger i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
  }

  .mobile-open .navTrigger i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
  }

  .mobile-open .navTrigger i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
  }

  .mobile_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .mobile_menu ul ul {
    display: none;
  }

  .mobile_menu {
    position: fixed;
    top: -100vh;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    margin-top: 0;
    z-index: 1009;
    transition: all .3s ease-out;
    width: 100%;
  }

  .mobile_menu .hs-menu-wrapper>ul {
    max-height: 100vh;
    overflow-y: auto;
  }

  .mobile-open .mobile_menu {
    top: 0;
    margin-top: 48px;
  }

  .mobile-open {
    overflow: hidden;
  }

  .mobile-open .navTrigger i {
    background-color: #39c;
  }

  .mobile-open .cstm_logo a i:before {
    color: #39c;
  }

  .mobile-open .head_innr {
    background-color: rgba(255,255,255,1.0);
    box-shadow: 0px 2px 10px #0000001a;
  }

  .mobile_menu .hs-menu-wrapper > ul {
    width: 90vw;
    margin: 0 5vw;
    font-size: .875rem;
  }

  .mobile_menu .hs-menu-wrapper > ul > li > a {
    color: #060063;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
    display: block;
  }

  .mobile_menu .hs-menu-wrapper > ul > li:last-child ul {
    display: block; 
  }

  .mobile_menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    content: "";
    width: 1.5em;
    height: 1.5em;
    float: right;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }

  .mobile_menu .hs-menu-wrapper > ul > li.hs-item-has-children  a.child-open:after {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E);
  }

  .mobile_menu .hs-menu-wrapper ul ul {
    padding: 5px 0 5px 15px;
    width: 90vw;
  }

  .mobile_menu .hs-menu-wrapper > ul ul li a {
    color: #3399CC;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    display: block;
    padding: 2px 0;
  }

  .mobile_menu .hs-menu-wrapper > ul ul li a i {
    margin-right: 10px;
  }

  .mobile_menu .hs-menu-wrapper>ul>li.language ul li a i {
    display: none;
  }

  .mobile_menu .hs-menu-wrapper>ul>li.language>a:after {
    display: none;
  }

  .mobile_menu .hs-menu-wrapper>ul>li.language ul {
    display: block !important;
    height: auto !important;
    text-align: center;
    padding: 0;
    width: auto;
    margin-left: -30px;
  }

  .mobile_menu .hs-menu-wrapper>ul>li.language > a {
    margin-bottom: 0;
    padding: 0;
  }

  .mobile_menu .hs-menu-wrapper>ul>li.language {
    margin: 20px 0;
  }

  .outer-wrap {
    width: 25%;
    padding-left: 30px;
    float: left;
  }

  .outer-wrap li{
    margin: 20px 0;

  }

  .mobile_menu .hs-menu-wrapper>ul>li.language ul li a {
    display: inline-block;
    color: #3399CC;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
  }

  .mobile_menu .hs-menu-wrapper>ul>li.language  .outer-wrap {
    margin-bottom: 11px;
  }


}


@media(max-width:480px){
  .cstm_logo {
    padding: 0;
  }

  .head_innr {
    padding: 10px 2.5% 5px;
  }

  .cstm_logo a i {
    font-size: 30px;
  }
}

@media(max-height:600px){
  .banner_wrap {
    min-height:90vh;
  }
}

.banner_contnt h1 span {
  display: inline-block;
}

.banner_contnt h1 span:after {
  height: 15px;
  width: 100%;
  background-color: #31D287;
  content: "";
  display: block;
  margin-top: -25px;
}

@media(max-width:960px){
  .no-banner header.header {
    min-height: 49px;
  }
}


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

.contct_popup .popup select.hs-input {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
}

.contct_popup fieldset.form-columns-1 .hs-input {
  width: 95%;
}

.contct_popup textarea {
  min-height: 10rem;
  padding: 1rem;
  width: 92% !important;
  border: 1px solid #31D287 !important;
  margin-top: 15px;
  color: #2992C8;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.contct_popup fieldset.form-columns-1 {
  width: 95% !important;
}

.contct_popup .inputs-list label {
  margin: 10px 0;
}


@media(max-width:480px){
  .contct_popup .text-deco:after {
    height: 7px;
    margin-top: -12px;
  }

  .contct_popup button.popup_close svg {
    width: 15px;
    height: 15px;
  }

  .contct_popup button.popup_close {
    top: 12px;
  }
}


.custom-menu-primary>div>ul>li.active-branch>a{
  font-weight:bold;
}
/* ******************************************************************************
*********************************************************************************
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: transparent; 
} 


.footer_inner {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: content-box;
}

@media (min-width: 640px){
  .footer_inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 960px){
  .footer_inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}


.main_ftr {
  padding: 50px 0;
}

.main_innr {
  margin-left: -40px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.cstm_ft_cols {
  padding-left: 40px;
  width: calc(100% * 1 / 6.001);
}

.cstm_ft_logo a i {
  font-size: 45px;
}

.cstm_ft_social {
  margin-top: 40px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.cstm_ft_social div {
  width: auto;
  padding-left: 15px;
}

.cstm_ft_logo a i:before {
  color: #fff;
}

.cstm_ft_social div i {
  font-size: 20px; 
}

.cstm_ft_colss ul {
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}

.cstm_ft_colss .hs-menu-wrapper > ul > li > a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
  display: block;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.4;
  cursor:text;  
}

.cstm_ft_colss .hs-menu-wrapper  ul ul {
  margin-top: 20px;
}

.cstm_ft_colss .hs-menu-wrapper ul ul li {
  line-height: 1;
  margin-top: 10px;
}

.cstm_ft_colss .hs-menu-wrapper ul ul li a {
  font-size: 15px;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.cstm_ft_colss .hs-menu-wrapper ul ul li:first-child {
  margin-top: 0;
}

#hs_cos_wrapper_sec_menu div > ul > li:not(.hs-item-has-children) {
  margin-bottom: 40px;
}

.copyright {
  text-align: center;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.copy_ftr {
  padding: 20px 0;
}

.copyright a {
  font-family: Open Sans;
}

.cstm_ft_form_col h4 {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4;
  font-size: 15px;
  font-family: Open sans;
  margin: 0;
}

.cstm_ft_form_col:last-child p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  margin-bottom: 20px;
}

.cstm_ft_menu_col {
  width: 50%;
  max-width: 100%; 
  display: flex;
  flex-wrap: wrap;
}

.cstm_ft_colss {
  padding-left: 40px;
  width: calc(100% * 1 / 3.001);
}

.cstm_ft_form_col {
  padding-left: 40px;
  flex: 1;
  min-width: 1px;
}

.ftr_form .field > label {
  display: none;
}

.ftr_form   fieldset.form-columns-2,
.ftr_form   fieldset.form-columns-1 {
  min-height: 3rem;
  max-width: 100%;
}

.ftr_form .input {
  width: 90%;
  min-height: 3rem;
}

.ftr_form fieldset.form-columns-1 .input {
  margin-right: 8px;
}

.ftr_form .hs-input {
  border-radius: 50px;
  border: none;
  font-size: 13px;
  background-color: #ffffff33;
  color: #ffffff;
  width: 90%;
  padding: 10px 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  line-height: normal;
}

.ftr_form .hs-input::placeholder {
  color: #fff;
}

.ftr_form fieldset.form-columns-2 .input {
  width: 100%;
}
.ftr_form ul.no-list.hs-error-msgs.inputs-list li {
  margin: 10px 0;
}


.ftr_form  .hs-richtext p {
  max-width: 100%;
  margin-top: 1rem;
  font-size: 13px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}

.ftr_form  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  display: none;
}

.ftr_form  .hs-button {
  margin: 0;
  border: 1px solid #31D287 !important;
  color: #31D287 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  background: none;
  border-radius: 50px;
  padding: 10px 15px;
  cursor: pointer;
  transition: all .3s ease-out;
  width: 10rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: "Open Sans", sans-serif;
}

.ftr_form .hs-button {
  font-size: 14px !important;
}


.ftr_form  .hs-button:hover {
  background-color: #31D287;
  color: #ffffff !important;
}

.ftr_form fieldset.form-columns-2 .input .hs-input {
  width: 83%;
}

@media(max-width:1199px){
  .cstm_ft_form_col {
    margin-top: 30px;
  }

  .cstm_ft_cols {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .cstm_ft_logo {
    width: 50%;
  }

  .cstm_ft_social {
    width: 50%;
    margin-top: 0;
  }

  .cstm_ft_logo a {
    display: inline-block;
    vertical-align: middle;
  }

  .cstm_ft_menu_col {
    margin-top: 30px;
    width: 50%;
  }

}


@media(max-width:960px){
  .cstm_ft_social {
    display: flex;
    justify-content: flex-end;
  }

  .cstm_ft_cols {
    position: relative;
  }

}

@media(max-width:959px){
  .ftr_form fieldset.form-columns-2 .input .hs-input {
    width: 90%;
  }
  .cstm_ft_menu_col {
    width: 100%;
    display: flex;
    order: 3;
  }

  .cstm_ft_form_col {
    order: 2;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .ftr_form fieldset.form-columns-1 .input {
    width: 95%;
  }
}

@media(max-width:639px){
  .cstm_ft_colss {
    width: 50%;
  }
}

@media(max-width:480px){
  .ftr_form fieldset.form-columns-1 .input,.ftr_form fieldset.form-columns-2 .input {
    width: 100%;
    margin-right: 0;
  }

  .form-columns-2 .hs-form-field .hs-input {
    width: 100% !important;
  }

  .cstm_ft_social {
    position: absolute;
    right: 0;
    top: 0;
  }

}


.copyright {
  font-weight: bold;
}

.copyright a {
  font-weight: normal;
}
/* ******************************************************************************
*********************************************************************************
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: transparent;
  text-align: center;
}

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

.blog-header__form {
  margin: 0 1rem;
}

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.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: 1rem;
}
@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-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 h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.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-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: transparent;
  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 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;
  }
}



section#press-release {
  padding: 50px 0;
  position: relative;
}


.header_meta { 
  margin-bottom: 40px;
}

@media (min-width: 1200px){
  .header_meta {
    margin-bottom: 70px;
  }
}


.custom-all-topics ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin: 0 0 0 -20px; 
}

.custom-all-topics ul li {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  flex: none;
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}

.custom-all-topics ul li a {
  font-size: .875rem;
  text-transform: uppercase;
  transition: .1s ease-in-out;
  transition-property: color,background-color;
  display: block;
  border: 1px solid #555555;
  border-radius: 50px;
  padding: 5px 25px;
  color: #555555;
}

.custom-all-topics ul li.active > a,
.custom-all-topics ul li.active > a:hover {
  background-color: #31D287;
  border-color: #31D287;
  color: #ffffff;
}


.custom-all-topics ul li a:hover {
  background-color: #f8f8f8;
}

section#press-release .content-wrapper {
  padding: 0 40px;
}

.blog_search {
  margin: 0 0 20px;
}

.blog_search form {
  width: 66%;
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin: 0;
}

.blog_search form input {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
  overflow: visible;
  -webkit-appearance: none;
  vertical-align: middle;
  width: 100%;
  border: none;
  color: #666;
  padding-right: 6px;
  background: 0 0;
  height: 40px;
  padding-left: 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size:16px;
}

.blog_search form input::placeholder {
  color: #999;
}

.blog_search form button {
  -webkit-appearance: none;
  background: no-repeat;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  padding: 0;
  color: #000000;
}

.blog_search form button span {
  display: none;
}

.blog_search form input:focus {
  outline: none;
  border: 1px solid #555555;
  border-radius: 50px;
}


.post_listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -30px;
}

@media (min-width: 1200px) {
  .post_listing {
    margin-left: -40px;
  }
}

.frst_post_item {
  margin-bottom: 10px;
  padding-left: 30px;
}

.frst_post_innr {
  clip-path: polygon(100% 0, 100% 95%, 0 100%, 0 0);
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -30px;
  padding-bottom: 50px;
}

.frst_post_feat_img {
  padding-left: 30px;
  width: 50%;
}

.frst_post_feat_img img {
  max-width: 100%;
  height: auto;
  -webkit-clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 0);
  width: 100%;
}

.post_contnt {
  padding-left: 30px;
  width: 50%;
}

@media (min-width: 1200px) {
  .frst_post_item {
    padding-left: 40px;
  }

  .frst_post_innr {
    margin-left: -40px;
  }

  .frst_post_feat_img {
    padding-left: 40px;
  }

  .post_contnt {
    padding-left: 40px;
  }
}

.date p {
  padding: 0 20px;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 16px;
  margin: 0;
}

.post_title {
  padding: 0 20px;
  font-size: 24px;
  font-weight: bold;
  color: #060063;
  margin-bottom: 20px;
}

.post_listng_summry {
  padding: 0 20px;
  font-size: 18px;
  color: #555555;
  margin: 20px 0;
}

.post_listng_summry p {
  font-size: 18px;
  margin: 0;
}

.readmore {
  margin-top: 20px;
}

.readmore a {
  color: #31D287;
  font-size: 18px;
  transition: all .3s ease-out;
  padding: 0 20px;
}

.readmore a i {
  font-size: 14px;
  margin-left: 4px;
}

.readmore a i:before {
  color: inherit;
}

.readmore a:hover {
  color: #3399CC;
}

.post_item {
  width: calc(100% * 1 / 3.001);
  padding-left: 40px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.post_innr {
  clip-path: polygon(100% 0, 100% 95%, 0 100%, 0 0);
  padding-bottom: 50px;
  background-color: #EFEFEF;
}

.post_feat_img {
  -webkit-clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 0);
  margin-bottom: 20px;
}

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

.post_item .post_contnt {
  width: 100%;
}

.post_item .date {
  text-transform: uppercase;
  margin: 20px 0;
}


section#career-job {
  padding: 100px 0;
}

@media (max-width: 1440px) and (min-width: 1200px){
  section#career-job .page-center {
    transform: scale(0.9);
    transform-origin: top;
  }
}



section#career-job h2 {
  font-size: 38px;
  color: #060063;
  position: relative;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
}

section#career-job h2:before {
  width: 5%;
  height: 10px;
  background-color: #060063;
  display: block;
  content: '';
  position: absolute;
  left: -75px;
  top: 25px;
}

.text-deco {
  display: inline-block;
}

.text-deco:after {
  height: 15px;
  width: 100%;
  background-color: #31D287;
  content: "";
  display: block;
  margin-top: -20px;
}

.learnBtn {
  margin-top: 40px;
}

.learnBtn a {
  background-color: #31D287;
  color: #ffffff;
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 18px;
  transition: all .3s ease-out;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
}

.learnBtn a i {
  font-size: 14px;
  margin-left: 5px;
}

.learnBtn a i:before {
  color: inherit;
}

.learnBtn a:hover {
  /* background-color: #3399CC; */
}

.learnBtn a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 50px;
}

.learnBtn a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.learnBtn a:hover{
  color:#fff;
}

.hs-search-field__suggestions li#results-for {
  padding: 5px 10px;
}

.hs-search-field__suggestions li a {
  padding: 5px 10px;
}

@media(max-width:1200px){
  section#career-job h2 {
    padding-left: 50px;
  }
  section#career-job h2:before {
    left: 0;
    width: 3%;
  }
}

@media(max-width:1199px){
  .post_item{
    padding-left:30px;
  }
}

@media(max-width:960px){
  .post_item {
    width: 50%;
  }

  section#press-release .content-wrapper {
    padding: 0 30px;
  }

  .frst_post_feat_img {
    width: 100%;
  }

  .post_contnt {
    width: 100%;
    margin-top: 30px;
  }

  section#career-job h2 {
    padding-left: 0;
    font-size: 34px;
  }

  section#career-job h2:before {
    display: none;
  }
}

@media(max-width:640px){
  .post_item {
    padding-left: 30px;
    width: 100%;
  }

  section#press-release .content-wrapper {
    padding: 0 15px;
  }
}

@media(max-width:480px){
  section#career-job h2 {
    font-size: 27px;
  }
}

.comment-date {
  display: block !important;
}

.replying {
  padding: 0 1em !important;
}

@media(max-width:480px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 100%;
    overflow: auto;
  }
}


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


@media(max-width:767px){
  .blog-recent-posts__post{
    padding-left:0;
    padding-right:0;
  }
}

.post_item.no_feat .post_innr {
  padding-top: 1px;
}

.frst_post_item.no_feat_frst .post_contnt {
  width: 100%;
  padding-left: 18px;
}

a.next-posts-link.load-more.p-hide {
  display: none !important;
}

.blog_pagin {
  margin-top: 20px;
  text-align: center;
}

.blog_pagin a {
  border: 1px solid #31D287;
  color: #31D287;
  font-size: 18px;
  font-weight: 500;
  background: none;
  border-radius: 50px;
  padding: 10px 15px;
  cursor: pointer;
  transition: all .3s ease-out;
  line-height: normal;
  font-family: Arial;
  display: inline-block;
}

.blog_pagin a i {
  font-size: 15px;
  transition: all .3s ease-out;
  margin-left: 10px;
}

.blog_pagin a i:before {
  color: inherit;
}

.blog_pagin a:hover {
  background-color: #31D287;
  color: #ffffff;
}

a.next-posts-link.load-more{
  display:inline-block !important;
}

a.next-posts-link.load-more.p-hide {
  display: none !important;
}

.blog_pagin {
  display: block !important;
}

.frst_post_item.pst_itm.no_frst_img .post_contnt {
  width: 100%;
}


/**** New Style slider + post ***/

#partner-news h2 {
  color: #060063;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  font-size: 32px;
  padding: 0;
  line-height: 1.3;
}

#partner-news h2:before {
  width: 3%;
  height: 8px;
  left: -50px;
  top: 18px;
  background-color: #060063;
  display: block;
  content: '';
  position: absolute;
}

#partner-news .page-center {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  #partner-news .page-center {
    margin-top: 70px;
  }
}

@media (max-width: 1440px) and (min-width: 1200px) {
  #partner-news .page-center {
    transform: scale(0.9);
    transform-origin: top;
  }
}

.specific_container {
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 640px) {
  .specific_container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 960px) {
  .specific_container {
    padding-left: 40px;
    padding-right: 40px;
  }
}


.lstng_slider.page-center {
  max-width: 100% !important;
  padding: 0 !important;
  margin-top: 50px;
}

.slider_innr {
  width: 100%;
  height: 100%;
  position: relative; 
} 

.slider_inner_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}


.slder_left {
  flex: 1;
  min-width: 1px;
}

.sldr_right {
  width: 40%;
  position: relative;
}

.slider_img {
  -webkit-clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 10%);
  clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 10%);
}

.slider_inner_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.slider_txt {
  padding: 0;
  width: 600px;
  position: absolute;
  left: -120px;
  margin: 0;
}

.txt {
  background-color: #EFEFEF;
  padding: 50px 40px;
  -webkit-clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 10%);
  clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 10%);
}

.txt h3 {
  font-weight: bold;
  color: #060063;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
  line-height: 1.4;
}

.txt h4 {
  font-size: 26px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  color: #3399CC;
  font-weight: bold;
  padding-bottom: 10px;
}

.txt p {
  color: #555555;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

.dwnld_btn {
  margin-top: 20px;
}

.dwnld_btn a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  background-color: #31D287;
  color: #ffffff;
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 18px;
  transition: all .3s ease-out;
  overflow: hidden;
}

.dwnld_btn a:hover{
  color:#fff;
}

.dwnld_btn a i {
  font-size: 14px;
  margin-left: 5px;
}

.dwnld_btn a i:before {
  color: #fff;
}

.dwnld_btn a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 50px;
}

.dwnld_btn a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 20px 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

ul.slick-dots li button {
  position: relative;
  -webkit-appearance: none;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  transform: scale(0.66);
  margin: 0 4px;
  background-color: #D1D3D4;
  opacity: 1;
  width: 10px;
  height: 10px;
  transition: all .3s ease-out;
  font-size: 0;
  border-radius: 100%;
}

ul.slick-dots li.slick-active button {
  opacity: 1;
  background: #31D287;
  width: 14px;
  height: 14px;
  transform: scale(1);
}



.slick-arrow {
  background: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  bottom: -1%;
  left: 50%;
  font-size: 0;
}

.slick-next:after {
  content: 'next';
  font-variant: initial;
  font-family: swiper-icons;
  text-transform: none!important;
  letter-spacing: 0;
  color: #D1D3D4;
  font-weight: bold;
  font-size: 25px;
}

.slick-prev:after {
  content: 'prev';
  font-variant: initial;
  font-family: swiper-icons;
  text-transform: none!important;
  letter-spacing: 0;
  color: #D1D3D4;
  font-weight: bold;
  font-size: 25px;
}

.slick-next {
  left: 54%;
}

.slick-prev {
  left: 45%;
}

ul.slick-dots li button:hover {
  cursor: pointer;
  background: #31D287;
}

.slick-next:hover:after,.slick-prev:hover:after {
  color: #31D287;
  cursor: pointer;
}


.allresources {
  margin-bottom: 20px;
  margin-top: 20px;
}

a.view_resource {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  right: 0;
  position: absolute;
  color: #31D287;
  font-size: 18px;
  transition: all .3s ease-out;
  bottom: 17%;
  z-index: 9;
  padding-left: 0;
}

a.view_resource i {
  font-size: 14px;
  margin-left: 5px;
}

a.view_resource i:before {
  color: #31D287;
}

a.view_resource:hover {
  color: #3399CC;
}

a.view_resource:hover i:before {
  color: #3399CC;
}

@media(max-width:1200px){
  .slick-slide img {
    width: 100%;
  }

  .slider_img {
    -webkit-clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 0%);
    clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 0%);
  }

  .slder_left {
    display: block;
  }


  .sldr_right {
    width: 100%;
  }

  .slider_txt {
    position: relative;
    width: 100%;
    left: 0;
  }

  .txt {
    -webkit-clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 0);
  }

  .lstng_slider.page-center {
    position: relative;
  }

  a.view_resource {
    bottom: 3%;
  }

  #partner-news h2 {
    padding-left: 50px;
  }

  #partner-news h2:before {
    left: 0;
  }
  .slick-prev {
    left: 43%;
  }

  .slick-next {
    left: 56%;
  }
}

@media(max-width:960px){
  #partner-news h2 {
    padding: 0;
  }

  #partner-news h2:before {
    display: none;
  }

  .slick-next {
    left: 59%;
  }

  .slick-prev {
    left: 38%;
  }
}

@media(max-width:768px){
  .slider_inner_wrap {
    background-color: #efefef;
    -webkit-clip-path: polygon(100% 0, 100% 95%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 95%, 0 100%, 0 0);
  }
}


@media (max-width: 480px){
  a.view_resource {
    bottom: -2%;
  }
}
/* 
.scroll-header .hs-blog-post .head_innr {
position: relative;
box-shadow: none;
}
.hs-blog-post .head_innr .navTrigger i {
background-color: #39c;
}

*/
section#news-details {
  padding: 50px 0;
}

.negtve_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -40px;
}

.blog_contnt {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .blog_contnt {
    padding-left: 40px;
  }
}

@media (min-width: 960px) {
  .blog_contnt {
    flex: 1;
    min-width: 1px;
  }
}

.blog_sidebar {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .blog_sidebar {
    padding-left: 40px;
  }
}

@media (min-width: 960px) {
  .blog_sidebar {
    width: calc(100% * 1 / 3.001);
  }
}




.blog_contnt > h2 {
  font-weight: bolder;
  color: #060063;
  position: relative;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 32px;
  line-height: 1.3;
}

.blog_contnt > h2:before {
  background-color: #060063;
  display: block;
  content: '';
  position: absolute;
  width: 3%;
  height: 8px;
  left: -50px;
  top: 18px;
}

.blog_post_feat {
  margin-top: 40px;
}

.blog_post_feat img {
  -webkit-clip-path: polygon(100% 0, 100% 95%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 95%, 0 100%, 0 0);
  width: 100%;
  display: block;
}

.blog_post_body {
  margin-top: 20px;
}

.blog_post_body p {
  color: #555555;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
}


.blog__comments ul.no-list.hs-error-msgs.inputs-list {
  margin: 20px 0;
}

.blog_post_body a {
  color: #31D287;
  text-decoration: underline;
}

.blog_post_body a:hover {
  color: #31D287;
  text-decoration: underline;
}

.blog_sidebar_inner {
  position: sticky;
  top: 100px;
}

.sd_authr {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px;
}

.sd_authr_img {
  padding-left: 15px;
  width: auto;
}

.sd_authr_img img {
  border-radius: 50%;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  height: 80px;
  width: 80px;
}

.sd_author_bio {
  padding-left: 15px;
  flex: 1;
  min-width: 1px;
}

.sd_author_bio h4 {
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #060063;
  font-weight: bold;
}

h4.sd_date {
  color: #555555;
  font-size: 18px;
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
  line-height: 1.4;
}

h4.sd_date a,h4.sd_date a:hover {
  color: #31D287;
  font-weight: bold;
}


hr.sd_news {
  overflow: visible;
  text-align: inherit;
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  background: transparent;
}

.post_social {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -30px;
}

@media (min-width: 1200px) {
  .post_social {
    margin-left: -40px;
  }
}

.post_social div {
  padding-left: 30px;
  width: auto;
}

@media (min-width: 1200px) {
  .post_social div {
    padding-left: 40px;
  }
}

.social_share_title h4 {
  line-height: 1.4;
  color: #555555;
  font-size: 18px;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.post_social div:not(.social_share_title) {
  width: calc(100% * 1 / 6.001);
}

.post_social div a i {
  color: #D1D3D4;
  font-size: 20px;
}

.sd_newsletter {
  position: relative;
  margin-top: 20px;
}

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

.sd_newsletter img + div {
  width: max-content;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  max-width: calc(100% - (15px * 2));
  margin: 15px;
  transform: translate(-50%,-50%) translate(-15px,-15px);
}

.sd_newsletter div h4 {
  color: #ffffff;
  font-weight: bold;
  transition-duration: 250ms;
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
}

.sd_newsletter div h4:hover {
  color: #32d287;
}

.blog_sidebar h3 {
  color: #555555;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  line-height: 1.4;
}

.sd_cat_filter {
  margin-top: 20px;
}

.blog_sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog_sidebar ul li {
  display: inline-block;
  width: 100%;
}

.blog_sidebar ul li span {
  display: none;
}

.blog_sidebar ul li a {
  position: relative;
  font-size: 16px;
  color: #31D287;
  transition: all .3s ease-out;
}

.blog_sidebar ul li a:after {
  content: "\e909";
  font-size: 14px;
  margin-left: 5px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog_sidebar ul li a:hover {
  color: #3399CC;
}

@media(max-width:1200px){
  .blog_contnt>h2 {
    padding-left: 50px;
  }
}

@media(max-width:1199px){
  .negtve_wrap {
    margin-left: -30px;
  }
  .blog_contnt,.blog_sidebar {
    padding-left: 30px;
  }
}

@media(max-width:1170px){
  .blog_contnt>h2:before {
    left: 0;
  }
}

@media(max-width:960px){
  .blog_contnt>h2 {
    padding-left: 0;
  }

  .blog_contnt>h2:before {
    display: none;
  }
  .blog_sidebar_inner {
    position: relative;
  }

}


.related_post > h2 {
  color: #060063;
  position: relative;
  font-size: 32px;
  line-height: 1.3;
}

.related_post > h2:before {
  width: 3%;
  height: 8px;
  left: -50px;
  top: 18px;
  background-color: #060063;
  display: block;
  content: '';
  position: absolute;
}

.reltd_wrpr li {
  padding: 0;  
  list-style: none;
}

.reltd_wrpr {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -30px;
}

@media (min-width: 1200px) {
  .reltd_wrpr {
    margin-top: 70px;
    margin-left: -40px;
  }
}

.reltd_wrpr li {
  padding-left: 30px;
  width: 100%; 
}

@media (min-width: 1200px) {
  .reltd_wrpr li {
    padding-left: 40px;
  }
}

@media (min-width: 640px) {
  .reltd_wrpr li {
    width: 50%;
  }
}

@media (min-width: 960px) {
  .reltd_wrpr li {
    width: calc(100% * 1 / 3.001);
  }
}

.hs-blog-post section#career-job h2 {
  font-size: 32px;
  line-height: 1.3;
}

.hs-blog-post section#career-job h2:before {
  width: 3%;
  height: 8px;
  left: -50px;
  top: 18px;
}

@media(max-width:1199px){
  .hs-blog-post section#career-job h2:before {
    left: 0;
  }
}


@media(max-width:480px){
  .hs-blog-post 
  section#career-job .text-deco:after {
    height: 7px;
    margin-top: -12px;
  }
}


.popup_form {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 15px 15px;
  background: rgba(0,0,0,.6);
  opacity: 0;
  transition: all .15s linear;
  visibility:hidden;
  z-index: 99999;
}

.pop_open .sd_pop.popup_form,
.hd_pop_open .contct_popup.popup_form{
  opacity:1; 
  visibility:visible;
}
@media (min-width: 640px){
  .popup_form {
    padding: 50px 30px;
  }
}


@media (min-width: 960px){
  .popup_form {
    padding-left: 40px;
    padding-right: 40px;
  }
}


.popup_inner {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  max-width: calc(100% - .01px)!important;
  background: #fff;
  opacity: 0;
  transform: translateY(-100px);
  transition: .3s linear;
  transition-property: opacity,transform;
  margin-top: auto;
  width: 1200px;
  margin-bottom: auto;
  padding: 2% 5%;
}

.pop_open .sd_pop .popup_inner ,
.hd_pop_open .contct_popup  .popup_inner {
  opacity: 1;
  transform: translateY(0);
}


.pop_open,
.hd_pop_open{
  overflow: hidden;
}

.popup h2 {
  color: #060063;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.3;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.popup h2:before {
  width: 3%;
  height: 8px;
  left: -50px;
  top: 18px;
  background-color: #060063;
  display: block;
  content: '';
  position: absolute;
}

.popup h4 {
  color: #555555;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 20px 0;
  font-size: 26px;
  line-height: 1.4;
}

.popup h6 {
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #555555;
  font-size: 14px;
  opacity: .5;
  margin: 20px 0;
}

.popup .hs-form-field>label {
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  color: #555555;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.popup .hs-input {
  width: 90%;
  font-family: 'Open Sans', sans-serif;
  line-height: normal;
  display: inline-block;
  max-height: 25px;
}

.popup .hs-form-required {
  color: #555555;
}

.popup .hs-input::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}

.popup p {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 60%;
  margin-top: 1rem;
  color: #555555;
  font-size: 18px;
  line-height: 1.5;
}

.popup .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  display: none;
}

.popup .hs-button {
  width: 10rem;
}


button.popup_close {
  transition: .1s ease-in-out;
  transition-property: color,opacity;
  background-color: transparent;
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
  text-transform: none;
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  position: absolute;
  z-index: 1010;
  top: 10px;
  right: 10px;
  padding: 5px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  color: #555555;
}

button.popup_close svg {
  width: 30px;
  height: 30px;
}

button.popup_close line {
  stroke: currentcolor;
}


@media(max-width:767px){
  .popup p {
    max-width: 100%;
  }
}


body:not(.scroll-header) .hs-blog-post .head_innr { 
  position: relative;
}

.hs-blog-post .cstm_logo a i {
  font-size: 35px;
}

.hs-blog-post .cstm_logo a i:before {
  color: #39c;
}

@media(max-width:960px){

  body:not(.scroll-header) .hs-blog-post .head_innr {
    box-shadow: 0px 2px 10px #0000001a;
  }

  .hs-blog-post .navTrigger i {
    background-color: #39c;
  }

}

@media(max-width:480px){
  .hs-blog-post .cstm_logo a i {
    font-size: 30px;
  }

  body:not(.scroll-header) .hs-blog-post .head_innr {
    box-shadow: none;
  }
}


.lstng_slider.page-center {
  position: relative;
}

.reltd_wrpr .date p {
  font-size: 18px;
  color: #555555;
}

.reltd_wrpr li {
  margin-top: 0;
}

@media(max-width:960px){
  .reltd_wrpr li {
    margin-top: 30px;
  }
}

.blog__comments {
  top: 100px;
  position: relative;

}

.post-author-description {
  float: left;
  position: absolute;
  left: 95px;
  top: 25px;
  
}
/* ******************************************************************************
*********************************************************************************
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: 767px;
  background-color: #cde3cc;
  border: 1.5px solid #4f7d24;
  border-radius: 6px;
  font-size: 1rem;
  color: #4f7d24;
  padding: .25rem .75rem;
  max-width: 100%;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.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;
}

.blog_contnt h1 {
  font-size: 18px !important;
}