*, *: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;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

@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;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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;
  max-width: 1240px;
  padding: 0 20px;
}

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

.dnd-section {
  padding: 80px 20px;
}

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

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

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

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

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #494A52;
  font-family: Lato, sans-serif;
  line-height: 1.4;
}

/* Paragraphs */

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

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #474747;
  font-family: Montserrat, serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  letter-spacing:6px;
  text-transform:uppercase;
}

h2 {
  font-size: 1.6rem;
  text-transform:uppercase;
  line-height:48px;
  letter-spacing: 3px;
}

h3 {
  font-size: 1.25rem;
}

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

h5 {
  font-size: 1rem;
  text-transform:uppercase;
  letter-spacing: 2px;
}

h6 {
  font-size: 0.9rem;
  text-transform:uppercase;
  letter-spacing: 2px;
  
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
button,
.button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  font-family: Montserrat;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
  text-transform:uppercase;
  letter-spacing: 2px;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}
/* Form */

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
}

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

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 1px solid #D1D6DC;
  border-radius: 0px;
  color: #33475B;
  display: inline-block;
  font-size:16px;
  padding: 5px;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

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

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

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

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

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

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

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: 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;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

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

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

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

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

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

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

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/*****************************************/
/* Custom style  */
/*****************************************/
.align-center{
  text-align:center;
}
img{
  max-width: 100%;
}
.wt-text{
  color:#fff;
}
.section-header .title-wrapper h2{
  color: #333333;
  padding-bottom: 20px;
  margin-bottom: 60px;
  position: relative;
}
.section-header .title-wrapper h2::after{
  position: absolute;
  content: "";
  background: #e8e8e8;
  height: 1px;
  width: 300px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-header .title-wrapper h2::before{
  position: absolute;
  content: "";
  background: #f58000;
  height: 5px;
  width: 150px;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}
.hs-landing-page p{
  color: #181818;
}
.challenge-sub-title .blue-text{
  color:#007996;
  text-transform:uppercase;
  font-weight:bold;
}
.integration-section .section-title  h3{
  font-size: 28px;
  color: #e5473a;
  text-transform: uppercase;
  font-weight: 700;
}
.challenge-sub-title h4{
  font-size: 28px;
  margin-bottom: 30px;
}
.ambyp .ambya{
  background-image: linear-gradient(to right,rgba(228,70,58,1),rgba(247,144,30,1));
}
.ambyp .ambyb{
  background-image: linear-gradient(to bottom,rgba(247,144,30,1),rgba(228,70,58,1));
}
.ambyp .ambyc{
  background-image: linear-gradient(to right,rgba(247,144,30,1),rgba(228,70,58,1));
}
.ambyp .ambyp-wrapper{
  padding: 0 15px;
  flex-basis: 33.33%;
}
.ambyp .ambies h6, .ambyp .mockul a{
  color: #fff;
}
.ambyp{
  margin: 0 -15px;
}
.ambyp .ambies{
  text-align: center;
  width: 100%;
  height: 100%;
}
.ambyp .btn-warning{
  background: transparent;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}
.ambyp .btn-warning:hover{
  background: #fff;
  color: #474747;
}
.btn-warning{
  font-family: 'Fira Sans',sans-serif;
}
/* Header social icons */
header .social-links a:hover{
  text-decoration:none;
}
/* header .social-links svg:hover{
fill:#ce5700;
} */
header .social-links a:hover path{
  fill: #ce5700;
}
.ambyp{
  flex-wrap: wrap;
  align-items: unset !important;
  margin-top: 20px;
}
#hs_cos_wrapper_widget_1607699154496 .home-team{
  padding-left: 0;
}
ul.book-a-meeting-list{
  margin: 0;
  padding: 0;
  list-style: none;
}
.book-a-meeting-list .icon-section {
  padding-right: 10px;
}

.wrendal-case-study-page #hs_cos_wrapper_footer-internalrow2 .rt2-parent{
  padding-top:80px;
  padding-bottom:80px;
}
.members-internal-sales .span8 .iframe_wrapper,
.members-internal-crm .span8 .iframe_wrapper,
.members-internal-service .span8 .iframe_wrapper,
.members-internal-internal .span8 .iframe_wrapper{
  padding-bottom: 62.86%;
}
/* Digital Marketing page */

/* .service-section-widget_1620105478156 .service-title h6,.service-wrapper .service-section-widget_1620105534851 .service-title h6, .service-wrapper .service-section-widget_1620105531866 .service-title h6{
position:relative;
}
.service-section-widget_1620105478156 .service-title h6::before,.service-wrapper .service-section-widget_1620105534851 .service-title h6::before, .service-wrapper .service-section-widget_1620105531866 .service-title h6::before{
position: absolute;
content: "";
background: #09b78a;
height: 5px;
width: 150px;
bottom: -4px;
left: 50%;
transform: translate(-50%,-50%);
z-index: 1;
} */
.service-section-widget_1620105478156 .service-title h6, .service-section-widget_1620105534851 .service-title h6, .service-section-widget_1620105531866 .service-title h6, .service-section-widget_1620385046753 .service-title h6{
  position: relative;
  margin-bottom: 5px;
  min-height: unset;
}
.service-section-widget_1620105478156 .service-title, .service-section-widget_1620105534851 .service-title, .service-section-widget_1620105531866 .service-title, .service-section-widget_1620385046753 .service-title{
  min-height: 70px;
  display: inline-block;
}
.service-section-widget_1620105478156 .service-title h6::after, .service-section-widget_1620105534851 .service-title h6::after, .service-section-widget_1620105531866 .service-title h6::after, .service-section-widget_1620385046753 .service-title h6::after{
  position: absolute;
  content: "";
  background: #09b78a;
  height: 5px;
  width: 80px;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}
.service-section-widget_1620385046753 .service-title h6::after{
  background: #f58000;
}
.services__service .service-item-btn-section, .services__service .service-item-btn-section a{
  display: inline-block;
  margin: -5px;
}
.service-section-widget_1620385046753 .services__service .service-item-btn-section, .service-section-widget_1620105478156 .services__service .service-item-btn-section, .service-section-widget_1620105534851 .services__service .service-item-btn-section, .service-section-widget_1620105531866 .services__service .service-item-btn-section{
  margin-top: auto;
}    
.service-section-widget_1620385046753 .service__text, .service-section-widget_1620105478156 .service__text, .service-section-widget_1620105534851 .service__text, .service-section-widget_1620105531866 .service__text{
  display: flex;
  flex-direction: column;
}
.service-section-widget_1620385046753 .services__service .icon-josh img{
  min-height: 220px;
  max-height: 220px;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}
.service-section-widget_1620385046753 .service__text .service-description, .service-section-widget_1620385046753 .service__text .service-description{
  margin-bottom: 0;
}
.service-section-widget_1620385046753 .services__service .icon-josh{
  width: 100%;
  line-height: 0;
}
.service-section-widget_1620385046753 .services__service img{
  padding: 0;
  line-height: 0;
}
.service-section-widget_1620385046753 .service__text{
  background: #fff;
  margin-bottom: 30px;
  width: 100%;
  padding-top: 20px;
}
.service-wrapper .service-section-widget_1620385046753{
  margin: 0 -15px;
}
.service-section-widget_1620385046753 .services__service{
  padding: 0 15px;
}
.service-section-widget_1620385046753 .services__service .service-item-btn-section{
  position: relative;
top: 20px;
}
.service-section-widget_1620385046753 .services__service{
  flex: 1 1 25%;
}
.section-header.wt-text-title h2{
  color: #fff;
  text-align: center;
}
.section-header.wt-text-title .title-wrapper h2::before{
  background: #fff;
}
.section-header.wt-text-title .title-wrapper h2::after{
  background: #e8e8e8;
}
/* .service-section-widget_1613975202057 .services__service .service__image, .service-section-widget_1613975208266 .services__service .service__image{
  filter: brightness(0) invert(1);
} */
/* .service-section-widget_1613975202057 .service-title h6, .service-section-widget_1613975202057 .service__text p, .service-section-widget_1613975208266 .service-title h6, .service-section-widget_1613975208266 .service__text p{
  color: #fff;
} */
 
.service-section-widget_1613975202057 .service-item-btn-section, .service-section-widget_1613975208266 .service-item-btn-section{
  margin-top: auto;
}
.service-section-widget_1613975202057 .service__text, .service-section-widget_1613975208266 .service__text{
  display: flex;
  flex-direction: column;
}
.service-section-widget_1613975202057 .btn-warning, .service-section-widget_1613975208266 .btn-warning{
  background: #007996;
}
.service-section-widget_1613975202057 .service-title h6, .service-section-widget_1613975208266 .service-title h6{
  position: relative;
  padding-bottom: 10px;
  min-height: 55px;
  margin-bottom: 35px;
}
.service-section-widget_1613975202057 .service-title h6::after, .service-section-widget_1613975208266 .service-title h6::after{
  position: absolute;
  content: "";
  background: #fff;
  height: 5px;
  width: 80px;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
} 
.hs-content-id-47273175940 .rt2-child .section-title h2{
  color: #333333;
}
.hs-content-id-47273175940 .rt2-child .section-title h2::before, .hs-content-id-47273175940 .rt-child h2::before{
  background: #f58000;
}
.hs-content-id-47273175940 .rt-child h2{
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
.hs-content-id-47273175940 .rt-child h2::before{
  position: absolute;
  content: "";
  background: #f58000;
  height: 5px;
  width: 150px;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}
.talk-to-our-digital-marketing-section, .hs-content-id-86066405730 .rt-parent{
  padding: 80px 0;
}
/* Banner title */
.header-internal.banner-aswell .baw-flexc h1 span.sub-title{
  text-transform:capitalize;
  letter-spacing:2px;
}
@media(min-width: 1200px){
  .testimonial-box .left-column-content p{
    font-size: 22px;
  }  
}
@media(max-width: 1199px){
  .service-section-widget_1620105478156 .services__service, .service-section-widget_1620105534851 .services__service, .service-section-widget_1620105531866 .services__service, .service-section-widget_1620385046753 .services__service{
    width: 50%;
    flex: 1 1 50%;
  }
  .btn-warning{
    font-size: 14px !important;
  }
}
@media(max-width: 991px){
  .service-section-widget_1613975202057 .services__service, .service-section-widget_1613975208266 .services__service{
    width: 50%;    
  }
  .ambyp .ambyp-wrapper{
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  header.header-home{
    height: 100%;
  }
  header.home-only {
    height: 500px;
  }
}
@media(max-width: 768px){
  .testimonial-box .left-column-content p{
    font-size: 18px;
  }
}
@media(max-width: 767px){
  .service-section-widget_1613975202057 .services__service, .service-section-widget_1613975208266 .services__service, .service-section-widget_1620105478156 .services__service, .service-section-widget_1620105534851 .services__service, .service-section-widget_1620105531866 .services__service, .service-section-widget_1620385046753 .services__service{
    width: 100%;
    flex: 1 1 100%;
  }
}
@media(max-height: 800px){
  .header__container.home-only {
    height: 500px;
  }
  .header__container.home-only h1{
    font-size: 35px;
    padding-top: 15px;
  }
  .header__container.home-only p {
    padding-top: 40px;
  }
}
 


/* Home page banner */
.hs-content-id-101076234586 video.will-video{
  display:none;
}
.hs-content-id-101076234586 .header-home{
  background-image: linear-gradient(to right,rgba(228, 70, 58, 1),rgba(247, 144, 30, 1)) !important;
}

.ambyp.card-widget-wrapper .btn-warning{
  background-color:#fff;
  color:#474747;
}
.ambyp.card-widget-wrapper .btn-warning:hover{
  background-color:#09b78a;
  color:#fff;
}

@media(max-width: 1800px){
  header .navigation-primary > ul > li:nth-child(4):hover ul.level-3, header .navigation-primary > ul > li:nth-child(4):hover ul.level-4{
    left: unset !important;
    right: 100%;
  }
/*   .submenu.level-3{
    position: static !important;
  } */
}
/* Header container */

.header {
  /*background-color: #F8FAFC;
  background-image:url('https://7884836.fs1.hubspotusercontent-na1.net/hubfs/7884836/will_banner.png');*/
  background-size:cover;
  border-top:8px solid rgba(32,28,24,0.8);

}
.header-home{height:100vh;}
.header-internal{
  background-size:cover;
  background-image:linear-gradient(to right,rgba(228, 70, 58, 1),rgba(247, 144, 30, 1));
}

.header-image{
  background-size:cover;
  /*   background-image:url('https://208844.fs1.hubspotusercontent-na1.net/hubfs/208844/meet%20the%20team%20new.jpg'); */
  /*   background-image: url('https://208844.fs1.hubspotusercontent-na1.net/hubfs/208844/meet%20the%20team%20new-3.jpg'); */
  /*   background-image: url('https://208844.fs1.hubspotusercontent-na1.net/hubfs/208844/meet%20the%20team%20new2-1.jpg');  
  background-position: top center;
  background-repeat: no-repeat; */
}

.meet-the-team.headerimg .header-bg-image img {
  width: 100%;
}

header.meet-the-team.header-image {
  position: relative;
}

header.meet-the-team #hs_cos_wrapper_module_16076971751707{
  position: absolute;
  top: 50%;
  /*     left: 50%; */
  /*     transform: translate(-50%, -50%); */
  transform: translateY(-50%);
  width: 100%;
  padding: 0 15px;

}

.meet-the-team .nav-search-wrap{
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
} 



.header--no-navigation{
  padding:40px 20px;
}
.home-only{height:700px;}
.home-only p{padding-top:60px;}
.will-video{position: absolute;right: 0; /*bottom: 0;*/ top:0;width: auto;min-width: 100%;height: auto;min-height: 100%;z-index: -100;background-size: cover;}
.home-content{background-color:#fff;}
.jdrnav{
  background-image:linear-gradient(to bottom,rgba(49, 42, 35, 0.8),rgba(49, 42, 35, 0));
}
.leescroll{
  cursor:pointer;
  position:absolute;
  bottom:0px;
  background-image:url('https://208844.fs1.hubspotusercontent-na1.net/hubfs/208844/char_char.png');
  width:100%;
  height:45px;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


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

.header__row-1 {
  padding-top: 5px;
}
/*Quick Contacts*/
.quick-contacts {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 400px;
  overflow: hidden;
}
.quick-contacts a{color:#fff;
  font-size:16px;
  font-family:'Fira Sans';
  padding:5px;
}
.quick-contacts a:hover{
  color:#e4e4e4;
  text-decoration:none;
}
/*Social Links*/
.social-links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 400px;
  overflow: hidden;
}

.social-links a{color:#fff;
  padding:5px 4px;
}
/*White border bottom*/
.wbline{border-bottom:1px solid rgba(255,255,255,0.25);}
/* Logo */

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

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

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

.header__logo--tablet {
  display: none;
}

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

/* Search bar */
.dummy__btn{background-color:transparent;padding: 10px;
  border:none;}

#flexform{
  justify-content:space-between;
}


.search-actual{display:flex;justify-content: flex-end;}

.cta-enquiry{margin-left:10px;margin-right:5px;}
.search__btn{padding:10px !important;}
.search__input{min-width:212px;}
/*New Buttons*/
.transpbtn{
  background-color:transparent;border:1px solid #fff;
  text-transform:uppercase;
  font-size:16px;
  padding:10px !important;
  color:#fff;
  font-family: Montserrat;
  border-radius: 0px;
  cursor: pointer;
  letter-spacing: 2px;
  display:inline-block;
  text-align:center;
}
.transpbtn:hover{
  background-color: rgba(206,87,0,1.0);
  border-color: #ce5700;
  color: #fff;
  text-decoration:none;
}
.btn-special{
  width:100%; 
  padding:30px 15px !important; 
}
.btn-warning{
  font-family: Montserrat;
  background-color:#09b78a;
  text-transform:uppercase;
  font-size:16px;
  padding:15px 20px;
  color:#fff;
  letter-spacing: 2px;
}
.btn-warning:hover{
  background-color: #f67f00;
  text-decoration:none;
  color:#fff;
}
.btn-internalhead{
  font-family: Montserrat;
  background-color:#09b78a;
  text-transform:uppercase;
  font-size:16px;
  padding:15px 20px;
  color:#fff;
  letter-spacing: 2px;
}
.btn-internalhead:hover{
  background-color: #ffffff;
  text-decoration:none;
  color:#474747;
}
/*Header Extras*/
body .navigation-primary a{letter-spacing: 1px;font-weight:600;}

/* Language switcher */

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

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

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

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

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

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

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

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

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

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

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

.header__language-switcher .lang_list_class li a {
  color: #494A52;
  font-family: Lato, serif;
}

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

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}
.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

/* Navigation */

#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Tablet styles */

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




}

/* Mobile styles */

@media (max-width: 1200px) {
  .header__logo--main {
    display: block;
  }
  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0 0;
  }

  .header__container form {
    max-width: 100%;
  }

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

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

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    /*background-color: rgba(246,127,0,1.0);*/
    background-image:linear-gradient(to right,rgba(228, 70, 58, 1),rgba(247, 144, 30, 1));
    display: block;
    /*height: calc(100vh - 115px);*/
    left: 0;
    position: absolute;
    right: 0;
    top: 95px;
    z-index: 2;
  }

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

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

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

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

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

  .header__column {
    position: relative;
  }

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

  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    /*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);*/
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHMAAABkCAMAAACCTv/3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////5ubmueBsSwAAAAJ0Uk5T/wDltzBKAAAAPklEQVR42uzYQQ0AAAgDseHfNC4IyVoD912WAACUm3uampqampqamq+aAAD+IVtTU1NTU1NT0z8EAFBsBRgAX+kR+Qam138AAAAASUVORK5CYII=);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }

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

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

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

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

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

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

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

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

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

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

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

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

  .header__search {
    border-top: 2px solid #CED4DB;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
  }

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

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

  .header__close--toggle {
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}

.home-only{
  display:flex;
  flex-direction:column;
  justify-content: center;
  align-items:flex-start;
}
.home-only h1{
  color:#fff;
  text-transform: uppercase;

}
.home-only h6{
  color:#fff;
  text-transform: uppercase;


}
.home-only img{
  position:relative;
  right:300px;
}

@media screen and (max-width:1400px){
  .home-only img{
    position:static;
    width:30%;
  }

}
@media screen and (max-width:1170px){
  .leescroll{
    margin-top:40px;
    height:80px;
  }

}
@media screen and (max-width:1150px){
  .leescroll{
    display:none;
  }

}

@media screen and (max-width:767px){
  .will-video{
    display:none;

  }
  .header-home{
    height:auto;
  }
  .jdrnav{
    background-color:#000;
  }
  .home-only h1{
    font-size:28px;
    margin-bottom:15px;
    margin-top:-10px;
    line-height:32px;
  }
  .home-only h6{
    display: none;
  }
  .home-only p{padding-top:10px;}
  .search-actual{
    background-color:#000;
    padding:0px !important;
  }
  .home-only{
    display:block;
    text-align:center;
    height:auto;
    background-color:#000;
    padding:40px 10px !important;
  }
  .leescroll{
    display:none;
  }
  .home-only img {display:none;}
}

@media(max-width: 1200px){
  .header__logo--tablet {
    display: none;
  }
  header.meet-the-team #hs_cos_wrapper_module_16076971751707{
    bottom: 35%;
  }
  .meet-the-team .banner-meet h1{
    font-size: 30px;
  }
}

@media(max-width: 991px){
  header.meet-the-team #hs_cos_wrapper_module_16076971751707{
    position: static;
    width: 100%;
    left: unset;
    top: unset;
    transform: unset;
    background: linear-gradient(to right,rgba(228,70,58,1),rgba(247,144,30,1));
  }
}

@media (max-width: 767px) {
  header.meet-the-team #hs_cos_wrapper_module_16076971751707 .banner-meet {
    min-height: 100%;
    margin: 0;
    padding: 50px 10px;    
  }
}

@media (max-width: 500px) {
  .header__logo.header__logo--main{
    justify-content: center;
  }
  .header__logo.header__logo--main img{
    width: 85px !important;
  }
  header.meet-the-team .header__container .header__column .header__row-2{
    padding: 10px 30px;
  }
  header.meet-the-team .header__container .header__column .header__row-2 .cta-enquiry button{
    font-size: 16px;
  }
  header.meet-the-team .quick-contacts a{
    font-size: 16px;
  }
}
.footer__container.content-wrapper {
  padding: 1rem;
}
.footer__copyright p{
  font-size: 14px;
  margin-bottom:5px;
  color:#fff;
}
.footcols{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-top{
  background-color:#404042;
  padding-top:40px;
}
.footer-top p{color:#fff;margin-bottom: 10px;}
.footer-top p a{color:#fff;}
.footul{list-style:none;padding-left:10px;padding-top:20px;}
.footul li{padding-bottom:10px;}
.footer-bottom{
  background-color:#202021;
}
.jdr-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items:center;
}
.legal .footul{padding-top:10px;}
.legal .footul li{display:inline;}
.legal .footul li a{font-size:14px;color:#6e6e6e;}
@media screen and (max-width:767px){
  .jdr-copyright {display:block;}
}
/* Blog header */

.blog-header {
  background-size:cover;
  background-image:linear-gradient(to right,rgba(228, 70, 58, 1),rgba(247, 144, 30, 1));
  text-align: center;
}
.sidebar{
  background-image:linear-gradient(to right,rgba(228, 70, 58, 1),rgba(247, 144, 30, 1));
  width:100%;
  padding:2rem;
  height: 100%;
}
.social-josh{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;    
  justify-content:flex-start;
  padding-bottom:10px;
  margin-left:-5px;
}
.social-josh a {
  color: #fff;
  padding: 5px 4px;
}
.boxed-image{
  padding-right:1rem;
  position:relative;
}
.boxed-image:after{
  content: '';
  width: 90%;
  height: 10px;
  background: #eee;
  position: absolute;
  top: -10px;
  right: 16px;
}
.boxed-image:before{
  content: '';
  width: 10px;
  height: 90%;
  background: #eee;
  position: absolute;
  top: -10px;
  right: 6px;
}

.josh-date{
  color:#ec642f;
  font-size:16px;
  font-family:Montserrat;
  letter-spacing:1px;
}
/* .sidebar .blog-search{
padding-top:20px;
} */
.sidebar h3{
  color:#fff;
  font-size:18px;
  margin-bottom:10px;
  font-family: Montserrat,sans-serif;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sidebar h5{
  color:#fff;
  font-size:18px;
  margin-bottom:10px;
}
.hs-search-field form{
  display: flex;
}
.hs-search-field form button{
  padding: 10px 20px;
  background-color: #09b78a;
  border: none;
}
.hs-search-field form button svg{
  fill: #fff;
}
.sidebar ul{
  /*   list-style:none; */
  margin-left: 0;
  padding-left: 1em;
  /*   text-indent: -1em; */
  color: #fff;
}
.sidebar ul.hs-search-field__suggestions, .sidebar ul.hs-search-field__suggestions li{
  display: list-item;
  list-style: inherit;
}
.sidebar .blog-sidebar-topic-filter.blog-post-topics ul{
  list-style: none;
}
.sidebar .blog-sidebar-topic-filter.blog-post-topics ul li{
  position: relative;
}
.sidebar .blog-sidebar-topic-filter.blog-post-topics ul li::before{
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  left: -15px;
  top: 8px;
}
.sidebar ul.hs-search-field__suggestions{
  display: block;
}
.blog-sidebar-topic-filter .widget-module  a{
  color:#fff;
}
.blog-sidebar-topic-filter .widget-module ul{
  margin-bottom: 10px;
}
.sidebar ul li{
  padding-bottom:5px;
}
/* .sidebar ul li:before {
content: ">>";
padding-right: 5px;
color:#fff;
} */
.sidebar ul li a{
  color:#fff;
}
.sidebar form label {
  color:#fff;
}
.sidebar form input[type=submit], .sidebar form .hs-button {
  font-family: Montserrat;
  background-color: #09b78a;
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px 20px;
  color: #fff;
  letter-spacing: 2px;
}
.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}

.blog-header__title {
  color:#fff;
  font-size: 28px;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}
.blogctamain{
  padding-top:30px; 
}
.blog-index__post-content h2 {
  margin: 0.5rem 0;
  font-size:25px;
  line-height:30px;
  letter-spacing:2px;
}
.go-left-rot{
  position: relative;
  transform: rotate(-90deg);
  right: 436px;
  bottom: 170px;
}
.go-left-text{
  font-size:16px;
  font-family:Montserrat,sans-serif;
  color:#ccc;
}
.go-left-hr{
  width: 410px;
  opacity: .5;
  margin-top: -10px;
  position: absolute;
  right: 188px;
}
.go-left-rot2{
  position: relative;
  transform: rotate(-90deg);
  right: 330px;
  bottom: 170px;
}
.go-left-text2{
  font-size:16px;
  font-family:Montserrat,sans-serif;
  color:#ccc;
}
.go-left-hr2{
  width: 310px;
  opacity: .5;
  margin-top: -10px;
  position: absolute;
  right: 83px;
}
@media(min-width: 1200px){
  .sidebar-box .social-josh svg{
    height: 20px;
    width: 30px;
  }
}
@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (max-width: 1600px) {
  .go-left-rot {
    position:static;
    transform: none;
    margin-top:10px;
    margin-bottom:10px;
  }
  .go-left-hr{
    /*position:static;
    width:70%;
    margin-left:30%;*/
    display:none;
  }
  .go-left-rot2 {
    position:static;
    transform: none;
    margin-top:10px;
    margin-bottom:10px;
  }
  .go-left-hr2{
    /*position:static;
    width:30%;
    margin-left:50%;*/
    display:none;
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 0 0 66.67%;
    flex: 0 0 66.67%;
    justify-items: space-between;
  }
  .sidebar-box{
    /*     display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    -webkit-box-flex: 1;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    justify-items: space-between;
    padding:1rem;

  }

}

.blog-index__post-image {
  display: block;
  background-image: url('https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*   padding-bottom: 63%;
  min-height:500px; */
  min-height:386px;
  max-height:386px;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0.5rem;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    margin-left: 0.5rem;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;

  }
}



.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content h2 a:hover{
  text-decoration:none;
  opacity:0.5;
}

.blog-index__post-content h2 a {
  color: #494A52;
}

.blog-index__post img {
  height: auto;
  max-width: 100%;
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

/* Blog post */
.post-parent{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap:nowrap ;
  padding: 3.3rem 0;
}
.article-holder{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 0 0 66.67%;
  flex: 0 0 66.67%;
}
/* .post-char{
height:100vh;
} */
.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 1rem 0;  
}

.blog-post img{
  width:100% !important;
  height:auto;
}

.blog-post h1 {
  font-size: 1.6rem;
}

.body-container--blog-post .blog-post h1 {
  font-size: 32px;
  font-family:Montserrat;
  font-weight:900;
  letter-spacing:4px;
  position: relative;
  padding-bottom: 20px;
}
.body-container--blog-post .blog-post h1::before{
  position: absolute;
  content: "";
  background: #f58000;
  height: 5px;
  width: 150px;
  bottom: -4px;
  left: 0;
  transform: none;
  z-index: 1;
}
.body-container--blog-post .blog-post h1::after{
  bottom: -2px;
  left: 0;
  transform: none;
  width: 200px;
  position: absolute;
  content: "";
  background: #e8e8e8;
  height: 1px;
}
.body-container--blog-post .blog-post h2 span.wt-text{
  color:#fff;
}
.body-container--blog-post .blog-post h2, .body-container--blog-post .blog-post h2 span {
  font-family: Montserrat;
  font-size: 20px;
  color: #F78F1F;
  text-transform: uppercase;
  font-weight: 900 !important;
  letter-spacing: 3px;
  line-height: 25px;
}
.body-container--blog-post .blog-post h3{
  font-size: 18px;
}
.sidebar-box h3, .sidebar-box h5{
  padding-top: 25px;
}
.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}

/* Blog related posts */

.blog-recent-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content:space-between;
}

.blog-recent-posts__post {
  color: #494A52;
  display: block;
  width:33.33%;
  padding: 1rem;
}

@media screen and (max-width: 768px) {
  .blog-recent-posts__list{
    display:block;
  }
  .blog-recent-posts__post {
    width:100%;
  } 
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    width:33.33%;
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

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

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}

.sidebar ul.hs-search-field__suggestions{
  background-image: linear-gradient(to right,rgb(228, 70, 58),rgb(247, 144, 30));
}

.hs-blog-id-3463055497 .sidebar-box .recent-posts{
  display:none;
}

.hs-content-id-185986894611.hs-blog-post .hs-cta-wrapper#hs-cta-wrapper-3bf64b4a-2d27-4398-b33f-b7b0f1c3c46e,
.hs-content-id-184891267976.hs-blog-post .hs-cta-wrapper,
.hs-content-id-185562894606.hs-blog-post .hs-cta-wrapper.#hs-cta-wrapper-433c5ee2-8635-42fa-bc91-8d76ace062e7{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sidebar .blog-sidebar-cta{
  padding-top:25px;
}
.blog-left-col-content .left-col-title{
  padding:0 1rem;
}
.blog-header-content, .blog-left-col-content .left-col-title h1{
  margin-bottom:8px;
}
.blog-header-content, .blog-listing-content{
  display: flex;
  flex-wrap: wrap;
}
.blog-header-content{
  margin-bottom: 20px;
}
.blog-header-content .blog-left-col-content{
  -ms-flex: 0 0 66.67%;
  flex: 0 0 66.67%;
}
.blog-header-content .sidebar-box{
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
}
@media screen and (max-width:768px){
  .blog-header__inner {
    padding: 3.3rem 10px;
  }
  .blog-header__title {
    font-size: 22px;
  }
  .blogctamain a{
    display:block;
  }
/*   .blog-index__post-image{
    min-height:auto;
  } */
  .go-left-rot2{
    display:none;
  }
}

@media(max-width: 767px){
  .blog-header-content .blog-left-col-content, .blog-header-content .sidebar-box{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .blog-header-content .sidebar-box{
    padding: 1rem;
  }
  .blog-index__post-image{
    background-position:left top;
  }
  
  .body-container--blog-index .blog-index{
    padding-bottom:0;
  }
  .blog-pagination{
    margin-bottom:0;
  }
  .sidebar-box.visible-phone.mobile-sidebar{
    padding: 2.2rem 1rem;
  }
  
}
@media(max-width: 575px){
  .blog-index__post-image{
    min-height:190px;
    max-height:190px;
  }
}
@media screen and (max-height:900px){
  /*   .post-char{
  height:130vh;
} */
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  /*max-width: 500px;*/
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}
.arrowtype{
  list-style:none;
  padding-left:0px;
}
.arrowtype li:before{
  content:">>";
  padding-right:7px;
}
#google-reviews{
  display:flex;
  justify-content:space-between;

}
.review-item{
  width:30%;
  padding:20px 10px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
}
.review-stars ul {
  display: inline-block;
  list-style: none;
}

.review-stars ul li {
  float: left;
  margin-right: 5px;
}

.review-stars ul li i {
  color: rgba(246,127,0,1.0);
  font-size: 16px;
  font-style:normal;
}
/*color: #E4B248;*/
.review-stars ul li i.inactive {
  color: #c6c6c6;
}
.star:after {
  content: "\2605";
}

.transpbtn2{
  background-color: transparent;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px !important;
  padding: 15px 20px;
  color: #fff;
  letter-spacing: 2px;
  font-family:'Montserrat';
}
.transpbtn2:hover{
  background-color: transparent;
  color: #ffffff;
  text-decoration:none;
}
.home-team h2{color:#fff;}
.home-team{display:flex;justify-content:center;align-items:center;min-height:600px;padding-left:120px;}
.home-team p{color:#fff;font-size:22px;}
.home-team img {
  position: relative;
  right: 440px;
}
.mover. .shaker, .liker{display:none;}
.ambyp{display:flex;justify-content;center;align-items:center;}
.ambies{width:33.33%;padding:20px 10px 10px 20px;}
.ambya, .ambyc{background-color:#f5f5f5;}
.ambyb{background-color:#e0e0e0;}

.customer-review-wrap{
  text-align: center;
}

.customer-name{
  font-size: 24px;
}
.review-content{
  width: 80%;
  margin: 0 auto;
  font-size: 17px;
  position: relative;
}
blockquote{
  border: none;
  font-family: Georgia, "Times New Roman", Times, serif;
}
blockquote:before {
  content: open-quote;
  font-weight: bold;
  font-size: 250px;
  color: #d5d5d5;
  position: absolute;
  left: 0;
  top: -115px;
  opacity: 0.3;
}
blockquote:after {
  content: close-quote;
  font-weight: bold;
  font-size: 250px;
  color: #d5d5d5;
  position: absolute;
  right: 0;
  bottom: -55px;
  opacity: 0.3;
  line-height: 0px;
}
.partners-section-wrapper {
  text-align: center;
}

h2.virtual-section-header{
  color: #fff;  
}
#hs_cos_wrapper_widget_1613669459178_{
  color: #fff;
  margin-bottom: 20px;
}
.virtual-section-buttons {
  display: flex;   
  justify-content: center;
  margin: 50px 0px;
}
a.btn-warning {
  margin: 5px;
}
.partner-images-wrap img.partner-image{
  width: 100%;
}
@media screen and (min-width:1500px){
  .home-team{min-height:800px;}
  .mover{display:inline;position:relative;right:260px;bottom:244px;transform: rotate(-90deg);}
  .shaker{display:inline;position:relative;left:450px;bottom:244px;transform: rotate(-90deg);}
  .liker{display:inline;position:relative;left:446px;bottom:244px;transform: rotate(-90deg);}

}
@media screen and (max-width:1400px){
  .mover,  .shaker, .liker{display:none;}
  .home-only{
    padding:10px 30px !important;
  }
  .home-team h2{font-size:28px;}
  .home-team{padding-left:0px;}
  .home-team-child{width:100%;}
  .home-team img{display:none;}
}

@media(max-width: 1200px){
  .hs-content-id-36516321621 .header-image, header.header.header-home 
  { background-image: linear-gradient(to right,rgb(228, 70, 58),rgb(247, 144, 30)); }
  .jdrnav, .home-only { background: transparent !important; }
  .quick-contacts, .social-links { margin: 0 auto }
  .header .header__container{
    padding: 10px;
  }
}
@media screen and (max-width:767px){
  .home-team h2{font-size:18px;}
  .home-team p{font-size:16px;}
  .home-team{padding-left:0px;min-height:auto;}
  .ambyp{display:block;}
  .ambies{width:100%;}
  
  
  .hs-content-name-jdr-home-page .row-number-23 { text-align: center; }
  .hs-content-name-jdr-home-page .baw-flexc .btnrow { padding-top: 0; }
  .hs-content-name-jdr-home-page .dnd-section, .hs-content-name-jdr-home-page .dnd_area-row-5-padding, 
  .hs-content-name-jdr-home-page .dnd_area-row-4-padding, .hs-content-name-jdr-home-page .dnd_area-row-3-padding,
  .hs-content-name-jdr-home-page .dnd_area-row-2-padding, .hs-content-name-jdr-home-page .dnd_area-row-0-padding { 
    padding: 30px 20px !important;
  }
  .hs-content-id-36511610314 .dnd_area-row-3-padding, .hs-content-id-36511610314 .dnd_area-row-2-padding, 
  .hs-content-id-36511610314 .dnd_area-row-1-padding, .hs-content-id-36511610314 .dnd_area-row-0-padding {
    padding: 30px 20px !important;
  }
  .hs-content-id-36511610314 #hs_cos_wrapper_footer-internalrow2 .rt2-parent, 
  .hs-content-id-36511610314 #hs_cos_wrapper_footer-internalrow1 .rt-parent {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hs-content-id-36511610314 .cell_1608047215423-padding { padding-top: 10px !important; }

  .hs-content-id-36516321621 .banner-meet { margin-top: 15px; align-items: start; min-height: 65vh; padding-bottom: 25px; }
  .hs-content-id-34052300758 .widget-type-custom_widget .widget-type-cta {
    margin: 0 auto;
  }
  #hs_cos_wrapper_footer-internalrow2 .rt2-parent {
    padding-left: 20px;
    padding-right: 20px;
  }
  .article-holder {
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 20px;
  }
  .article-holder .blog-post {
    padding-top: 0;
  }
}
@media screen and (max-width:991px){
  blockquote:before{
    top: -100px;
    font-size: 200px;
  }
  blockquote:after{
    /*     top: 0px; */
    font-size: 200px;
  }
}

@media screen and (max-width: 600px){
  .social-header, .meet-quick{display:none !important;}
  .legal .footul li{display:block !important;}
  .legal .footul li a {
    font-size: 16px;    
  }
  .footer__copyright p {
    font-size: 16px;    
  }
  .review-item{
    width:100%;
  }
  blockquote:before{
    top: -70px; 
    font-size: 150px;
  }
  blockquote:after{
    /*     top: 70px; */
    font-size: 150px;
  }
  .virtual-section-buttons {
    display: block !important; 
  }
  .virtual-section-buttons p{
    margin-bottom: 50px;  
  }
}
@media screen and (max-width: 580px){
  blockquote:before{
    top: -50px; 
    font-size: 120px;
  }
  blockquote:after{
    /*     top: 80%; */
    font-size: 120px;
  }
}