/* ******************************************************************************
*********************************************************************************
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;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 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;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face { 
  font-family: "rc-icons";
  src: url(//8411010.fs1.hubspotusercontent-na1.net/hubfs/8411010/RankingCoach_April2021/fonts/rC-Icons-Regular.eot) format("embedded-opentype"), 
	 url(//8411010.fs1.hubspotusercontent-na1.net/hubfs/8411010/raw_assets/public/KB/fonts/rC-Icons-Regular.woff) format("woff"),
	 url(//8411010.fs1.hubspotusercontent-na1.net/hubfs/8411010/raw_assets/public/KB/fonts/rC-Icons-Regular.ttf) format("truetype"), 
	 url(//8411010.fs1.hubspotusercontent-na1.net/hubfs/8411010/raw_assets/public/KB/fonts/rC-Icons-Regular.svg) format("svg"); 
  font-style: normal; 
  font-weight: normal; font-display: auto; 
}
html {
  font-size: 16px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.6;
  background-color: #F5F7F9;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

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

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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;
}
header,footer {
  font-weight: 400;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  font-family: Lato, sans-serif;
}
button {
  cursor: pointer;
}
button:focus {
  outline: none;
}
.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;padding: .685rem 1rem;
  font-size: 1rem;
  border: 1px solid transparent;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  color: #fff;
  background-color: #0062ff;
  border-color: #0062ff;
  border-radius: .3rem;   
  line-height: 16px;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration: none;
}

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

.form-title {
  padding: 15px;
}
.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 8px;
  font-size: 14px;
}

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

.hs-input,
.hs-search-field__input,
form input[type="password"] {
  display: inline-block;
  width: 100%;
  font-family: inherit;
  border-color: #b6c1d3;
  box-shadow: inset 200px 200px 100px #fff;
  filter: none; 
  padding: .685rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #2a3546;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #b6c1d3;
  height: calc(1.6em + 1.37rem + 2px);
  border-radius: .3rem;
  transition: all .13s ease-in-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,
.hs-search-field__input:focus,
form input[type="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;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.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;
}
@media (min-width: 768px) {
  form {
	 max-width: 500px;  
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.lp .head_logo {
  top: 0;
  justify-content: center;
}

.lp .mobile_trigger {
  opacity: 0;
  visibility: visible;
}

.lp .head_logo img {
  top: 0;
}

.lp .footer_top .hs-menu-wrapper>ul>li:last-child>ul>li>ul>li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.lp .footer_top .hs-menu-wrapper>ul>li:last-child {
  margin: 0;
}
@media (min-width: 576px) {
  .lp .footer_bottom .row {
    min-height: 38px;
  }
}

/* PR landing pages css */
.pr_banner {
  background-size: 100% 650px;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  padding-bottom: 50px;
}
.pr_banner h1 {
  font-size: 72px;
  line-height: 80px;
  color: #fff;
  padding: 48px 0 16px;
}
.pr_banner p {
  font-size: 44px;
  line-height: 52px;
  color: #fff;
  margin: 0 auto 65px;
  max-width: 900px;
}
.pr_latest_list {
  max-width: 1000px;
  margin: 120px auto 48px;
  padding: 0;
  list-style: none;
}
.pr_latest_list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.pr_latest_list li img {
  display: inline-block;
  margin-right: 10px;
}
.pr_latest_list h2 {
  font-size: 28px;
  line-height: 36px;
  margin: 0;
}
.pr_latest_list p {
  font-size: 16px;
  line-height: 28px;
  margin: 16px 0;
}
.down_button {
  font-size: 16px;
  line-height: 16px;
  color: #2a3546;
  border: 1px solid #b6c1d3;
/*   width: 144px; */
  height: 48px;
  border-radius: 4px;
  display: flex;
  padding: 13.5px 25.5px;
  margin-top: 16px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
.pr_blue_btn {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
}
.pr_blue_btn a {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  background: #0062ff;
  /*   width: 204px; */
  height: 48px;
  border-radius: 4px;
  display: flex;
  padding: 13.5px 24px;
  justify-content: center;
  align-items: center;
}
.pr_blue_btn a:hover {
  color: #fff;
}
.pr_slider {
  max-width: 1000px;
  margin: 96px auto 48px;
  text-align: center;
}
.pr_slider h2 {
  text-align: center;
  color: #2A3546;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 48px;
} 
.pr_slider h2 span {
  color: #0062FF;
}
.slick-center .media_cnt {
  width: 250px;
  background: white;
  padding: 24px 0;
  margin: 0 auto;
  border-radius: 8px;
}
.slick-slide .media_cnt {
  width: 250px;
  padding: 24px 0;
  margin: 0 auto;
  border-radius: 8px;
}
.pr_slider .media_cnt p {
  font-size: 20px;
  line-height: 28px;
  color: #506586;
  font-weight: bold;
  margin-bottom: 8px;
}
.slick-prev,.slick-next {
  font-size:0;
  line-height:0;
  position:absolute;
  top:56px;
  display:block;
  padding:0;
  -webkit-transform:translate(0,-50%);
  -ms-transform:translate(0,-50%);
  transform:translate(0,-50%);
  cursor:pointer;
  color:transparent;
  border:0;outline:0
}
.slick-prev:before {
  content:"";;  
  background-image:url(https://8411010.fs1.hubspotusercontent-na1.net/hubfs/8411010/PR/left_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding: 0;
  display: block;
  width: 10px;
  height: 15px;
}
.slick-next:before {
  content:"";
  background-image:url(https://8411010.fs1.hubspotusercontent-na1.net/hubfs/8411010/PR/right_arrow.png);  
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding: 0;
  display: block;
  width: 10px;
  height: 15px;
}
.slick-next {
  right:100px
}
.slick-prev {
  left:60px;
  z-index:1
}
.slick-dots {
  /*   position: absolute; */
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 56px 0 0 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li.slick-active button:before {
  color: #B6C1D3;
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 40px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #B6C1D3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.multiple-items button:hover {
  background-color: transparent;
  border: 1px solid transparent;
}
.pr_brand {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0 0;
}
.pr_brand h2 {
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 24px;
}
.pr_brand p {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 24px;
}
.pr_brand h2 span {
  color: #0062FF;
}
.pr_brand_link {
  display: flex;
  justify-content: space-between;
  max-width: 500px;
}
.pr_brand a {
  font-size: 16px;
  line-height: 16px;
  color: #2a3546;
  border: 1px solid #b6c1d3;
  height: 48px;
  border-radius: 4px;
  display: flex;
  padding: 13.5px 25.5px;
  justify-content: space-between;
  align-items: center;
}
.pr_brand a img {
  display: inline-block;
  margin-right: 8px;
}
.PR_about {
  padding: 80px 0 50px;
  max-width: 760px;
}
.PR_about a {
  font-size: 16px;
  line-height: 16px;
  background: #0062FF;
  color: #fff;
  border: 1px solid transparent;
  height: 48px;
  border-radius: 4px;
  display: inline-block;
  padding: 13.5px 25.5px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.PR_about a:hover {
  color: #fff;
}
.pr_team_pic {
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 50px;
}
.pr_contact {
  max-width: 1000px;
  margin: 80px auto;
}
.pr_contact h2 {
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 24px;
}
.pr_contact p {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 24px;
}
.pr_form {
  margin-top: 56px;
}
.pr_form form {
  max-width: 760px;
}
.pr_form form p { 
  font-size: 14px;
  line-height: 16px;
}

#hs_cos_wrapper_Slider {
  background-image: url(https://8411010.fs1.hubspotusercontent-na1.net/hubfs/8411010/PR/Testimonials%20Slider.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 96px;
  padding-bottom: 115px;

}



/* PR listing */
.pr_listing_title {
  font-size: 44px;
  line-height: 52px;
  color: #2A3546;
  text-align: center;
  margin-top: 50px;
}
.pr_list_css {
  margin: 70px auto 48px;
}
@media (max-width: 1110px) { 
  .pr_banner h1 {
    font-size: calc(1.3875rem + 1.65vw);
    padding: 15px 0 0px;
  }  
  .pr_banner p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 15px;
    padding: 0px 0 0px;
  }
  .pr_latest_list {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 40px auto 48px;
  }
  .pr_slider {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto 48px;
    text-align: center;
  }
  .pr_slider h2 {
    font-size: 1.25rem;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .slick-slide .media_cnt {
    width: auto;
  }
  .slick-prev {
    left: 15px;
    z-index: 1;
  }
  .slick-next {
    right: 15px;
  }
  .slick-dots {
    margin: 0 0 0 0;
  }
  .pr_brand {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .pr_brand h2 {
    font-size: 1.25rem;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .pr_brand p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 15px;
    padding: 0px 0 0px;
  }
  .PR_about {
    padding: 25px 0 25px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .pr_contact {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .pr_contact h2 {
    font-size: 1.25rem;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .pr_contact p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 15px;
    padding: 0px 0 0px;
  }
  .pr_form {
    margin-top: 30px;
  }
  /* PR listing */
  .pr_listing_title { 
    font-size: calc(1.3875rem + 1.65vw);
    line-height: 35px;
  }
}
@media (max-width: 600px) {  
  .pr_brand_link {
    display: flex;
    justify-content: space-between;
    max-width: 500px;
    flex-direction: column;
    text-align: center;
    align-items: baseline;
    width: 100%;
    padding-left: 15px;
    padding-top: 15px;
  }
  .pr_brand a {
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.pr_form span {
  color: #2A3546;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.banner-area .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
header.header {
  padding: 0 1rem;
  z-index: 9999;
  position: fixed;
  width: 100%;
  box-shadow: 0px 1px 4px rgb(4 5 6 / 8%), 0px 2px 4px rgb(4 5 6 / 10%), 0px 4px 8px rgb(4 5 6 / 4%);
  top: 0;
  left: 0;
}

header.header>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 72px;
}

body {
  padding-top: 72px;
}

.head_logo img {
  height: 23px;
  width: 154px !important;
}

.head_logo {
  font-size: 0;
  line-height: 0;
  position: relative;
  top: -1px;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: row;
  flex-direction: row;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-weight: 700;
  line-height: 16px;
  font-size: 14px;
  padding-top: 27px;
  padding-bottom: 27px;
  display: flex;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  font-family: rc-icons;
  font-style: normal;
  content: "3";
  font-family: rc-icons;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 18px;
}

.header_right {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.custom-menu-primary {
  padding-left: 1rem;
  margin-bottom: auto;
}

.lang_sec {
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
}

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

.lang_sec>* {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: row;
  flex-direction: row;
}

.lang_sec>*>ul {
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: flex;
}
.lang_list_class li {
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
}

.lang_sec>*>ul>li>a {
  padding: 26px 16px;
  font-weight: 700;
  line-height: 16px;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: inherit;
}

.lang_sec>*>ul>li>a img {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.lang_sec>*>ul>li>a span+span {
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.i-caret-down:before {
  content: "3";
}

.lang_sec>*>ul>li>ul {
  position: absolute;
  visibility: hidden;
  background-color: #fff;
  top: 100%;
  max-width: 670px;
  min-width: 320px;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  box-shadow: 0 2px 4px rgb(4 5 6 / 8%), 0 4px 4px rgb(4 5 6 / 10%), 0 6px 8px rgb(4 5 6 / 4%);
  border-radius: 0 0 8px 8px;
}

.lang_sec>*>ul>li>ul li {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.lang_sec>*>ul>li>ul li a {
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  padding: 12px 0;
  color: #506586;
}

.lang_sec>*>ul>li>ul li a svg {
  margin-right: 4px;
  width: 32px;
  height: 24px;
  vertical-align: 0;
  display: inline-block;
}

svg {
  overflow: hidden;
}

.lang_sec>*>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
  margin-left: .25rem;
}

.lang_sec>*>ul>li>ul .row {
  padding: 1.5rem 1rem;
}

.lang_sec>*>ul>li:hover>a span+span {
  transform: rotate(180deg);
}

.child-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  width: 40px;
  cursor: pointer;
  display: none;
}

.mega_menu {
  padding: 2rem 2.5rem;
  top: 99%;
  margin-top: -1px;
  background: #FFF;
  opacity: 0;
  box-shadow: 0px 2px 4px rgb(4 5 6 / 8%), 0px 4px 4px rgb(4 5 6 / 10%), 0px 6px 8px rgb(4 5 6 / 4%);
  border-radius: 0px 0px 8px 8px;
  margin-left: -16px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  max-width: 955px;
}

li:hover>.mega_menu {
  opacity: 1;
  visibility: visible;
}

.mega_menu .row>ul>li {
  position: relative;
  width: 100%;
}

.mega_menu .row>ul>li:first-child {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1.5rem;
}

.mega_menu .row>ul>li:first-child+li {
  padding-right: 15px;
}

.mega_menu .row>ul>li:first-child~li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.mega_menu .row>ul>li:first-child+li+li {
  padding-left: 15px;
}

.mega_menu .row>ul {
  display: flex;
  flex-wrap: wrap;
}

.mega_menu .row>ul>li:first-child>ul>li>a {
  font-weight: 700;
  line-height: 28px;
  color: #2a3546;
  color: #0062ff;
}

.mega_menu .row>ul>li:first-child>ul>li>a>span span {
  color: #2a3546;
}

.mega_menu .row ul li a[href="javascript:;"] {
  cursor: text;
}

.mega_menu .row>ul>li:first-child~li>ul {
  display: flex;
  flex-direction: column;
}

.mega_menu .row>ul>li:first-child~li>ul>li>a {
  border-radius: 50rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  color: #3d4d66;
  padding: 4px;
  transition: all 0.15s ease-in-out;
  font-size: 14px;
  line-height: 16px;
  flex-wrap: wrap;
}

.mega_menu .row>ul>li:first-child~li>ul>li:last-child>a {
  margin-bottom: 0;
}

.mega_menu .row>ul>li:first-child~li>ul>li>a>span span {
  font-size: 12px;
  font-weight: 700;
  display: block;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}

.mega_menu .row>ul>li:first-child~li>ul>li>a:before { 
  display: inline-block;
  content: '';
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  margin-right: 16px;
}

.mega_menu .row>ul>li:first-child~li>ul>li>a:hover {
  background: #F5F7F9;
  transition: all 0.15s ease-in-out;
}

.mega_menu .row>ul>li:first-child~li>ul>li>a.localmarketingget:before, 
.mega_menu .row>ul>li:first-child~li>ul>li>a.marketinglocalubica:before, 
.mega_menu .row>ul>li:first-child~li>ul>li>a.lokalesmarketingautomatisch:before, 
.mega_menu .row>ul>li:first-child~li>ul>li>a.seolocalaugmentez:before ,
.mega_menu .row>ul>li:first-child~li>ul>li>a.lokalemarketingword:before,
.mega_menu .row>ul>li:first-child~li>ul>li>a.marketinglokalnydaj:before,
.mega_menu .row>ul>li:first-child~li>ul>li>a.marketinglocalefatti:before,
.mega_menu .row>ul>li:first-child~li>ul>li>a.seolocalseja:before
{
  background-image: url(//8411010.fs1.hubspotusercontent-na1.net/hubfs/8411010/raw_assets/public/KB/images/gmb.svg);
}
.mega_menu .row>ul>li:first-child~li>ul>li>a.googleadsmore:before, 
.mega_menu .row>ul>li:first-child~li>ul>li>a.googleadsincrementa:before, 
.mega_menu .row>ul>li:first-child~li>ul>li>a.traffic:before, 
.mega_menu .row>ul>li:first-child~li>ul>li>a.googleadsgagnez:before,
.mega_menu .row>ul>li:first-child~li>ul>li>a.googleadsdirect:before,
.mega_menu .row>ul>li:first-child~li>ul>li>a.reklamygooglewięcej:before,
.mega_menu .row>ul>li:first-child~li>ul>li>a.googleadsaumenta:before,
.mega_menu .row>ul>li:first-child~li>ul>li>a.googleadsmais:before
{
  background-image: url(//8411010.fs1.hubspotusercontent-na1.net/hubfs/8411010/raw_assets/public/KB/images/google_adwords.svg);
}
.mega_menu .row>ul>li:first-child~li>ul>li>a.searchengine:before, 
.mega_menu .row>ul>li:first-child~li>ul>li>a.optimizaciónen:before, 
.mega_menu .row>ul>li:first-child~li>ul>li>a.suchmaschinenoptimierungbeigoogle:before, 
.mega_menu .row>ul>li:first-child~li>ul>li>a.classements:before,
.mega_menu .row>ul>li:first-child~li>ul>li>a.zoekmachineoptimalisatie\(seo\)topposities:before ,
.mega_menu .row>ul>li:first-child~li>ul>li>a.optymalizacjapod:before,
.mega_menu .row>ul>li:first-child~li>ul>li>a.ottimizzazioneper:before,
.mega_menu .row>ul>li:first-child~li>ul>li>a.otimizaçãode:before
{
  background-image: url(//8411010.fs1.hubspotusercontent-na1.net/hubfs/8411010/raw_assets/public/KB/images/google.svg);
}
.mega_menu .row>ul>li:first-child~li>ul>li>a.reputationmanagementbe:before,
.mega_menu .row>ul>li:first-child~li>ul>li>a.gestiónde:before, 
.mega_menu .row>ul>li:first-child~li>ul>li>a.reputations-managementdeinruf:before, 
.mega_menu .row>ul>li:first-child~li>ul>li>a.suivide:before,
.mega_menu .row>ul>li:first-child~li>ul>li>a.reputatiemanagementbouw:before ,
.mega_menu .row>ul>li:first-child~li>ul>li>a.zarządzaniereputacjąbądź:before,
.mega_menu .row>ul>li:first-child~li>ul>li>a.gestionedella:before,
.mega_menu .row>ul>li:first-child~li>ul>li>a.gestãode:before
{
  background-image: url(//8411010.fs1.hubspotusercontent-na1.net/hubfs/8411010/raw_assets/public/KB/images/eye_icon.svg);
}
.mega_menu .row>ul>li:first-child~li>ul>li>a.socialmedia:before,.mega_menu 
.row>ul>li:first-child~li>ul>li>a.monitoreode:before,
.mega_menu .row>ul>li:first-child~li>ul>li>a.socialmedia:before, 
.mega_menu .row>ul>li:first-child~li>ul>li>a.gestiondes:before,
.mega_menu .row>ul>li:first-child~li>ul>li>a.seolocalaugmentez:before ,
.mega_menu .row>ul>li:first-child~li>ul>li>a.monitoringmediówśledź:before,
.mega_menu .row>ul>li:first-child~li>ul>li>a.monitoraggiosocial:before,
.mega_menu .row>ul>li:first-child~li>ul>li>a.acompanhamentode:before
{
  background-image: url(//8411010.fs1.hubspotusercontent-na1.net/hubfs/8411010/raw_assets/public/KB/images/social_media.svg);
}
.mega_menu .row>ul>li:first-child~li>ul>li>a.brandmonitoringcheck:before,
.mega_menu .row>ul>li:first-child~li>ul>li>a.seguimientode:before, 
.mega_menu .row>ul>li:first-child~li>ul>li>a.gesprochen:before, 
.mega_menu .row>ul>li:first-child~li>ul>li>a.contrôlede:before,
.mega_menu .row>ul>li:first-child~li>ul>li>a.brandmonitoringvolg:before ,
.mega_menu .row>ul>li:first-child~li>ul>li>a.monitorowaniemarkisprawdź:before,
.mega_menu .row>ul>li:first-child~li>ul>li>a.monitoraggiodel:before,
.mega_menu .row>ul>li:first-child~li>ul>li>a.monitorizaçãode:before
{
  background-image: url(//8411010.fs1.hubspotusercontent-na1.net/hubfs/8411010/raw_assets/public/KB/images/binoculars.svg);
}


@media (min-width: 992px) {
  header.header {
	 -webkit-backdrop-filter: blur(24px);
	 backdrop-filter: blur(24px);
  }
  header.header>div {
	 -ms-flex-wrap: nowrap;
	 flex-wrap: nowrap;
  }
  header.header {
	 height: 72px;
  }
  .mobile_trigger {
	 display: none;
  }
  .mobile_menu_wrap {
	 display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a:after {
	 transform: rotate(180deg);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
	 display: none;
  }
}
@media (min-width: 1200px) {
  .lang_sec>*>ul>li>ul li {
	 -ms-flex: 0 0 33.33333%;
	 flex: 0 0 33.33333%;
	 max-width: 33.33333%;
  }
}
@media (max-width: 991px) {
  header.header {
	 background-color: #fff !important;
  }
  .header_right {
	 display: none;
  }
  body {
	 padding-top: 56px;
  }
  .head_logo {
	 width: 100%;
	 justify-content: space-between;
	 display: flex;
  }

  header.header>div {
	 min-height: auto;
	 height: 100%;
	 padding-right: 0;
	 padding-left: 0;
  }

  .mobile_trigger {
	 margin: 0;
	 font-family: inherit;
	 transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	 text-align: center;
	 vertical-align: middle;
	 display: inline-block;
	 font-weight: 400;
	 border-radius: 0.125rem;
	 line-height: 1;
	 background-color: transparent;
	 padding: 0.25rem 0.75rem;
	 font-size: calc(1.275rem + 0.3vw);
	 color: #3D4D66;
	 border: 0;
	 line-height: inherit;
	 position: relative;
	 top: -1px;
  }

  .i-hamburger-menu:before {
	 content: "A";
  }

  header.header {
	 height: 56px;
  }

  .fake-element {
	 width: 40px;
	 height: 24px;
  }

  .head_logo img {
	 height: 20px;
	 width: 146.56px !important;
	 position: relative;
	 top: 3px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul.hs-menu-children-wrapper {
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 width: 100%;
	 -webkit-transform: translate3d(100%,0,0);
	 -moz-transform: translate3d(100%,0,0);
	 -ms-transform: translate3d(100%,0,0);
	 -o-transform: translate3d(100%,0,0);
	 transform: translate3d(100%,0,0);
	 transition: all 0.5s ease-in-out 0s;
  }    

  .custom-menu-primary .hs-menu-wrapper > ul.dl-menuopen {
	 transition: all 0.5s ease-in-out 0s;
  }    

  .custom-menu-primary .hs-menu-wrapper > ul.go-left {
	 -webkit-transform: translate3d(-100%,0,0);
	 -moz-transform: translate3d(-100%,0,0);
	 -ms-transform: translate3d(-100%,0,0);
	 -o-transform: translate3d(-100%,0,0);
	 transform: translate3d(-100%,0,0);
  }    
  .custom-menu-primary .hs-menu-wrapper > ul.hs-menu-children-wrapper.active {
	 z-index: 2;
	 -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);
  }

  .mobile_menu_wrap {
	 -ms-flex-direction: column;
	 flex-direction: column;
	 -ms-flex-align: start;
	 align-items: flex-start;
	 position: fixed;
	 background-color: #FFF;
	 width: 100%;
	 bottom: 0;
	 left: 0;
	 top: 0;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
	 z-index: 2;
	 overflow: hidden;
	 height: 0px;
	 -webkit-backdrop-filter: none;
	 backdrop-filter: none;
	 transition: height 1s cubic-bezier(0.52, 0.16, 0.24, 1);
  }

  .mobile-open .mobile_menu_wrap {
	 transition: height 1s cubic-bezier(0.52, 0.16, 0.24, 1);
	 height: 100%;
  }

  .custom-menu-primary.mobile_menu {
	 position: relative;
	 height: 100%;
	 width: 100%;
	 padding: 0 1rem;
  }

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

  .custom-menu-primary .hs-menu-wrapper>ul {
	 padding: 1.5rem 0;
	 overflow-y: auto;
	 overflow-x: hidden;
	 height: 100%;
	 transition: all 0.5s ease-in-out 0s;
	 position: absolute;
	 width: 100%;
	 left: 0;
	 z-index: 0;
	 padding-left: 24px;
	 padding-right: 20px;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 max-height: calc(100vh - 56px);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
	 font-weight: bold;
	 font-size: 20px;
	 padding: 20px 12px;
	 line-height: 24px;
	 color: #506586;
  }

  .btn_container {
	 width: 100%;
	 padding-top: 28px;
	 padding-bottom: 12px;
	 padding-left: 30px;
	 padding-right: 27.5px;
	 z-index: 1;
	 line-height: 16px;
	 height: 100%;
	 max-height: 56px;
	 display: flex;
  }

  .btn_container button {
	 margin: 0;
	 font-family: inherit;
	 transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	 text-align: center;
	 border-radius: 0.125rem;
	 vertical-align: middle;
	 padding: 0.25rem 0.75rem;
	 border: 0;
	 display: block;
	 margin-left: auto;
	 font-size: 16px;
	 padding: 0;
	 line-height: 16px;
	 font-weight: 500;
	 color: #3D4D66;
	 background-color: transparent;
	 font-weight: 500;
  }

  .btn_container button .button-text-close {
	 margin-right: 0.5rem;
	 font-size: 20px;
  }

  .btn_container button span {
	 font-size: 20px;
  }

  .btn_container button span.small-icon {
	 width: 16px;
	 height: 16px;
  }

  .i-close:before {
	 content: "G";
  }

  .btn_container button i:before {
	 font-size: 20px;
  }

  .mobile-open {
	 overflow: hidden;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.dl-back {
	 line-height: 16px;
	 font-weight: 500;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.dl-back a .small-icon {
	 width: 16px;
	 height: 16px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.dl-back a span {
	 font-size: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.dl-back a i:before {
	 font-size: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.dl-back a .text-h6 {
	 margin-left: 0.5rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a>img {
	 border-radius: 50%;
	 width: 24px;
	 height: 24px;
	 object-fit: cover;
	 margin-right: 0.5rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
	 font-size: 20px;
	 content: "0";
	 margin-left: auto;
	 color: #8698b6;
	 line-height: inherit;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a span i {
	 display: none;
  }

  .i-arrow-right:before {
	 content: "7";
  }

  .btn_container button#go_back .text-h6 {
	 margin-left: 0.5rem;
  }

  .btn_container button#go_back {
	 margin-left: 0;
	 opacity: 0;
	 transition: all 0.5s ease-in-out 0s;
  }

  .btn_container button#go_back.active {
	 opacity: 1;
  }

  .custom-menu-primary .hs-menu-wrapper>ul.lang>li {
	 padding: 12px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul.lang>li>a {
	 color: #212F45;
	 padding: 0;
	 line-height: 16px;
	 font-weight: normal;
  }

  .custom-menu-primary .hs-menu-wrapper>ul.lang>li>a svg {
	 width: 32px;
	 height: 22px;
	 border: 1px solid #F5F7F9;
	 margin-right: 1rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul.lang {
	 padding: 16px 24px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul.lang>li>a span {
	 line-height: 24px;
	 color: #506586;
  }

  li.dl-back {
	 display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul.hs-menu-children-wrapper.item-2 {
	 padding: 16px 24px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul.hs-menu-children-wrapper.item-2>li {
	 margin-bottom: 1.5rem !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul.hs-menu-children-wrapper.item-2>li>a {
	 padding: 0.5rem 0;
	 color: #506586;
	 line-height: 26px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul.hs-menu-children-wrapper.item-2>li>a:before {
	 content: '';
	 display: inline-block;
	 width: 32px;
	 height: 30px;
	 margin-right: 21px;
	 background-size: contain;
	 background-repeat: no-repeat;
	 background-position: 1px 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:focus:after {
	 transform: rotate( 180deg );
  }

  .custom-menu-primary .hs-menu-wrapper>ul.hs-menu-children-wrapper.item-2>li:nth-child(2)>a:before {
	 background-image: url(//8411010.fs1.hubspotusercontent-na1.net/hubfs/8411010/raw_assets/public/KB/images/overview.svg);
  }  
  .custom-menu-primary .hs-menu-wrapper>ul.hs-menu-children-wrapper.item-2>li:nth-child(3)>a:before {
	 background-image: url(//8411010.fs1.hubspotusercontent-na1.net/hubfs/8411010/raw_assets/public/KB/images/mobile_local.svg);
  }  
  .custom-menu-primary .hs-menu-wrapper>ul.hs-menu-children-wrapper.item-2>li:nth-child(4)>a:before {
	 background-image: url(//8411010.fs1.hubspotusercontent-na1.net/hubfs/8411010/raw_assets/public/KB/images/mobile_google_adwords.svg);
  }  
  .custom-menu-primary .hs-menu-wrapper>ul.hs-menu-children-wrapper.item-2>li:nth-child(5)>a:before {
	 background-image: url(//8411010.fs1.hubspotusercontent-na1.net/hubfs/8411010/raw_assets/public/KB/images/mobile_gmb.svg);
  }  
  .custom-menu-primary .hs-menu-wrapper>ul.hs-menu-children-wrapper.item-2>li:nth-child(6)>a:before {
	 background-image: url(//8411010.fs1.hubspotusercontent-na1.net/hubfs/8411010/raw_assets/public/KB/images/mobile_eye_icon.svg);
  }  
  .custom-menu-primary .hs-menu-wrapper>ul.hs-menu-children-wrapper.item-2>li:nth-child(7)>a:before {
	 background-image: url(//8411010.fs1.hubspotusercontent-na1.net/hubfs/8411010/raw_assets/public/KB/images/mobile_social_media.svg);
  }  
  .custom-menu-primary .hs-menu-wrapper>ul.hs-menu-children-wrapper.item-2>li:nth-child(8)>a:before {
	 background-image: url(//8411010.fs1.hubspotusercontent-na1.net/hubfs/8411010/raw_assets/public/KB/images/mobile_binoculars.svg);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover,
  .custom-menu-primary .hs-menu-wrapper>ul.hs-menu-children-wrapper.item-2>li>a:hover {
	 color: #0062FF;
  }
  .custom-menu-primary .hs-menu-wrapper>ul.lang>li:hover {
	 background-color: #f5f7f9;
  }
}
@media (max-width: 743px) {
  .mobile_trigger {
	 top: 0;
  }
}
@media (max-width: 575px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
	 font-size: 16px;
	 padding: 12px;
  }

  .btn_container button {
	 font-size: 16px;
  }

  .btn_container button span {
	 font-size: 16px;
  }

  .btn_container button .button-text-close {
	 font-size: 16px;
  }

  .btn_container button i:before {
	 font-size: 16px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul.hs-menu-children-wrapper.item-2>li>a:before {
	 margin-right: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul.hs-menu-children-wrapper.item-2>li>a {
	 line-height: 27px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
	 font-size: 16px;
  }
}
@media screen and (min-width: 990px) and (max-width: 1200px) {
  .language-text {
	 display: none;
  }
  .lang_sec>*>ul>li>a span:nth-child(2) {
	 display: none;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
footer.footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer_bottom .row {
  margin-bottom: 1.5rem;
}

.row>div {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.ftr_logo {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
}

.ftr_logo img {
  height: 23px;
  width: 154px !important;
}

img {
  vertical-align: middle;
  border-style: none;
}

.ftr_logo>* {
  display: flex;
  align-items: center;
}

.footer-social-media {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 2rem;
}

.footer-social-media ul {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  list-style: none;
  padding: 0;
}

.footer-social-media ul li {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  text-align: right;
}

*[class^="i-"], [class*=" i-"] {
  font-family: 'rc-icons';
  font-style: normal;
}

*[class^="i-"]:before, [class*=" i-"]:before {
  font-family: 'rc-icons';
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.footer-social-media ul li i:before {
  font-size: 24px;
  font-weight: 700;
}

.i-twitter:before {
  content: "-";
}

.i-facebook:before {
  content: "+";
}

.i-instagram:before {
  content: "_";
}

.separator {
  height: 1px;
  width: 100%;
  background-color: #3D4D66;
}

.footer .separator {
  margin-bottom: 2rem;
}

.footer_top>div {
  margin-bottom: 1.5rem;
}

.footer_top .hs-menu-wrapper>ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

.footer_top .hs-menu-wrapper>ul>li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer_top>div>* {
  width: 100%;
}

.footer_top .hs-menu-wrapper>ul>li>ul>li>a {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  color: white;
  line-height: 28px;
  line-height: inherit;
}

.footer_top .hs-menu-wrapper>ul>li:last-child>ul>li>ul {
  margin-bottom: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer_top .hs-menu-wrapper>ul>li:last-child>ul>li>ul>li {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.footer_top .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  color: #8698B6;
  display: inline;
}

.footer_top .hs-menu-wrapper>ul>li:last-child>ul>li>ul>li {
  margin-bottom: 0.5rem;
}

.footer_top .hs-menu-wrapper>ul>li:not(:last-child)>ul>li>ul>li:not(:last-child) {
  margin-bottom: 0.75rem;
}

.footer_top .hs-menu-wrapper>ul>li:last-child {
  margin-top: 1.5rem;
}

.footer_top .hs-menu-wrapper>ul>li>ul>li+li {
  margin-top: 1.5rem;
}

.footer_top .hs-menu-wrapper>ul>li:not(:last-child):not(:last-child):not(:nth-child(3)) {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .ftr_logo {
	 -ms-flex: 0 0 83.33333%;
	 flex: 0 0 83.33333%;
	 max-width: 83.33333%;
  }
  .footer-social-media {
	 -ms-flex: 0 0 16.66667%;
	 flex: 0 0 16.66667%;
	 max-width: 16.66667%;
  }
  .footer-social-media {
	 margin-top: 0;
  }
  .footer_top .hs-menu-wrapper>ul>li:not(:last-child) {
	 -ms-flex: 0 0 33.33333%;
	 flex: 0 0 33.33333%;
	 max-width: 33.33333%;
  }
  .footer_top .hs-menu-wrapper>ul>li:last-child>ul>li>ul>li {
	 -ms-flex: 0 0 50%;
	 flex: 0 0 50%;
	 max-width: 50%;
  }
}
@media (min-width: 768px) {
  .footer-social-media ul li i {
	 margin-right: 1rem;
  }
  .footer_top .hs-menu-wrapper>ul>li:last-child>ul>li>ul>li {
	 -ms-flex: 0 0 33.33333%;
	 flex: 0 0 33.33333%;
	 max-width: 33.33333%;
  }
}
@media (min-width: 992px) {
  .footer_top .hs-menu-wrapper>ul>li:not(:last-child) {
	   margin-bottom: 0 !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */
.blog_title {
  font-size: 30px;
  margin-bottom: 3rem;
  padding-bottom: 0.5rem;
  padding-top: 3rem;
  text-align: center;
}

.blog_wrap {
  background-color: #fff;
  padding-bottom: 4rem;
}

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

.post_item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.post_item_inner {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  height: 100%;
  border-radius: 8px;
  background-color: #fff;
  transition: all .5s ease;
}

.blog-post-image {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}

.blog-post-image img {
  width: 100%;
  transition: transform .5s ease;
}

.blog-post-data-container {
  padding: 0 24px 0;
}

.blog-post-title {
  margin-bottom: 1rem;
}

.blog-post-title a {
  word-break: break-word;
  overflow-wrap: break-word;
  font-size: 28px;
  line-height: 32px;
  color: #2A3546 !important;
  font-weight: bold;
}
.glossary_alpha_list h5 {
  font-size: 20px;
  font-weight: 700;
}
.blog-post-content {
  color: #506586;
}

.blog-post-content p {
  font-size: 16px;
  line-height: 24px;
}

.blog-post-bottom-container {
  justify-content: space-between;
  display: flex;
  padding: 0 24px 24px;
}

.blog-pagination a {
  margin-left: -1px;
  padding: 14px;
  line-height: 24px;
  min-width: 48px;
  color: #3D4D66;
  text-align: center;
}

.blog-pagination a:hover {
  color: #3D4D66;
  background-color: #E6E9F0;
  border-radius: 4px;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.blog-pagination a.active {
  color: #3D4D66;
  font-weight: bold;
  position: relative;
}

.blog-pagination a.active:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 2px;
  background: #0062FF;
  bottom: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .blog-pagination a.elipses:before {
content: "*";
font-family: 'rc-icons';
font-style: normal;
font-size: 16px;
font-weight: 400;
text-align: center;
color: #8698b6;
} */

.i-caret-right:before {
  content: "1";
}

.i-caret-left:before {
  content: "0";
}

.blog-pagination a.prev-link i {
  margin-right: 0.5rem;
}

.blog-pagination a.next-link i {
  margin-left: 0.5rem;
}

.blog-pagination a.next-link {
  margin-left: 1rem;
}

.blog-pagination a.prev-link {
  margin-right: 1rem;
}

/* .post_item_inner:hover {
box-shadow: 0px 2px 4px rgb(4 5 6 / 15%), 0px 8px 16px rgb(4 5 6 / 10%), 0px 16px 24px rgb(4 5 6 / 10%);
border-radius: 8px;
}

.post_item_inner:hover .blog-post-image img {
transform: scale(1.1);
} */

/* ==Post== */
.blog_post_wrap {
  padding: 3rem 0 0;
}

.blog-go-back-section {
  position: sticky;
  top: 72px;
  width: 100%;
}

.blog-go-back-section .blog-go-back-element {
  position: absolute;
  left: -24px;
  margin-top: 9px;
  transform: translateX(-100%);
  display: none;
}

.news-content-share-buttons-container {
  align-items: center;
  margin-left: 1.25rem;
  display: flex;
  align-items: center;
  margin-left: 1.25rem;
}

.news-content-share-buttons-container p {
  margin-right: 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
}

.news-share-button {
  display: -ms-flexbox;
  display: flex;
}

.news-share-button i {
  color: #506586;
  margin: 4px 12px 4px 0;
  padding: 5px;
  border-radius: 50%;
}

.news-share-button:last-child i {
  margin-right: 0.25rem;
}

.i-whatsapp:before {
  content: "<";
}

.i-linkedin:before {
  content: "]";
}

.news-share-button i:hover:before {
  color: #0062ff;
}

.news-share-button i:hover {
  background-color: #e6efff;
}

.news-share-button i:before {
  display: -ms-flexbox;
  display: flex;
  line-height: 16px;
}

.bg-white {
  background-color: white;
}

.post_page_title {
  margin-bottom: 1.5rem;
  font-size: 40px;
  line-height: 48px;
}

.content_sharer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.content_sharer>p {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
}

.news-image-wrapper {
  height: 326px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2rem;
  position: relative;
}

.blog-comments form {
  max-width: 100%;
  padding: 30px 0 0;
  margin: 30px 0 0;
}

.content-page>.news-content-share-buttons-container {
  margin: 0;
}

.content-page{
  margin-bottom: 50px;
}


@media (min-width: 576px) {
  .post_item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;  
    margin-bottom: 1.5rem;
  }
  .blog_wrap {
    padding-bottom: 5rem;
  }
  .blog_index {
    margin-bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .post_item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .post_item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .blog-container-max-width {
    max-width: 760px !important;
  }
}
@media (min-width: 1200px) {
  .post_item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1275px) {
  .blog-go-back-section .blog-go-back-element {
    display: block;
  }
}
@media (min-width: 1400px) {
  .blog-go-back-section .blog-go-back-element {
    left: -57px;
  }
}
@media (max-width: 1200px) {
  .blog_title {
    font-size: calc(1.3875rem + 1.65vw);
  }
}
@media (max-width: 575px) {
  .blog-post-title a {
    font-size: 1.25rem;
  }
  .post_page_title {
    font-size: 2rem;
  }
  .news-image-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}

/* custom css for serach and category selector */

::-webkit-input-placeholder { /* Edge */
  color: #8698B6;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #8698B6;
}
::placeholder {
  color: #8698B6;
}
@media screen and (min-width: 1200px) {
  .content-wrapper {
    width: 1160px;
    max-width: 1160px !important;
  }
  .blog-tag-filter {
    margin-left: auto;
    width: 424px !important;
  }
  .hs_cos_wrapper_blog_tag_filter {
    max-width: 300px;
  }
  .blog-header__search form {
    display: flex;
  }
  .blog-header__search input[type='text'] {
    width: 386px !important;
    border-radius: 50px 0px 0px 50px;
    height: 48px;
    border-top: 1px solid #B6C1D3;
    border-bottom: 1px solid #B6C1D3;
    border-left: 1px solid #B6C1D3;
    border-right: 1px solid transparent;
    padding-left: 50px;
    background-image: url(https://blog.rankingcoach.com/hubfs/blog/search_icon_light.svg);
    background-repeat: no-repeat;
    background-position: 7% center;
    color: #8698B6;
    outline: none;
  }
  .blog-header__search {
    max-width: 460px;
  }
  .blog-header__search  button {
    border-radius: 0px 50px 50px 0px;
    background: #fff;
    border-top: 1px solid #B6C1D3;
    border-bottom: 1px solid #B6C1D3;
    border-right: 1px solid #B6C1D3;
    border-left: 1px solid #B6C1D3;
    width: 72px;
    height: 48px;
    justify-content: center;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 5px;
  }
  #categorySelector {
    color: #8698B6 !important;
    background-image: url(https://blog.rankingcoach.com/hubfs/blog/arrow_down.svg);
    background-repeat: no-repeat;
    background-position: 100% center;
    border: 1px solid #B6C1D3;
    border-radius: 4px !important;
    height: 48px;
    outline: none;
    background-color: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
  }
  .blog-tag-filter__drop-down {
    border-radius: 4px !important;
    width: 424px !important;
    list-style: none;
    position: absolute;
    box-shadow: 0px 12px 40px rgb(4 5 6 / 2%), 0px 8px 14px rgb(4 5 6 / 5%), 0px 4px 4px rgb(4 5 6 / 8%);
    border-radius: 4px;
    top: 31px;
    height: 192px;
    overflow-y: scroll;
  }


  .tags_dropdown::-webkit-scrollbar-track
  {
    border-radius: 10px;
    background-color: #fff;
  }

  .tags_dropdown::-webkit-scrollbar
  {
    width: 8px;
    background-color: #fff;
  }

  .tags_dropdown::-webkit-scrollbar-thumb
  {
    border-radius: 8px;
    background-color: #B6C1D3;
  }
  .dropdownselectarrow {
    background-image: url(https://blog.rankingcoach.com/hubfs/blog/arrow_up.svg) !important;
    border: 1px solid #0062FF !important;
  }
  .blog-tag-filter:after {
    color: transparent !important;
    content: '' !important;
  }
  .blog-header__tag-filter {
    width: auto !important;
    position: relative;
    z-index: 1;
  }
  #categorySelector p {
    margin-bottom: 0;
    color: #8698B6;
    font-weight: normal
  }
}
.hs-search-field__bar button span {
  height: 22px;
}
.hs-search-field__bar button svg {
  height: 22px !important;
  width: 22px;
}
.blog-header__navigation p {
  color: #2A3546;
  margin-bottom: 10px;
  font-weight: bold;
}
.blog-header {
  background-color: #fff !important;
  background-image: none !important;
}
::placeholder {
  color: #8698B6 !important;
  opacity: 1;
}
.blog-header__search button:hover path {
  fill: #fff;
}
button:hover {
  font-family: Roboto,sans-serif;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
  background-color: rgba(0,78,204,1.0);
  border: 1px solid #004ecc;
  color: #fff;
}
form input:not(.hs-button) {
  box-shadow: none !important;
}
@media screen and (max-width: 1199px) { 
  .blog-header__tag-filter, .blog-header__search p {
    display: none;
  }
  .blog-header__search form {
    display: flex;
  }
  .blog-header__search input[type='text'] {
    max-width: 386px !important;
    border-radius: 50px 0px 0px 50px;
    height: 48px;
    border-top: 1px solid #B6C1D3;
    border-bottom: 1px solid #B6C1D3;
    border-left: 1px solid #B6C1D3;
    border-right: 1px solid transparent;
    padding-left: 50px;
    background-image: url(https://blog.rankingcoach.com/hubfs/blog/search_icon_light.svg);
    background-repeat: no-repeat;
    background-position: 7% center;
    color: #8698B6;
    outline: none;
  }
  .blog-header__search {
    max-width: 460px;
    margin: 0 auto;
    text-align: center
  }
  .blog-header__search  button {
    border-radius: 0px 50px 50px 0px;
    background: #fff;
    border-top: 1px solid #B6C1D3;
    border-bottom: 1px solid #B6C1D3;
    border-right: 1px solid #B6C1D3;
    border-left: 1px solid #B6C1D3;
    width: 72px;
    height: 48px;
    justify-content: center;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
  }
  .elipses {
    display: none;
  }
  .blog-pagination a {
    margin-right: 0 !important;
  }
}

/* blog pagination */
.blog-pagination a {
  color: #3D4D66;
  margin-right: 30px;
  border-radius: 5px;
}
.blog-pagination .active {
  background-color: #E6E9F0;
  color: #3D4D66;
  padding: 14px 20px;
}
.blog-pagination  span {
  color: #8698B6;
  margin-right: 30px;
}
.blog-pagination a:hover {
  border-bottom: 2px solid #0062ff;
  text-decoration: none;
  border-radius: 0;
  color: #3D4D66;
  background: transparent;
}


/* custom code for language selector */
@media screen and (min-width: 1000px)and (max-width: 1199px) { 
  .header__language-switcher:hover .lang_list_class {
    width: 670px;
    display: flex !important;
    flex-wrap: wrap;
    padding: 2.5rem 1rem;
    right: auto;
    background-color: rgba(255,255,255,1.0);
    border: 2px solid #eff7fe;
    margin-top: 10px;
    top: 20px;
    box-sizing: border-box;
    left: 0;
  }
  .lang_switcher_link li {
    display: flex;
    flex-wrap: wrap;
  }
  .lang_list_class img {
    margin-right: 5px;
    width: 32px;
    height: 24px;
  }
  .header__language-switcher .lang_list_class li:first-child {
    border-top: 0;
    padding-top: 10px;
    display: none;
  }
  .header__language-switcher .lang_list_class li {
    background-color: transparent;
    border: 0;
    line-height: 2;
    margin: 0;
    padding: 10px;
    width: 33%;
  }
  .header__language-switcher .lang_list_class li a {
    display: flex;
    align-items: center;

  }
  .header__language-switcher .lang_list_class li a span {
    color: rgba(80,101,134,1.0);
    font-weight: 400;
  }
}
@media screen and (min-width: 1200px) {
  .header__language-switcher:hover .lang_list_class {
    width: 670px;
    display: flex !important;
    flex-wrap: wrap;
    padding: 2.5rem 1rem;
    right: auto;
    background-color: rgba(255,255,255,1.0);
    border: 2px solid #eff7fe;
    margin-top: 10px;
    left: 318px;
    top: 20px;
    box-sizing: border-box
  }
  .lang_switcher_link li {
    display: flex;
    flex-wrap: wrap;
  }
  .lang_list_class img {
    margin-right: 5px;
    width: 32px;
    height: 24px;
  }
  .header__language-switcher .lang_list_class li:first-child {
    border-top: 0;
    padding-top: 10px;
    display: none;
  }
  .header__language-switcher .lang_list_class li {
    background-color: transparent;
    border: 0;
    line-height: 2;
    margin: 0;
    padding: 10px;
    width: 33%;
  }
  .header__language-switcher .lang_list_class li a {
    display: flex;
    align-items: center;

  }
  .header__language-switcher .lang_list_class li a span {
    color: rgba(80,101,134,1.0);
    font-weight: 400;
  }

  /* related post in blog post */
  .related_post {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.related_post h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #2A3546;
}
.related_post p, .related_post h2, .related_post i{
  font-size: 16px;
  line-height: 24px;
  color: #506586;
  font-weight: 400;
  font-style: normal;
}
.related_post .hs-related-blog-byline {
  padding: 24px 24px 0;
  /*   height: 248px; */
}
.related_post .related-blog-item {
  width: 272px;
  border-radius: 8px;
  background-color: #fff;
}
.related_post .related_bg_img {
  height: 226px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px 8px 0px 0;
}
.related_bg_grey {
  background-color: #f5f7f9;
  padding: 32px 0 64px;
}

.related-blog-date, .related-blog-date i, .related-blog-date strong {
  font-size: 14px;
  line-height: 16px;
  color: #2A3546;
  padding: 24px;
}
.related_bg_grey h4 {
  padding-bottom: 32px;
  text-align: center;
  font-size: 35px;
}

.hs-related-blog-byline strong a{
  font-weight: 400;
  padding-bottom: 20px;
  display: inline-block;
}
.hs-related-blog-byline a{
  font-weight: 400;
  padding-bottom: 20px;
  display: inline-block;
}

@media screen and (min-width: 767px) and (max-width: 1199px) { 
  .related_post{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .related-blog-item{
    width: 100%;
    margin: 0 auto 30px;
    flex: 0 0 50%;
    max-width: 48%;
  }
}
/* end related post in post temp */
@media screen and (max-width: 766px) { 

  /* related post in post temp */

  .related_post .related-blog-item {
    width: 87vw;
    margin: 0 auto 30px;
  }

  /* end related post in post temp */

}


.blog-header__search button {
  align-items: center;
  display: flex;
}
.blog-pagination a.active {
  background-color: transparent !important;
}
.blog-pagination a:hover {
  background-color: #E6E9F0;
  border-bottom: none !important;
}
@media screen and (max-width: 1199px) { 

  .lang_list_class img {
    margin-right: 5px;
    width: 32px;
    height: 24px;
  }
  .header__language-switcher .lang_list_class li a {
    display: flex;
    align-items: center;

  }
  .header__language-switcher .lang_list_class li a span {
    color: rgba(80,101,134,1.0);
    font-weight: 400;
  }
  .blog-pagination a {
    font-size: 12px;
    padding: 10px !important;
  }
}
.lang_list_class li:last-child {
  border-bottom: none !important;
}
.blog-header__navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
  margin-bottom: 64px
}
.header__language-switcher .lang_switcher_class .globe_class {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: 5px;
}
.header__language-switcher-label-current {
  align-items: center;
  display: flex;
  line-height: 2;
  margin-left: 10px;
  font-weight: bold;
}
.header__language-switcher-label {
  align-items: center;
  display: flex;
  position: relative;
}
.header__language-switcher-label-current:after {
  border-top-color: #2a3546;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid;
  content: '';
  display: block;
  height: 0;
  margin: 0 0 0 10px;
  width: 0;
}
.lang_list_class:after, .lang_list_class:before {
  display: none !important;
}
/* blog pagination */
.blog-pagination a {
  color: #3D4D66;
  margin-right: 30px;
  border-radius: 5px;
}
.blog-pagination .active {
  background-color: #E6E9F0;
  color: #3D4D66;
  padding: 14px 20px;
}
.blog-pagination  span {
  color: #8698B6;
  margin-right: 30px;
}
.blog-pagination a:hover {
  border-bottom: 2px solid #0062ff;
  text-decoration: none;
  border-radius: 0;
  color: #3D4D66;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a.blog {
  color: rgba(0,98,255,1.0);
}

/* Search Result CSS*/

.hs-search-results__listing{
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  -ms-flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 6rem;
}

ul.hs-search-results__listing li{
  position: relative;
  width: 96%;

  border-radius: 8px;
  background-color: #fff;

  margin: 1.5rem auto 1.5rem;
}
.searchresultcontent{
  padding: 0 20px 20px;
}
.hs-search-results__title {
  word-break: break-word;
  overflow-wrap: break-word;
  font-size: 24px !important;
  line-height: 32px;
  color: #000 !important;
  text-decoration: none !important;
  font-family: Roboto !important;
  margin-top: 24px;
  display: inline-block;
  margin-bottom: 0 !important;
}

.hs-search-results__description {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-top: 24px;
}


.systems-page h1{
  font-size: calc(1.3875rem + 1.65vw);
}


@media screen and (min-width: 580px) { 

  ul.hs-search-results__listing li {
    flex: 0 0 48%;
    max-width: 48%;
  }

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

  ul.hs-search-results__listing li{
    flex: 0 0 30%;
    max-width: 30%;
    margin: 0 0 1.5rem;
  }
  .glossary_container {
    display: flex;
    justify-content: space-between;
  }
  .glossary_container .blog_index {
    width: 60%;
  }
  .glossary_container .glossary_alpha_list {
    width: 362px;
  }
  .glossary_alpha_list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .glossary_alpha_list ul li {
    width: 36px;
    color: #2a3546;
    padding: 5px 5px;
    text-align: center;
    border: 1px solid #b6c1d3;
    margin-right: 12px;
    margin-bottom: 10px;
    box-sizing: border-box;
    cursor: pointer;
    height: 36px;
    border-radius: 4px;
    font-weight: 500;
  }
  .glossary_alpha_list ul li:nth-child(7n) { 
    margin-right: 0;
  }
  .glossary_active {
    background-color: #0062ff;
    color: #fff !important;
    padding: 4px;
  }
  .glossary_inactive { 
    opacity: 0.5;
  }
  .continue_to_alphabet {
    text-align: center;
  }
  .continue_to_alphabet button {
    background: transparent;
    border: transparent;
    color: #0062ff;
    background-image: url(https://8411010.fs1.hubspotusercontent-na1.net/hubfs/8411010/right_icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 23px;
    font-weight: 500;
  }
  .post-title.show-more-height { 
    height: 76px; 
    overflow:hidden; 
  }
  .show-more {
    color: #0062FF; 
    position:relative; 
    font-size: 12px; 
    padding-top: 5px; 
    height: 20px; 
    text-align: left;  
    cursor: pointer;
  }
  .glossary_show_more {
    background-image: url(https://knowledge.rankingcoach.com/hubfs/blue_arrow_down.png);
    background-repeat: no-repeat;
    background-position: 11%;
  } 
  .glossary_show_less {
    background-image: url(https://knowledge.rankingcoach.com/hubfs/blue_arrow_up.png);
    background-repeat: no-repeat;
    background-position: 11%;
  }
  .glossary_alpha_list ul li: hover {
    background-color: #e6e9f0;
  }
  .alphabet_inactive{
    opacity: 0.5;
    pointer-events: none;
  } 
}
@media screen and (max-width: 1199px) { 
  .post_item {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .blog_index {
    margin-bottom: 0;
  }
  .glossary_container {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .glossary_container .blog_index {
    width: 100%;
  }
  .glossary_container .glossary_alpha_list {
    width: 320px;
    margin: 0 auto;
  }
  .glossary_alpha_list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
  }
  .glossary_alpha_list ul li {
    width: 36px;
    color: #2a3546;
    padding: 5px 5px;
    text-align: center;
    border: 1px solid #b6c1d3;
    margin-right: 12px;
    margin-bottom: 10px;
    box-sizing: border-box;
    cursor: pointer;
    height: 36px;
    border-radius: 4px;
    font-weight: 500;
  }
  .glossary_active {
    background-color: #0062ff;
    color: #fff !important;
    padding: 4px;
  }
  .glossary_inactive { 
    opacity: 0.5;
  }
  .continue_to_alphabet {
    text-align: center;
  }
  .continue_to_alphabet button {
    background: transparent;
    border: transparent;
    color: #0062ff;
    background-image: url(https://8411010.fs1.hubspotusercontent-na1.net/hubfs/8411010/right_icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 23px;
    font-weight: 500;
  }
  .post-title.show-more-height { 
    height: 76px; 
    overflow:hidden; 
  }
  .show-more {
    color: #0062FF; 
    position:relative; 
    font-size: 12px; 
    padding-top: 5px; 
    height: 20px; 
    text-align: left;  
    cursor: pointer;
  }
  .glossary_show_more {
    background-image: url(https://knowledge.rankingcoach.com/hubfs/blue_arrow_down.png);
    background-repeat: no-repeat;
    background-position: 11%;
  } 
  .glossary_show_less {
    background-image: url(https://knowledge.rankingcoach.com/hubfs/blue_arrow_up.png);
    background-repeat: no-repeat;
    background-position: 11%;
  }
  .glossary_alpha_list ul li: hover {
    background-color: #e6e9f0;
  }
  .alphabet_inactive{
    opacity: 0.5;
    pointer-events: none;
  }
  .glossary_alpha_list h5 {
    font-size: 20px;
    font-weight: 700;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
  display: none;
}

.addReadMore.showmorecontent .readMore {
  display: none;
}
.addReadMore.showmorecontent .show_more_dots {
  display: none;
}
.addReadMore .readMore,
.addReadMore .readLess,
.show_more{
  font-weight: 500;
  margin-left: 2px;
  color: #0062ff;
  cursor: pointer;
  display: block;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
  display: block;
}

.show_more {
  width: 100px;
background-image: url(https://knowledge.rankingcoach.com/hubfs/blue_arrow_right.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}
.readLess {
  width: 100px;
background-image: url(https://knowledge.rankingcoach.com/hubfs/blue_arrow_up.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.blog-post-content a, .blog-post-content a:hover{
  color: #2A3546;
}
/* ******************************************************************************
*********************************************************************************
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: 200px 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: #EFEFEF;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 400px  ;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.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;
}
.hs-form-field {
  margin: 0 0 10px;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
form#email-prefs-form input[type="email"] {
  width: 100% !important;
}
.hs-error-msgs {
  padding: 0;
  margin: 0;
}
.hs-form-field label {
  margin-bottom: 8px;
  display: inline-block;
}
label:empty {
  display: none !important;
}
input#hs-pwd-widget-password {
  height: 40px !important;
}
.subs form#email-prefs-form {
  max-width: 100%;
}
@media (max-width: 767px) {
  form {
    max-width: 100%;
  }
  .blog-post img {
  float: none !important;
  margin: 0 !important;
  max-width: 100%;
}
}
.error-page {
  position: relative;
  z-index: 2;
}
.comment-date, .comment-from {
  display: block !important;
}
.grecaptcha-badge {
  max-width: 100%;
  overflow: auto hidden;
  margin: 0;
}
h3:empty {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
}
span.replying-to {
  display: block;
  padding-bottom: 30px;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  padding: 20px;
}
/* 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;
}
{"mode":"full","isActive":false}