/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

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

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

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

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

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

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

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

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

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

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

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

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper, .container{
  margin: 0 auto;
  padding: 0 1rem;
}          

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

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

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

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

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */
form textarea,select.filter-select,form input[type="text"],form input[type="password"],form input[type="datetime"],form input[type="datetime-local"],form input[type="date"],form input[type="month"],form input[type="time"],form input[type="week"],form input[type="number"],form input[type="email"],form input[type="url"],form input[type="search"],form input[type="tel"],form input[type="color"],form select{  padding:16px 15px; margin:0 0 3px;  } 
form .hs_submit input { width:100%; }

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

form .input ul.inputs-list li label input[type="checkbox"]:checked+span:before{ background-image:url('https://7690351.fs1.hubspotusercontent-na1.net/hubfs/7690351/Assets%20March%202022/Vector.png'); background-size:75%; background-position:center center; background-repeat:no-repeat } 
form .input ul.inputs-list li label input[type="checkbox"]{ opacity:0; display:none !important } 
form .input ul.inputs-list li label input[type="checkbox"]+span:before{ cursor:pointer;position:absolute; content:''; left:0; top:-1px; width:20px; height:20px; text-align:center; border:1.5px solid #F19135; background:transparent; border-radius:3px; }
form .input ul.inputs-list li label input[type="checkbox"]+span{  cursor:pointer; position:relative; padding-left:32px; min-height:20px; align-items:center; font-size: 14px; color: rgba(46, 46, 46, 0.6) } 


/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

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

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

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

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

.hs-error-msg {
  color: #ED5B56;
  margin-top: 0.35rem;
  font-weight:500;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

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

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

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

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

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

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

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

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

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

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

/* Logo */

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

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

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

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

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

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

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

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .header__close--toggle.show {
    display: block;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
/* font-family: 'Roboto', sans-serif; */
/*  font-family: "Lato", sans-serif; */



*{margin:0;padding:0;border:0;outline:0;font-size:100%;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
html{-webkit-text-size-adjust:none}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{ display:block }
audio,canvas,video{ display:inline-block }
audio:not([controls]){ display:none; height:0 }
pre{ white-space:pre; white-space:pre-wrap; word-wrap:break-word }
q{ quotes:none }
q:before,q:after{ content:''; content:none }
small{ font-size:85% }
sub,sup{ font-size:75%; line-height:0; position:relative; vertical-align:baseline }
sup{ top:-0.5em } 
sub{ bottom:-0.55em } 
:focus{ outline:0 } 
*:before,*:after{ box-sizing:border-box } 
embed,img,object,svg{ max-width:100%; height:auto } 
iframe{ max-width:100% } 
.header-container-wrapper ul,.footer-container-wrapper ul,.header-container-wrapper ol,.footer-container-wrapper ol{ list-style:none; list-style-image:none } 
.row-fluid [class*="span"]{ min-height:0px !important } 
table{ border-collapse:separate; border-spacing:0 }
caption,th,td{ text-align:left }
blockquote:before,blockquote:after,q:before,q:after{ content:"" } 
blockquote,q{ quotes:"" "" } 
table{ border:0 none; border-collapse:collapse; border-spacing:0 } 
td{ vertical-align:top } 
.cf:before,.cf:after{ content:""; display:table } 
.cf:after{ clear:both } 
::selection{ background:#00acbb; color:#fff } 
::-moz-selection{ background:#00acbb; color:#fff } 

/* Body */
body{  -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none; -webkit-tap-highlight-color:rgba(0,0,0,0); -moz-osx-font-smoothing:grayscale; -webkit-tap-highlight-color:transparent } 
body:not(.custom-background-image)::before,body:not(.custom-background-image)::after{ display:none !important } 
img{ border:0 none; max-width:100%; vertical-align:middle; height:auto }
a{ outline:0; cursor:pointer; transition:color .5s ease; text-decoration:none; color:inherit; } 
svg path{ transition:fill .5s ease,stroke .5s ease } 
svg{ vertical-align:middle } 
a:focus{ outline:0; text-decoration:none } 



h2.font35 {  font-size:35px; line-height:1.2; margin-bottom:20px; }
.bold { font-weight:700; }
.semibold { font-weight:600; }
.medium { font-weight:500; }
.pb50 { padding-bottom:50px; }
.pb20 { padding-bottom:20px; }
.tbl{ display:table; width:100%; height:100% } 
.tbl-cell{ display:table-cell; vertical-align:middle } 
.dis-flex{ display:flex; flex-wrap:wrap } 
.dis_flex{ display:flex; flex-wrap:wrap }
.flex-box{ display:flex; flex-wrap:wrap }
.vmiddle{ align-items:center } 
.vtop{align-items: flex-start;}
.vbottom{ align-items:flex-end } 
.hend{ justify-content: flex-end; }
.hcenter{ justify-content:center } 
.hbetween{justify-content: space-between;}
.hright{ justify-content:right } 
.tc{ text-align:center } 
.tr{ text-align:right } 
.tl{ text-align:left }
/* .container,.row-fluid .span12.container{ max-width:1150px; width:100%; margin-left:auto !important; margin-right:auto !important; float:none; padding-left:20px; padding-right:20px }  */
.dis-flex>.row-fluid-wrapper>.row-fluid:before,.dis-flex>.row-fluid-wrapper>.row-fluid:after{ display:none } 
.cp{ padding:100px 0 }
.clear{ clear:both } 
.overlay{ position:relative; z-index:1 } 
.overlay:before{ position:absolute; content:""; height:100%; width:100%; top:0; left:0;  z-index:-1; background-color:rgba(50,140,204,0.85); } 
.overlayblack{ position:relative; z-index:1 } 
.overlayblack:before{ position:absolute; content:""; height:100%; width:100%; top:0; left:0; background-color:rgba(0,0,0,0.78); z-index:-1 } 

.bgt_img{ background-size:cover !important; background-repeat:no-repeat !important; background-position:top center !important;  }
.common-cta{ margin-top:25px } 
/* .common-cta a, a.cta_button, .cta_button { 
border-radius:10px; min-width: 309px; position: relative; box-sizing: border-box !important; background: #F19135; text-align: center; font-weight: 600; padding: 14px 20px; display: inline-block; color: #fff; border:0; font-size: 16px; line-height: 22px; transition: color .5s ease,background .5s ease,border .5s ease; } */
/* .common-cta a:hover,a.cta_button:hover,.cta_button:hover{ background-color:#F1AE4B; }  */

button, .button{ min-width:167px; }

.linetitle { position:relative; }
.linetitle:before { content:''; background:#6DAB3C; width:100px; height:4px; display: block; margin: 0 auto; }

.detail-content>*:last-child{ margin-bottom:0 !important } 
.detail-content ul,.detail-content ol{ padding-left:0; margin-bottom:20px }
.detail-content.tc ul,.detail-content.tc ol,.tc .detail-content ul,.tc .detail-content ol{ text-align:left } 
.detail-content p{ margin-bottom:20px;}
.detail-content li:not(:last-child){ margin-bottom:15px } 
.detail-content a:not(.cta_button){ color:#017EFA; } 
.detail-content a:not(.cta_button):hover{ text-decoration:underline; }
.detail-content li::marker{ color:#2E2E2E; } 
.detail-content ul ul{ margin-top:20px } 
strong{ font-weight:700 } 
.rtp{ padding-top:0 !important } 
.rbp{ padding-bottom:0 !important } 
.white{ color:#fff } 

.liststyle ul{ list-style:none; }
.liststyle li { position:relative; padding-left:30px; margin-bottom:20px; }
.liststyle li:last-child { margin-bottom:0; }
.liststyle li:before{ content:''; background:url(https://7690351.fs1.hubspotusercontent-na1.net/hubfs/7690351/Assets%20March%202022/check.svg); background-repeat:no-repeat; background-position:center center; height:20px; width:20px; position: absolute; left: 0; top: 4px; }

.liststyle3 ul{ list-style:none; }
.liststyle3 li { position:relative; padding-left:30px; margin-bottom:20px; }
.liststyle3 li:last-child { margin-bottom:0; }
.liststyle3 li:before{ content:''; background:url(https://7690351.fs1.hubspotusercontent-na1.net/hubfs/7690351/Assets%20March%202022/Group.png); background-repeat:no-repeat; background-position:center center; height:20px; width:20px; position: absolute; left: 0; top: 1px; }


ul.liststyle2 { list-style:none; }
ul.liststyle2 li { position:relative; padding-left:20px; margin-bottom:20px; }
ul.liststyle2 li:last-child { margin-bottom:0; }
ul.liststyle2 li:before{ content:''; background:#328CCC; height:10px; width:10px; border-radius:100%; position: absolute; left: 0; top: 5px !important; }


/* Form */



.body-container-wrapper{ padding-top:60px; }

/* Header Global Module */
.header-cta.ctahide { display: flex; align-items: center; }
.small-header .wrapper-header { box-shadow: 0px 10px 25px rgba(0, 32, 56, 0.15); background:#fff; }
.wrapper-header{ position:fixed; width:100%; z-index:99; left:0; top:0; background:#fff; padding: 9px 0; box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%); } 
.wrapper-header a{ display:inline-block; }
.wrapper-header .logo{ width:167px; } 
.wrapper-header .header-flex { justify-content: space-between; }
.wrapper-header .menu .hs-menu-depth-1 { padding:9px 8px; position: relative; }
.wrapper-header li.active > a,.wrapper-header li.active-branch > a{ color:#017efa;  } 
.wrapper-header .menu .hs-menu-depth-1 > a:hover {  text-shadow: 0 0 10px #ddd; }
.wrapper-header .menu .hs-menu-depth-1 > a:focus { color: #337ab7; }
.wrapper-header .menu .hs-menu-depth-2 > a { text-transform: capitalize; color: #444; font-size:15px; }
.wrapper-header .menu .hs-menu-depth-2 > a br{ display:none; }
.wrapper-header .menu a { font-family: "Lato", sans-serif; color: #2E2E2E; font-weight: 900;  font-size: 16px;  line-height: 20px;   }
.loginbtn { border:1px solid #017EFA; background:#017EFA; padding:10px 25px; color:#fff; border-radius:4px; }
.loginbtn:hover { background:transparent; color:#017EFA; }
.get_started_text { color:#017EFA; margin-right:25px; }
.get_started_text:hover { color:#081D60; }  
.wrapper-header a.cta_button{ margin-left:16px; min-width: auto; font-weight: 400; padding: 6px 12px;  font-family:lato,helvetica,arial;  font-size: 14px; line-height: 1.42857; border-radius: 4px !important; background-color: #ff8c00 !important; border-color: #e85b00 !important; border: 1px solid transparent; }
.wrapper-header a.cta_button:hover {background-color: orange; border-color: #e85808;}
.label_content { text-transform: none; font-size:13px; color: #888; font-weight: 300; }
.wrapper-header li.hs-menu-item.hs-menu-depth-1.hs-item-has-children{ padding-right:15px; }
.wrapper-header .header-cta a:not(.cta_button) { color: #2E2E2E; } 
.wrapper-header .header-cta a:not(.cta_button):hover { color: #017efa; text-shadow: 0 0 10px #ddd; }  

/* footer Global Module */
.wrapper-footer a { display: inline-block; }
.wrapper-footer a:hover{ color: #6DAB3C; }

.footer-top { padding: 50px 0; font-size: 14px; line-height: 1.43; }
.footer-top-flex { justify-content: space-between;margin-left:-10px;  margin-right:-10px;    flex-wrap: nowrap;   }
.footer-top h5 { color: #323232; margin-bottom: 8px; font-weight: 600; font-size: 18px; }
.footer-top p { margin-bottom: 18px; }
.footer-top .contact-address-item > *:last-child { margin-bottom: 0; }
.footer-top-flex > div { padding: 20px 10px; }

.socialicon {margin-top:30px; }
.socialicon a { margin-right:10px; }
.socialicon a:hover { opacity:0.8; }
.wrapper-footer .contact-address-item:last-child > p{ max-width:299px; }
.wrapper-footer .contact-address-item a.cta_button:hover { color:#fff; }

.footer-menu { padding: 50px 0; border-top: 1px solid rgba(50, 50, 50, 0.3); }
.footer-menu .hs-menu-wrapper > ul { display: flex; font-size: 13px; line-height: 1.31; margin-left:-10px;  margin-right:-10px;   font-weight: 500; justify-content: space-between; }
.footer-menu .hs-menu-depth-1 { max-width: 198px;  padding: 20px 10px; }
.footer-menu .hs-menu-depth-1 > a { color: #323232; font-weight: 600; text-transform: uppercase; border-bottom: 2px solid #6DAB3C; font-size: 12px; }
.footer-menu li.hs-menu-item.hs-menu-depth-2 {margin-top: 18px; }
.wrapper-footer .copy-right { background: #294550; color: #fff; text-align: center; font-size: 12px; font-weight: 300; padding: 13px 0; }

/* Hero Module */
.hero-banner { padding: 70px 0px 15px; position:relative; overflow:hidden; }
/* .graybanner { width:70%; height:100%;  background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important;  position:absolute; top:0; left:0; background:url(https://7690351.fs1.hubspotusercontent-na1.net/hubfs/7690351/Assets%20March%202022/circle%20bg.png);  } */
.hero-left .subtitle { letter-spacing: 2px; font-weight: 500; font-size: 16px; line-height: 24px; }  
.hero-left { width:62%; padding-top: 50px; }
.innerhero-left { max-width:540px; position:relative; z-index:3 }
.hero-right { width:38%; position:relative; z-index:2; }
.border-line { margin:0 15px; }
.cal-clock img { margin-right:6px; }
.left-image { width:50%; margin-top: -28px; }
.right-image { width:50%; }
.hero-right .person_image { width:190px; height:190px; overflow: hidden; margin-bottom:25px; margin-bottom: 25px; border-radius: 10px;  }
.graybanner { position: absolute; height: 100%; width: 50%; display: inline-block; top: 0; right: -150px; z-index: 1; }
.graybanner >span{ position: absolute; height: 150%; width: 500px; display: inline-block; background-color: #000; border-radius: 50%; top: -25%; border-top-right-radius: 0; border-bottom-right-radius: 0; left:-100px; }
.innerhero-left h1 { margin-bottom:10px; }

/* Two Column Form Module */
.two-col-form { padding:60px 0 20px; }
.form-left { width:59%; padding-right:125px; }
.form-left ul { padding-left:0; }
.form-left h4 { font-weight:400; }
.form-right { width:41%; }
.inner-form { background:#fff; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1); border-radius: 10px; padding:45px 25px; }
.inner-form form .hs-submit { margin-top:24px; }
.inner-form form .hs_submit input { font-family:Open Sans,helvetica,arial; font-weight:600; }

/* Meet Expert Module */
.main-expert { padding:60px 0 80px; }
.person_image { height:131px; width:131px; border-radius:100%; border:5px solid #328CCC; }
.parentexpert-items { max-width:600px; }  
.expert-left { width:131px; }
.expert-right { width:calc(100% - 131px); padding-left:27px; }
.expert-items { margin-top:50px; }
.expert-items h5 { margin-bottom:5px; font-weight:600; }
.position { margin-bottom:15px; }

.main-outmodule { padding:80px 0; }
.out-left{ width:41%; }
.out-left .inner-form { position:relative }   
.out-right{ width:59%; padding-left:125px; }
.out-right .h1 { color:#fff; }
.form_below_title { font-weight: 500; font-size: 14px; line-height: 16px; margin-top:30px; }
.arrow-img { position: absolute; top: 20px; left: 53%; transform: translate(-53%,-12px); }
.out-right .cal-clock { margin-top:7px;  display: inline-block; background: #FFFFFF; border-radius: 10px;  padding:13px 30px; color: #F19135;font-weight: 600; font-size: 14px; line-height: 24px; }

/* 404 Error Module */
.main-error { padding:100px 0; }
.main-error h1 { font-size:120px; line-height:1; color:#fff; }
.main-error h2 { color:#fff; }
.main-error .button a { color:#fff; }

/* Blog Css */
.ssleft { width:83%; padding-right: 20px; }
.ssright { position: relative; width: 17%; }
.ssright .hs-search-field__input{ margin-bottom: 10px; background:#F3F6F9 url(https://7690351.fs1.hubspotusercontent-na1.net/hubfs/7690351/Assets%20March%202022/search.svg); background-position: 87% 45%; background-repeat: no-repeat; background-size: 16px; border: 1px solid #acd1ea; border-radius: 60px; padding: 9px 15px; font-size: 14px; }
.ssright .hs-search-field--open .hs-search-field__suggestions { border: 1px solid #acd1ea; padding: 10px; }
.ssright .hs-search-highlight { color:#00b1e2; }
.ssright .hs-search-field--open .hs-search-field__suggestions { border: 1px solid #acd1ea; width: 400px; position: absolute; right: 0; top: 37px; z-index: 3; background: #f5f5f5; padding: 10px; } 
.ssright .hs-search-field__suggestions li a { font-size:14px !important; color: #201751 !important;  }
.ssright .hs-search-highlight { color: #328ccc; }

.blog-post__body.detail-content ul,.blog-post__body.detail-content ol { padding-left: 18px; }
.postbyfilter { margin-top:60px;  }
.postbyfilter ul { list-style:none; margin:0; padding:0; display: flex; align-items: center;  flex-wrap: wrap;}
.postbyfilter ul li { margin-right:40px; }
.postbyfilter ul li:last-child { margin-right:0; } 
.postbyfilter ul li a{ letter-spacing: 0.03em; color: #8e9399; font-weight:500; margin-bottom: 8px; display: inline-block; }
.postbyfilter ul li a:hover {color: #328CCC; }
.postbyfilter ul li a.active {color: #328CCC; }
.featured-image-wrapper { border-radius: 10px 10px 0 0; overflow: hidden; }
.post-item:first-child .featured-image-wrapper a { height:350px; }
.featured-image-wrapper a{   height:200px; display:block; transition: all .3s ease;  overflow: hidden; }  
.post-item:hover .featured-image-wrapper a { transform: scale(1.09); } 
.post-listing { margin-right:-15px; margin-left:-15px; }
.post-item:first-child { width:100%; }
.post-item { margin-top:60px; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1); border-radius: 10px; width:calc(50% - 30px); margin-right:15px; margin-left:15px; }
.innerpost-item { padding:25px 20px; }
.innerpost-item .topic-link { display:inline-block; margin-bottom:10px; padding:11px 15px; background: #FDEFE1; border-radius: 30px; color: #F19135; font-weight: 700; font-size: 13px; }
.innerpost-item .topic-link:hover { background: #F19135; color:#fff; }
.innerpost-item h2 { font-weight: 700; font-size: 22px; line-height: 26px; margin-top:20px; margin-bottom:15px; }   
.innerpost-item h2 a { color: #2E2E2E; font-weight:700; }
.post-item:hover .innerpost-item h2 a { color: #328CCC; }
.standline { margin:0 15px; }  
.hubspot_editable { font-size: 14px; line-height: 24px; color: #8e9399; }
.hubspot_editable img { margin-right:6px; }
.graybanner2 { background-position: top center !important; background-size: cover !important; background-repeat: no-repeat !important; position: absolute; height: 100%; width: 70%; display: inline-block; top: 0; right: -16%; z-index: 1; }
.person_image.person_image2 { border-color:#fff; height:167px; width:167px; }
.hero-banner2 .detail-content { max-width:380px;  }    
.hero-banner2 .button {  min-width:150px; background:#fff; color: #F19135; border-color:#fff; font-weight:500; }
.hero-banner2 .button:hover{ background:#F19135; border-color:#F19135;  }
.listing-left { width:65%; }
.listing-right { padding-left:30px; width:35%; margin-top:60px; }
.Imageparent { width:65px;overflow: hidden; border-radius: 10px; }
.rssImage {  transition: all .3s ease;  background-position: top center !important; background-size: cover !important; background-repeat: no-repeat !important; height:65px; width:65px; position:relative; }
.rssItem .post-title { width:calc(100% - 65px); padding-left:16px;  }
.rssItem .post-title h6 a{ margin-bottom:0; color: #2E2E2E; font-weight: 700; font-size: 13px; line-height: 18px;}
.rssItem .post-title h6 a:hover { color:#328CCC; }
.rssItem { border-bottom: 1px solid #F0F3F6; margin-bottom:25px; padding-bottom:25px; }
.rssImage:hover { transform: scale(1.09); }
.rssItem { display: flex; flex-wrap: wrap; align-items: center; }
.rssItem .post-title h6 { margin-bottom:0; }
.linkOverlay { position:absolute; top:0; right:0; bottom:0; left:0; width:100%; height:100%; }
.listing-right h5{ font-weight:500; }
.blog-pagination { text-align:center; margin:50px 0 100px;  }
.blog-pagination a { margin-right:15px; }
.blog-pagination a.next-posts-link { margin-right:0; }
.subscribe-form form { position:relative; }
.subscribe-form form .actions { position: absolute; top: 0; right: 0; }
.subscribe-form form input[type=email] {     padding: 16px 50px 16px 15px; }
.subscribe-form form input[type=submit] { background-image: url(https://7690351.fs1.hubspotusercontent-na1.net/hubfs/7690351/Assets%20March%202022/Arrow%203.svg); background-size: 21px; background-repeat: no-repeat; background-position: 44% center; width: auto; border-radius: 0 5px 5px 0; padding: 15px 23px 14px; }
.subscribe-form h3.form-title { color: #2e2e2e; font-size:18px; font-weight:500; line-height:21px; }
.subscribe-form .hs_error_rollup { display:none; }
.subscribe-form { padding-top:30px;}

.posting-left{ width:65%; padding-right: 86px; }
.posting-left h1 { font-size:30px }
.posting-right { width:35%; padding-left:30px; padding-top:62px; }
.featured_image img{ border-radius:10px; object-fit: cover; width: 100%; }
.post_ath_avatar { background-position: top center !important; background-size: cover !important; background-repeat: no-repeat !important; margin-right:12px; height:50px; width:50px; border-radius:100%; }
.blogmain-post { padding-top:80px; }
.auth-right ul { margin:0; padding:0; display:flex; flex-wrap:wrap; list-style:none; align-items:center; }  
.auth-right ul li a svg{  height:20px; margin-right:15px;  }
.auth-right ul li a:hover svg path {fill:#2E2E2E; }
.auth-right ul li a:hover svg .yticon {fill:#fff; }
.auth-left { display: flex; align-items: center; flex-wrap: wrap; }
.blog-post__meta { margin-top:30px; border-bottom: 1px solid #DDE2E7; padding-bottom:30px; }
.auth-left div { font-size:14px; font-weight:300; } 
.blog-post__tags { margin-bottom:20px; }
a.blog-post__tag-link { padding:11px 15px; background: #FDEFE1; border-radius: 30px; font-weight: 700; color: #F19135; font-size: 13px; }
a.blog-post__tag-link:hover { background: #F19135; color:#fff; }
.blog-post__body ul { padding-left:0; }
.blog-post__body.liststyle ul li:before { top:1px; }
blockquote { border:0; text-align:center; padding:130px 87px 40px; background: #FFF8F1; border-radius: 10px; position:relative; font-style: italic; margin:40px 0; }
blockquote:before{ content:''; background:url(https://7690351.fs1.hubspotusercontent-na1.net/hubfs/7690351/Assets%20March%202022/Group%2015.svg); background-position: top center !important; background-size: cover !important; background-repeat: no-repeat !important; position:absolute; top:40px; left:50%; transform:translate(-50%,0); height:70px; width:70px; }
blockquote h6 {color: #F19135; font-weight: 500; font-size: 14px; line-height: 24px; margin-top:15px; margin-bottom:0; }
.popular-image .popular-pic{ width:120px; height:118px; display:inline-block; border-radius: 10px; }
.popular-items { width: 33.33%; padding-right: 25px; display: flex; align-items: center; }
.popular-details { padding-left: 12px; }
/* .popular-details a{ font-weight: 700; font-size: 13px; line-height: 18px; color: #328CCC; margin-bottom:6px; } */
.popular-details .post-title a{ font-weight: 700; font-size: 13px; line-height: 18px; color: #2E2E2E; margin-bottom:6px; }
.popular-details .post-title a:hover { color: #328CCC; }
.popularpost h2 { margin-bottom:30px; font-weight: 600; font-size: 40px; line-height:1.2; }
.popularpost { margin:80px 0 100px; }
.popular-details > a { padding:11px 15px; background: #FDEFE1; border-radius: 30px; font-weight: 700; color: #F19135; font-size: 12px; display:inline-block; margin-bottom:6px;}
.popular-details > a:hover { background: #F19135; color:#fff; }

.two-col-newform{ padding:106px 0; position:relative; }
.two-col-newform h2 { margin-bottom:15px; }
.new-form-image { position:absolute; left:0; top:31px; z-index:1; }
.form-content { max-width:540px; margin-left:auto; position:relative; z-index:2; }
.inner-form2 form { position:relative; }
.inner-form2 form .actions { position: absolute; top: 0; right: 0; }
.inner-form2 form input[type=email] {  padding: 16px 50px 16px 15px; }
.inner-form2 form input[type=submit] { border:0; background-image: url(https://7690351.fs1.hubspotusercontent-na1.net/hubfs/7690351/Assets%20March%202022/Arrow%203.svg); background-size: 21px; background-repeat: no-repeat; background-position: 44% center; width: auto; border-radius: 0 5px 5px 0; padding: 15px 23px 16px; background-color:#328CCC; }
.inner-form2 form input[type=submit]:hover{ background-color:#F19135; }
.inner-form2 .hs_error_rollup { display:none; }
.res-taglist a.tag_list{ display:none;}
.res-taglist a.tag_list:first-child{ display:inline-block;}

.hero-banner3 { padding-bottom:40px; }
.hero-banner3 .hero-left { width:50%; padding-right: 68px; padding-top:0; }
.hero-banner3 .hero-right { width:50%; }
.hero-banner3 .hero-left .button { margin-right:15px; background:#fff; border-color:#fff;  color: #F19135; }
.hero-banner3 .hero-left .button:hover { background:transparent; color:#fff; border-color:#fff; }
.hero-banner3 .hero-left .tr_bg.button { background:transparent; color:#fff; border-color:#fff; }
.hero-banner3 .hero-left .tr_bg.button:hover { color: #F19135; background:#fff; border-color:#fff; }

/* Resource module */
.resource-panel .dis-flex { margin-right: -15px; margin-left: -15px; }
.resource-items { width: 33.33%; margin-bottom: 30px; padding-right: 15px; padding-left: 15px; cursor:pointer; }
.resource-items h3 { line-height:25px; margin-bottom:8px; }
.resource-items h3 a{ font-size:22px; line-height:25px;  font-weight:700; color: #2E2E2E; }
.resource-items:hover h3 a { color: #328CCC; }
.mainresource-image { border-radius: 10px 10px 0 0; overflow: hidden; position:relative; }
.resource-image { height:200px; display:block; transition: all .3s ease;  overflow: hidden; }  
.resource-items:hover .resource-image { transform: scale(1.09); }
.resource-details {  padding:25px 20px; border: 1px solid rgba(187, 197, 208, 0.3);  border-radius: 0px 0px 10px 10px; }
.cta_label {display:flex; align-items:center; margin-top:20px; }
.cta_label svg { margin-left:8px; }
.resource-tag { position: absolute; bottom: 10px; left: 10px; display: flex; align-items: center; background: #F19135; border-radius: 100px; padding: 10px 15px; color: #fff; font-size: 13px; font-weight: 700; }
.resource-tag span { margin-left:8px; }
.jplist-group { display: flex; align-items: center; margin:60px 0 40px; }
.jplist-group > div { margin-right:40px; }
.jplist-group > div label { cursor:pointer; color: #BBC5D0; letter-spacing: 0.03em; font-weight: 400; font-size: 16px; line-height: 19px; }
.jplist-group > div input { opacity:0; height:0;width:0; }
.jplist-group input[type="radio"]:checked+label { color: #328CCC; }

.left-action { width:50%; }
.right-action { width:50%; }
.left-action { padding:120px 0; position:relative; }
.left-action:after { content: ''; background: url(https://7690351.fs1.hubspotusercontent-na1.net/hubfs/7690351/Assets%20March%202022/New%20Projectcircle.png); width: 78px; height: 100%; position: absolute; top: 0; right: -59px; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.innerleft-action { max-width:567px; margin-left:auto; padding-right: 100px; position:relative; z-index:2; }
.arrow-svg { position: absolute; top: 51%; right: 39%; width: 89px; height: 55px; z-index:1; }
.innerleft-action .button a{ color:#fff !important; }

.privacycontent p,.privacycontent a{ font-size:14px; }
.footerv2 { background: #2E2E2E;  padding:35px 0; } 
.social_icon ul{ list-style:none; padding:0; margin:0; }
.social_icon li { margin-right:15px; }
.social_icon li:last-child { margin-right:0; }
.social_icon li a:hover { opacity:0.8; }
.privacycontent a{ color:#fff !important;  }
.privacycontent a:hover{ text-decoration:underline;  }
.privacycontent img { margin:0 15px; }

.herobannerres { padding:120px 0; }
.main-resources2 { padding-bottom:120px; }
.resource-tag2 { padding:12px 20px; }
.resource-tag2 span { margin-left:10px; font-size:14px; color:#fff; font-weight:600; }
.resource-items2 .cta_label a{ font-weight:600; color: #328CCC; }
.newright-search { padding:120px 0; text-align:center;  }
.newright-search .jplist-panel{ max-width: 670px; margin:0 auto; }
.newright-search h1 { margin-bottom:20px; font-size:60px }
.text-filter-box { max-width: 540px; position:relative; margin:30px auto 0; }
.text-filter-box input {  padding:13px 20px;  width: 100%; border-radius: 5px; }
.text-filter-box:after { content:''; background:url(https://7690351.fs1.hubspotusercontent-na1.net/hubfs/7690351/Assets%20March%202022/search.png); background-size: 18px; background-repeat: no-repeat; background-position: 44% center; position:absolute; top:10px; right:20px; width: 18px; height: 18px;  }
.newright-search .detail-content { max-width:440px; margin:0 auto; }

.get-more-banner  { padding-bottom:478px; }
.inner-banner { max-width:780px; padding:114px 0 75px; margin:0 auto; color:#fff; position: relative; z-index: 3; text-align: center; }
.inner-banner h1 { line-height:1.2;color:#fff; }
.inner-banner .subtitle { text-transform:uppercase; letter-spacing: 2px; font-weight:700; }
.inner-banner .detail-content { margin-bottom:25px; }
.parentinner { position:relative; }
.parentinner:after { content:''; background:url(https://7690351.fs1.hubspotusercontent-na1.net/hubfs/7690351/Assets%20March%202022/image%20here.png); position:absolute; top:0; left:0; width:100%; height:100%; background-size: cover; background-repeat: no-repeat; background-position: center center; } 
.get-more-banner.bgt_img { background-size: 100% auto !important; background-repeat: no-repeat !important; background-position: center bottom !important; }

/* Marketing experts_grp */
.marketing-module { padding:120px 0; }
.marketing-module .subtitle { color: #F19135; text-align:center; letter-spacing: 2px; font-weight:500; }
.marketing-module h3 { margin-bottom:50px; color: #2E2E2E;font-size: 35px; line-height:1.2; text-align:center; }
.mainexperts_grp { margin-right:-15px;  margin-left:-15px;  }
.experts_grp { position:relative; width:calc(33.33% - 30px); margin-right:15px;  margin-left:15px;  border: 1px solid #EBEEF1; border-radius: 10px; padding:40px 20px 40px; }
.experts_grp:after { content: ''; border-bottom: 10px solid transparent; position: absolute; bottom: 0; left: 0; width: 100%; border-radius: 0px 0px 10px 10px; }
.experts_grp:hover:after { border-color:#F19135; }
.expert_icon { width:80px; height:80px; border-radius:100%; background: #328CCC;  display: flex; align-items: center; justify-content: center; margin: 0 auto; }
.experts_grp .title_ { font-weight: 600; font-size: 20px; line-height: 24px; margin:15px 0; }
.experts_link { position:absolute; top:0; right:0; left:0;bottom:0; width:100%; height:100%; z-index:2; }

/* Two Column Right Image */
.two-col-right { padding:80px 0 28px; overflow:hidden; }
.col-left { width:40%;  }
.col-arrow-left { position:absolute; top:10px; left:0; }
.col-right { width:60%;position:relative; }
.col-right img { transform: translateX(17.8%); }
.col-left .subtitle { color: #F19135;letter-spacing: 2px; font-weight: 500; font-size: 16px; line-height: 24px; }
.col-left h3 { margin-bottom:25px; color: #2E2E2E;font-size: 35px; line-height:1.1;  }
.col-left .detail-content { border-left: 3px solid #F19135; padding-left:20px; }
.col-left .button { background: #328CCC; font-weight:600; border-color:#328CCC; }
.col-left .button:hover { font-weight:600; background:transparent; color:#328CCC; border-color:#328CCC; }
.col-left .button.bluebg { background:transparent; color:#328CCC; border-color:#328CCC; }
.col-left .button.bluebg:hover { font-weight:600; color:#fff; background: #328CCC; border-color:#328CCC; }
.col-left .cta-style { padding-left:20px; }
.col-left .cta-style a { margin-right:14px; }

.two-col-right2 { padding:68px 0 68px; overflow:hidden; }
.col-left2 { width:40%;  }
.col-arrow-left2 { position:absolute; top:27px; right:0; }
.col-right2 { width:60%;position:relative; }
.col-right2 img { transform: translateX(-17.8%); }
.col-left2 .subtitle { color: #F19135;letter-spacing: 2px; font-weight: 500; font-size: 16px; line-height: 24px; }
.col-left2 h3 { margin-bottom:25px; color: #2E2E2E;font-size: 35px; line-height:1.1;  }
.col-left2 .detail-content { border-left: 3px solid #F19135; padding-left:20px; }
.col-left2 .button { background: #328CCC; font-weight:600; border-color:#328CCC; }
.col-left2 .button:hover { font-weight:600; background:transparent; color:#328CCC; border-color:#328CCC; }
.col-left2 .button.bluebg { background:transparent; color:#328CCC; border-color:#328CCC; }
.col-left2 .button.bluebg:hover { font-weight:600; color:#fff; background: #328CCC; border-color:#328CCC; }
.col-left2 .cta-style { padding-left:20px; }
.col-left2 .cta-style a { margin-right:14px; }

/* Marketing Workshop Module */
.workshop-module { padding:115px 0 0; }
.workshop-module .subtitle { color: #F19135;letter-spacing: 2px; font-weight: 500; font-size: 16px; line-height: 24px; }
.upcomingwebinar { padding:80px 0; margin-top:50px; }
.inner-webinar { border-radius: 10px;  max-width:730px; border-left:15px solid #F19135; padding:80px 50px;  }
.inner-webinar h2 { font-size:55px; line-height:1.2; color:#fff;  }
.webinar_title { border: 1.5px solid #FFFFFF; padding:13px; letter-spacing: 2px; font-weight: 500; font-size: 14px; line-height: 24px; margin-bottom:20px; display: inline-block; border-radius: 100%; color: #fff; }
.time-date { display: flex; align-items: center; color: #fff; font-weight: 400; font-size: 14px; line-height: 24px; }
.white_line { margin:0 15px; }
.time-date svg { margin-right:6px; }
.inner-webinar .common-cta a {  font-weight:600; background:#fff; color: #F19135; border-color:#fff;  }
.inner-webinar .common-cta a:hover { background:transparent; color: #fff; border-color:#fff; font-weight:600; } 

/* Speaker Module */
.main-spaeker { padding:120px 0; }
.main-spaeker .dis-flex { margin-right:-15px; margin-left:-15px; }
.speaker-items { text-align:center; padding:28px 20px; width:calc(25% - 30px); margin-right:15px; margin-left:15px; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1); border-radius: 10px; }
.spaeker-poc { height:90px; width:90px; margin:0 auto; border:5px solid #328CCC; border-radius: 100%; }
.speaker-items h6 { font-weight: 500; font-size: 18px; line-height: 24px; margin:5px 0; }
.speaker-items .detail-content { color: rgba(46, 46, 46, 0.5); }
.main-spaeker .subtitle { color: #F19135;letter-spacing: 2px; font-weight: 500; font-size: 16px; line-height: 24px; }
.main-spaeker h3{ margin-bottom:50px; color: #2E2E2E;font-size: 35px; line-height:1.1;  }

/* Testimonials Module */
.main-videomodule { padding-top:80px; }
.main-videomodule h3 { margin-bottom:50px; }
.video-left { width:49%; }    
.video-left iframe { border-radius:10px; }
.video-right { width:51%; padding-left:30px; }    
.testimonial-items { padding-bottom:80px; }
.name_and_position { font-weight: 600; }
.main-videomodule  .subtitle { color: #F19135;letter-spacing: 2px; font-weight: 500; font-size: 16px; line-height: 24px; }
.testimonial-items .detail-content { margin:40px 0 30px; }
.testimonial-items.change_position .video-left { order:2 }
.testimonial-items.change_position .video-right { padding-left:0; padding-right:30px; }    

/* logo Module */
.main-logomodule { padding:120px 0 60px; }
.main-logomodule .dis-flex { margin-right:-10px; margin-left:-10px; }
.logo-module { width:calc(16.66% - 20px); margin-right:10px; margin-left:10px; }

/* logo Module v2 */
.main-logomodule2 { padding:120px 0 120px; }
.main-logomodule2 .dis-flex { margin-right:-10px; margin-left:-10px; }
.logo-module2 { width:calc(16.66% - 20px); margin-right:10px; margin-left:10px; text-align: center; }
.main-logomodule2 .subtitle { color: #F19135;letter-spacing: 2px; font-weight: 500; font-size: 16px; line-height: 24px; }
.main-logomodule2 h3{ max-width:867px; margin:0 auto 50px; color: #2E2E2E;font-size: 35px; line-height:1.1;  }

/* FAQ Module */
.main-Faqmodule { padding:60px 0; }
.main-Faqmodule .subtitle { color: #F19135;letter-spacing: 2px; font-weight: 500; font-size: 16px; line-height: 24px; }
.main-Faqmodule h3 { margin-bottom:40px; }
.accordian-section .accordion { border-top: 1px solid rgba(187, 197, 208, 0.5); margin-bottom: 10px; }
.accordian-section .accordion-detail { max-width: 800px;  display: none; padding:0; padding-top: 0;font-size:16px; line-height:24px; font-weight:400; }
.accordian-section .accordion-title { padding: 40px 0 20px; font-size:20px; cursor: pointer; font-weight: 600;position: relative;padding-right:40px; }
.accordian-section .accordion-title:after { content: ""; font-family: fontawesome; position: absolute; width: 14px; height: 24px; right: 15px; top: 50%; transform: translateY(23%) rotate(0); transition: all ease .3s; background: url(https://7690351.fs1.hubspotusercontent-na1.net/hubfs/7690351/Assets%20March%202022/FAQ_Vector%20Down.svg); background-repeat: no-repeat; background-size: 14px; }
.accordian-section .accordion-title.animation-nav:after { transform: translateY(-50%) rotate(180deg); }
.accordion:last-child { border-bottom: 1px solid rgba(187,197,208,0.5); padding-bottom: 14px; }

/* Create Account Module */
.heightlight_image { position: absolute; top: -70px; left: 44%; }
.top_title { letter-spacing: 2px; color:#fff; font-weight: 500; }
.free-account { padding:114px 0 114px 65px; position:relative; border-radius: 10px; }
.free-account h3 { color:#fff; }
.innerfreeaccount { max-width:475px; position:relative; z-index:2; }
.acc-image { position:absolute; top:0; right:0; z-index:1; }
.acc-image img { border-radius: 0 10px 0 0; }
.main-account { padding-bottom:80px; }  
.main-account .commom-cta a{ font-weight:700; }

.getstudents.wrapper-header .logo { width:96px; }
.getstudents { padding:20px 0; }
.getstudents .header-cta a:first-child { color:#000; }
.getstudents.wrapper-header a.cta_button { font-size:16px; background:transparent; padding: 11px 30px; border-radius: 14px; border: 1.5px solid #f19135; color: #F19135; }
.getstudents.wrapper-header a.cta_button:hover { background: #F1AE4B; color:#fff; }

/* two-col-hero Module */
.two-col-hero .left-action2 { width:55%; padding:120px 0; }
.two-col-hero .left-action2 h1 { line-height:1.2; }
.two-col-hero .right-action2 { width:45%; }
.two-col-hero .left-action2 .innerleft-action { max-width: 645px; margin-left: auto; padding-right: 100px; position: relative; z-index: 2; }
.two-col-hero .left-action2 .detail-content { margin-bottom:25px; }

/* single-content-strip-module */
.single-content-strip { padding:30px 0; }
.single-content-strip p { font-weight:500; font-size:20px; line-height:30px; }

/* Two Column left image v2 */
.two-col-rightv2 { padding: 120px 0 76px; }
.col-left22 { width:46%;  }
.col-arrow-left22 { position: absolute; bottom: 0; left: 200px; }
.col-right22 { width:54%;  }
.col-right22 img { transform: translateX(-17.8%); }
.col-left22 { position:relative; }
.col-left22 .subtitle { color: #F19135;letter-spacing: 2px; font-weight: 500; font-size: 16px; line-height: 24px; }
.col-left22 h3 { margin-bottom:25px; color: #2E2E2E;font-size: 35px; line-height:1.1;  }
.col-left22 .detail-content { margin-bottom:25px; }
.col-left22 .button a { color:#fff; }
.col-left22 .button a:hover { color:#fff; }

.experts_grpnew { background:#fff; border:1px solid transparent; margin-bottom:70px; }
.experts_grpnew:hover { border-color:#69ACDD }
.experts_grpnew.experts_grp:after { display:none }
.experts_grpnew .expert_icon { position: absolute; top: -41px; left: 50%; transform: translate(-50%, 0); }
.marketing-modulev2 h3 { margin-bottom:90px; }
.marketing-modulev2 { padding:80px 0; }
.viewbutton a{ margin:0 10px 10px; display:inline-block; }
.viewbutton .button.bg { background:transparent; border-color:#F19135; color: #F19135; }
.viewbutton .button.bg:hover{ background-color: #f1ae4b; border-color: #f1ae4b; color: #fff; }

/* Platform Module */
.platform-module { padding:80px 0;  }
.title_and_content p{ font-size:20px; line-height:30px; color:#fff; margin-bottom:50px; font-weight:500; text-align:center; }
.title_and_content a { color:#F19135; text-decoration:underline; }
.platformimage { margin-bottom:-170px; }
.platformimage img { border-radius: 10px; }

.map-module { padding:240px 0 120px; }
.map-module .subtitle { color: #F19135;letter-spacing: 2px; font-weight: 500; font-size: 16px; line-height: 24px; }
.crtbtn a{ background:#fff; color: #F19135; }

/* Two Column Hero Module V2 */
.subtitle-tv { margin-bottom:15px; padding:12px 15px; background:#fff; color: #F19135; display: inline-block; border-radius: 100px;  }
.subtitle-tv span { margin-left:8px; }
.arrow-imgtv { position:absolute; right:48%; bottom:0;  }

/* Two Column Altenate Image and content */
.scleft { width:48%; border-radius:10px; overflow:hidden; }
.scright { width:52%; padding-left:30px; }
.scright h2 { font-size: 35px; line-height:1; margin-bottom:15px; }
.two-col-alternate .subtitle{ font-weight: 500; font-size: 25px; line-height: 29px; margin-bottom: 5px; }
.two-col-alternate .change_image_position .scleft { order:2 }
.two-col-alternate .change_image_position .scright {padding-left:0; padding-right:30px; }

/* pricing Module */
.mainprice-card { padding:80px 0; }
.mainprice-card .subtitle { color: #F19135; text-align:center; letter-spacing: 2px; font-weight:500; }
.mainprice-card h3 { margin-bottom:50px; color: #2E2E2E;font-size: 35px; line-height:1.2; text-align:center; }
.mainprice-card .parentprice { max-width:928px; margin:0 auto; }
.mainprice-card .dis-flex {  margin-right:-15px; margin-left:-15px; }
.price-items { width:calc(50% - 30px); margin-right:15px; margin-left:15px; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1); border-radius: 10px; }
.price-items .price-top { background: #328CCC; border-radius: 10px 10px 0px 0px; padding: 40px 20px; text-align: center; }
.price-items h3 { margin-bottom:20px; color:#fff; }
.price_subtitle {color:#fff; margin-bottom:15px; }
.price-items sub { bottom: 0; font-size:16px; line-height:18px; font-weight:400; color:#fff; }
.price-bottom { padding:40px 30px; }
.price-bottom .liststyle li:before { background: url(https://7690351.fs1.hubspotusercontent-na1.net/hubfs/7690351/Assets%20March%202022/Vector-1.png); width:26px; }  
.price-bottom .liststyle li { font-weight:500;padding-left:41px; }

/* Two Column Slider */
.two-col-slider { padding:80px 0; }
.two-col-slider .subtitle { color: #F19135; letter-spacing: 2px; font-weight:500; }
.two-col-slider h2 { margin-bottom:30px; color: #2E2E2E; font-size: 35px; line-height:1.2; }
.two-col-slider .liststyle li:before { top:0; background: url(https://7690351.fs1.hubspotusercontent-na1.net/hubfs/7690351/Assets%20March%202022/Vector-1.png); width:26px; }  
.two-col-slider .liststyle li { font-weight:500;padding-left:41px; }



@media(min-width:992px){ 
  .wrapper-header .menu{ position:relative } 
/*   .wrapper-header .menu ul>li.hs-menu-depth-1>a:hover,.wrapper-header .menu ul>li.hs-menu-depth-1.hs-item-has-children:hover>a,.wrapper-header .hs-menu-depth-2 a:hover{ color:#017efa }  */
  .wrapper-header .menu{ display:block !important } 
  .wrapper-header .mobile-trigger{ display:none !important } 
  .wrapper-header .menu .hs-menu-depth-1>ul.hs-menu-children-wrapper { position: absolute;padding: 15px 0; background: #fff;font-weight: 500; visibility: hidden; top: 100%; min-width:680px; left: 0; transform: translate(0,-20px); transition: transform .5s ease;  box-shadow: 0px 10px 35px 5px rgb(50 50 50 / 15%); }
  .wrapper-header .menu .hs-menu-depth-1.hs-item-has-children.active > ul.hs-menu-children-wrapper{ border: 1px solid rgba(0,0,0,.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%); box-shadow: 0 6px 12px rgb(0 0 0 / 18%); visibility:visible;transform: translate(0px,0px); } 
  .wrapper-header .menu .hs-menu-wrapper > ul{ display:flex; flex-wrap:wrap; justify-content:center } 
  .wrapper-header .hs-menu-children-wrapper{ display:block !important }
  .wrapper-header .child-trigger{ position: absolute; top: 50%; right: 0; width: 8px; transform: translate(-3px, -50%); }
  .wrapper-header .menu .hs-menu-depth-2:not(:last-child) { margin-bottom: 10px; }
  .wrapper-header .logo{ position: relative;  } 
  .parentmenu > .dis-flex { justify-content: space-between; }
  .parentmenu { width:calc(100% - 167px); padding-left:2px; }
  .header-cta2  { display:none; }
  .wrapper-header .menu li.hs-menu-depth-2 { padding: 3px 20px; }
  .wrapper-header .menu li.hs-menu-depth-2:hover { background-color: #f5f5f5; }
}

@media(max-width:1320px){
  .wrapper-header .menu .hs-menu-depth-1>ul.hs-menu-children-wrapper { left:-100px; min-width: 550px; }
}

@media(max-width:1280px){
  .section-padding{ padding:100px 0;}
}

@media(max-width:1220px){
  .graybanner2 { width:100%; right:-42%; }
}


@media(max-width:1170px){
  .wrapper-header a.cta_button { min-width: auto; }
  .wrapper-header .menu .hs-menu-depth-1 { padding: 12px;}
  .innerleft-action {padding-left:20px; }
}

@media(max-width:1060px){
  .popular-items { padding-right: 25px; }
  .get-more-banner { padding-bottom: 300px; }
  .arrow-imgtv { right:31%; }
}

@media(max-width:1024px){
  body h1, body .h1 { font-size: 34px; }
  .two-col-slider h2,.scright h2,.main-account h2,.inner-webinar h2,body h2, body .h2{ font-size:26px; line-height: 1.4;} 
  .common-cta a, a.cta_button { min-width:210px;padding: 15px 20px;}
  .common-cta a.large,a.cta_button.large{  min-width: 210px; } 
  .footer-top,.footer-menu{ padding:35px 0;}
  .section-padding{ padding:70px 0;}
  .main-resources2 { padding-bottom:70px; }

  .out-right { padding-left:50px; }
  .form-left  { padding-right:50px; }
  .posting-left { padding-right:40px; }
  .popular-items { padding-right:20px; }
  .posting-right  { padding-left:0; }
  blockquote { padding:130px 40px 40px }
  .popularpost { margin:70px 0; }
  .hero-banner3 .hero-left { padding-right:50px; }
  .arrow-svg { right:9%; }
  .newright-search h1 { font-size:34px }
  .marketing-module { padding:70px 0; }
  .col-arrow-left { left: -43px; }
  .col-arrow-left2  { right: -30px; }
  .workshop-module { padding:70px 0 0; }
  .main-spaeker { padding: 70px 0; }
  .main-videomodule { padding-top: 70px; }
  .main-logomodule { padding: 70px 0 60px; }
  .two-col-rightv2 { padding: 70px 0 70px; }
  .map-module { padding: 160px 0 70px; }
}

@media(max-width:991px){
  /*   .body-container-wrapper{ margin-top:53px; }  */
  .wrapper-header .mobile-trigger{cursor:pointer;position:relative;width:25px;padding:8px 0px;}
  .wrapper-header .mobile-trigger .line{display:block;background:#294550;width:100%;height:2px;position:absolute;left:0;border-radius:4px}
  .wrapper-header .mobile-trigger .line.line-3{top:100%}
  .wrapper-header .mobile-trigger.active-re .line-3{transform:rotate(-45deg)}
  .wrapper-header .mobile-trigger.active-re .line.line-3{top:50%}
  .wrapper-header .mobile-trigger .line.line-2{top:50%}
  .wrapper-header .mobile-trigger.active-re .line-2{opacity:0}
  .wrapper-header .mobile-trigger .line.line-1{top:0}
  .wrapper-header .mobile-trigger.active-re .line-1{top:50%}
  .wrapper-header .mobile-trigger.active-re .line-1{transform:rotate(45deg)}
  .wrapper-header .menu { display:none; position: absolute; background: #F8F9FF; width: 100%; top: 100%; left: 0; color: #081D60; height: 100vh; padding-bottom: 120px; padding-top: 35px; text-align: center; border-top: 1px solid #fff;overflow-y: auto; }
  .wrapper-header .menu .hs-menu-depth-1 { padding: 10px 20px; position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
  .wrapper-header .menu .hs-menu-wrapper > ul{ flex-direction:column; }
  .wrapper-header .child-trigger { cursor: pointer; margin-left: 15px; margin-right: -30px; }
  .wrapper-header .child-trigger img { width: 13px; transition: transform .5s ease; }
  .wrapper-header .child-trigger.child-open img { transform: rotate( -180deg ); }
  .wrapper-header ul.hs-menu-children-wrapper { width: 100%; padding-bottom: 15px; display:none;  }
  .wrapper-header .hs-menu-depth-2 { margin-top: 15px; }
  .wrapper-header .header-cta2:not(.menu .header-cta) { display: none;  }
  .wrapper-header .menu .header-cta { margin-top:25px; }
  a.get_started_text { display: block; width: 100%; margin-bottom: 8px; }
  .wrapper-header{ padding:15px 0; background:#fff; }
  .wrapper-header .container > .dis-flex { justify-content: space-between; }
  .parentmenu { width:100%; }
  .hero-left{ width:50%; }
  .hero-right{ width:50%;   }
  .ctahide { display:none !important; }

  .popular-items { width:50%; margin-bottom:30px; }
  .popular-items:last-child { padding-right:0; margin-bottom:0; }
  .popularpost .dis-flex { justify-content: center;  }
  .postbyfilter ul li { margin-right:20px; }
  .resource-items { width:50%; }
  .experts_grp { padding: 40px 10px 40px; }  
  .speaker-items { width: calc(50% - 30px); margin-bottom:20px; }
}

@media(max-width:840px){
  .arrow-imgtv { right:24%; }
}

@media(max-width:767px){
  .pb50 { padding-bottom:30px; }
  .common-cta a, a.cta_button, .cta_button { font-size:16px; }
  body{ font-size:16px; line-height:1.5;}
  .w100{ width:100%; }
  .mb50{ margin-bottom:50px;}
  body h1, body .h1{ font-size:30px; } 
  .two-col-slider h2,.scright h2,.main-account h2,.inner-webinar h2,body h2,.h2{ font-size:25px; line-height: 1.4; margin-bottom: 25px;} 
  body h3,.h3{ font-size:22px; line-height:1.2; } 
  form .input ul.inputs-list li label input[type="checkbox"]+span:before { top:0; width:20px; height:20px; }
  form .input ul.inputs-list li label input[type="checkbox"]+span { min-height:20px;     padding-left: 34px; }
  form textarea, select.filter-select, form input[type="text"], form input[type="password"], form input[type="datetime"], form input[type="datetime-local"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="week"], form input[type="number"], form input[type="email"], form input[type="url"], form input[type="search"], form input[type="tel"], form input[type="color"], form select { padding:10px 15px; }
  form fieldset.form-columns-2>div.hs-form-field,form fieldset.form-columns-3>div.hs-form-field{ width:100% !important } 
  .container,.row-fluid .span12.container{ padding-left:20px; padding-right:20px } 
  .scleft img { object-fit: cover; width: 100%; }
  .common-cta a, a.cta_button { min-width: 175px; }

  .form-left { width:100%; padding-right:0; }
  .form-right { width: 100%; margin-top:40px; }
  .inner-form { padding:30px 25px; }
  .main-expert { padding:60px 0; }
  .main-outmodule { padding:60px 0; }
  .parentexpert-items { max-width:100%; }
  .out-left { width:100%; padding-right:0; }
  .out-right { width:100%; padding-left:0; margin-top:40px; }
  .hero-left{ width:100%; padding-top:0; }
  .hero-right{ width:100%; margin-top:60px; }
  body .graybanner{ height: 30%; width: 100%; display: inline-block; top: inherit; right: 0; z-index: 1; border-top-left-radius: 60%; border-bottom-left-radius: 0%; border-top-right-radius:60%; bottom: 0; }
  .hero-banner{ padding-bottom:50px; }
  .graybanner>span{ display:none; }
  .main-error h1 { font-size:80px; }
  .main-resources2 { padding-bottom:60px; }
  .popularpost { margin:30px 0 60px; }
  .posting-left { padding-right:0; width:100%; }
  .posting-right { width:100%; padding-top: 20px;}
  .popular-items { width:100%; }
  .form-content { max-width:100%; }
  .two-col-newform { padding:60px 0 50px; }
  .inner-form2 form input[type=submit] {     padding: 15px 23px 16px; }
  .graybanner2 { width:100%; right:0; }
  .listing-left { width:100%; padding-left:0 }
  .listing-right { width:100%; padding-left:0 }
  .listing-right { margin-top:30px; margin-bottom:30px; }
  .post-listing {margin-right: 0; margin-left:0; }
  .post-item { width:100%; margin-right: 0; margin-left: 0; margin-top:40px; }
  .blog-pagination { margin: 50px 0 30px; }
  .hero-banner3 .hero-right { width:100%; margin-top:0; text-align: center; }
  .hero-banner3 .hero-left{ width:100%; padding-right:0; order:2; margin-top:30px; }
  .resource-items { width:100%; padding-right: 0; padding-left: 0; }
  .resource-panel .dis-flex { margin-right: 0; margin-left: 0; }
  .jplist-group > div { margin-right: 0; width:50%; }
  .jplist-group { flex-wrap: wrap; }
  .innerleft-action { padding-right:20px; }
  .left-action { padding:70px 0; width:60%; }
  .right-action { width: 40%; }
  .innerhero-left { width:100%; }
  .privacycontent  { width:100%; margin:20px 0; }
  .newright-search h1 { font-size:30px }

  .marketing-module { padding:50px 0; }
  .mainexperts_grp { margin-right: 0; margin-left: 0; }
  .experts_grp { margin-bottom: 30px; width: 100%; margin-right:0; margin-left: 0; }
  .experts_grp:last-child { margin-bottom: 0;} 
  .col-left { width:100%; order:2; }
  .col-right { width:100%; text-align: center; }
  .col-right img { transform: none; }
  .col-arrow-left2,.col-arrow-left { display:none; }
  .two-col-right { padding-top:60px; }
  .two-col-right2 { padding-top:60px; }
  .two-col-right2 { padding-bottom:60px; }
  .col-right2 { width:100%; text-align: center; }
  .col-left2 { width: 100%; }
  .col-right2 img { transform: none; }
  .workshop-module { padding:50px 0 0; }
  .inner-webinar { padding:50px 30px; }
  .upcomingwebinar { padding:50px 0; }
  .main-spaeker { padding: 50px 0; }
  .main-spaeker .dis-flex { margin-right: 0; margin-left: 0; }
  .speaker-items { width:100%; margin-right: 0; margin-left: 0; }
  .main-videomodule { padding-top: 50px; }
  .video-right { width:100%; padding-top:30px; padding-left:0; }
  .video-left { width:100%;  padding-left:0; }
  .change_position .video-right{ order:2; padding-right:0; } 
  .testimonial-items { padding-bottom: 60px; }
  .main-logomodule { padding: 50px 0 30px; }
  .logo-module2,.logo-module { width: 50%; margin-right: 0; margin-left: 0; text-align:center; margin-bottom:30px; }
  .main-logomodule .dis-flex { margin-right: 0; margin-left: 0; }
  .main-Faqmodule { padding: 40px 0 50px; }
  .acc-image img { width: 400px; }
  .free-account { padding: 70px 30px 70px 30px; }
  .main-account { padding-bottom: 50px; }
  .col-left22 h3,.main-logomodule2 h3,.marketing-module h3,.main-spaeker h3,.col-left2 h3,.col-left h3 { font-size:22px; line-height:1.2; }

  .two-col-hero .left-action2 { width: 100%; padding: 70px 20px; } 
  .two-col-hero .left-action2 .innerleft-action { padding-right: 0; max-width:100%; padding-left:0; }
  .col-right22 { width: 100%; }
  .col-left22 { width: 100%; }
  .col-right22 img { transform: none; }
  .experts_grpnew { margin-bottom: 70px; }
  .viewbutton { margin-top: 60px; }
  .map-module { padding: 140px 0 50px; }
  .main-logomodule2 { padding: 120px 0 40px; }
  .two-col-rightv2 { padding:50px 0; }
  .two-col-hero .right-action2 { width: 100%; height: 250px; }
  .arrow-imgtv { display:none; }
  .mainprice-card .dis-flex {  margin-right:0; margin-left:0; }
  .price-items { width:100%; margin-right:0; margin-left:0; margin-bottom:40px; }
  .price-items:last-child { margin-bottom:0; }
  .mainprice-card { padding:60px 0; }
  .scleft { width: 100%; }
  .scright { width: 100%; padding-left:0; margin-top:30px; }
  .two-col-alternate .change_image_position .scright { padding-right: 0; }
  .two-col-alternate .change_image_position .scright { order:2 }
  .two-col-slider { padding: 60px 0; }
  .ssleft { width:100%; padding-right:0; }
  .ssright { width: 100%; margin-top: 30px; }
  .ssright .hs-search-field__input { padding: 9px 44px 9px 15px; background-position: 98% 54%; }
  h2.font35 {  font-size:28px;}
}

@media(max-width:650px){
  .get-more-banner { padding-bottom: 200px; }
}

@media(max-width:600px){
  .left-action {  width:100%; }
  .right-action { width: 100%; height:250px; }
  .left-action:after { display:none; }
}

@media(max-width:480px){
  .hero-right > div { flex-direction: column; }
  .hero-right > div > div { width: 100%; }
  .hero-right .person_image { margin: 0 auto 30px; } 
  .white_line { display:none; }
  .timefull { width:100%;margin-bottom:7px; }
  .time-date { flex-wrap: wrap; }
}

@media(max-width:420px){
  .getstudents.wrapper-header .logo { width:100%; text-align: center; margin-bottom: 20px; }
  .getstudents.wrapper-header .header-cta { width:100%; text-align: center; }
  .get-more-banner { padding-bottom: 142px; }
  .inner-banner {  padding: 131px 0 50px; }
}

@media(max-width:375px){
  .expert-right { width:100%; padding-left:0; padding-top: 20px; }
  .expert-left { width: 100%; }
  .expert-items { margin-top: 30px; }
  .expert-right p { margin-bottom:0; }
}
/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}


.slick-dots li:nth-child(n + 10) button::before {
  content: none;
}

ul.slick-dots button { display: flex; align-items: center; background:transparent; border-radius: 100%; border: 1px solid #F19135; color: inherit; font-size: 0; font-weight: 700; cursor: pointer;padding: 3px; transition: color .5s ease,opacity .5s ease; width: 12px; min-width: inherit; height: 12px; }
ul.slick-dots button:hover{ opacity:1;}
.slick-dotted ul.slick-dots { display: flex !important; margin-bottom:0; justify-content: center; align-items: center; list-style: none; margin-top: 30px;  }
ul.slick-dots li { line-height:0; margin-right:15px; }
ul.slick-dots li.slick-active button{ opacity: 1; background: #F19135; padding: 4px; }


@media(max-width:767px){
ul.slick-dots li:not(:last-child):before { width: 20px;}
  .slick-dotted ul.slick-dots{ margin-top:37px; }

}