*, *: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: 1px;
    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: 1px;
        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: 1px;
        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;
   padding: 0 20px;
}
.banner-section .dnd-section > .row-fluid {
   padding: 0 !important;
   max-width: 100% !important;
}
@media screen and (min-width: 1380px) {
   .content-wrapper {
      padding: 0;
   }
}
.dnd-section > .row-fluid {
   padding-left: 5%;
   padding-right: 5%;
}
.dnd-section > .row-fluid {
   margin: 0 auto;
}

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

@media (max-width: 767px) {
   .dnd-section .dnd-column {
      padding: 0;
   }
}
@font-face { 
   font-family: "Proxima Nova Light";
   src: url("https://fs.hubspotusercontent00.net/hubfs/20369255/Rentokil_February2022/fonts/ProximaNova.eot") format("eot"), 
      url(https://2602531.fs1.hubspotusercontent-na1.net/hubfs/2602531/raw_assets/public/GLO%20Themes/Magnolia%20Theme%20-%20GLO/fonts/ProximaNova.woff2) format("woff2"), 
      url(https://2602531.fs1.hubspotusercontent-na1.net/hubfs/2602531/raw_assets/public/GLO%20Themes/Magnolia%20Theme%20-%20GLO/fonts/ProximaNova.woff) format("woff"),
      url(https://2602531.fs1.hubspotusercontent-na1.net/hubfs/2602531/raw_assets/public/GLO%20Themes/Magnolia%20Theme%20-%20GLO/fonts/ProximaNova.ttf) format("truetype"), 
      url(https://2602531.fs1.hubspotusercontent-na1.net/hubfs/2602531/raw_assets/public/GLO%20Themes/Magnolia%20Theme%20-%20GLO/fonts/ProximaNova.svg) format("svg"); 
   font-display: fallback;
}

@font-face {
   font-family: "Proxima Nova Regular";
   src: url("https://fs.hubspotusercontent00.net/hubfs/20369255/Rentokil_February2022/fonts/ProximaNova.eot") format("eot"), 
      url(https://2602531.fs1.hubspotusercontent-na1.net/hubfs/2602531/raw_assets/public/GLO%20Themes/Magnolia%20Theme%20-%20GLO/fonts/ProximaNova.woff2) format("woff2"), 
      url(https://2602531.fs1.hubspotusercontent-na1.net/hubfs/2602531/raw_assets/public/GLO%20Themes/Magnolia%20Theme%20-%20GLO/fonts/ProximaNova.woff) format("woff"),
      url(https://2602531.fs1.hubspotusercontent-na1.net/hubfs/2602531/raw_assets/public/GLO%20Themes/Magnolia%20Theme%20-%20GLO/fonts/ProximaNova.ttf) format("truetype"), 
      url(https://2602531.fs1.hubspotusercontent-na1.net/hubfs/2602531/raw_assets/public/GLO%20Themes/Magnolia%20Theme%20-%20GLO/fonts/ProximaNova.svg) format("svg"); 
   font-display: fallback;
}


@font-face { 
   font-family: "Proxima Nova Semibold";
   src: url("https://fs.hubspotusercontent00.net/hubfs/20369255/Rentokil_February2022/fonts/ProximaNovaSemibold.eot") format("eot"),
      url(https://2602531.fs1.hubspotusercontent-na1.net/hubfs/2602531/raw_assets/public/GLO%20Themes/Magnolia%20Theme%20-%20GLO/fonts/ProximaNovaSemibold.woff2) format("woff2"),
      url(https://2602531.fs1.hubspotusercontent-na1.net/hubfs/2602531/raw_assets/public/GLO%20Themes/Magnolia%20Theme%20-%20GLO/fonts/ProximaNovaSemibold.woff) format("woff"),
      url(https://2602531.fs1.hubspotusercontent-na1.net/hubfs/2602531/raw_assets/public/GLO%20Themes/Magnolia%20Theme%20-%20GLO/fonts/ProximaNovaSemibold.ttf) format("truetype"),
      url(https://2602531.fs1.hubspotusercontent-na1.net/hubfs/2602531/raw_assets/public/GLO%20Themes/Magnolia%20Theme%20-%20GLO/fonts/ProximaNovaSemibold.svg) format("svg");
   font-display: fallback; 
}
@font-face { 
   font-family: icomoon;
   src: url("https://fs.hubspotusercontent00.net/hubfs/20369255/Rentokil_February2022/fonts/icomoon.eot") format("eot"), 
      url(https://2602531.fs1.hubspotusercontent-na1.net/hubfs/2602531/raw_assets/public/GLO%20Themes/Magnolia%20Theme%20-%20GLO/fonts/icomoon.woff) format("woff"),
      url(https://2602531.fs1.hubspotusercontent-na1.net/hubfs/2602531/raw_assets/public/GLO%20Themes/Magnolia%20Theme%20-%20GLO/fonts/icomoon.ttf) format("truetype"),
      url(https://2602531.fs1.hubspotusercontent-na1.net/hubfs/2602531/raw_assets/public/GLO%20Themes/Magnolia%20Theme%20-%20GLO/fonts/ProximaNova.svg) format("svg"); 
   font-display: fallback; 
}
body {
   line-height:1.5;
   word-break: break-word;
   background-color: #F9F9F9;
   -webkit-font-smoothing: antialiased;
}
.custom-global-css{
   line-height:20px;
}
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
   line-break: strict;
   word-break: break-all;

}
html {
   scroll-behavior: smooth;
}
html {
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
}
/* Paragraphs */

p {
   margin: 0 0 1.25rem;
}

/* Anchors */

a {
   cursor: pointer;
   text-decoration: none;
   -webkit-transition: all 0.15s linear;
   -moz-transition: all 0.15s linear;
   -o-transition: all 0.15s linear;
   transition: all 0.15s linear;
}

/* Headings */


h1{
   margin-bottom: 0.5em;
   margin-top: 0;
}
h2{
   margin-top: 1.1428em;
   margin-bottom: 0.5714em;
}
h3{
   margin-top: 1.3333em;
   margin-bottom: 0.6666em;
}
h4{
   margin-bottom: 0.8em;
   margin-top: 0;
}
h5{
   line-height: 1.2;
   margin-bottom: 0.8888em;
   margin-top: 0;
}
h6{
   margin-bottom: 1.25rem;
   font-style: italic;
   margin-top: 0;
}


h1,
h2,
h3,
h4,
h6{
   line-height: 1.125; 
}
/* Lists */

ul,
ol {
   margin-bottom: 1em;
   margin-top: 1em;
}

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

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

/* Code blocks */

code {
   vertical-align: bottom;
}

/* Blockquotes */

blockquote {
   background-color: #f5f5f5;
   border-left: 5px solid #dbdbdb;
   padding: 1.25em 1.5em;
   margin-bottom: 1em;
   margin-top: 1.875rem;
   margin-left: 0;
   margin-right: 0;
   font: italic normal normal 20px/25px Proxima Nova Regular,Calibri,sans-serif;
   color: #0F202E;
}

/* Horizontal rules */

hr {
   background-color: #CCC;
   border: none;
   color: #CCC;
   height: 1px;
}
button,
.button {
   cursor: pointer;
   display: inline-block;
   text-align: center;
   transition: all 0.15s linear;
   white-space: normal;
   border: 0;
   font-family: "Proxima Nova Regular",Calibri,sans-serif;
   font-size: 1.5625rem;
   font-weight: 700;
   line-height: 1.2;
}

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: 0rem;
}

/* Labels */

form label {
   display: block;
   width: 100%;
   line-height: 20px;
   margin-bottom: 0.625rem;
   font-weight: 700;
   font-family: "Proxima Nova Semibold",Calibri,sans-serif;
}

/* 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 {
   font-size: 1.25rem;
   width: 100%;
   margin-bottom: 1.25rem;
   padding: 0.625rem;
   font-family: "Proxima Nova Light",Calibri,sans-serif;
   color: #0F202E;
   background-color: #FFF;
   border: 1px solid;
   display: inline-block;
   outline:0;
}
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{
   border: 3px solid;
}
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: #AD0000;
}

.hs-input.invalid.error {
   border: 2px solid #AD0000;
}
.hs-error-msgs label, 
.hs-error-msg {
   color: #AD0000;
   margin-top: -10px;
   font-weight: 600;
}

/* Submit button */

form input[type=submit],
form .hs-button {
   cursor: pointer;
   display: inline-block;
   text-align: center;
   transition: all 0.15s linear;
   white-space: normal;
   border: 0;
   font-family: "Proxima Nova Regular",Calibri,sans-serif;
   font-size: 1.5625rem;
   font-weight: 700;
   line-height: 1.2;
}

/* Captcha */

.grecaptcha-badge {
   margin: 0 auto;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   overflow-x: auto;
   overflow-y: hidden;
}
ul.no-list.hs-error-msgs {
   padding: 0;
}
.hs_cos_wrapper_type_member_login form label {
    display: inline-block;
}
/* 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;
}
.no-navigation-header {
   min-height: 108px;
}
.custom-global-css form input[type=submit], .custom-global-css form .hs-button {
   margin: 20px 0;
}
header.header {
   z-index: 99;
   width: 100%;
   box-sizing: content-box;
}

.header-utility-nav {
   width: 100%;
   height: 40px;
   background-color: #F3F4F4;
}

.header__container.content-wrapper {
   overflow: auto;
   width: 100%;
   padding: 0;
}
.navigation-main-logo-wrapper {
   position: absolute;
   display: block;
   width: 214px;
   height: 108px;
   background-color: #ED1C24;
   margin-left: 5%;
}

.navigation-main-logo-wrapper-in {
   position: absolute;
   display: block;
   width: 214px;
   height: 108px;
   background-color: #007dc5;
   margin-left: 5%;
}

.navigation-main-logo-wrapper-ri {
   position: absolute;
   display: block;
   width: 214px;
   height: 108px;
   background-color: #ED1C24;
   margin-left: 5%;
}

.navigation-main-logo {
   background-repeat: no-repeat no-repeat;
   background-position: center;
   display: block;
   width: 152px;
   height: 32px;
   margin: 2.375rem 0 0 2rem;
   background-image: url(https://2602531.fs1.hubspotusercontent-na1.net/hubfs/2602531/raw_assets/public/GLO%20Themes/Magnolia%20Theme%20-%20GLO/images/rentokil-white.svg);
}

.navigation-main-logo-ri {
   background-repeat: no-repeat no-repeat;
   background-position: center;
   display: block;
   width: 155px;
   height: 60px;
   margin: 1.5rem 0 0 1.5rem;
   background-image: url(https://2602531.fs1.hubspotusercontent-na1.net/hubfs/2602531/raw_assets/public/GLO%20Themes/Magnolia%20Theme%20-%20GLO/images/rentokil-white.svg);
}

.header-utility-nav-menu ul {
   float: right;
   list-style: none;
   margin: 8px 38px 8px 0!important;
   padding: 0 0 0 2.5rem!important;
   display: block!important;
}
.header-utility-nav-menu ul>li {
   float: left;
   margin-left: 1.25rem;
   font-size: 17px;
   line-height: 1.5rem;
}
.header-utility-nav-menu ul>li>a {
   color: #0F202E;
   font-family: "Proxima Nova Semibold",Calibri,sans-serif;
   font-size: 16px;
   font-weight: 500;
   text-decoration: none;
}
.header-utility-nav-menu .icon-Utility {
   display: inline-block;
   padding: 0;
   font-size: 1em;
   margin-right: 4px;
   position: relative;
   text-transform: none;
   top: 1px;
   height: auto;
   -webkit-font-smoothing: antialiased;
   line-height: 1em;
   transition: height .15s;
   color: #0F202E;
   font-family: icomoon;
   font-weight: 400;
   font-style: normal;
   font-variant: normal;
}
.header-utility-nav-menu ul>li:nth-child(3) .icon-Utility:before {
   content: "\e91a";
}
.header-utility-nav-menu ul>li:nth-child(4) .icon-Utility:before {
   content: "\e902";
}
.header-utility-nav-menu ul>li:nth-child(5) .icon-Utility:before {
   content: "\e922";
}
.header-utility-nav-menu ul>li:nth-child(6) .icon-Utility:before {
   content: "\e639";
}
.header-utility-nav-menu .icon-Utility:hover {
   font-weight: 700;
   outline: 0;
}

/*  main header */

.header__navigation {
   background-color: #FFF;
   width: 100%;
}
.header__navigation .submenu.level-1 {
   float: right;
   margin: 1.75rem 2.125rem 0 0;
   padding: 0;
   list-style: none;
}
.header__navigation .submenu.level-1>li:first-child {
   border-left: 1px solid #f6f6f6;
}
.header__navigation .submenu.level-1>li {
   float: left;
   height: 40px;
   border-right: 1px solid #F6F6F6;
}
.header__navigation .submenu.level-1>li:hover:before{
   content: '';
   position: absolute;
   top: 102px;
   left: 0;
   width: 100%;
   height: 22px;
}
.header__navigation .submenu.level-1>li:hover  a>.main-text{
   height: calc(100% - 6px);
   transition: height .15s;
}
.header__navigation .submenu.level-1>li>a {
   background-color: #ED1C24;
   color: #0F202E;
   display: block;
   font-family: "Proxima Nova Semibold",Calibri,sans-serif;
   font-size: 16px;
   font-weight: 500;
   line-height: 1.25em;
   height: 100%;
   text-decoration: none;
}

.header__navigation .submenu.level-1>li>a>.main-text {
   background-color: #FFF;
   display: block;
   height: 100%;
   padding: 0 1.25rem;
   transition: height .15s;
}


.header__navigation .global-nav-flyout-wrapper {
   overflow: hidden;
   position: absolute;
   right: 0;
   width: 100%;
   z-index: 100;
   display: none;
   background-color: #e7e8ea;
}

.header__navigation .global-nav-flyout {
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
   position: relative;
   top: -1px;
}

.header__navigation .submenu.level-2 {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   min-width: 280px;
   list-style: none;
   margin: 0;
   padding: 0;
}
.header__navigation .submenu.level-2>li:first-child{
   border-left: 1px solid #F6F6F6; 
}
.header__navigation .submenu.level-2>li {
   float: left;
   margin: 1px 0.5px 0;
   width: 140px;
   min-height: 150px;
   max-height: 155px;
   text-align: center;
}
.header__navigation .submenu.level-2>li>a {
   width: 100%;
   height: 100%;
   display: block;
   padding: 0.625rem;
   font-size: 16px;
   line-height: 1.25em;
   text-decoration: none;
   color: #0F202E;
   border-bottom: 5px solid #F9F9F9;
   background: #F9F9F9;
   font-family: "Proxima Nova Light",Calibri,sans-serif;
}
.header__navigation .submenu.level-2>li>a>.icon-Generic {
   color: #7D9AAA;
   display: block;
   font-size: 3.75em;
   line-height: 1em;
   padding: 0.625rem 0.625rem 1.25rem;
   text-transform: none;
   transition: height .15s;
   height: auto;
   width: auto;
   font-family: icomoon;
   font-weight: 400;
   font-style: normal;
   font-variant: normal;
}



.header__navigation .submenu.level-1>li:nth-child(1) ul li:nth-child(1)>a>.icon-Generic:before{
   content: "\e642";
}
.header__navigation .submenu.level-1>li:nth-child(1) ul li:nth-child(2)>a>.icon-Generic:before{
   content: "\e910";
}

.header__navigation .submenu.level-1>li:nth-child(1) ul li:nth-child(3)>a>.icon-Generic:before{
   content: "\e91b";
}


.header__navigation .submenu.level-1>li:nth-child(2) ul li:nth-child(1)>a>.icon-Generic:before{
   content: "\e91d";
}
.header__navigation .submenu.level-1>li:nth-child(2) ul li:nth-child(2)>a>.icon-Generic:before{
   content: "\e91e";
}

.header__navigation .submenu.level-1>li:nth-child(2) ul li:nth-child(3)>a>.icon-Generic:before{
   content: "\e99d";
}

.header__navigation .submenu.level-1>li:nth-child(2) ul li:nth-child(4)>a>.icon-Generic:before{
   content: "\e90e";
}
.header__navigation .submenu.level-1>li:nth-child(2) ul li:nth-child(5)>a>.icon-Generic:before{
   content: "\e9a0";
}



.header__navigation .submenu.level-1>li:nth-child(3) ul li:nth-child(1)>a>.icon-Generic:before{
   content: "\e908";
}
.header__navigation .submenu.level-1>li:nth-child(3) ul li:nth-child(2)>a>.icon-Generic:before{
   content: "\e9c3";
}

.header__navigation .submenu.level-1>li:nth-child(3) ul li:nth-child(3)>a>.icon-Generic:before{
   content: "\e9b7";
}

.header__navigation .submenu.level-1>li:nth-child(3) ul li:nth-child(4)>a>.icon-Generic:before{
   content: "\e9b8";
}




.header__navigation .submenu.level-1>li:nth-child(4) ul li:nth-child(1)>a>.icon-Generic:before{
   content: "\e9a6";
}
.header__navigation .submenu.level-1>li:nth-child(4) ul li:nth-child(2)>a>.icon-Generic:before{
   content: "\e91b";
}

.header__navigation .submenu.level-1>li:nth-child(4) ul li:nth-child(3)>a>.icon-Generic:before{
   content: "\e980";
}

.header__navigation .submenu.level-1>li:nth-child(4) ul li:nth-child(4)>a>.icon-Generic:before{
   content: "\e970";
}
.header__navigation .submenu.level-1>li:nth-child(4) ul li:nth-child(5)>a>.icon-Generic:before{
   content: "\e974";
}
.header__navigation .submenu.level-1>li:nth-child(4) ul li:nth-child(6)>a>.icon-Generic:before{
   content: "\e912";
}



.header__navigation ul:nth-child(2) {
   display: none;
}







.location-modal,.search-modal,.login-modal {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 1000;
   overflow: scroll;
   background-color: #f3f4f4;
   color: #0F202E;
   width: 100%;
}

.modal-heading{
   margin-bottom: 0.938rem;
   background-color: #fff;
   color: #0F202E;
   text-align: center;
}

.row-no-vertical-margin{
   margin-top: 0;
   margin-bottom: 0;
   padding-top: 30px;
}

.modal-grid{
   max-width: 1200px;
   display: grid;
   padding-left: 5%;
   padding-right: 5%;
   grid-template-columns: repeat(12,1fr);
   grid-gap: 2%;
}

.modal-col {
   grid-column-end: span 11;
}
.loaction-modal-icon-Utility-Close,.search-modal-icon-Utility-Close,.login-modal-icon-Utility-Close {
   color: #3D5A6A;
   cursor: pointer;
   display: block;
   font-family: icomoon;
   font-size: 1.875rem;
   font-weight: 400;
   line-height: 1;
   padding: 0;
   speak: none;
   text-align: left;
   text-decoration: none;
   text-transform: none;
   z-index: 100;
   transition: height .15s;
   height: auto;
   width: auto;
   -webkit-font-smoothing: antialiased;
   font-style: normal;
   font-variant: normal;
   grid-column-end: span 1;
}

.loaction-modal-icon-Utility-Close:before,.search-modal-icon-Utility-Close:before,.login-modal-icon-Utility-Close:before  {
   content: "\e641";
}
.modal-heading-margin-top {
   margin-top: -25px;
   margin-bottom: 1.875rem;
}

.modal-col-heading {
   grid-column-end: span 12;
}

.modal-col-heading h2 {
   font: normal normal 400 30px/40px Proxima Nova Regular,Calibri,sans-serif;
   margin-bottom: 1.875rem;
   margin-top: 0;
}
.modal-heading hr {
   border-bottom: 1px solid #cdd2d5;
   box-sizing: content-box;
   color: #0F202E;
   height: 0;
   margin: 30px 0;
   overflow: visible;
   position: relative;
   text-align: center;
}

.modal-heading hr:after, .modal-heading hr:before {
   left: 50%;
   position: absolute;
   top: 100%;
   width: 0;
   content: " ";
   pointer-events: none;
}

.modal-heading hr:before {
   border-left: 3.9375rem solid transparent;
   border-right: 3.9375rem solid transparent;
   border-top: 1.3125rem solid #cdd2d5;
   margin-left: -3.9375rem;
}
.modal-heading hr:after {
   border-left: 3.75rem solid transparent;
   border-right: 3.75rem solid transparent;
   border-top: 1.25rem solid #fff;
   margin-left: -3.75rem;
}
.modal-content {
   color: #0F202E;
   margin-bottom: 30px;
   min-height: 100vh;
   text-align: center;
   font-family: "Proxima Nova Regular",Calibri,sans-serif;
}
.modal-row {
   margin: 0;
   padding: 0.938rem;
}
.modal-grid.modal-text-vertical-margin {
   margin-top: -20px;
   margin-bottom: -35px;
   padding-left: 0;
   padding-right: 0;
   width: 100%;
}
.modal-text-align-center {
   text-align: center;
}
.modal-text-align-center h3 {
   color: #0F202E;
   text-align: center;
   font: normal normal 400 25px/30px Proxima Nova Regular,Calibri,sans-serif;
   margin-bottom: 1.875rem;
   margin-top: 0;
}
.location-continent .hs-menu-wrapper>ul {
   display: grid;
}
.location-continent .hs-menu-wrapper {
   max-width: 1200px;
   display: grid;
   padding-left: 5%;
   padding-right: 5%;
   grid-template-columns: repeat(12,1fr);
   grid-gap: 2%;
}


.location-continent ul ul {
   left: 0!important;
   opacity: 1!important;
   top: 100%!important;
   position: inherit!important;
   display: grid;
   grid-template-columns: repeat(2,1fr);
}
.location-continent .hs-menu-wrapper>ul>li {
   margin: 1.563rem 0;
   text-align: left;
   position: inherit!important;
}
.location-continent .hs-menu-wrapper>ul>li>a {
   clear: both;
   text-align: left;
   color: #0F202E;
   font: normal normal 400 20px/25px Proxima Nova Regular,Calibri,sans-serif;
   margin-bottom: 1.25rem;
   display: block;
}
.location-continent ul ul>li {
   text-align: left;
   margin: 0.625rem 0.625rem 0.625rem 0;
}
.location-continent ul ul>li>a {
   font: normal normal 600 16px/20px Proxima Nova Semibold,Calibri,sans-serif;
   color: #0075B8;
   text-align: left;
   letter-spacing: 0;
   opacity: 1;
   white-space: normal!important;
   display: inline-block!important;
}
.modal-footer-wrapper {
   background-color: #e5e5e5;
   border-top: 6px solid #b9c9d0;
   color: #0f202e;
   display: block;
   width: 100%;
   margin-top: 1.875rem;
}
.modal-grid.location-modal-footer {
   background-color: #e5e5e5;
   color: #0F202E;
   margin-bottom: 0;
   width: 100%;
}
.modal-col-12 {
   grid-column-end: span 12;
}
.modal-footer-language-link-wrapper {
   float: left;
   text-align: center;
   padding-top: 10px;
   padding-bottom: 10px;
   color: #0F202E;
}
.modal-footer-language-link-wrapper span {
   font: normal normal 600 16px/10px Proxima Nova Regular,Calibri,sans-serif!important;
}
.modal-footer-brand-links {
   float: right;
   text-align: center;
   padding-top: 10px;
   padding-bottom: 10px;
}
.modal-footer-brand-links p {
   font: normal normal normal 16px/20px Proxima Nova Regular,Calibri,sans-serif;
   color: #000A15;
   margin-bottom: 1.875rem;
}
.location-modal {
   display: none;
}
.location-continent ul ul>li>a:hover {
   color: #007DC5;
}
.search-tags span a:hover {
   color: #007DC5;
}
.search-modal {
   display: none;
}








.search.modal-row {
   padding-left: 0;
   padding-right: 0;
}
.search.modal-grid {
   padding-left: 0;
   padding-right: 0;
   width: 100%;
}
.search-modal-text-align-center form {
   margin-bottom: 50px;
   padding: 0;
   display: flex;
}
.search-modal-text-align-center form label {
   display: none;
}
.search-modal-text-align-center form .hs-input {
   font-size: 20px;
   line-height: 25px;
   margin-right: 10px;
   flex-grow: 100;
   padding: 10px 15px;
   font-family: "Proxima Nova Light",Calibri,sans-serif;
   color: #0F202E;
   background-color: #fafafa;
   border: 1px solid #9eb3bf;
   margin-bottom: 0;

}
.search-modal-text-align-center ::-webkit-input-placeholder{
   color: rgb(117, 117, 117);
}
.search-modal-text-align-center .hs_submit .actions {
   height: 100%;
   font-size: 20px;
   line-height: 25px;
}
.search-modal-text-align-center .hs-button.primary.large {
   height: 100%;
   font-size: 20px;
   line-height: 25px;
   padding: 10px 15px;
   border: 0!important;
   vertical-align: top;
   color: #FFF;
   font-weight: 600;
   font-family: "Proxima Nova Semibold", Calibri, sans-serif;
   display: inline-block;
   word-break: normal;
}
.search-modal-text-align-center .hs-form-field {
   margin-bottom: 0rem;
   margin-right: 10px;
   flex-grow: 100;
}
.search-modal-text-align-center form .hs-input:focus{
   border: 1px solid;
   outline: auto;
}

.search-tags p {
   margin-bottom: 1.875rem;
   display: inline-block;
   text-align: center;
}
.search-tags span {
   margin-bottom: -0.5rem;
   display: inline-block;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   font-style: inherit;
   font-weight: inherit;
}
.search-tags span a {
   font: normal normal 600 16px/20px Proxima Nova Semibold,Calibri,sans-serif;
   background: no-repeat padding-box #BFDFF1;
   color: #003D81;
   margin-left: 10px;
   padding: 5px 8px;
   display: inline-block;
   margin-bottom: 5px;
}
.icon-text-icons-homepage {
   font-size: 14.4px;
   line-height: 20.16px;
   color: #000;
   font-family: "Proxima Nova Regular",Calibri,sans-serif;
}

.icon-text-icons {
   align-items: center;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-around;
   margin-bottom: 0;
   margin-left: auto;
   margin-right: auto;
   max-width: 1000px;
   padding: 0 0 50px;
   width: 100%;
   font-size: 14.4px;
   line-height: 20.16px;
   color: #000;
   font-family: "Proxima Nova Regular",Calibri,sans-serif;
}

.icon-text-icon-section {
   color: #000;
   font-family: "Proxima Nova Regular",Calibri,sans-serif;
   margin: 50px 2px 20px;
   text-align: center;
   width: 260px;
}

span.icon-text-icon.icon.icon-Product-myPortal {
   color: #ED1C24;
   font-size: 5.4em;
   line-height: 1em;
   padding: 5px 10px;
   text-transform: none;
   transition: height .15s;
   height: auto;
   width: auto;
   font-family: icomoon;
   font-weight: 400;
   font-style: normal;
   font-variant: normal;
   display: block;
}

span.icon-text-icon.icon.icon-Product-myPortal:before {
   content: "\e939";
}

.icon-text-icon-section .icon-text-title {
   line-height: 20px;
   margin-top: 30px;
   font-weight: 400;
   font-stretch: normal;
   font-size: 16px;
   font-family: "Proxima Nova Regular", Calibri, sans-serif;
   margin-bottom: 1.25rem;
}
.icon-text-icon-section p {
   text-align: center;
   font-size: 14.4px;
   line-height: 20.16px;
   min-height: 80px;
   margin-bottom: 1.875rem;
}
.icon-text-btn {
   padding: 10px 20px;
   font: normal normal 600 25px/30px Proxima Nova Semibold,Calibri,sans-serif;
   text-align: center;
   transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
   color: #0075B8;
   border: 1px solid #007DC5;
   display: inline-block;
}
.login-modal {
   display: none;
}

.search-modal input.search-input {
   font-size: 20px;
   margin: 0;
   line-height: 25px;
   margin-right: 10px;
   flex-grow: 100;
   padding: 10px 15px;
   -moz-boz-sizing: border-box;
   font-family: "Proxima Nova Light",Calibri,sans-serif;
   color: #0F202E;
   background-color: #fafafa;
   border: 1px solid #9eb3bf !important;
   height: auto;
   min-height: auto;
   outline: none !important;
}

.search-modal  button#search-button {
   font: normal normal 600 25px/30px Proxima Nova Semibold,Calibri,sans-serif;
   height: auto!important;
   font-size: 20px;
   line-height: 25px;
   padding: 10px 15px;
   border: 0!important;
   cursor: pointer;
   background-image: none;
   user-select: none;
   -webkit-appearance: none;
   min-width: 92px;
}
.search-modal button#search-button:hover {
   color: #FFF;
   background-color: #007DC5;
}










section.action-bar.et-fixed-header {
   display: block;
}
section.action-bar {
   display: none;
   z-index: 999;
   bottom: 0;
   width: 100%;
   position: fixed;
   overflow: hidden;
   background-color: #0e202f;
   text-align: center;
   height: 74px;
   padding-top: 7px;
}
.action-bar-grid ul {
   max-width: 1200px;
   margin: auto!important;
}
.action-bar-grid ul>li:nth-child(1) {
   grid-column: 1/2;
}
.action-bar-grid ul>li>a {
   font-family: "Proxima Nova Semibold",Calibri,sans-serif;
   color: #FFF;
   cursor: pointer;
}

.action-bar-grid ul>li:nth-child(3)>a {
   color: #BFDFf1;
}
/* tab */

@media only screen and (max-width: 952px){
   .navigation-main-logo-wrapper {
      width: 156px;
      height: 80px;
   } 
   .navigation-main-logo {
      width: 104px;
      height: 22px;
      margin: 1.75rem 0 0 1.75rem;
   }

   .header__navigation .submenu.level-1 {
      margin-right: 58.5px;
      margin-top: 60px;
   }
   .no-navigation-header {
      min-height: 80px;
   }
}


/* mobile */
@media only screen and (max-width: 600px){
   .navigation-main-logo-wrapper {
      margin-left: 5%;
   }
   .modal-footer-language-link-wrapper {
      width: 100%;
   }
}
@media(min-width:600px){
   .header__navigation.mobile{
      display:none !important;
   }
}
@media only screen and (max-width: 599px){
   .header__navigation.desktop{
      display:none !important;
   }
   .header-utility-nav {
      width: 100%;
      height: 80px;
      background-color: #F9F9F9;
   }
   header.header {
      display: block; 
      background: #F9F9F9;
      top: 0;
      transition: top .3s ease 0s;
      font-family: "Proxima Nova Light",Calibri,sans-serif;
   }
   .navigation-main-logo-wrapper {
      width: 132px;
      height: 80px;
      transition: all .4s;
   }
   .navigation-main-logo {
      transition: all .4s;
      display: block;
      width: 104px;
      height: 22px;
      margin: 1.8125rem 0 0 0.875rem;
   }
   .header-utility-nav-menu ul {
      transition: all .4s;
      padding: 20px 25px!important;
      margin: 0!important;
   }


   .header-utility-nav-menu ul>li:not(:nth-child(-n+2)) {
      display: none;
   }
   .header-utility-nav-menu ul>li:nth-child(2) {
      display: none;
   }
   .header-utility-nav-menu ul>li:nth-child(-n+2) {
      height: auto;
      font-size: 1.1111em;
      color: #0F202E;
      border: 1px solid #0F202E;
      padding: 6px 12px;
      margin: 0;
   }
   .header-utility-nav-menu ul>li:nth-child(-n+2)>a{
      font-size: 1em;
      font-weight: 400;
   }
   .header-utility-nav-menu .mobile-icon-Utility {
      display: inline-block;
      position: relative;
      transition: all .4s;
      border-top: 2px solid #0F202E;
      height: 10px;
      margin: 0;
      width: 15px;
      box-sizing: content-box;
      top: auto;
      margin-right: 4px;
   }
   .mobile-icon-Utility:before, .mobile-icon-Utility:after {
      transition: all .4s;
      background-color: #0F202E;
      content: '';
      height: 2px;
      left: 0;
      position: absolute;
      width: 100%;
   }
   .mobile-icon-Utility:before{
      bottom: 0;
   }
   .mobile-icon-Utility:after {
      top: 3px;
   }
   .is-open .header-utility-nav-menu ul>li:nth-child(1){
      display: none;
   }
   .is-open .header-utility-nav-menu ul>li:nth-child(2){
      display: block;
   }
   .is-open .header-utility-nav{
      transition: all .4s;
      height: 60px;
   }
   .is-open .navigation-main-logo-wrapper{
      transition: all .4s;
      height: 60px
   }
   .is-open .navigation-main-logo{
      transition: all .4s;
      margin-top: 19px;
   }
   .is-open .header-utility-nav-menu ul{
      padding: 10px 25px!important;
      margin: 0!important;
      transition: all .4s;
   }
   .is-open .header-utility-nav-menu .mobile-icon-Utility{
      border: 0;
      width: 15px;
      height: 15px;
   }
   .is-open .mobile-icon-Utility:before{
      transform: rotate(-45deg);
      top: 50%;
   }
   .is-open .mobile-icon-Utility:after{
      transform: rotate(45deg);
      top: 50%;
   }
   header.header.is-open {
      position: fixed;
      overflow: auto;
      overflow-x:hidden;
      background-color: #F3F4F4;
      height: 100%;
   }


   .header__navigation .submenu.level-1 {
      margin: 0;
      float: none;
      padding: 0;
   }
   .header__navigation .submenu.level-1>li {
      width: 100%;
      margin: 0;
      padding: 0;
      font-size: 1.1111em;
      border-top: 1px solid #FFF;
      border-bottom: 1px solid #FFF;
      float: none;
      height: auto;
   }
   .header__navigation .submenu.level-1>li>a{
      font-family: "Proxima Nova Light",Calibri,sans-serif;
      display: block;
      width:100%;
      padding: 1.25rem 1.25rem 1.25rem 0.75rem;
      background: #F3F4F4;
      color: #0F202E;
      text-decoration: none;
      border-left: 8px solid #F3F4F4;
      font-size: 1em;
      height: auto;
   }
   .header__navigation .submenu.level-1>li>a>.main-text {
      background-color: transparent !important;
      display: inline;
      padding: 0;
   }
   .header__navigation .global-nav-flyout-wrapper {
      position: relative;
      background-color: #FCFCFC;
      display: none;
   }
   .header__navigation .submenu.level-2 {
      display: block;
   }
   .header__navigation .submenu.level-2>li {
      width: 100%;
      margin: 0;
      padding: 0;
      border: none;
      border-bottom: 1px solid #FFF;
      float: none;
      min-height: auto;
      text-align: left;
      font-size: 1em;
   }
   .header__navigation .submenu.level-2>li:first-child{
      border-top: 1px solid #FFF;
      border-left: none;
   }
   .header__navigation .submenu.level-2>li>a{
      width:100%;
      padding: 1.25rem 1.25rem 1.25rem 0.75rem;
      line-height: 1.4em;
      border-bottom: none;
      border-left: 8px solid #F9F9F9;
      font-size: 1em;
   }
   .header__navigation .submenu.level-2>li>a>.icon-Generic{
      display: none;
   }
   .header__navigation .icon.icon-Utility-Expand {
      display: block;
      float: right;
      font-size: 1.25em;
      background-color: inherit;
      padding: 0;
      height: 100%;
      transition: height .15s;
      opacity: 1;
      line-height: 1em;
      text-transform: none;
      width: auto;
      color: #0F202E;
      font-family: icomoon;
      font-weight: 400;
      font-style: normal;
      font-variant: normal;
   }
   .header__navigation .icon.icon-Utility-Expand:before {
      content: "\e638";
   }
   .header__navigation ul:nth-child(2) {
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      list-style: none;
   }
   .header__navigation ul:nth-child(2)>li:nth-child(-n+2) {
      display: none;
   }
   .header__navigation ul:nth-child(2)>li:nth-child(odd){
      border-right: 1px solid #FFF;
      width: calc(50% - 1px);
   }
   .header__navigation ul:nth-child(2)>li {
      border-bottom: 1px solid #FFF;
      float: none;
      display: block;
      width: 50%;
   }
   .header__navigation ul:nth-child(2)>li>a {
      display: block;
      text-align: center;
      width: 100%;
      height: 100%;
      padding: 1.0625rem 1.25rem;
      font-size: 1.1111em;
      text-decoration: none;
      background: #F3F4F4;
      color: #0F202E;
   }
   .header__navigation ul:nth-child(2)>li>a>.icon-Utility{
      display: block;
      color: #0F202E;
      font-family: icomoon;
      font-weight: 400;
      font-style: normal;
      font-variant: normal;
      line-height: 1em;
      padding: 5px 10px;
      text-transform: none;
      transition: height .15s;
      font-size: 1.75em;
      margin-bottom: 8px;
      height: auto;
      width: auto;
   }
   .header__navigation ul:nth-child(2)>li:nth-child(3)>a>.icon-Utility:before{
      content: "\e91a";
   }
   .header__navigation ul:nth-child(2)>li:nth-child(4)>a>.icon-Utility:before{
      content: "\e902";
   }
   .header__navigation ul:nth-child(2)>li:nth-child(5)>a>.icon-Utility:before{
      content: "\e922";
   }
   .header__navigation ul:nth-child(2)>li:nth-child(6)>a>.icon-Utility:before{
      content: "\e639";
   }
   .header__navigation {
      display: none;
   }
   .is-open .header__navigation{
      display: block; 
   }
   .action-bar-grid ul>li:nth-child(2) a .action-text,.action-bar-grid ul>li:nth-child(3) a .action-text {
      display:none;
   }
   section.action-bar {
      padding: 0 5px;
      height: 60px;
      display: block!important;
   }
   .action-bar-grid ul{
      display: grid!important;
      grid-template-rows: 60px;
      grid-gap: 5px;
      grid-template-columns: auto 50px 50px 50px;
      width: 100%;
      align-items: center;
   }
   .action-bar-grid ul>li:nth-child(1){
      margin: auto 10px;
      text-align: left;
      line-height: 1.5em;
   }
   .action-bar-grid ul>li>a {
      font-size: 1.5625rem;
      text-align: left;
   }
   .action-bar-grid ul>li:nth-child(2) a span.action-icon-Generic {
      border: 1px solid #0075B8;
      background: #0075B8;
      color: #FFF;
      grid-column: 2/3;
      font-size: 2rem;
      height: 50px;
      width: 50px;
      padding: 8px;
      line-height: 1em;
      text-transform: none;
      transition: height .15s;
      margin: auto;
      border-radius: 50%;
      display: block;
      font-family: icomoon;
      font-weight: 400;
      font-style: normal;
      font-variant: normal;
   }
   .action-bar-grid ul>li:nth-child(2) a span.action-icon-Generic:before {
      content: "\e922";
   }
   .action-bar-grid ul>li:nth-child(3) a span.action-icon-Generic {
      padding: 6px 10px;
      grid-column: 3/4;
      color: #BFDFf1;
      font-size: 2rem;
      height: 50px;
      width: 50px;
      border: 1px solid #BFDFf1;
      background: 0 0;
      line-height: 1em;
      text-transform: none;
      transition: height .15s;
      margin: auto;
      border-radius: 50%;
      display: block;
      font-family: icomoon;
      font-weight: 400;
      font-style: normal;
      font-variant: normal;
   }
   .action-bar-grid ul>li:nth-child(3) a span.action-icon-Generic:before {
      content: "\e976";
   }
   body.m-open section.action-bar {
      display: none !important;
   }
   .header__navigation .submenu.level-1>li.child-open>a {
      background: #ED1C24;
      color: #FFF;
      font-weight: 700;
      border-left: 8px solid #ED1C24;
   }
   .header__navigation li.child-open span.icon.icon-Utility-Expand{
      display: block;
      color: #FFF;
   }
   .header__navigation li.child-open .icon.icon-Utility-Expand:before {
      content: "\e637";
   }
   .header__navigation .submenu.level-1> li.child-open>a:hover{

      color: #FFF;
   }
}

@media(max-width:400px){
   .action-bar-grid ul>li:nth-child(2) {
      height: 50px;
   }
}
.migration .hs-button.large.primary {
   margin-bottom: 15px;
}

@media (min-width: 320px){
   .modal-content-col {
      grid-column-end: span 12;
   }
   .modal-align-col {
      grid-column-end: span 2;
   }

   .modal-text-align-center {
      grid-column-end: span 8;
   }
   .location-continent .hs-menu-wrapper>ul {
      grid-column-end: span 12;
   }
   .search-modal-text-align-center {
      grid-column-end: span 12;
   }
   .login-modal-text-align-center {
      grid-column-end: span 12;
   }
}
@media only screen and (min-width: 600px){
   .header-utility-nav-menu ul>li:nth-child(-n+2) {
      display: none;
   } 
   .header__navigation .submenu.level-1>li:hover .global-nav-flyout-wrapper{
      display:block;
   }
   section.action-bar {
      top: 0;
      bottom: unset;
   }
   .action-bar-grid ul {
      grid-template-columns: 1fr auto 1fr;
      display: grid!important;
      grid-template-rows: 60px;
      grid-gap: 5px;
   }
   .action-bar-grid ul>li:nth-child(1) {
      margin: auto 25px auto 0;
      text-align: right;
   }
   .action-bar-grid ul>li>a {
      font-size: 1.5625rem;
   }
   .action-bar-grid ul>li:nth-child(2) {
      grid-column: 2/3;
      height: 100%;
      width: auto;
      display: flex;
      flex-flow: column;
      justify-content: center;
   }
   .action-bar-grid ul>li:nth-child(3) {
      display: block;
      line-height: 1.25;
      grid-column: 3/4;
      margin: auto 0 auto 25px;
      text-align: left;
   }
   .action-bar-grid ul>li:nth-child(2)>a {
      text-align: center;
      margin: auto;
      line-height: 30px;
      font-weight: 600;
      padding: 0.9375rem 1.25rem;
      background-color: #0075B8;
   }
   .location-continent .hs-menu-wrapper>ul {
      grid-template-columns: repeat(2,1fr);
   }
   .location-continent ul ul {
      grid-template-columns: repeat(2,1fr);
   }
}
@media only screen and (min-width: 600px) and (max-width: 899px){
   .header__navigation .submenu.level-1 {
      width: fit-content;
      place-content: center;
      margin: 60px auto 0;
      text-align: center;
      float: none;
   }
   .header__navigation .submenu.level-1>li {
      float: none;
      display: inline-block;
   }
}
@media (min-width: 900px){
   .modal-align-col {
      grid-column-end: span 2;
   }
   .modal-text-align-center {
      grid-column-end: span 8;
   }
   .location-continent .hs-menu-wrapper>ul {
      grid-column-end: span 12;
   }
   .search-modal-align-col {
      grid-column-end: span 2;
   }
   .search-modal-text-align-center {
      grid-column-end: span 8;
   }
   .search-modal-align-col {
      grid-column-end: span 2;
   }
   .search-modal-text-align-center {
      grid-column-end: span 8;
   }
   .login-modal-align-col {
      grid-column-end: span 4;
   }
   .login-modal-text-align-center {
      grid-column-end: span 4;
   }
   .login-modal-align-col {
      grid-column-end: span 4;
   }

   .login-modal-text-align-center {
      grid-column-end: span 4;
   }
}
@media only screen and (min-width: 900px) and (max-width: 950px){
   .header__navigation .submenu.level-1 {
      float: none;
      width: fit-content;
      place-content: center;
      margin: 60px auto 0;
      text-align: center;
   }  
   .header__navigation .submenu.level-1>li {
      float: none;
      display: inline-block;
   }
}

@media (min-width: 1200px){
   .modal-grid, .modal-grid {
      margin: auto;
   }
   .modal-content-col {
      grid-column-end: span 12;
   }
   .modal-align-col {
      grid-column-end: span 2;
   }
   .modal-text-align-center {
      grid-column-end: span 8;
   }
   .location-continent .hs-menu-wrapper>ul {
      grid-template-columns: repeat(4,1fr);
      grid-column-end: span 12;
   }
   .location-continent .hs-menu-wrapper {
      margin: 0 auto;
   }
   .location-continent ul ul {
      grid-template-columns: repeat(1,1fr);
   }

   .search-modal-align-col {
      grid-column-end: span 3;
   }
   .search-modal-text-align-center {
      grid-column-end: span 6;
   }
   .login-modal-align-col {
      grid-column-end: span 4;
   }
   .login-modal-text-align-center {
      grid-column-end: span 4;
   }
}
.footer-top-wrapper {
   margin-top: 30px;
}
footer {
   border-top: 8px solid #007dc5;
   width: 100%;
   background: #FFF;
   color: #878f96;
   padding: 0;
   box-sizing: content-box
}

/* footer middle */
.row.no-vertical-margin {
   margin-top: 0;
   margin-bottom: 0;
}

footer .row.no-vertical-margin  .grid {
   max-width: 1200px;
   display: grid;
   padding-left: 5%;
   padding-right: 5%;
   grid-template-columns: repeat(12,1fr);
   grid-gap: 2%;
   margin: auto;
   box-sizing: content-box;
}

@media (min-width: 1200px){
   footer .row.no-vertical-margin  .grid .col-1-lg {
      grid-column-end: span 1;
   }
   footer .row.no-vertical-margin    .col-2-lg {
      grid-column-end: span 2;
   }

   .footer-top-wrapper .no-vertical-margin .col-6-lg{
      grid-column-end: span 6;
   }

   footer .mobile {
      display:none;
   }
}

footer .row.no-vertical-margin .footer-navigation ul{
   display:block;
} 
footer .row.no-vertical-margin .footer-navigation ul>li{
   line-height: 25px;
}
footer .row.no-vertical-margin .footer-navigation ul>li>a{
   font: normal normal 600 16px/20px Proxima Nova Regular,Calibri,sans-serif;
   color: #3D5A6A;
   display: inline-block;
   padding-bottom: 10px;
}
footer .row.no-vertical-margin   .col-4-lg {
   grid-column-end: span 4;
}
.footer-logo>a {
   background: url(https://2602531.fs1.hubspotusercontent-na1.net/hubfs/2602531/raw_assets/public/GLO%20Themes/Magnolia%20Theme%20-%20GLO/images/rentokil-red.svg);
   display: block;
   width: 154px;
   height: 34px;
   background-repeat: no-repeat;
}
.footer-logo>a .is-hidden{
   display:none;
}
.footer-top-wrapper .margin-top-50 {
   margin-top: 50px;
}

.foter-copyright {
   margin-top: 19px!important;
} 
.foter-copyright p{
   margin:0;
   font: normal normal 500 16px/20px Proxima Nova Regular,Calibri,sans-serif;
   color: #4b5862;
}
.foter-copyright p>a{
   font: normal normal 600 16px/20px Proxima Nova Regular,Calibri,sans-serif;
   text-decoration: underline;
   color: #3D5A6A;
}

.footer-accreditations img {
   height: 78px;
   max-width: 200px;
   width: auto;
   padding-right: 30.5px;
   padding-bottom: 49px;
   box-sizing: content-box;
   box-sizing: content-box;
}


/* footer middle */

footer .footer-bottom-wrapper {
   width: 100%;
   height: 100%;
   margin-top: 40px;
   border-top: 6px solid #B2B5BD;
   background: #E5E5E5;
   display: flex;
}
footer .footer-bottom-wrapper .footer-bottom {
   width: 100%;
   max-width: 1200px;
   height: auto;
   margin: 0 auto;
   position: relative;
   background: #E5E5E5;
}

.footer-bottom-language-link-wrapper {
   float: left;
   width: auto;
   height: auto;
   margin: 0 0 0 2.125rem;
   padding: 11px 0;
}
.footer-bottom-language-link-wrapper .country{
   color: #000A15;
   font-size: 16px;
   line-height: 20px;
   font-family: "Proxima Nova Semibold",Calibri,sans-serif;
   font-weight: 700;
}

.footer-bottom-brand-links {
   float: right;
   margin-right: 2.125rem;
}
.footer-bottom-brand-links ul{
   list-style: none;
   padding: 0;
   margin: 0;
   font-size: 0;
   flex-wrap: wrap;
}
.footer-bottom-brand-links ul>li{
   display: inline-block;
   width: 200px;
   height: auto;
   text-align: center;
   margin-top: -6px;

}
.footer-bottom-language-links {
   line-height: 20px;
}
.footer-bottom-brand-links ul>li:nth-of-type(1){
   border-top: 6px solid #ED1C24;
}

.footer-bottom-brand-links ul>li:nth-of-type(2){
   border-top: 6px solid #693;
}
.footer-bottom-brand-links ul>li:nth-of-type(3){
   border-top: 6px solid #007dc5;
}
.footer-bottom-brand-links ul>li:nth-of-type(4){
   border-top: 6px solid #863a8e;
}
.footer-bottom-brand-links ul>li>a{
   font-family: "Proxima Nova Semibold",Calibri,sans-serif;
   font-size: 16px;
   font-weight: 600;
   line-height: 20px;
   display: block;
   width: 200px;
   height: auto;
   background: #F6F6F6;
   text-decoration: none;
   color: #0F202E;
   margin: 0;
   padding: 11px 0;
}
footer .row.no-vertical-margin .grid .col-1-lg:nth-of-type(3) {
   display: none;
}
.footer-bottom-wrapper {
   width: 100%;
   height: 100%;
   margin-top: 40px;
   border-top: 6px solid #B2B5BD;
   background: #E5E5E5;
   display: flex;
}

.footer-bottom-wrapper .footer-bottom {
   width: 100%;
   max-width: 1200px;
   height: auto;
   margin: 0 auto;
   position: relative;
   background: #E5E5E5;
}

@media (max-width:1199px){
   footer .row.no-vertical-margin .col-2-lg {
      grid-column-end: span 3;
   }

   footer .mobile-none{
      display:none;
   }
   .foter-copyright {
      margin-top: 29px !important;
      margin-bottom: 30px;
      max-width: 252px;
   }

   .footer-logo {
      margin-top: 20px;
   }
   .mobile {
      margin-top: 10px;
   }
   footer .row.no-vertical-margin .col-4-lg {
      grid-column-end: span 11;
   }
}

@media(max-width:900px){
   .footer-bottom-brand-links ul li{
      margin-right: 1px;
      width: calc(50% - 1px)!important;
      margin-top: -4px!important;
   }
}

@media only screen and (max-width: 952px){
   .footer-bottom-language-link-wrapper{
      margin: 0;
      float: none;
      width:100%;
   }

   .footer-bottom-brand-links ul>li{
      width:50%;
   }
   .footer-bottom-brand-links{
      margin-right: 0;
      width: 100%;
      float: right;

   }
   .footer-bottom-brand-links ul>li>a{
      width:100%;
   }
   .footer-bottom-language-link-wrapper {
      padding: 11px 0;
      width: 100%;
      margin: 0;
      text-align:center;
   }
}

@media only screen and (max-width: 767px){
   .footer-bottom-brand-links ul{
      display:block !important;
   }
}

@media(min-width:601px){
   .mobile-menu{
      display:none;
   }
}

@media only screen and (max-width:600px){
   footer .row.no-vertical-margin .col-2-lg:nth-of-type(5) {
      display: none;
   }
   footer .row.no-vertical-margin .col-4-lg{
      padding-right:0;
   }
   .foter-copyright{
      max-width:100%;
   }
   footer .row.no-vertical-margin .col-4-lg{
      grid-column-end: span 11;
      margin-top: -3px;
   }
   footer .row.no-vertical-margin .footer-navigation ul>li {
      display: inline-block;
   }
   .footer-accreditations img {
      max-width: 200px;
      width: auto;
      padding-right: 30.5px;
      padding-bottom: 49px;
      box-sizing: content-box;
      height: 58px !important;
   }
   footer .row.no-vertical-margin .footer-navigation ul {
      display: flex;
   }
   footer .row.no-vertical-margin .col-2-lg {
      grid-column-end: span 11;
   }
   footer .row.no-vertical-margin .col-2-lg:nth-of-type(4) {
      margin-bottom: 1.875rem;
      margin-top: 1.48rem;
   }
   .footer-logo {
      margin-top: 0;
   }
   .mobile-menu .footer-navigation ul {
      display: block !important;
      margin-top: 30px;
   }
   .mobile-menu .footer-navigation ul li {
      line-height: 1 !important;
   }
   .mobile-menu .footer-navigation ul li > a {
      font: normal normal 600 16px/20px Proxima Nova Regular,Calibri,sans-serif;
      color: #3D5A6A;
      display: inline-block;
      padding-bottom: 0 !important;
   }
   .mobile-menu .footer-navigation ul li:not(:first-child)::before {
      content: "\2022\00a0";
      margin-left: 2px;
      font-size: 16px;
      margin-right: 4px;
   }
   footer .row.no-vertical-margin .grid .col-1-lg:nth-of-type(3) {
      display: block;
   }
   footer {
      margin-bottom: 60px;
   }
}
@media(max-width:479px){
   .footer-bottom-brand-links ul {
      display: flex !important;
   }
   .footer-bottom-brand-links ul>li>a {
      width: 100%;
      height: 100%;
   }
}
@media (min-width: 320px){
   .col-6-lg {
      grid-column-end: span 8;
   }
}
.bottom-top-wrapper {
   margin-top: 30px;
}

.red-line {
   border-top: 8px solid #ED1C24;
   width: 100%;
   background: #FFF;
   color: #878f96;
   padding: 0;
   box-sizing: content-box
}

/* bottom middle */
.row.no-vertical-margin {
   margin-top: 0;
   margin-bottom: 0;
}

.red-line .row.no-vertical-margin  .grid {
   max-width: 1200px;
   display: grid;
   padding-left: 5%;
   padding-right: 5%;
   grid-template-columns: repeat(12,1fr);
   grid-gap: 2%;
   margin: auto;
   box-sizing: content-box;
}

@media (min-width: 1200px){
   .red-line .row.no-vertical-margin  .grid .col-1-lg {
      grid-column-end: span 1;
   }
   .red-line .row.no-vertical-margin    .col-2-lg {
      grid-column-end: span 2;
   }

   .bottom-top-wrapper .no-vertical-margin .col-6-lg{
      grid-column-end: span 6;
   }

   .red-line .mobile {
      display:none;
   }
}

.red-line .row.no-vertical-margin .bottom-navigation ul{
   display:block;
} 
.red-line .row.no-vertical-margin .bottom-navigation ul>li{
   line-height: 25px;
}
.red-line .row.no-vertical-margin .bottom-navigation ul>li>a{
   font: normal normal 600 16px/20px Proxima Nova Regular,Calibri,sans-serif;
   color: #3D5A6A;
   display: inline-block;
   padding-bottom: 10px;
}
.red-line .row.no-vertical-margin   .col-4-lg {
   grid-column-end: span 4;
}
.bottom-logo>a {
   background: url(https://2602531.fs1.hubspotusercontent-na1.net/hubfs/2602531/raw_assets/public/GLO%20Themes/Magnolia%20Theme%20-%20GLO/images/rentokil-red.svg);
   display: block;
   width: 154px;
   height: 34px;
   background-repeat: no-repeat;
}
.bottom-logo>a .is-hidden{
   display:none;
}
.bottom-top-wrapper .margin-top-50 {
   margin-top: 50px;
}

.foter-copyright {
   margin-top: 19px!important;
} 
.foter-copyright p{
   margin:0;
   font: normal normal 500 16px/20px Proxima Nova Regular,Calibri,sans-serif;
   color: #4b5862;
}
.foter-copyright p>a{
   font: normal normal 600 16px/20px Proxima Nova Regular,Calibri,sans-serif;
   text-decoration: underline;
   color: #3D5A6A;
}

.bottom-accreditations img {
   height: 78px;
   max-width: 200px;
   width: auto;
   padding-right: 30.5px;
   padding-bottom: 49px;
   box-sizing: content-box;
   box-sizing: content-box;
}


/* bottom middle */

.red-line .bottom-bottom-wrapper {
   width: 100%;
   height: 100%;
   margin-top: 40px;
   border-top: 6px solid #B2B5BD;
   background: #E5E5E5;
   display: flex;
}
.red-line .bottom-bottom-wrapper .bottom-bottom {
   width: 100%;
   max-width: 1200px;
   height: auto;
   margin: 0 auto;
   position: relative;
   background: #E5E5E5;
}

.bottom-bottom-language-link-wrapper {
   float: left;
   width: auto;
   height: auto;
   margin: 0 0 0 2.125rem;
   padding: 11px 0;
}
.bottom-bottom-language-link-wrapper .country{
   color: #000A15;
   font-size: 16px;
   line-height: 20px;
   font-family: "Proxima Nova Semibold",Calibri,sans-serif;
   font-weight: 700;
}

.bottom-bottom-brand-links {
   float: right;
   margin-right: 2.125rem;
}
.bottom-bottom-brand-links ul{
   list-style: none;
   padding: 0;
   margin: 0;
   font-size: 0;
   flex-wrap: wrap;
}
.bottom-bottom-brand-links ul>li{
   display: inline-block;
   width: 200px;
   height: auto;
   text-align: center;
   margin-top: -6px;

}
.bottom-bottom-language-links {
   line-height: 20px;
}
.bottom-bottom-brand-links ul>li:nth-of-type(1){
   border-top: 6px solid #ED1C24;
}

.bottom-bottom-brand-links ul>li:nth-of-type(2){
   border-top: 6px solid #693;
}
.bottom-bottom-brand-links ul>li:nth-of-type(3){
   border-top: 6px solid #007dc5;
}
.bottom-bottom-brand-links ul>li:nth-of-type(4){
   border-top: 6px solid #863a8e;
}
.bottom-bottom-brand-links ul>li>a{
   font-family: "Proxima Nova Semibold",Calibri,sans-serif;
   font-size: 16px;
   font-weight: 600;
   line-height: 20px;
   display: block;
   width: 200px;
   height: auto;
   background: #F6F6F6;
   text-decoration: none;
   color: #0F202E;
   margin: 0;
   padding: 11px 0;
}
bottom .row.no-vertical-margin .grid .col-1-lg:nth-of-type(3) {
   display: none;
}
.bottom-bottom-wrapper {
   width: 100%;
   height: 100%;
   margin-top: 40px;
   border-top: 6px solid #B2B5BD;
   background: #E5E5E5;
   display: flex;
}

.bottom-bottom-wrapper .bottom-bottom {
   width: 100%;
   max-width: 1200px;
   height: auto;
   margin: 0 auto;
   position: relative;
   background: #E5E5E5;
}

@media (max-width:1199px){
   .red-line .row.no-vertical-margin .col-2-lg {
      grid-column-end: span 3;
   }

   .red-line .mobile-none{
      display:none;
   }
   .foter-copyright {
      margin-top: 29px !important;
      margin-bottom: 30px;
      max-width: 252px;
   }

   .bottom-logo {
      margin-top: 20px;
   }
   .mobile {
      margin-top: 10px;
   }
   .red-line .row.no-vertical-margin .col-4-lg {
      grid-column-end: span 11;
   }
}

@media(max-width:900px){
   .bottom-bottom-brand-links ul li{
      margin-right: 1px;
      width: calc(50% - 1px)!important;
      margin-top: -4px!important;
   }
}

@media only screen and (max-width: 952px){
   .bottom-bottom-language-link-wrapper{
      margin: 0;
      float: none;
      width:100%;
   }

   .bottom-bottom-brand-links ul>li{
      width:50%;
   }
   .bottom-bottom-brand-links{
      margin-right: 0;
      width: 100%;
      float: right;

   }
   .bottom-bottom-brand-links ul>li>a{
      width:100%;
   }
   .bottom-bottom-language-link-wrapper {
      padding: 11px 0;
      width: 100%;
      margin: 0;
      text-align:center;
   }
}

@media only screen and (max-width: 767px){
   .bottom-bottom-brand-links ul{
      display:block !important;
   }
}

@media(min-width:601px){
   .mobile-menu{
      display:none;
   }
}

@media only screen and (max-width:600px){
   .red-line .row.no-vertical-margin .col-2-lg:nth-of-type(5) {
      display: none;
   }
   .red-line .row.no-vertical-margin .col-4-lg{
      padding-right:0;
   }
   .foter-copyright{
      max-width:100%;
   }
   .red-line .row.no-vertical-margin .col-4-lg{
      grid-column-end: span 11;
      margin-top: -3px;
   }
   .red-line .row.no-vertical-margin .bottom-navigation ul>li {
      display: inline-block;
   }
   .bottom-accreditations img {
      max-width: 200px;
      width: auto;
      padding-right: 30.5px;
      padding-bottom: 49px;
      box-sizing: content-box;
      height: 58px !important;
   }
   .red-line .row.no-vertical-margin .bottom-navigation ul {
      display: flex;
   }
   .red-line .row.no-vertical-margin .col-2-lg {
      grid-column-end: span 11;
   }
   .red-line .row.no-vertical-margin .col-2-lg:nth-of-type(4) {
      margin-bottom: 1.875rem;
      margin-top: 1.48rem;
   }
   .bottom-logo {
      margin-top: 0;
   }
   .mobile-menu .bottom-navigation ul {
      display: block !important;
      margin-top: 30px;
   }
   .mobile-menu .bottom-navigation ul li {
      line-height: 1 !important;
   }
   .mobile-menu .bottom-navigation ul li > a {
      font: normal normal 600 16px/20px Proxima Nova Regular,Calibri,sans-serif;
      color: #3D5A6A;
      display: inline-block;
      padding-bottom: 0 !important;
   }
   .mobile-menu .bottom-navigation ul li:not(:first-child)::before {
      content: "\2022\00a0";
      margin-left: 2px;
      font-size: 16px;
      margin-right: 4px;
   }
   .red-line .row.no-vertical-margin .grid .col-1-lg:nth-of-type(3) {
      display: block;
   }
   .red-line {
      margin-bottom: 60px;
   }
}
@media(max-width:479px){
   .bottom-bottom-brand-links ul {
      display: flex !important;
   }
   .bottom-bottom-brand-links ul>li>a {
      width: 100%;
      height: 100%;
   }
}
@media (min-width: 320px){
   .col-6-lg {
      grid-column-end: span 8;
   }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  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) {
 
}

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