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

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

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

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

.row-fluid [class*="span"] {
    display: block;
    min-height: 1px;
    -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;
}


.dnd-section[class*="force-full"] > .row-fluid {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.dnd-section[class*="force-full"] > .row-fluid .span12 {
    padding-right: 0;
    padding-left: 0;
}

.row-fluid .span12,
.row-fluid .span11,
.row-fluid .span10,
.row-fluid .span9,
.row-fluid .span8,
.row-fluid .span7,
.row-fluid .span6,
.row-fluid .span5,
.row-fluid .span4,
.row-fluid .span3,
.row-fluid .span2,
.row-fluid .span1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  float: left
}
.row-fluid .span12 {
    padding-right: 0;
    padding-left: 0;
}
.row-fluid .span12 {
    width: 100%;
}
.row-fluid .span11 {
    width: 91.66666667%;
}
.row-fluid .span10 {
    width: 83.33333333%;
}
.row-fluid .span9 {
    width: 75%;
}
.row-fluid .span8 {
    width: 66.66666667%;
}
.row-fluid .span7 {
    width: 58.33333333%;
}
.row-fluid .span6 {
    width: 50%;
}
.row-fluid .span5 {
    width: 41.66666667%;
}
.row-fluid .span4 {
    width: 33.33333333%;
}
.row-fluid .span3 {
    width: 25%;
}
.row-fluid .span2 {
    width: 16.66666667%;
}
.row-fluid .span1 {
    width: 8.33333333%;
}


@media (min-width: 768px) {
    .row-fluid .span12 {
        width: 100%;
    }
    .row-fluid .span11 {
        width: 91.66666667%;
    }
    .row-fluid .span10 {
        width: 83.33333333%;
    }
    .row-fluid .span9 {
        width: 75%;
    }
    .row-fluid .span8 {
        width: 66.66666667%;
    }
    .row-fluid .span7 {
        width: 58.33333333%;
    }
    .row-fluid .span6 {
        width: 50%;
    }
    .row-fluid .span5 {
        width: 41.66666667%;
    }
    .row-fluid .span4 {
        width: 33.33333333%;
    }
    .row-fluid .span3 {
        width: 25%;
    }
    .row-fluid .span2 {
        width: 16.66666667%;
    }
    .row-fluid .span1 {
        width: 8.33333333%;
    }

}

@media (min-width: 992px) {
    .row-fluid .span12 {
        width: 100%;
    }
    .row-fluid .span11 {
        width: 91.66666667%;
    }
    .row-fluid .span10 {
        width: 83.33333333%;
    }
    .row-fluid .span9 {
        width: 75%;
    }
    .row-fluid .span8 {
        width: 66.66666667%;
    }
    .row-fluid .span7 {
        width: 58.33333333%;
    }
    .row-fluid .span6 {
        width: 50%;
    }
    .row-fluid .span5 {
        width: 41.66666667%;
    }
    .row-fluid .span4 {
        width: 33.33333333%;
    }
    .row-fluid .span3 {
        width: 25%;
    }
    .row-fluid .span2 {
        width: 16.66666667%;
    }
    .row-fluid .span1 {
        width: 8.33333333%;
    }

}

@media (min-width: 1200px) {
    .row-fluid .span12 {
        width: 100%;
    }
    .row-fluid .span11 {
        width: 91.66666667%;
    }
    .row-fluid .span10 {
        width: 83.33333333%;
    }
    .row-fluid .span9 {
        width: 75%;
    }
    .row-fluid .span8 {
        width: 66.66666667%;
    }
    .row-fluid .span7 {
        width: 58.33333333%;
    }
    .row-fluid .span6 {
        width: 50%;
    }
    .row-fluid .span5 {
        width: 41.66666667%;
    }
    .row-fluid .span4 {
        width: 33.33333333%;
    }
    .row-fluid .span3 {
        width: 25%;
    }
    .row-fluid .span2 {
        width: 16.66666667%;
    }
    .row-fluid .span1 {
        width: 8.33333333%;
    }

}

.container-fluid {
    *zoom: 1;
}

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

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






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

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

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

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

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

    .row-fluid [class*="span"] {
        display: block;
        min-height: 1px;
        -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;
    }

}

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

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

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

    .row-fluid [class*="span"] {
        display: block;
        min-height: 1px;
        -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;
    }

}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
}
.body-wrapper .content-wrapper {
  padding-top:0;
  padding-bottom:0;
}

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

.dnd-section .dnd-column {
  padding: 0 15px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
  .body-wrapper .dnd-section, 
  .body-wrapper .content-wrapper--vertical-spacing,
  .body-wrapper .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@font-face { 
  font-family: "FontAwesome"; 
  src: url("https://blog.jemmarketing.co.uk/hubfs/Jem_Sales_and_Marketing_January2022/Fonts/fontawesome-webfont%20%281%29.eot#iefix&v=4.5.0") format("embedded-opentype"), 
    url(https://blog.jemmarketing.co.uk/hubfs/raw_assets/public/Jem_Sales_and_Marketing_January2022/fonts/fontawesome-webfont.woff2) format("woff2"), 
    url(https://blog.jemmarketing.co.uk/hubfs/raw_assets/public/Jem_Sales_and_Marketing_January2022/fonts/fontawesome-webfont.woff) format("woff"), 
    url(https://blog.jemmarketing.co.uk/hubfs/raw_assets/public/Jem_Sales_and_Marketing_January2022/fonts/fontawesome-webfont.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: normal; 
}


body {
  line-height: 1.6;
  padding-top: 100px;
}

@media (max-width: 1199px) {
  body {
    padding-top: 156px;
  }
}

@media (max-width: 991px) {
  body {
    padding-top: 130px;
  }
}


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

/* Paragraphs */

p {
    margin: 0 0 10px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1, h2, h3 {
  line-height: inherit;
}

h1 {
    font-weight: 900;
    text-transform: uppercase;
}
h2 {
    margin-top: 3rem;
    margin-bottom: .5rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2;
}
h2:first-child {
    margin-top: 0;
}
h2:last-child {
    margin-bottom: 30px;
}
h3 {
  font-weight: 900;
}
h3:first-child {
    margin-top: 0;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}
.hs_cos_wrapper_type_rich_text ul {
    margin: 0 0 0 2em;
    padding: 0;
}
.hs_cos_wrapper_type_rich_text ol {
    margin-top: 0;
    margin-bottom: 10px;
}
.hs_cos_wrapper_type_rich_text ul li,
.hs_cos_wrapper_type_rich_text ol li {
    margin-bottom: .75em;
    list-style: none;
    position: relative;
}
.hs_cos_wrapper_type_rich_text ul li:before,
.hs_cos_wrapper_type_rich_text ol li:before {
    border: 5px solid #fe287a!important;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    margin-top: .55rem;
    margin-left: -1rem;
}



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

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

strong {
    font-weight: 900;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 15px;
}

/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

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 {
  background-color: #FFF;
  border: 1px solid;
  background-color: #ffbed7;
  border-radius: 15px;
  display: inline-block;
  font-size: .9rem;
  line-height: 1.42857143;
  padding: 7.5px 20px;
  width: 100%;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  outline:0;
}

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

/* Inputs - datepicker */

.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-error-msg,
.hs-error-msgs.inputs-list label {
  color: red;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  padding: 7px 30px;
  text-transform: uppercase;
  border-radius: 20px;
  transition: .5s ease all;
  font-weight: 700;
  font-size: .9rem;
  line-height: 1.42857143;
  border: 2px solid #fe287a;
  -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
  box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%); 
  white-space: normal;
  margin: 15px 0;
  text-align:center;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Header container */


.header-section .logo img {
    height: 60px;
    width: auto !important;
}
.header-section {
  background-color: #fff;
  border-bottom: 10px solid #fe287a;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1rem;
  max-height: 100vh;
}
.header__container {
    max-width: none!important;
    padding: 0 45px;
}
.header-section ul {
  margin: 0;
  padding: 0;
}
.header-section li {
  margin: 0;
}
.header-section li:before {
  display: none;
}
.header-section nav {
  font-weight: 900;
  margin-right: 30px;
}
.header-section nav > ul {
  display: flex;
  align-items: center;
}
.header-section nav > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100px;
  list-style: none;
  padding: 15px 20px;
}
.header-section nav > ul > li > a {
  margin: -15px -20px;
  padding: 15px 20px;
}
.header-section nav > ul > li > a:after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 25px;
  height: 2px;
  z-index: 100;
  border-bottom: 4px solid #ffbed7;
}
.header-section nav > ul > li > a.active-item:after {
    display: block;
}
.header-section nav > ul > li > a.active:after {
  display: block!important;
}
.header-section nav > ul > li:hover > a:after,
.header-section nav > ul > li:hover > ul {
  display: block;
}
.header-section nav > ul > li:hover > a .menu-image img {
  filter: brightness(800%);
}
.header-section ul ul li a.active-item {
    border-bottom: 4px solid #ffbed7;
}

.header-section nav > ul > li ul {
  display: none;
}
.header-section ul ul {
  text-transform: none;
  position: absolute;
  top: 100%;
  z-index: 1000000;
  font-size: 1rem;
  color: #565555;
  margin: 0 -20px;
  padding: 0;
  text-align: left;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  
    .header-section ul ul {
      left: 20px;
    }
}

.header-section ul ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  position: relative;
}
.header-section ul ul li a {
  display: block;
  padding: 10px 20px 6px;
  border-bottom: 4px solid transparent;
}
.header-section ul ul li a.active {
  border-bottom: 4px solid #ffbed7!important;
}
.header-section ul ul li a:hover {
  border-bottom: 4px solid #ffbed7;
}
.header-section .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.header-section .telephone a {
  color: #565555;
  transition: .5s ease all;
}
.header-section .telephone img {
  max-height: 20px;
}
.header-section .telephone a:focus,
.header-section .telephone a:hover {
  color: #fe287a;
}
.header-section .nav-wrapper {
  display: flex;
  align-items: center;
}
.header-section .left {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-section .right {
  flex: 3;
  display: flex;
  justify-content: flex-end;
}
.header-section .menu {
  display: none;
}
.header-section .menu-text {
  display: block;
  margin-top: 5px;
}
.header-section .menu-image img {
  max-height: 40px;
  margin: 0 auto;
  display: block;
}
.header-section .nav-wrapper {
  text-align: center;
}
.hs-lp-header .header-section .logo {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 992px) {
  .header__navigation.header--element {
      display: block !important;
  }
}

@media (max-width: 1650px) {
  .header-section nav > ul > li > a {
      padding: 15px 10px;
  }
  .header-section nav > ul > li {
    padding: 15px 18px;
  }
}


@media (max-width: 1400px) {
  .header-section {
    font-size:1rem
  }
  .header-section nav > ul > li {
    padding: 15px 10px;
  }
  .header-section nav > ul > li > a {
    margin: -15px -10px;
    padding: 15px 10px;
  }
  .header-section ul ul {
    margin: 0 -10px;
  }
  .header-section ul ul a {
    padding: 10px;
  }
}

@media (max-width: 1350px) and (min-width:1200px) {
  .header-section nav {
      font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .header-section {
    padding:30px 0 15px;
  }
  .header-section nav > ul > li {
    min-height: 0;
  }
  .header-section .left {
    flex: none;
    width: 100%;
    justify-content: center;
  }
  .header-section .right {
    margin-top: 20px;
    flex: none;
    width: 100%;
    justify-content: center;
  }
  .hs-lp-header .header-section .logo {
      padding-bottom: 41px;
      padding-top: 0px;
  }
  .header-section nav > ul > li > a:after {
    bottom: 0;
  }
}

@media (max-width: 1030px) and (min-width:992px) {
  .header-section nav {
      font-size: 15px;
  }
  .header-section nav > ul > li {
      padding: 15px 16px;
  }
  .header-section nav > ul > li > a:after {
      bottom: 0;
  }
}


@media (max-width: 991px) {
  .header-section {
    overflow-y:auto;
    overflow-x: hidden;
    padding-top: 15px;
    padding-bottom: 0;
  }
  .header-section .nav-section {
    width: 100%;
    padding: 15px;
  }
  .header-section .nav-wrapper {
    text-align: left;
    flex-wrap: wrap;
  }
  .header__navigation.header--element {
    display: none;
    color: #565555;
    margin: 30px -30px 0;
    padding: 0 15px;
    width: auto;
    width: calc(100% + 60px);
  }
  .header-section .nav-wrapper nav > ul > li > a {
    display: block;
  }
  .header-section .nav-wrapper nav > ul > li > a:after {
    display: none!important;
  }
  .header-section .nav-wrapper nav ul {
    display: block;
    flex-wrap: wrap;
  }
  .header-section .nav-wrapper nav ul li {
    width: 100%;
    display: block;
  }
  .header-section .nav-wrapper nav ul li:hover > ul {
    display: none;
  }
  .header-section .nav-wrapper ul ul {
    display: none;
    margin-top: 10px;
    margin-bottom: -10px;
    position: relative;
  }
  .header-section .menu {
    order: 1;
    text-align: left;
    width: 40%;
    display: block;
  }
  .header-section .menu img {
    height: 30px;
  }
  .header-section .menu img {
      cursor: pointer;
  }
  .header-section .telephone {
    width: 60%;
    order: 2;
    text-align: right;
  }
  .header__navigation.header--element {
    width: calc(100% + 60px);
    order: 3;
  }
  .hs-lp-header .header-section .logo {
      padding-bottom: 45px;
  }
  .child-trigger {
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      display: block;
      z-index: 111;
      height: 50px;
      cursor: pointer;
  }
  .header-section nav {
      margin-right: 0;
  }
}

@media (max-width: 767px) {
  .header__container {
      padding: 0 15px;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all {
    .header-section .logo img {
      height: 59.75px;
    }
  }
}
.footer-container {
  max-width: none!important;
  padding: 0 45px;
  margin:0 auto;
}
.footer {
  padding: 15px 0;
  margin-top: 20px;
  background: #ededed;
  font-size: 14.5px;
  color: #565555;
  overflow: hidden;
}
.footer a {
  color: #565555;
}
.footer a:focus,
.footer a:hover {
  color: #fe287a;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer img {
  height: 60px;
  margin-right: 10px;
  width: auto !important;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  transition: all .6s ease;
}
.footer .logo-wrapper {
  margin-bottom: 15px;
}
.footer .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.footer .copyright {
  width: 40%;
  padding-right: 15px;
  display: flex;
  align-items: center;
  border-right: 1px solid #565555;
}
.footer .details {
  width: 35%;
  padding: 15px;
  border-right: 1px solid #565555;
  display: flex;
  align-items: center;
}
.footer .social {
  padding-left: 30px;
  width: 25%;
  display: flex;
  align-items: center;
}
.footer .social img {
  height: 40px;
}
.footer .inner {
  width: 100%;
}
.footer .left {
  float: left;
}
.footer .right {
  float: right;
}
.footer .s9 {
  margin-top: 10px;
}
.footer .details > div {
    width: 100%;
}
.up-arrow {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 1001;
    cursor: pointer;
}
.up-arrow img {
    max-height: 50px;
}
.footer.hs-lp-footer .copyright {
    border-right: 0;
}



@media (max-width: 1199px) {
  .footer .copyright {
    width:100%;
    padding-right: 0;
    border-right: 0;
    margin-bottom: 30px;
  }
  .footer .details {
    padding-left: 0;
    width: 50%;
  }
  .footer .social {
    width: 50%;
  }
  .footer .right {
    margin-top: 22px;
  }
}

@media (max-width: 991px) {
  .footer .left,
  .footer .right {
    text-align:center;
    width: 100%;
    float: none;
  }
}

@media (max-width:768px) {
  footer.footer {
      text-align: center;
  }
}

@media (max-width: 767px) {
  .footer .copyright {
    margin-bottom:15px;
  }
  .footer-container {
      padding: 0 15px;
  }
  .footer .details {
    padding-left: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    border: 0;
  }
  .footer .social {
    line-height: 1.2;
    padding-right: 0;
    border-right: 0;
    width: 100%;
  }
}
/* 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;
  }
}
.banner-section .dnd-section {
  padding: 0;
}
.hs-about-row1 .dnd-section > .row-fluid {
  padding: 0 60px;
  max-width: 100%;
}
.hs-about-row2 .row-fluid .span12.dnd-module {
  padding: 0 60px;
  max-width: 100%;
  padding-top: 30px;
}
.hs-about-row2 .hs_cos_wrapper_type_linked_image {
  margin-top: 1rem;
  display: block;
}
.hs-about-row2 .span3.dnd-column .row-fluid .span12.dnd-module {
  padding: 0;
}
.hs-about-row2 .hs_cos_wrapper_type_header {
  line-height: 1.2em;
  display: block;
  margin-top: 30px;
}
.hs-about-row2 .hs-button {
  padding: 7px 30px;
  font-size: .85rem;
  box-shadow: none;
  margin: 26px 0 1px;
}
.hs-about-row2 .hs-button:focus,
.cm-b2b-telemarketing-row .hs-button:focus,
.hs-home-row2 .dnd-section .dnd-column .hs-button:focus,
.cm-database-gp .hs-button:focus,
.cm-sectors5-row .hs-button:focus {
  background-color: rgba(254,40,122,1.0);
  color: #fff;
}
.hs-about-row2 .dnd-section {
  border-radius: 30px;
}
.hs-about-row2 .hs_cos_wrapper_type_module {
  text-align: center;
}
.hs-about-row3 .hs_cos_wrapper_type_linked_image {
  display: block;
  margin-bottom: 15px;
}
.hs-about-row3 .hs_cos_wrapper_type_rich_text ul {
  margin-left: 1em;
}
.hs-about-row4 .hs_cos_wrapper_type_linked_image {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  margin-top: 5px;
  margin-bottom: 30px;
}
.hs-about-row4 .hs_cos_wrapper_type_rich_text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.hs-about-row4 .hs_cos_wrapper_type_rich_text ul li {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
  margin-bottom: 30px;
}
.hs-about-row4 .hs_cos_wrapper_type_rich_text ul li img {
  margin: 0 30px;
  max-width: 200px;
  max-height: 70px;
}
.hs-about-row4 .hs_cos_wrapper_type_rich_text ul li:before {
  display:none;
}
::placeholder {
  opacity:1;
}
.hs-home-row1-group {
  padding: 0 45px;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
}
.hs-home-row1-inner {
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}
.hs-home-row1-inner .col-md-6 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.hs-home-row1-group .hs-home-row1-bg {
  padding: 45px;
  background: #ededed;
  border-radius: 30px;
  width: 100%;
}
.hs-home-row1-inner > div {
  align-items: stretch;
  display: flex;
}
.hs-home-row1-right .hs-home-row1-inner-bg-inner {
  max-width: 80%;
  margin: 0 auto;
}
.hs-home-row1-inner h2 {
  line-height: 1.4;
}
.hs-home-row1-inner form {
  margin-top: 20px;
}
.hs-home-row1-inner form ::placeholder {
  text-transform:uppercase;
}
.hs-home-row1-inner form .hs-form-field:first-child {
  width: 40%;
  float: left;
  padding-right: 7px;
}
.hs-home-row1-inner form .hs-form-field:nth-child(2) {
  padding-left: 7px;
  width: 60%;
  float: left;
}
.hs-home-row1-inner form .hs-input {
  padding: 7.5px 19px;
}
.hs-home-row1-inner form textarea.hs-input {
  height: 130px;
  padding: 19px;
  resize: none;
}
.hs-home-row1-inner form .hs_message.hs-message {
  margin-bottom: 7px;
}
.hs-home-row1-inner form .actions {
  text-align: center;
}
.hs-home-row1-inner form .actions input.hs-button.primary {
  margin: 0;
  box-shadow: none;
  padding: 9px 30px;
  margin-bottom: -1px;
}
.hs-home-row1-inner .hs_cos_wrapper_type_rich_text a {
  font-weight: bold;
}
.hs-home-row2 .hs_cos_wrapper_type_linked_image {
  margin-top: 1rem;
  display: block;
}
.hs-home-row2 .hs_cos_wrapper_type_rich_text {
  margin-top: 30px;
  text-align: center;
  display: block;
  line-height: 1.2em;
}
.hs-home-row2 .hs_cos_wrapper_type_rich_text h3 {
  margin-bottom: 15px;
}
.hs-home-row2 .dnd-section .dnd-column {
  text-align: center;
}
.hs-home-row2 .dnd-section .dnd-column .hs-button {
  font-size: .85rem;
  padding: 7px 30px;
  box-shadow: none;
  margin-top: 11px;
  margin-bottom: 0;
}
.hs-home-row2 .dnd-section .dnd-column .hs-button:focus {
  color: #fe287a;
}
.hs-home-row2 .dnd-section .dnd-column .hs-button:focus {
  color: #ffffff;
}
.hs-specilist-slider .slick-arrow {
  background: 0 0;
  padding: 0;
  border-radius: 0!important;
  margin-top: -15px;
  width: 30px;
  height: 30px;
}
.hs-specilist-slider .slick-prev {
  z-index: 100;
  left: 0;
  top: 50%;
  font-size: 0!important;
  transform: translateY(-50%);
  margin-top: -30px!important;
  position: absolute;
  background-image: url(https://blog.jemmarketing.co.uk/hubfs/raw_assets/public/Jem_Sales_and_Marketing_January2022/images/jem-left.png)!important;
  background-size: contain!important;
  background-repeat: no-repeat!important;
  border: 0!important;
}
.hs-specilist-slider .slick-next {
  border: 0!important;
  z-index: 100;
  right: 0;
  font-size: 0!important;
  margin-top: -30px!important;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-image: url(https://blog.jemmarketing.co.uk/hubfs/raw_assets/public/Jem_Sales_and_Marketing_January2022/images/jem-right.png)!important;
  background-size: contain!important;
  background-repeat: no-repeat!important;
}
.hs-home-row4 .hs_cos_wrapper_type_header {
  padding-bottom: 2px;
  display: block;
}
.hs-home-row1-inner:after, 
.hs-home-row1-inner:before {
  content: none;
  display: none;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hs-home-row1-inner form .hs-input {
    min-height:40px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0){
  .hs-about-row2 .hs-button {
    padding: 7px 30px 6px 30px;
    font-size: .85rem;
    box-shadow: none;
    margin: 27px 0 1px;
    line-height: 1.414;
  }
}
.hs-contact-right-section {
  width: 100%;
}
.body-container.migration .hs_cos_wrapper_type_rich_text ol {
    padding-left: 37px;
}




@media (min-width: 992px) {
  .col-md-6 {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
}


@media (max-width: 1199px) {
  .hs-about-row2 .row-fluid .span3.dnd-column {
    width: 50%;
  }
  .hs-about-row2 .hs-button {
    margin-bottom: 0;
  }
  .hs-about-row3 {
    padding-top: 62px;
  }
  .hs-home-row1-right .hs-home-row1-inner-bg-inner {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .hs-about-row2 .row-fluid .span3.dnd-column,
  .hs-about-row3 .row-fluid .span6.dnd-column {
    width: 100%;
  }
  .hs-about-row2 .row-fluid .span3.dnd-column:last-child {
    margin-bottom: 1px;
  }
  .hs-about-row3 {
    padding-top: 63px;
  }
  .hs-home-row1-inner > div {
    margin-top: 30px;
  }
  .hs-home-row2 .dnd-section .dnd-column {
    width: 100%;
  }
  .hs-home-row2 .dnd-section .dnd-column:first-child {
    padding-bottom: 0 !important;
  }
  .hs-contact-row1-group .hs-home-row1-inner .col-md-6 {
    width: 100%;
  }

}


@media (max-width: 768px) {
  .hs-about-row2 .hs-button {
    width: 100%;
    margin-bottom: 0;
  }
  .hs-about-row2 .span3.dnd-column {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .hs-about-row1 .dnd-section > .row-fluid {
    padding: 0;
  }
  .hs-about-row2 .row-fluid .span12.dnd-module {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-about-row2 .row-fluid .span3.dnd-column:last-child {
    margin-bottom: 0;
  }
  .hs-about-row3 .hs_cos_wrapper_type_rich_text {
    text-align: center;
  }
  .hs-about-row3 .hs_cos_wrapper_type_rich_text ul {
    text-align: left;
  }
  .hs-about-row4 .hs_cos_wrapper_type_rich_text ul li {
    display: block;
  }
  .hs-about-row4 .hs_cos_wrapper_type_rich_text ul + ul {
    display: none!important;
  }
  .hs-home-row1-group {
    padding: 0 15px;
  }
  .hs-home-row1-group .hs-home-row1-bg {
    padding: 45px 15px;
  }
  .hs-home-row1-inner form .hs-form-field:first-child {
    width: 100%!important;
    padding-right: 0;
  }
  .hs-home-row1-inner form .hs-form-field:nth-child(2) {
    width: 100%!important;
    padding-left: 0;
  }
  .hs-home-row1-inner {
    overflow: hidden;
  }
  .hs-home-row2 .dnd-section .dnd-column .hs-button {
    display: block;
  }
  .cm-careers3-row .dnd-section {
    padding-bottom: 23px !important;
  }

}



/* St 2 */
.accordion-gp .faq-wrapper .title-wrapper:before {
  background: url(https://blog.jemmarketing.co.uk/hubfs/raw_assets/public/Jem_Sales_and_Marketing_January2022/images/plus.png) center center no-repeat #fff;
}
.accordion-gp  .faq-wrapper.open .title-wrapper:before {
  background-image: url(https://blog.jemmarketing.co.uk/hubfs/raw_assets/public/Jem_Sales_and_Marketing_January2022/images/remove.png);
}

.cm-faq-banner .banner h1 {
  font-size: 3.5rem;
  color: #565555;
}

.cm-faq2-row-gp .cm-faq2-row-left,
.cm-faq2-row-gp .cm-faq2-row-right{
  float:left;
}
.cm-faq2-row-gp .dnd-section {
  padding: 0;
}
.cm-faq2-row-inner {
  padding:0 45px 8px;
}

.cm-faq2-row-right-bg {
  background: #ededed;
  border-radius: 30px;
  padding: 45px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.cm-faq2-row-right-bg h3 {
  color: #565555;
  line-height: 1.4;
  font-size: 1.6rem;
  margin-top: 0;
  font-weight: 900;
  margin-bottom: 20px;
}
.cm-faq2-row-right-bg p {
  margin-bottom: 20px;
  font-family: "Century Gothic",sans-serif;
  color: #565555;
}
.cm-faq2-row-right-bg-inner{
  max-width: 80%;
  margin: 0 auto;
}

.cm-faq2-row-right-bg-inner  form textarea {
  height: 130px;
  resize: none;
  font-size: .9rem;
  border-radius: 15px;
  padding: 20px;
  display: block;
}
.cm-faq2-row-right-bg-inner form input[type=submit], 
.cm-faq2-row-right-bg-inner form .hs-button {
  margin-top: 0;
  padding: 7px 30px;
  line-height: 1.42857143;
  margin-bottom: 14px;
  min-height: 45px;
  box-shadow: none;
}


.cm-faq2-row-right-bg-inner form ::placeholder {
  text-transform: uppercase;
}

/* database */
.cm-database2-row h3:first-child {
  margin-top: 0;
}
.cm-database3-row .hs_cos_wrapper_type_header h2 {
  margin-bottom: 0;
}

.cm-database3-row h3{
  color: #565555;
}
.cm-database3-row h3:first-child {
  margin-top: 0;
}
.cm-database3-row  .hs-button,
.cm-database-gp .hs-button,
.cm-generation6-row .hs-button,
.cm-sectors2-row .hs-button,
.cm-sectors4-row .hs-button,
.cm-sectors5-row .hs-button,
.cm-management-sector-gp .cm-sectors3-row .hs-button{
  padding: 7px 30px;
  margin: 0;
  font-size: .85rem;
  min-height: 42px;
  box-shadow: none;
  text-align: center;
  line-height: inherit;
}

.cm-database-gp .hs-button {
  margin: 0 0 10px;
}

.cm-market-research2-row .hs_cos_wrapper_type_rich_text ul {
  max-width: 600px;
  margin: 0 auto;
  max-height: none;
  margin-left: 1em;
}

/* Privacy Policy */
.cm-webSite-gp .hs_cos_wrapper_type_rich_text ul{
  max-width: 600px;
  margin: 0 auto;
}
.cm-webSite-gp .hs_cos_wrapper_type_header {
  display: block;
  width: 66.66666667%;
  margin: 0 auto;
  padding: 0 75px;
}

/* Careers */
.cm-careers-row .hs_cos_wrapper_type_header {
  padding-bottom: 30px;
  display: block;
  margin-bottom: 0;
}
.cm-careers-row .hs_cos_wrapper_type_header h2 {
  font-weight: 700;
  margin-bottom: .5rem;
}
.cm-careers-row ul {
  max-width: 600px;
  margin: 0 auto;
}
.cm-careers-row ul li {
  text-align: left;
}

.cm-careers3-row .hs_cos_wrapper_type_linked_image {
  margin-top: 30px;
  text-align: center;
  display: block;
}
.cm-careers3-row .hs_cos_wrapper_type_linked_image img {
  display: block;
  margin: 0 auto 1em;
}
.cm-careers3-row p {
  font-weight: 500;
  margin: 0 0 10px;
}
.cm-careers3-row p a {
  color: #565555;
  text-decoration: none;
  font-weight: 700;
  transition: .5s ease all;
}
.cm-careers3-row p a:hover {
  color: #fe287a;
}

/* Telemarketing */
.cm-b2b-telemarketing-row .hs_cos_wrapper_type_rich_text ul {
  max-width: 600px;
  margin: 0 auto;
  margin-left: 1em;
}
.cm-b2b-telemarketing-row .hs-button {
  font-size: .85rem;
  padding: 7px 30px;
  box-shadow: none;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  min-height: 42px;
}

.cm-b2b-telemarketing2-row h3 {
  color: #565555;
}

/* Appointment */
.cm-appointment-row .hs_cos_wrapper_type_linked_image{
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}
.cm-appointment-row .hs_cos_wrapper_type_linked_image img {
  display: block;
  margin: 0 auto 1em;
  width: auto !important;
}
.cm-appointment-row .hs_cos_wrapper_type_rich_text ul{
  margin-left: 1em;
  max-width: 600px;
  margin: 0 auto;
}
.cm-appointment2-row .hs_cos_wrapper_type_linked_image {
  width: 66.66666667%;
  display: block;
  margin: 0 auto 5px;
  padding: 0 5px;
  margin-top: 4px;
}
.cm-appointment2-row .hs_cos_wrapper_type_rich_text ul{
  margin-left: 1em;
}
.cm-appointment2-row .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
}

.hs-contact-row1-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-contact-row1-right ul li:before {
  display: none;
}
.hs-contact-row1-right ul li img {
  width: 50px;
  display: block;
  margin: 0 auto;
}
.hs-contact-row1-right ul li p {
  margin-top: 5px;
  display: block;
  margin-bottom: 15px;
}
.hs-contact-row1-right ul li a {
  font-weight: 400 !important;
  color: #565555;
}
.hs-contact-row1-right hr {
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: 3px solid #fe287a;
  max-width: 400px;
}
.hs-contact-row1-right h3 {
  line-height: 1.4;
}

.hs-contact-row1-right p img {
  display: inline-block;
  margin: 0 15px;
  max-height: 40px;
  max-width: 40px;
}
.hs-contact-row1-left .hs-contact-row1-inner-bg-inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.our-clients-gp .clients-slider .flex-prev {
  background-image: url(https://blog.jemmarketing.co.uk/hubfs/raw_assets/public/Jem_Sales_and_Marketing_January2022/images/jem-left.png);
}
.our-clients-gp .clients-slider .flex-next {
  background-image: url(https://blog.jemmarketing.co.uk/hubfs/raw_assets/public/Jem_Sales_and_Marketing_January2022/images/jem-right.png);
}


.cm-6col .span6.dnd-column {
  padding-top: 30px;
  margin-bottom: 24px;
}

.cm-6col .hs_cos_wrapper_type_rich_text {
  margin-top: 5px;
  display: block;
  margin-bottom: 0;
}
.cm-6col .hs_cos_wrapper_type_linked_image img {
  max-width: none;
  height: 80px;
  display: block;
  width: auto;
}
.cm-generation3-row.cm-6col .span6.dnd-column {
  padding-top: 0;
}
.cm-generation3-row .dnd-section>.row-fluid {
  max-width: 1402px;
  margin: 0 auto;
}
.cm-6col .hs_cos_wrapper_type_rich_text ul li:last-child p,
.cm-6col .hs_cos_wrapper_type_rich_text ol li:last-child p,
.cm-6col .hs_cos_wrapper_type_rich_text ul li:last-child, 
.cm-6col .hs_cos_wrapper_type_rich_text ol li:last-child {
  margin-bottom: 0;
}
.cm-generation4-row.cm-6col .span6.dnd-column {
  padding-top: 8px;
}
.cm-generation5-row .conWithvid-gp .cn-sec {
  margin-bottom: 40px;
}

.cm-generation6-row .hs_cos_wrapper_type_rich_text{
  margin-top: 5px!important;
  display: block;
  margin-bottom: 15px;
}
.cm-generation6-row .span12.dnd-column:first-child .hs_cos_wrapper_type_rich_text {
  margin: 0;
}

.cm-market-research3-row .hs-bottom-pane .change_style .form-group input.hs-button.primary {
  line-height: 1.42857143;
  font-size: .9rem;
  right: 0;
}


/* Sector */
.cm-sectors-row .hs_cos_wrapper_type_header h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.4rem;
  color: #565555;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
}
.cm-sectors-row .body-nav-section-gp ul {
  margin-bottom: 0;
}
.cm-sectors-row h2:first-child {
  margin-bottom: 30px;
}
.cm-sectors-row .cm-image-gp {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top:0;
}
.cm-sectors-row .cm-image-gp .cm-image-inner {
  margin-top: 0;
  max-width: 1200px;
  width: 100%;
  padding: 0;
}

.cm-sectors2-row .cm-image-gp .cm-image-inner {
  width: 100%;
  margin: 0;
  padding: 0;
}

.cm-sectors2-row ul {
  max-width: 600px;
  margin: 0 auto;
}

.cm-sectors3-row h3 {
  font-size: 1.1rem;
}
.cm-sectors3-row .hs_cos_wrapper_type_header,
.cm-management-sector-gp .cm-sectors3-row .hs_cos_wrapper_type_section_header{
  width: 50%;
  display: block;
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.cm-sectors5-row .hs_cos_wrapper_type_linked_image {
  margin-top: 30px;
  text-align: center;
  display: block;
}

.cm-sectors5-row .hs_cos_wrapper_type_linked_image img {
  height: 100px !important;
  display: block;
  margin: 0 auto 1em;
  width: auto;
}

.cm-sectors5-row h2 {
  font-size: 1.6rem;
}

.cm-sectors2-row .hs-button {
  padding-right: 34px;
}
.cm-sectors4-row .hs-button {
  min-height: 41px;
  padding-bottom: 6px;
}
.cm-sectors4-row .video-element-gp #video-graphic.indent {
  margin-bottom: 31px;
}

.cm-sectors5-row .hs-button {
  padding-bottom: 6px;
  margin-top: 1px;
}

.cm-sectors-row .cm-image-gp.no-gap {
  margin-bottom: -5px;
}
.cm-logistics-sector-gp .cm-sectors4-row .dnd-section>.row-fluid {
  width: 66.66666667%;
  padding: 0 15px;
}
.cm-management-sector-gp .cm-sectors-row .cm-image-gp.no-gap {
  margin-bottom: 0;
}

.cm-management-sector-gp .cm-sectors3-row .hs_cos_wrapper_type_section_header {
  width: 100%;
}

.cm-management-sector-gp .cm-sectors3-row .hs_cos_wrapper_type_linked_image img {
  max-width: 500px !important;
  height: 80px !important;
  display: block;
  width: auto;
}

.cm-management-sector-gp .cm-sectors3-row .hs_cos_wrapper_type_rich_text {
  margin-top: 5px!important;
  display: block;
  margin-bottom: 15px;
}
.cm-management-sector-gp .cm-sectors5-row .span4.dnd-column .hs_cos_wrapper_type_linked_image img {
  height: 220px !important;
}

.cm-sectors2-row .multi-images.slider-sectors .slides {
  max-width: none;
}

.cm-sectors-gp .row-fluid [class*="span"] {
  min-height: 0;
}

.cm-sectors-main-gp .cm-sectors2-row .hs_cos_wrapper_type_linked_image {
  margin-top: 30px;
  text-align: center;
  display: block;
}
.cm-sectors-main-gp .cm-sectors2-row .hs_cos_wrapper_type_linked_image img {
  margin-bottom: 1em;
}

.cm-sectors-main-gp .cm-sectors3-row .hs_cos_wrapper_type_header h3 {
  font-size: 1.6rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0;
}
.cm-sectors-main-gp .cm-sectors3-row .hs_cos_wrapper_type_header {
  width: 100%;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.cm-sectors-main-gp .cm-sectors3-row .hs_cos_wrapper_type_linked_image img {
  max-width: 500px;
  display: block;
  width: 82px;
}
.cm-sectors-main-gp .cm-sectors3-row .hs_cos_wrapper_type_rich_text {
  margin-top: 5px;
  display: block;
  margin-bottom: 15px;
}

@media (min-width: 768px){
  .cm-faq2-row-gp .cm-faq2-row-left{
    width: 66.66666667%;
  }
  .cm-faq2-row-gp .cm-faq2-row-right{
    width: 33.33333333%;
  }
  .cm-faq2-row-gp .cm-faq2-row-left {
    padding-right: 15px;
  }
  .cm-faq2-row-gp .cm-faq2-row-right {
    padding-left: 20px;
  }
}
@media (max-width: 1500px){
  .cm-sectors5-row .hs_cos_wrapper_type_header h2 {
    font-size: 1.5rem;
  }
  .cm-sectors-main-gp .cm-sectors3-row .hs_cos_wrapper_type_header h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 1199px){
  .cm-faq2-row-right-bg-inner {
    max-width: 100%;
  }
  .cm-image-gp .cm-image-inner {
    width: 100%;
  }
  .cm-sectors-row .cm-image-gp {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 5px;
  }
  .cm-sectors-row .cm-image-gp .cm-image-inner {
    max-width: 1200px;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .cm-sectors-row .cm-image-gp.no-gap {
    margin-bottom: 30px;
  }
  .cm-logistics-sector-gp .cm-sectors2-row .span6.dnd-column:first-child {
    padding-bottom: 0 !important;
  }
  .cm-management-sector-gp .cm-sectors-row .cm-image-gp.no-gap {
    margin-top: 30px;
    margin-bottom: 35px;
  }
}

@media (max-width: 1050px){
  .cm-sectors-row .body-nav-section-gp li {
    font-size: 1.2rem;
  }
  .cm-sectors-row .body-nav-section-gp li a {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 991px){
  .cm-careers-row .hs_cos_wrapper_type_header h2 {
    margin-top: 1rem;
  }
  .cm-appointment-row .dnd-column {
    width: 100% !important;
  }
  .cm-appointment-row .dnd-section:first-child .dnd-column:not(:last-child) .hs_cos_wrapper_type_linked_image img {
    margin-bottom: 0;
  }
  .cm-appointment-row .dnd-section:last-child .dnd-column {
    padding-bottom: 0 !important;
  }
  .cm-appointment-row h3 {
    margin-bottom: 0;
  }
  .cm-appointment2-row .dnd-section {
    padding-top: 60px !important;
  }
  .cm-appointment2-row .hs_cos_wrapper_type_linked_image {
    margin-top: 30px;
  }
  .cm-appointment3-row .dnd-section {
    padding-top: 0 !important;
  }
  .cm-generation-row h3 {
    margin-bottom: 10px;
  }
  .cm-appointment-row .dnd-section:last-child .dnd-column p:last-child {
    margin-bottom: 0;
  }
  .cm-generation2-row .dnd-section {
    padding-top: 55px !important;
  }
  .cm-generation5-row .conWithvid-gp .cn-sec {
    margin-bottom: 0;
  }
  .cm-careers3-row .dnd-section .dnd-column {
    width: 100%;
  }
  .cm-careers3-row .dnd-section {
    padding-bottom: 31px !important;
  }
  .cm-sectors5-row .span4.dnd-column {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
  .cm-sectors5-row .span4.dnd-column p:last-child {
    margin-bottom: 0;
  }
  .cm-logistics-sector-gp .cm-sectors4-row .dnd-section .dnd-column {
    margin-bottom: 30px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cm-logistics-sector-gp .cm-sectors4-row .dnd-section {
    padding-bottom: 0 !important;
  }
  .cm-logistics-sector-gp .cm-sectors5-row .dnd-section {
    padding-top: 0 !important;
    margin-top: -13px;
    padding-bottom: 60px !important;
  }
  .cm-sectors5-row .span4.dnd-column h3:last-child {
    margin-bottom: 0;
  }
  .cm-logistics-sector-gp  .cm-sectors4-row .hs_cos_wrapper_type_rich_text {
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }
  .cm-sectors-main-gp .cm-sectors2-row .span4.dnd-column {
    width: 100% !important;
  }
  .cm-sectors-main-gp .cm-sectors3-row .hs_cos_wrapper_type_header {
    padding-top: 40px;
  }
  .cm-sectors-main-gp .cm-sectors4-row .dnd-section {
    padding-top: 19px !important;
  }
  .cm-sectors-main-gp .cm-sectors5-row .hs_cos_wrapper_type_header {
    margin-top: 0;
  }
}
@media(min-width:768px) and (max-width:991px){
  .cm-careers3-row p:last-child {
    margin-bottom: 0;
  }
  .cm-sectors5-row .hs_cos_wrapper_type_header {
    margin-top: 40px;
    display: block;
  }
}

@media(min-width:768px) and (max-width:840px){
  .cm-6col .span6.dnd-column {
    margin-bottom: 30px;
  }
}
@media(min-width:768px) and (max-width:780px){
  .cm-faq2-row-right-bg-inner form textarea {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media(max-width:768px){
  .cm-careers-row .hs_cos_wrapper_type_header h2 {
    text-align: center;
  }
  .cm-careers-row .hs_cos_wrapper_type_rich_text {
    text-align: center;
  }
}

@media(max-width:767px){
  .cm-faq2-row-right-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cm-faq2-row-inner {
    padding-bottom: 19px;
  }
  .cm-database3-row .hs-button,
  .cm-market-research2-row .hs-button{
    display: block;
    width: 100%;
    text-align: center;
  }
  .cm-database3-row .hs_cos_wrapper_type_linked_image,
  .cm-market-research2-row .hs_cos_wrapper_type_linked_image{
    text-align: center;
    display: block;
  }
  .cm-database3-row .widget-type-custom_widget,
  .cm-market-research2-row .widget-type-custom_widget{
    display: block !important;
  }
  .cm-webSite-gp .hs_cos_wrapper_type_rich_text {
    text-align: center;
  }
  .cm-webSite-gp .hs_cos_wrapper_type_rich_text ul {
    text-align: left;
    margin-left: 1em;
  }
  .cm-careers-row ul {
    margin-left: 1em;
  }
  .cm-careers3-row .hs_cos_wrapper_type_linked_image {
    margin-top:20px;
  }
  .cm-b2b-telemarketing-row h2 {
    text-align: center;
  }
  .cm-b2b-telemarketing-row .hs-button {
    display: block;
    width: 100%;
    text-align: center;
  }
  .hs-contact-row1-left br,
  .hs-contact-row1-right ul li p br{
    display: none;
  }
  .cm-generation6-row .hs-button {
    display: block;
  }
  .cm-webSite-gp .hs_cos_wrapper_type_header {
    padding: 0;
  }
  .cm-webSite-gp .hs_cos_wrapper_type_header {
    display: block;
    width: 100%;
  }
  .cm-market-research2-row .dnd-section {
    padding-bottom: 20px !important;
  }
  .cm-sectors-row .hs_cos_wrapper_type_header h1{
    font-size: 3rem;
  }
  .cm-sectors-row .banner:after{
    display:none;
  }
  .cm-careers3-row .dnd-section {
    padding-bottom: 23px !important;
  }

  .cm-sectors-row .body-nav-section-gp .nav-menu {
    margin-bottom: 0;
  }
  .cm-sectors2-row ul {
    margin-left: 1em;
  }
  .cm-sectors2-row .cm-image-gp .cm-image-inner {
    text-align: center;
  }
  .cm-sectors2-row .hs-button {
    display: block;
  }
  .cm-sectors3-row .hs_cos_wrapper_type_header {
    width: 100%;
    display: block;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cm-sectors4-row .video-element-gp #video-graphic.indent {
    margin-bottom: 29px;
  }
  .cm-sectors5-row .hs_cos_wrapper_type_header h2 {
    margin-bottom: 2px;
  }
  .cm-sectors5-row .hs-button {
    display: block;
    width: 100%;
  }
  .cm-sectors5-row .widget-type-custom_widget,
  .cm-logistics-sector-gp .cm-sectors4-row .widget-type-custom_widget{
    display: block !important;
  }
  .cm-logistics-sector-gp .cm-sectors4-row .dnd-section>.row-fluid {
    width: 100%;
    padding: 0;
  }
  .cm-logistics-sector-gp .cm-sectors4-row .hs_cos_wrapper_type_rich_text {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .cm-logistics-sector-gp .cm-sectors4-row .dnd-section {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cm-sectors2-row .dnd-section {
    padding-bottom: 7px !important;
  }
  .cm-logistics-sector-gp .cm-sectors4-row .hs-button {
    display: block;
  }
  .cm-logistics-sector-gp .cm-sectors4-row .dnd-section .dnd-column {
    margin-bottom: 0;
  }
  .cm-logistics-sector-gp .cm-sectors5-row .dnd-section {
    margin-top: 0;
    padding-top: 52px !important;
  }
  .cm-sectors-row .cm-image-gp .cm-image-inner {
    text-align: center;
  }
  .cm-management-sector-gp .cm-sectors3-row .hs_cos_wrapper_type_section_header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cm-management-sector-gp .cm-sectors2-row .dnd-section {
    padding-bottom: 12px !important;
  }
  .cm-management-sector-gp .cm-sectors3-row .hs-button {
    display: block;
  }
  .cm-management-sector-gp .cm-sectors5-row h3 {
    text-align: center;
  }
  .cm-sectors2-row .dnd-section:last-child .section.clients-slider.sector.left_slide {
    margin-bottom: 28px;
  }
  .cm-faq-row .body-nav-section-gp .nav-menu {
    margin-bottom: 0;
  }
  .cm-faq2-row-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cm-sectors-main-gp .cm-sectors2-row .span4.dnd-column {
    padding-bottom: 0 !important;
  }
  .cm-sectors-main-gp .cm-sectors2-row h3:last-child {
    margin-bottom: 0;
  }
  .cm-sectors-main-gp .cm-sectors3-row .hs_cos_wrapper_type_header {
    padding-top: 33px;
  }
  .cm-sectors-main-gp .cm-sectors4-row .dnd-section {
    padding-bottom: 0 !important;
  }
}