:root {
  --primary: #093b66;
  --secondary: #ec9f05;
  --grey: #CCC;
  --l-grey: #EFEFEF;
  --d-grey: #545454;
  --base: #333;
  --white: #FFF;
  --blue: #093b66;
}

div#map_container > div:nth-child(2) {
  display: none;
}

/* Theme colours */
.has-primary-color {
  color: var(--primary);
}

.has-blue-color {
  color: var(--blue);
}

.has-primary-background-color {
  background-color: var(--primary);
}

.has-blue-background-color {
  background-color: var(--blue);
}

.has-secondary-color {
  color: var(--secondary);
}

.has-secondary-background-color {
  background-color: var(--secondary);
}

.has-grey-color {
  color: var(--grey);
}

.has-grey-background-color {
  background-color: var(--grey);
}

.has-l-grey-color {
  color: var(--l-grey);
}

.has-l-grey-background-color {
  background-color: var(--l-grey);
}

.has-d-grey-color {
  color: var(--d-grey);
}

.has-d-grey-background-color {
  background-color: var(--d-grey);
}

.has-base-color,
.has-base-color.has-text-color {
  color: var(--base);
}

.has-base-background-color {
  background-color: var(--base);
}

.has-white-color,
.has-white-color.has-text-color a {
  color: var(--white);
}

.has-white-background-color {
  background-color: var(--white);
}

.has-background-dim {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.has-background-dim.has-background-dim-10 {
  opacity: 0.1;
}

.has-background-dim.has-background-dim-20 {
  opacity: 0.2;
}

.has-background-dim.has-background-dim-30 {
  opacity: 0.3;
}

.has-background-dim.has-background-dim-40 {
  opacity: 0.4;
}

.has-background-dim.has-background-dim-50 {
  opacity: 0.5;
}

.has-background-dim.has-background-dim-60 {
  opacity: 0.6;
}

.has-background-dim.has-background-dim-70 {
  opacity: 0.7;
}

.has-background-dim.has-background-dim-80 {
  opacity: 0.8;
}

.has-background-dim.has-background-dim-90 {
  opacity: 0.9;
}

.has-background-dim.has-background-dim-100 {
  opacity: 1;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font: 400 15px 'Open Sans', sans-serif;
  color: var(--black);
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;

}
* {
font: 400 15px 'Open Sans', sans-serif;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0 auto;
  background: var(--white);
}

#main-content .wp-block-column {
  position: relative;
}

/* Narrow Width of blocks */
.narrow>div:first-of-type {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}
.narrow .center-sep {
  margin-left: 0;
  height: 5px;
  margin: -1.4rem 0 1.1rem;
  width: 11%
}
.centered-align {
  height: 5px!important;
  margin: 1.5rem auto 1.5rem!important;
  width: 11%;
  
}
/* Width of "wide" blocks */
.alignwide>div:first-of-type {
  max-width: 1400px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

/* Width of "full-wide" blocks */
.alignfull>div:first-of-type {
  max-width: 1800px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

.site-header .alignfull>div:first-of-type {
  padding: 0;
}

.site-footer .alignfull>div:first-of-type {
  padding-top: 0;
  padding-bottom: 0;
}

p::selection, h1::selection, h2::selection, h3::selection, h4::selection, li::selection, a::selection, span::selection {
    background: var(--secondary);
}

p.has-primary-color::selection, h1.has-primary-color::selection, h2.has-primary-color::selection, h3.has-primary-color::selection, h4.has-primary-color::selection, li.has-primary-color::selection, a.has-primary-color::selection, span.has-primary-color::selection {
    background: var(--secondary);
}

.wp-block-post-date {
  display: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
  margin: 0 0 1rem 0;
  padding: 0;
  color: var(--base);
}

h1 {
  font-size: 2.5em;
  margin: 0 0 1rem 0;
  line-height: 1.2;
}

h2 {
  margin: 0 0 1rem 0;
  line-height: 1.4;
  font-size: 1.5em;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 700;
}

h3 {
  font-size: 1.75em;
  line-height: 1.25;
  margin: 0 0 1rem 0;
}

h4 {
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 0.4rem 0;
}

p {
  font-size: .9em;
  line-height: 1.8;
  margin: 0 0 2rem 0;
  padding: 0;
}

p.has-small-font-size {
  font-size: .85em;
}

p.has-medium-font-size {
  font-size: 1.2em;
}

p.has-large-font-size {
  font-size: 1.4em;
}

b,
strong {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
hr.wp-block-separator {
  background-color: var(--grey);
  border: 0;
  height: 1px;
  width: 5rem;
  margin: 0 auto;
}

hr.wp-block-separator.is-style-wide {
  width: 100%;
}

hr.wp-block-separator.is-style-dots {
  background-color: transparent;
  border-top: 5px dotted var(--grey);
}

img {
  max-width: 100%;
  width: initial;
  height: auto;
  display: block;
  margin: 0 auto;
}

.img-margin img {
  margin: 2rem 0 3rem 0;
}

svg {
  display: block;
}

figure {
  margin: 0;
}

ul,
main ul.list-no-style {
  list-style-type: none;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

main ul,
ol {
  list-style-type: square;
  font-size: 1em;
  margin: 0 0 2rem 2rem;
  padding: 0;
  line-height: 1.6;
}

main ul li ul,
ol li ol {
  margin-bottom: 0;
}

ol {
  list-style-type: decimal;
}

ol.lower-alpha {
  list-style-type: lower-alpha;
}

ol.upper-alpha {
  list-style-type: upper-alpha;
}

ol.lower-roman {
  list-style-type: lower-roman;
}

ol.upper-roman {
  list-style-type: upper-roman;
}

a {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: var(--primary);
}

main a {
  text-decoration: none;
  color: var(--secondary);
  font-weight: 700
}

a:hover,
a:focus,
a:active {
  cursor: pointer;
  text-decoration: none;
  color: var(--primary);
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}
#main-content li {
  background: url(/wp-content/uploads/icon_check.png) left 7px no-repeat;
    padding-left: 15px;
    line-height: 1.8;
    margin-bottom: 10px;
    list-style-type: none;
    margin-left: -1rem
}
.wp-block-post-template li {
  background: none!important
}
/* Breadcrumbs */
.breadcrumb-container {
  background: var(--primary);
  position: relative;
width: 100%;
  z-index: 2
}
.ah-breadcrumb {
  width: 100%;
  margin: .5rem auto 0 auto;
  position: relative;
  left: 0;
  right: 0;
  z-index: 1;
}

.ah-breadcrumb li {
  display: inline-block;
  margin: 0 .25rem;
  font-size: .9em;
}

#main-content .ah-breadcrumb li {
    display: inline-block;
    font-size: .9em;
    background: none;
    margin: 0 .25rem;
    padding-left: 0;
}

.ah-breadcrumb .item a{
  color: var(--white);
}
.ah-breadcrumb .seperator {
  color: var(--white)
}
.ah-breadcrumb .item-current {
  color: var(--secondary);
  font-weight: 600
}
.breadcrumb a{
  font-weight: 500;
  padding: .5rem;
}
.breadcrumb .post.post-page.current-item {
  font-weight: 700;
  padding: .5rem;
}
.breadcrumb {
  padding: 1rem;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: var(--l-grey);
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: var(--secondary);
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Video (YouTube)
--------------------------------------------------------------*/
.wp-block-embed__wrapper,
.wp-block-video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.wp-block-embed__wrapper iframe,
.wp-block-video video {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.devoted-protection-video video {
  padding-bottom: 1.5rem
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* cross-browser fix */
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0;
  display: inline-block;
  padding: 1.4rem 1.6rem;
  background: var(--secondary);
  border-radius: 0px;
  font: 400 1.2em/0 'Open Sans', Arial, sans-serif;
  text-transform: uppercase;
  line-height: 0;
  white-space: nowrap;
  color: var(--white);
  cursor: pointer;
 width: 100%
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: var(--primary);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid var(--secondary);
  color: var(--secondary)
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: var(--base);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
input[type="file"],
textarea,
select {
  color: var(--d-grey);
  border: 1px solid var(--base);
  border-radius: 0;
  margin: .3em 0 1.3em 0;
  padding: .75rem 1rem;
  width: 100%;
}

input[type="file"] {
  border: 0;
  padding: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: var(--base);
}

.wp-block-post-featured-image img {

min-width: 100%;

}

/* contact 7 forms */
span.required {
  color: var(--secondary);
  font-size: 0.8em;
}

span.wpcf7-not-valid-tip {
  color: var(--secondary);
}

span.wpcf7-list-item {
  display: block;
}
label {
  color: var(--white);
}
/*--------------------------------------------------------------
## Site logo
--------------------------------------------------------------*/
.site-header {
  background: var(--primary);
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
  -webkit-box-shadow: 0 8px 20px -4px rgba(0, 0, 0, .15);
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, .15);
}

.site-header .alignfull {
  padding: 0;
}

.site-branding {
  padding: .6rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-branding img {
  width: 8.5rem;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.site-branding a:hover img {
  opacity: .75;
}

.top-nav {
  display: none;
}

/* Social Media */
.menu-social-media-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-social-media-container ul li {
  margin: .65rem 1rem .65rem 0;
}

.menu-social-media-container ul li:last-of-type {
  margin-right: 0;
}

.menu-social-media-container img {
  width: .9rem;
}

/* Language selector */
.menu-languages-container {
  position: relative;
  top: 0;
  cursor: pointer;
}

.menu-languages-container ul {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.menu-languages-container ul .sub-menu {
  position: relative;
}

.menu-languages-container ul li a {
  display: block;
  padding: .5rem 1rem;
  color: var(--white);
  background: url(/wp-content/uploads/chevron-down-solid-1.svg) no-repeat right center;
  background-size: 10px;
  font-size: 1em;
  line-height: 1.55;
  text-align: right;
}

.menu-languages-container ul .sub-menu li a {
  text-align: left;
  background: none;
}

.menu-languages-container a img {
  display: inline;
  vertical-align: middle;
  margin-right: .45rem;
  position: relative;
  bottom: 1px;
}

.menu-languages-container ul.sub-menu {
  display: none;
  border: 1px solid var(--d-grey);
}

.menu-languages-container:hover ul.sub-menu {
  display: block;
}

.menu-languages-container ul.sub-menu li a {
  display: block;
  padding: .7rem 1rem;
  -webkit-box-shadow: 0px 4px 12px -3px rgb(0 0 0 / 20%);
  box-shadow: 0px 4px 12px -3px rgb(0 0 0 / 20%);
  background-color: var(--primary);
  border-bottom: 1px solid var(--d-grey);
  text-decoration: none;
  color: var(--white);
}

.menu-languages-container ul.sub-menu li:last-child a {
  border: 0;
}

.menu-languages-container ul.sub-menu a:hover {
  color: var(--primary);
  background: var(--secondary);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* Hide/show nav*/
.btn-content {
  display: none;
  width: 100%;
  background: var(--primary);
  padding: 2rem 1.5rem;
  text-align: center;
  position: relative;
  z-index: 2;
  top: 0;
}

.btn-content a {
  color: var(--white);
  text-decoration: none;
  line-height: 1.8;
  text-transform: uppercase;
}

.main-navigation .btn-toggle {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  border-radius: 0;
  background: var(--primary);
  color: var(--white);
  font-size: 1em;
  line-height: 0;
  outline: none;
  cursor: pointer;
  padding: 2rem 1rem;
  margin: 0;
  z-index: 2;
  width: auto
}

.main-navigation .btn-toggle i.bar {
  position: relative;
  display: block;
  width: 2rem;
  height: 3px;
  background: var(--white);
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.main-navigation .btn-toggle i.bar::before,
.main-navigation .btn-toggle i.bar::after {
  content: '';
  width: 2rem;
  height: 3px;
  background: var(--white);
  position: absolute;
  left: 0;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.main-navigation .btn-toggle i.bar::before {
  top: -10px;
}

.main-navigation .btn-toggle i.bar::after {
  bottom: -10px;
}

.main-navigation .btn-toggle.btn-toggle-expand i.bar {
  background: rgba(0, 0, 0, 0);
}

.main-navigation .btn-toggle.btn-toggle-expand i.bar::before {
  top: 0;
  -webkit-transform: rotateZ(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotateZ(-135deg);
}

.main-navigation .btn-toggle.btn-toggle-expand i.bar::after {
  bottom: 0;
  -webkit-transform: rotateZ(135deg);
  -ms-transform: rotate(135deg);
  transform: rotateZ(135deg);
}

.main-navigation li a {
  display: block;
  padding: .75rem;
  border-bottom: 1px solid rgba(225, 225, 225, .5);
  line-height: 1.25;
}

.main-navigation li:last-child a {
  border: 0;
}

.main-navigation .sub-menu {
  display: none;
  background: var(--base);
}

.main-navigation .menu-item-has-children {
  position: relative;
}

.main-navigation .menu-item-has-children:after {
  background: url(/wp-content/themes/ibtonline/img/chevron-down-white.svg) no-repeat 50% 50%;
  background-size: 10px;
  position: absolute;
  right: 0;
  width: 2.25rem;
  height: 2rem;
  top: .25rem;
  content: "";
  z-index: 111;
  cursor: pointer;
}

/*--------------------------------------------------------------
## col and Modules
--------------------------------------------------------------*/
/* quotations */
blockquote {
  display: block;
  margin: 0 0 .75rem 0;
  padding: 0;
  font-style: normal;
  quotes: "\201C""\201D";
}

blockquote p:before {
  content: open-quote;
  margin-right: .1rem
}

blockquote p:after {
  content: close-quote;
}

blockquote p {
  color: var(--white);
  font-size: 1.15rem;
}

.quotee {
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
}

address {
  font-style: normal;
}

iframe,
object,
embed {
  max-width: 100%;
}

/* col */
.wp-block-columns {
  display: grid;
  gap: 1.5rem;
  grid-auto-flow: row;
  /*grid-template-columns: repeat(auto-fit, minmax(min(5rem, 100%), 1fr));*/
  /*grid-template-columns: repeat(auto-fill, minmax(min(5rem, 100%), 1fr));*/
}

.wp-block-columns.is-not-stacked-on-mobile {
  grid-auto-flow: column;
}

/* without gutter */
.wp-block-columns.no-gutter {
  gap: 0;
}

.wp-block-columns.no-gutter-bottom {
  row-gap: 0;
}

.wp-block-columns.slim-gutter {
  gap: .5rem;
}

/* center text */
.has-text-align-center {
  text-align: center;
}

/* text right */
.has-text-align-right {
  text-align: right;
}

/* text left */
.text-left {
  text-align: left;
}

/* justify per row */
.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

/* vertical alignment (grid parent) */
.are-vertically-aligned-top {
  align-items: start;
}

.are-vertically-aligned-center {
  align-items: center;
}

.are-vertically-aligned-bottom {
  align-items: end;
}

.are-vertically-aligned-stretch {
  align-items: stretch;
}

/* vertical alignment (grid child) */
.is-vertically-aligned-top {
  align-self: start;
}

.is-vertically-aligned-center {
  align-self: center;
}

.is-vertically-aligned-bottom {
  align-self: end;
}

.is-vertically-aligned-stretch {
  align-self: stretch;
}

/* base classes for all media - mobile first */
/*even columns*/
.wp-block-columns.two-items {
  grid-template-columns: repeat(2, 1fr);
}

.wp-block-columns.three-items {
  grid-template-columns: repeat(3, 1fr);
}

.wp-block-columns.four-items {
  grid-template-columns: repeat(4, 1fr);
}

.wp-block-columns.five-items {
  grid-template-columns: repeat(5, 1fr);
}

.wp-block-columns.six-items {
  grid-template-columns: repeat(6, 1fr);
}

/*uneven columns as fractions*/
.wp-block-columns.one-of-three {
  grid-template-columns: 33.3fr 76.7fr;
}

.wp-block-columns.one-of-four {
  grid-template-columns: 25fr 75fr;
}

.wp-block-columns.one-of-five {
  grid-template-columns: 20fr 80fr;
}

.wp-block-columns.one-of-six {
  grid-template-columns: 16.6fr 83.4fr;
}

.wp-block-columns.two-of-five {
  grid-template-columns: 40fr 60fr;
}

/*reverse uneven columns as fractions*/
.wp-block-columns.two-of-three {
  grid-template-columns: 76.7fr 33.3fr;
}

.wp-block-columns.three-of-four {
  grid-template-columns: 75fr 25fr;
}

.wp-block-columns.four-of-five {
  grid-template-columns: 80fr 20fr;
}

.wp-block-columns.five-of-six {
  grid-template-columns: 83.4fr 16.6fr;
}

.wp-block-columns.three-of-five {
  grid-template-columns: 60fr 40fr;
}

/* Switch 2 column order */
.switcharoo:nth-of-type(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
}

.switcharoo:nth-of-type(2) {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}

/* slider */
.hero .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*justify-content: center;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: var(--l-grey);
  position: relative;
  padding: 4rem;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.slider {
  display: block;
}

.hero .message p {
  font-size: 1.4em;
  line-height: 1.6;
  margin: 0 0 2rem 0;
}

.hero.main-img .message h1 {
  margin: 0;
}

.hero img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wp-block-cover {
  padding: 4rem 0;
  position: relative;
}

.wp-block-cover div[role=img],.wp-block-cover div.wp-block-cover__image-background {
  padding: 0;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.wp-block-cover.bg-overlay {
  position: relative;
}

.wp-block-cover.bg-overlay::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(244, 171, 28, 0)), color-stop(50%, rgba(244, 171, 28, .5)));
  background-image: -o-linear-gradient(left, rgba(244, 171, 28, 0) 0%, rgba(244, 171, 28, .5) 50%);
  background-image: linear-gradient(90deg, rgba(244, 171, 28, 0) 0%, rgba(244, 171, 28, .5) 50%);
}

.wp-block-cover .module-box {
  padding: 2rem;
  background: var(--white);
  background: rgba(255, 255, 255, .8);
  border-radius: 3px;
  position: relative;
  z-index: 2;
}
.overlay-box {
  padding: 1.5rem 2rem;
  background: rgba(0, 0, 0, .5);
  border-radius: 3px;
  position: relative;
  z-index: 2;
}
.wp-block-cover.mv__cover-overflow {
  padding: 0;
  max-height: 40rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 500px;
  width: 100%;
}

.mv__cover-overflow video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mv__cover-overflow .wp-block-cover__inner-container {
  position: relative;
  z-index: 1;
}

.heading-only {
  margin: 0 0 2rem 0;
}

.blog .latest-news h2 {
  font-size: 1.15em
}

.blog .latest-news p {
  font-size: .85em;
}
.latest-news li{
  background: none!important
}
.post-pagination {
  display: grid;
  grid-template-columns: 1fr 1fr;
  bottom: 0;
  width: 100%;
  padding: 0px 40px 0 0px;
}

.post-pagination .next-post {
  text-align: right;
}

.latest-news .outer-link {
  display: block;
  border: none;
  border-radius: 4px;
  color: var(--base);
  position: relative;
}

.latest-news .outer-img {
  position: relative;
  overflow: hidde;
}

.latest-news .outer-link img {
  border-radius: 0;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .75s;
     object-fit: cover;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.latest-news .outer-link:hover img {
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  -webkit-transform: scale(.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.latest-news .inner-content {
  font-size: 1.2em;
  padding: 1rem 0rem;
    font-weight: 400
}
.latest-news a{
  text-decoration: none;
}
.latest-news .category {
  display: none;
}

.latest-news .read {
  display: none;
}


.pagination {
  margin: 2rem 0 0 0;
  text-align: center;
  font-size: .9em;
  display: block;
  position: relative;
  height: 60px;
  box-sizing: content-box;
}

.pagination .page-numbers {
  padding: 1rem 1.3rem;
  background: var(--primary);
  color: var(--white);
  border-radius: 50%;
  font-size: 1.15em;
  line-height: 1.6;
}

.pagination a:hover,
.pagination .page-numbers.current {
  background: var(--b-cyan);
}

.pagination .page-numbers.next {
  position: relative;
  left: 1px;
}

.pagination .page-numbers.next::before,
.pagination .page-numbers.prev::before {
  content: ">";
  position: relative;
  top: -.1rem;
}

.pagination .page-numbers.prev::before {
  content: "<";
}

/* popup */
/* Popup / Modal */
.overlay {
  position: fixed;
  /*! margin: auto; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.75);
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
  visibility: hidden;
  opacity: 0;
  height: 0;
  z-index: 2;
}

.overlay .cancel {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.overlay .cancel::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  border-radius: 0 0 0 4px;
  background: url(/wp-content/uploads/close-icon.svg) center no-repeat;
  background-color: var(--primary);
  background-size: 20px 20px;
  position: absolute;
  top: -1px;
  right: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.overlay:target {
  visibility: visible;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  height: auto;
}

.popup h3 {
  color: var(--primary);
  font-weight: 700;
}

.popup {
  max-width: 1000px;
  max-height: 550px;
  min-width: 400px;
  min-height: 200px;
  width: 70%;
  overflow: auto;
  padding: 2rem;
  background: var(--grey);
  border: none;
  border-radius: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popup .wp-block-columns>.wp-block-column h3 {
  margin-top: 12px;
  font-size: 1.2rem;
}

.popup p,
.popup ul,
.popup ol {
  font-size: .85em;
  margin-bottom: 1.25rem;
}

.popup p:last-child,
.popup ul:last-child,
.popup ol:last-child {
  margin-bottom: .5rem;
}

.popup .content {
  max-height: 400px;
  overflow: auto;
}

/* buttons */
.wp-block-button {
  background: none;
  
}

.wp-block-button a {
  display: block;
  padding: 1.1rem 1rem;
  border-radius: 50px;
  font-weight: 400;
  color: var(--black);
  /*white-space: nowrap;*/
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid #000;
  font-size: 1em;
  letter-spacing: 1.5px
}

.wp-block-button__link {
  background-color: var(--secondary);
  border-radius: 0;
  box-shadow: none;
}
.wp-block-button .wp-block-button__link:hover{
  background-color: #DE7C00;
  color: var(--black)
}
.wp-block-button .has-primary-background-color:hover {
  background: var(--secondary);
}

.wp-block-button a:hover,
.wp-block-button .has-secondary-background-color:hover {
  background: var(--primary);
  color: var(--white)
}

.wp-block-button.is-style-outline {
  background: transparent;
  border: 4px solid var(--base);
}

.wp-block-button.is-style-outline a {
  color: var(--base);
}

.wp-block-button.is-style-outline:hover {
  border-color: var(--primary);
}

.wp-block-button.is-style-outline a:hover {
  background: transparent;
  color: var(--primary);
  border-radius: 0;
}

.wp-block-buttons.is-content-justification-center {
  justify-content: center;
}

.wp-block-buttons.is-content-justification-right {
  justify-content: flex-end;
}

.wp-block-buttons {
  display: flex;
  justify-content: flex-start;
  gap: 1em;
}

.wp-block-buttons .wp-block-button:last-of-type {
  margin: 0;
}

.cta {
  position: fixed;
  right: 1.75rem;
  bottom: 1.75rem;
  z-index: 98;
}

.cta .wp-block-button__link {
  border: 2px solid var(--white);
  padding: .5rem 1rem;
  font-size: 1.15em;
  letter-spacing: 2px;
}
.cta-col-orange {
  background: var(--secondary);
  color: var(--white);
  padding: .7rem 1rem
}
/*table styling*/
.wp-block-table {
  max-width: calc(100vw - 2rem);
  margin: 0 0 2rem 0;
  padding: 1rem 0;
}

.wp-block-table table {
  border-collapse: collapse;
  overflow-x: auto;
  display: table;
  /*width: fit-content;*/
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  width: 100%;
}

.wp-block-table table td,
.wp-block-table table th {
  border: 1px solid var(--d-grey);
  padding: 1.5rem 1.75rem;
}

.wp-block-table table thead {
  color: var(--primary);
  background: transparent;
}

.wp-block-table table th {
  text-align: left;
  border-top: none;
  font-weight: 700;
}

.wp-block-table table td {
  /*white-space: nowrap;*/
  border-bottom: none;
  font-size: 0.9em;
  font-weight: 100;
  line-height: 1.3;
}

.wp-block-table table td:first-of-type,
.wp-block-table table th:first-of-type {
  border-left: none;
}

.wp-block-table table td:last-of-type,
.wp-block-table table th:last-of-type {
  border-right: none;
}

.is-style-stripes table {
  font-size: .9em
}

.is-style-stripes table th {
  font-size: 1.2em
}

.is-style-stripes table td:first-child {
  font-size: 1em;
}

.is-style-stripes table td,
.is-style-stripes table th {
  padding: .5rem;
}

.is-style-stripes table tr:nth-child(even) {
  background: var(--l-grey);
}

/* footer */
.site-info {
  padding: 2rem 0;
}

.site-info h2 {
  margin: 0 0 1.75rem 0;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.3;
}

.site-info p,
.site-info li {
  font-size: .8em;
  line-height: 2.25;
}

.site-info p {
  margin: 0 0 1rem 0;
  line-height: 1.5;
}
.site-info a{
  font-size: 1.2em;
  line-height: 1.9
}
.site-info hr{
  margin-bottom: 1.8rem!important
}
.footer-trademark {
  font-size: .82em!important
}
.footer-content {
  padding: 2rem 0rem
}
.copyright {
  display: block;
  padding: 0rem 0 .45rem 0;
  width: 100%;
  background: var(--primary);
  color: var(--white);
  border-top: 1px solid
}
.copyright p {
  margin: 0;
  padding-top: .4rem;
}

.copyright ul li,
.copyright p {
  display: inline-block;
  font-size: .8em;
  line-height: 1.4;
}
.copyright .menu-social-media-container img{
  width: 1rem
}
.copyright a,
.copyright li a {
  color: var(--white);
}
/* Popup */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background: rgba(0,0,0,.85);
	  overflow-y: auto;
}
.close-icon {
    width: 2.8rem;
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 1rem;
}
.popup-exit-intent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 50rem;
    background: var(--white);
    padding: 4rem 2rem 0 2rem;
    border-radius: .35rem;
}
.popup-exit-intent h2 {
	  font-size: 1.25em;
	  margin: 0 2.5rem 1.25rem 0;
	  font-weight: 500;
}
.overlay-inner-container h2{
	color: #000;
	text-align: center;
		font-family: 'Open Sans', sans-serif;
}
.popup-overlay .ibt_line_break {
    margin: 0;
}
.popup-buttons {
	position: relative;
	margin: 2rem 9.1rem 0;
	justify-items: center;
}
.popup-button {
	background: #E85B10;
	padding: 1rem;
	margin: 0 1rem 4rem 0;
	color: #fff;
	font-weight: 600;
	border: none;
}

/* Main content */
.module {
  margin: 0 0 3.5rem 0;
}
#truste-consent-content {
  padding: 1rem 2rem;
  background-color: var(--primary);
}

.trustarc-secondary-btn, .trustarc-agree-btn, .trustarc-reject-btn{
  background-color: var(--secondary)!important;
  padding: .7rem 1rem!important;
}
.module a h2 {
  display: block;
  font-size: 1.85em;
  line-height: 1.25;
  color: var(--primary);
}
.blue-cover h2 {
  position: relative;
  z-index: 2;
}
.blue-cover p {
  position: relative;
  z-index: 2;
}
.blue-cover hr {
  position: relative;
  z-index: 2;
}
.blue-cover .wp-block-button {
  position: relative;
  z-index: 2;
}
.top-image {
  height: 50%
}
.bottom-image img{
  display: none
}
.list-eight {
 columns: 2
}
.testimonial-block {
  background: var(--white);
  border-top: 1px solid;
  border-left: 1px solid;
  height: 100%;
  padding: 1rem 2rem 0rem;
  border-radius: 15px;
  box-shadow: 10px 15px 20px 1px rgba(0, 0, 0, 0.6);
}
.testimonial-header p{
  line-height: 1.7;
  margin-bottom: 0;
  margin-left: -.9rem
}
.testimonial-header img{
  width: 4rem;
}
.testimonial-header {
  margin-bottom: 1rem
}
.first-block {
  position: relative;
  border: 2px solid;
  border-radius: 10px;
  height: 95%
}
.first-block::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #FFE19D 30%, rgba(255, 225, 157, 0) 100%);
  pointer-events: none; /* Allows clicking through the overlay */
  z-index: 1;
  border-radius: 10px
}

.first-block img {
  min-width: 100%;
  height: 15rem;
  border-radius: 10px 10px 0px 0px
}
.second-block {
  position: relative;
  border: 2px solid;
  border-radius: 10px;
  height: 95%
}
.second-block::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #D7D2DF 30%, rgba(255, 225, 157, 0) 100%);
  pointer-events: none; /* Allows clicking through the overlay */
  z-index: 1;
  border-radius: 10px
}
.second-block img {
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
  min-width: 100%;
  height: 15rem
}
.third-block {
  position: relative;
  border: 2px solid;
  border-radius: 10px;
  height: 95%
}
.third-block::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #C7DCEA 30%, rgba(255, 225, 157, 0) 100%);
  pointer-events: none; /* Allows clicking through the overlay */
  z-index: 1;
  border-radius: 10px
}
.third-block img {
  min-width: 100%;
  height: 15rem;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}
.third-block p {
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 550;
  padding: .8rem 0rem .3rem;
  position: relative;
  z-index: 2!important;
}
.second-block p {
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 550;
  padding: .8rem 0rem .3rem;
  position: relative;
  z-index: 2!important;
}
.first-block p {
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 550;
  padding: .8rem 0rem .3rem;
  position: relative;
  z-index: 2!important;
}
	form.left div.label label, form.top div.label label {
    color: white !important;
	}

form.left div.label label, form.top div.label label {
    color: #fff !important;
}
ul.ah-breadcrumb {
    display: flex;
    gap: 0rem;
    font-size: 1em;
    padding: 0;
    position: relative;

}
.top-banner {
  max-height: 300px;
  object-fit: cover
}
.blue-banner {
  padding: 2.5rem 0rem 1rem
}
.blue-banner h2{
  font-size: 1.8em;
  font-weight: 550
}
.blue-banner .center-sep {
  height: 4px;
  width: 3.5%
}
.wp-block-categories-dropdown select{
  border: 2px solid var(--secondary);
  background: none;
  width: auto;
  margin-left: 2rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 2.5rem
}
.french-motor-top {
  margin-top: 6rem!important
}
.front-image img{
  position: absolute;
  top: 10rem;
  object-fit: contain;
  right: .3rem;
  width: 50%
}
.long-front-image img{
  position: absolute;
  top: 12rem;
  object-fit: contain;
  right: -1rem;
  width: 80%
}
.tall-front-image img{
  position: absolute;
  top: 10rem;
  object-fit: contain;
  right: 0rem;
  width: 40%
}
.back-image img{
  width: 95%;
  margin-bottom: 3rem
}
.home-header h1{
  color: var(--white);
  font-weight: 400;
  width: 50%;
  margin: 0 auto 1rem
}
.blog-footer a{
 font-size: 1em!important;
  line-height: 1.3!important;
}
.category-78 .wp-block-columns{
  display: block;
}
.category-78 .site-footer .wp-block-columns{
  display: grid!important;
}
.category-77 .wp-block-columns{
  display: block;
}
.category-77 .site-footer .wp-block-columns{
  display: grid!important;
}
.category-75 .wp-block-columns {
  display: block;
}
.category-75 .site-footer .wp-block-columns{
  display: grid!important;
}
.category-76 .wp-block-columns {
  display: block;
}
.category-76 .site-footer .wp-block-columns{
  display: grid!important;
}
.category-74 .wp-block-columns {
  display: block;
}
.category-74 .site-footer .wp-block-columns{
  display: grid!important;
}
.entry-content  hr{
  color: var(--secondary);
  border-top: none;
  border-right: none;
  border-left: none;
}
.entry-content h3{
  margin-top: 2rem;
  color: var(--secondary)
}
.entry-content p{
  color: var(--base);
  font-weight: 400
}


.wp-block-query-pagination-numbers {
  font-size: 2em;
  text-align: center;
}
.page-numbers {
  margin: .5rem
}
.module-box h4{
  text-transform: uppercase;
  font-weight: 700;
  color: var(--primary);
  font-size: 1.4em
}
.wp-block-post-excerpt__more-link {
  background: var(--secondary);
  color: var(--white);
  padding: .7rem 1.4rem
}
.home-header p{
  color: var(--white);
  padding-top: 1.5rem;
  font-size: 1.5em;
  font-weight: 400
}

.home-header {
  z-index: 9;
  margin-bottom: 0rem
}
.home-header .wp-block-button {
  font-size: .55em;
  letter-spacing: 2px;
  margin-right: .5rem!important;
  background: none;
  border-radius: 0px;
  z-index: 9;
}

.small-text {
  font-size: .75em
}
.cold {
  color: #005aa8;
  font-weight: 700;
  font-size: 2.2em
}
.fuel {
  color: #666;
  font-weight: 700;
  font-size: 2.2em
}
.hot {
  color: #a80000;
  font-weight: 700;
  font-size: 2.2em
}
.home-header .wp-block-button a{
  border: 1px solid var(--black);
  z-index: 9;
  color: var(--black);
  font-size: 1.7em
}

.cover-title {
  z-index: 1;
  position: relative
}
.cover-para {
  z-index: 999999;
  position: relative
}
.cover-button a{
  z-index: 999999;
  position: relative;
}

hr.wp-block-separator {
  background: #eda617;
  width: 60px;
  margin-left: 0;
  margin-bottom: 2.6rem;
  padding: .06rem
}
hr.center-sep {
  background: #eda617;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.6rem;
  padding: .06rem
}
.tick-list li {
    background: url(/wp-content/uploads/icon_check.png) left 7px no-repeat;
    padding-left: 15px;
    line-height: 1.8;
    margin-bottom: 10px;
    list-style-type: none;
}
.tick-list {
  margin-left: .7rem
}
.home-content h2{
  padding-bottom: 2rem
}
.innovation-africa .wp-block-button {
  width: 94%
}
.become-distributor img {
  padding-bottom: 2rem
}
.spec-buttons {
  margin-top: 2.5rem
}
.grey-button .wp-block-button a{
  background: var(--secondary);
  color: var(--black)
}
.grey-button .wp-block-button {
  width: 100%!important;
}
.diesel-button .wp-block-button a{
  background: var(--secondary);
  color: var(--black)
}
.diesel-button .wp-block-button {
  width: 100%!important;
}
.wp-block-post-title {
  color: var(--primary);
  text-decoration: none;
  font-size: 2.2em;
  margin-top: 2rem
}

.wp-block-post {
 border-bottom: 1px solid var(--secondary);
  padding: 3rem 0rem;
  list-style-type: none;
  margin-left: -1.5rem
}
  .wp-block-post-featured-image {
    max-width: 550px
  }
.all-products {
  border: 1px solid var(--secondary);
  margin-bottom: 2rem
}
.product-label {
  background: var(--secondary);
  padding: .8rem;
  margin-bottom: auto;
  margin-top: auto
}
.product-label p{
  margin-bottom: auto;
  margin-top: auto;
  color: var(--white);
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase
}
.distributor-banner a{
  background: var(--secondary);
  color: var(--white);
}
/*.distributor-banner {
  z-index: -1
}*/
.contact-box {
  padding: 1rem 0rem;
  margin-bottom: 2rem
}
.contact-distributors hr{
  width: 90%!important
}

/* tablet (medium) screens */
@media (min-width: 768px) {
  html {
    font-size: 15px;
  }

  .alignwide>div:first-of-type,
  .alignfull>div:first-of-type {
    padding: 4rem 2rem;
  }

  .wp-block-columns,
  .wp-block-columns.is-not-stacked-on-mobile {
    grid-auto-flow: column;
    position: relative;
  }
  .wp-block-categories-dropdown select{
    border: 2px solid var(--secondary);
    background: none;
    width: 30%;
    margin-left: 2rem;
    text-transform: uppercase;
    font-weight: 600
  }
  .front-image img{
    position: absolute;
    top: 16rem;
    height: 13.2rem;
    object-fit: contain;
    right: -10.3rem
  }
  .long-front-image img{
    position: absolute;
    top: 18rem;
    height: 13.2rem;
    object-fit: contain;
    right: -4.5rem
  }
  .tall-front-image img{
    position: absolute;
    top: 15rem;
    height: 16.2rem;
    object-fit: contain;
    right: -13rem
  }
  /*even columns*/
  .wp-block-columns.t-one-item {
    grid-auto-flow: row;
  }

  .wp-block-columns.t-two-items {
    grid-template-columns: repeat(2, 1fr);
  }

  .wp-block-columns.t-three-items, ul.t-three-items {
    grid-template-columns: repeat(3, 1fr);
  }

  .wp-block-columns.t-four-items {
    grid-template-columns: repeat(4, 1fr);
  }

  .wp-block-columns.t-five-items {
    grid-template-columns: repeat(5, 1fr);
  }

  .wp-block-columns.t-six-items {
    grid-template-columns: repeat(6, 1fr);
  }

  /*uneven columns as fractions*/
  .wp-block-columns.t-one-of-two {
    grid-template-columns: 50fr 50fr;
  }

  .wp-block-columns.t-one-of-three {
    grid-template-columns: 33.3fr 76.7fr;
  }

  .wp-block-columns.t-one-of-four {
    grid-template-columns: 25fr 75fr;
  }

  .wp-block-columns.t-one-of-five {
    grid-template-columns: 20fr 80fr;
  }

  .wp-block-columns.t-one-of-six {
    grid-template-columns: 16.6fr 83.4fr;
  }

  .wp-block-columns.t-two-of-five {
    grid-template-columns: 40fr 60fr;
  }

  /*reverse uneven columns as fractions*/
  .wp-block-columns.t-two-of-three {
    grid-template-columns: 76.7fr 33.3fr;
  }

  .wp-block-columns.t-three-of-four {
    grid-template-columns: 75fr 25fr;
  }

  .wp-block-columns.t-four-of-five {
    grid-template-columns: 80fr 20fr;
  }

  .wp-block-columns.t-five-of-six {
    grid-template-columns: 83.4fr 16.6fr;
  }

  .wp-block-columns.t-three-of-five {
    grid-template-columns: 60fr 40fr;
  }

  .hero .switcharoo:nth-of-type(1) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .list-eight {
 columns: 8
}
  .narrow-row {
    max-width: 1100px;
    margin: 0 auto
  }
  .hero .switcharoo:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .t-align-right {
    justify-content: flex-end;
  }

  .t-align-left {
    justify-content: flex-start;
  }

  .t-align-center {
    justify-content: center;
  }

  .t-has-text-align-center {
    text-align: center;
  }

  .t-has-text-align-right {
    text-align: right;
  }

  .t-has-text-align-left {
    text-align: left;
  }

  .main-navigation li a {
    border-bottom: 0;
    line-height: 1.5;
  }

  video {
  width: 800px
}
  .site-branding {
    padding: 1rem 2rem;
  }

  .site-branding img {
    width: 12rem;
  }

  .site-info {
    margin-bottom: -2rem
  }
  .main-navigation .btn-toggle {
    padding: 3rem 2rem;
  }

  .main-navigation .btn-toggle i.bar,
  .main-navigation .btn-toggle i.bar::before,
  .main-navigation .btn-toggle i.bar::after {
    width: 2.25rem;
  }

  .main-navigation .btn-toggle i.bar::before {
    top: -12px;
  }

  .main-navigation .btn-toggle i.bar::after {
    bottom: -12px;
  }

  .hero img {
    height: 100vh;
  }
  
  .legend-banner {
    min-height: 450px;
    align-content: center
  }

  .hero .wp-block-button a {
    padding: 1.25rem .5rem;
  }

  .slider .owl-dots,
  .slider .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
  }

  .slider .owl-dots {
    position: absolute;
    bottom: 1em;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }

  .slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
  }

  .slider .owl-nav {
    top: 0
  }

  .slider .owl-dots .owl-dot span {
    display: block;
    width: 1rem;
    height: 1rem;
    margin: 0 .2rem;
    background: var(--white);
    border: 1px solid var(--d-grey);
    border-radius: 100%;
    -webkit-backface-visibility: visible;
    background-size: 16px 19px;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }

  .slider .owl-dots .owl-dot.active span,
  .slider .owl-dots .owl-dot:hover span {
    background: var(--d-grey);
    border-radius: 100%;
  }

  .slider .owl-nav [class*=owl-] {
    display: inline-block;
    cursor: pointer;
    width: 42px;
    height: 82px;
    background-size: 11px 20px;
    background-size: 42px 82px;
  }

  .slider .owl-nav .owl-prev,
  .slider .owl-nav .owl-prev:hover {
    background: url(/wp-content/uploads/chevron-left-solid.svg) no-repeat;
    background-size: 11px 20px;
    background-size: 42px 82px;
  }

  .slider .owl-nav .owl-next,
  .slider .owl-nav .owl-next:hover {
    background: url(/wp-content/uploads/chevron-right-solid.svg) no-repeat;
    background-size: 11px 20px;
    background-size: 42px 82px;
  }

  .slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 98%;
    -webkit-transform: translate(-98%, -50%);
    -ms-transform: translate(-98%, -50%);
    transform: translate(-98%, -50%)
  }

  .slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 2%;
    -webkit-transform: translate(-2%, -50%);
    -ms-transform: translate(-2%, -50%);
    transform: translate(-2%, -50%)
  }

  .slider .owl-nav [class*=owl-]:hover {
    opacity: .8
  }

  .wp-block-cover .module-box {
    width: 100%;
    padding: 2rem;
    column-gap: 70px
  }

  .list-three-cols {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
    -moz-column-gap: 1rem;
    -webkit-column-gap: 1rem;
    column-gap: 1rem;
  }

  .list-three-cols li {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
  }

  .copyright {
    padding: .4rem 0 .45rem 0;
  }
.copyright .menu-social-media-container{
  float: right
}
  .first-section {
    column-gap: 3.5rem;
  }

  .innovation-africa {
    column-gap: 60px
  }

  .module-box {
    margin-top: -3rem;
    margin-bottom: -1rem
  }

  .wp-block-post {
    list-style-type: none;
    column-count: 2;
    margin-bottom: 3rem;
    margin-left: 0
  }
.wp-block-post-title {
  margin-top: 0rem
}
  .latest-news {
  margin-left: 2rem;
    margin-bottom: -2rem
}
  .bottom-image img{
  margin-right: -5rem;
    display: block;
}
  .home-header h1{
  color: var(--white);
  font-weight: 400;
}

.home-header p{
  color: var(--white);
  padding-top: .5rem;
  font-size: 1.5em;
  font-weight: 400
}

  .home-header .wp-block-button {
  font-size: .55em;
  letter-spacing: 2px;
  background: none;
  border-radius: 0px;
  z-index: 9;
}

  .devoted-protection-video p{
    padding: 0rem 2.5rem
  }


  .front-image img{
  position: absolute;
  top: 16rem;
  right: 0rem;
  object-fit: contain;
  height: 15.2rem;
}
    .long-front-image img{
  position: absolute;
  top: 16rem;
  height: 15.2rem;
  object-fit: contain;
  right: -1rem
}
      .tall-front-image img{
  position: absolute;
  top: 16rem;
  height: 17.2rem;
  object-fit: contain;
  right: -1rem
}
  .wide-button .wp-block-button a{
    height: 4.2rem;
  }
    .extra-wide-button .wp-block-button a{
    height: 5.5rem;
  }
  .top-banner {
    max-height: 300px;
    object-fit: contain
  }
  .back-image img {
  object-fit: cover;
  width: 100%;
  height: 25rem;
}

}

/* desktop */
@media (min-width: 1200px) {

  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 1.7em;
  }

  .alignwide>div:first-of-type,
  .alignfull>div:first-of-type {
    padding: 5rem 2.5rem;
  }

  .site-header .alignfull>div:first-of-type {
    padding: 0 2.5rem;
  }

  /*even columns*/
  .wp-block-columns.d-two-items {
    grid-template-columns: repeat(2, 1fr);
  }

  .wp-block-columns.d-three-items, ul.d-three-items {
    grid-template-columns: repeat(3, 1fr);
  }

  .wp-block-columns.d-four-items {
    grid-template-columns: repeat(4, 1fr);
  }

  .wp-block-columns.d-five-items {
    grid-template-columns: repeat(5, 1fr);
  }

  .wp-block-columns.d-six-items {
    grid-template-columns: repeat(6, 1fr);
  }

  /*uneven columns as fractions*/
  .wp-block-columns.d-one-of-two {
    grid-template-columns: 50fr 50fr;
  }

  .wp-block-columns.d-one-of-three {
    grid-template-columns: 33.3fr 76.7fr;
  }

  .wp-block-columns.d-one-of-four {
    grid-template-columns: 25fr 75fr;
  }

  .wp-block-columns.d-one-of-five {
    grid-template-columns: 20fr 80fr;
  }

  .wp-block-columns.d-one-of-six {
    grid-template-columns: 16.6fr 83.4fr;
  }

  .wp-block-columns.d-two-of-five {
    grid-template-columns: 40fr 60fr;
  }

  /*reverse uneven columns as fractions*/
  .wp-block-columns.d-two-of-three {
    grid-template-columns: 76.7fr 33.3fr;
  }

  .wp-block-columns.d-three-of-four {
    grid-template-columns: 75fr 25fr;
  }

  .wp-block-columns.d-four-of-five {
    grid-template-columns: 80fr 20fr;
  }

  .wp-block-columns.d-five-of-six {
    grid-template-columns: 83.4fr 16.6fr;
  }

  .wp-block-columns.d-three-of-five {
    grid-template-columns: 60fr 40fr;
  }

  /* Switch 2 column order */
  .switcharoo:nth-of-type(1) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .switcharoo:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .d-align-right {
    justify-content: flex-end;
  }

  .d-align-left {
    justify-content: flex-start;
  }

  .d-align-center {
    justify-content: center;
  }

  .d-has-text-align-center {
    text-align: center;
  }

  .d-has-text-align-right {
    text-align: right;
  }

  .d-has-text-align-left {
    text-align: left;
  }

  .top-nav {
    display: block;
    width: 100%;
    margin: 0;
    font-size: .85em;
      border-bottom: 1px solid var(--white);
  }

  .site-header .one-item>.wp-block-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .site-branding {
    padding: 1.5rem 0;
    justify-content: flex-start;
  }

  .site-branding img {
    width: auto;
  }

  .btn-toggle,
  .btn-toggle2 {
    display: none;
  }

  .btn-content {
    display: inline !important;
  }

  .main-navigation {
    position: relative;
    z-index: 2;
  }

  .main-navigation .btn-content {
    background: transparent;
    padding: 0;
  }

  #primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0;
    width: 100%;
  }

  #primary-menu li {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative;
  }

  #primary-menu li a {
    display: block;
    margin-left: 1rem;
    padding: 1rem;
    white-space: nowrap;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--white);
    letter-spacing: 2px;
    padding-left: 1px;
    font-weight: 400;
  }

  #primary-menu li:first-child a {
    margin-left: 0;
  }

  #primary-menu li:last-child a {
    margin-right: 0;
  }

  #primary-menu li a:hover {
    color: var(--secondary);
  }

  #primary-menu .current-menu-parent a,
  #primary-menu .current_page_item a {
    color: var(--white);
    border-bottom: 1px solid #fff;
  }

  /* sub menu drop-down */
  #primary-menu .menu-item-has-children:after {
    background-image: url(/wp-content/uploads/chevron-down-solid-1.svg);
    top: .73rem;
    background-size: .8rem;
  }

  #primary-menu .menu-item-has-children a {
    padding-right: 2.25em;
  }

  #primary-menu .sub-menu {
    position: absolute;
    display: none;
    margin: 0 0 0 0rem;
    width: 120%;
    z-index: 999999!important
  }

  #primary-menu li:hover .sub-menu {
    display: block;
    z-index: 3!important
  }

  #primary-menu li .sub-menu li a,
  #primary-menu li .sub-menu li:last-of-type a {
    margin: 0;
    padding: .5rem .3rem;
    background: var(--primary);
    display: block;
    color: var(--white);
    border-top: none;
    border-radius: 0;
    text-align: left;
    white-space: normal;
    text-transform: capitalize;
    line-height: 1.4;
    font-size: .85em
  }

  #primary-menu li .sub-menu li.current-menu-item a,
  #primary-menu li .sub-menu li a:hover,
  #primary-menu li .sub-menu li:last-of-type a:hover {
    background: var(--secondary);
    color: var(--primary);
  }

  .hero figure {
    max-height: 750px;
    overflow: hidden;
  }

  .hero img {
    height: auto;
  }

  .hero .wp-block-button a,
  .wp-block-button a {
    padding: .7rem 3.3rem;
  }

  .text-block-right {
    padding: 0 0 0 5rem;
  }

  .text-block-left {
    padding: 0 5rem 0 0;
  }

  .wp-block-cover.has-parallax div[role=img] {
    background-attachment: fixed;
  }

  .list-three-cols {
    -moz-columns: 3;
    -webkit-columns: 3;
    columns: 3;
    -moz-column-gap: 4rem;
    -webkit-column-gap: 4rem;
    column-gap: 4rem;
  }

  .latest-news .outer-link {
    display: -ms-grid;
   /* display: grid;*/
  /*grid-auto-rows: 1fr;*/
    height: 100%;
    /* equal height columns */
  }

  .latest-news .read {
    position: absolute;
    bottom: 1.75rem;
  }


  .front-image img{
  position: absolute;
  top: 22rem;
  right: -2rem;
  object-fit: contain;
  height: 15.2rem;
}
    .long-front-image img{
  position: absolute;
  top: 23rem;
  height: 15.2rem;
  object-fit: contain;
  right: -1rem
}
      .tall-front-image img{
  position: absolute;
  top: 21rem;
  height: 17.2rem;
  object-fit: contain;
  right: -1rem
}
  .wide-button .wp-block-button a{
    height: 4.2rem;
  }
    .extra-wide-button .wp-block-button a{
    height: 5.5rem;
  }
  .top-banner {
    max-height: 300px;
    object-fit: contain
  }
  .back-image img {
  object-fit: cover;
  width: 100%;
  height: 35rem;
}
  .first-section {
  position: relative;
}
}

