:root {
  --primary: #0084d0;
  --secondary: #e9287b;
  --b-grey: #F7F8FA;
  --d-grey: #D3D3D3;
  --base: #4f4f4f;
  --white: #FFF;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font: 400 16px/1.5 'Karla', Arial, sans-serif;
  color: var(--base);
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0 auto;
  background: var(--white);
}

/* Narrow Width of blocks */
.alignwide.narrow>div:first-of-type, .narrow>div:first-of-type {
  max-width: 1300px !important;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}


.grey-bg {
  background: rgba(228,228,228,.48);
}

.contact-cont {
  padding:  30px;
  border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e4e4e4;
    box-shadow: 0px 0px 71px -11px rgb(0 107 148 / 26%);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    border-radius:7px;
}


/* Narrower Width of blocks */
.narrower>div:first-of-type {
  max-width: 1000px !important;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

/* Width of "wide" blocks */
.alignwide>div:first-of-type {
  max-width: 1500px;
  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;
}

h1,
h2{
  font-family: 'Poppins', Sans-serif;
  font-weight: 600;
  margin: 0 0 1rem 0;
  padding: 0;
  color: var(--primary);
}


h3,
h4 {
  font-family: 'Poppins', Sans-serif;
  font-weight: 600;
  margin: 0 0 1rem 0;
  padding: 0;
  color: var(--primary);
}


h1 {
  font-size: 2.5em;
  margin: 0 0 1rem 0;
  line-height: 1.2;
}

h2 {
  font-size: 2em;
  margin: 0 0 1rem 0;
  line-height: 1.15;
}

h3 {
  font-size: 1.5em;
  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: 1em;
  line-height: 1.6;
  margin: 0 0 1rem 0;
  padding: 0;
}


.mv__content p.pre-hero-text {
        text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 5px 12px 6px 12px;
    background: rgba(255,255,255,0.2);
    display: inline-block;
    position: relative;
    font: 700 16px/1.5 'Karla', Arial, sans-serif;
    margin: 0 auto;
    border-radius: 30px;
    margin-bottom: 25px;
    color: white !important;
  }


 .bg-blue p.pre-title-text{
text-transform: uppercase;
    padding: 5px 12px 6px 12px;
    background: rgba(255,255,255,0.2);
    display: inline-block;
    position: relative;
    font: 500 16px/1.5 'Karla', Arial, sans-serif;
    margin: 0 auto;
    border-radius: 30px;
    margin-bottom: 25px;
    margin: 0px 0px 20px 0px;
    padding: 7px 18px 7px 18px;
    background-color: #FFFFFF59;
    border-radius: 20px 20px 20px 20px;
  }

p.pre-title-text{
text-transform: uppercase;
    display: inline-block;
    position: relative;
    font: 800 12px/1.2 'Karla', Arial, sans-serif;
    color: var(--primary);
    padding: 7px 15px 7px 15px;
    background-color: #FFFFFF59;
    margin: 0px 0px 20px 0px;
    background-color: rgba(0,167,230,.15);
    border-radius: 20px 20px 20px 20px;
  }


p.pre-title-text.large {
    font: 600 20px/1.2 'Karla', Arial, sans-serif;
    padding: 12px 30px 12px 30px;
    margin-bottom: 40px !important;
}

p.pre-title-text.center {
  display: block;
    margin: 0 auto 20px auto;
    width: fit-content;
}

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

hr {
  background-color: var(--d-grey);
  border: 0;
  height: 1px;
  margin: 2rem 0;
}

img {
  max-width: 100%;
  width: initial;
  height: auto;
  display: block;
  margin: 0 auto;
}



/* CSS Grid */

.grid {
    display: grid;
}

.grid.two-items {
  grid-template-columns: repeat(2,1fr);
}


.term-description p {
  text-align: center;
  color: #2c4264;
}

.curved img {
  border-radius:  7px;
}

.curved-left img, .curved-left {
  border-top-left-radius: 15px;
  border-bottom-left-radius:  15px;
}

.curved-right img, .curved-right {
  border-top-right-radius: 15px;
  border-bottom-right-radius:  15px;
}

.bg-pink {
  background: var(--secondary);
      padding: 1.5rem 1.5rem;
}

.bg-pink a {
  color:  white;
}

.bg-blue {
   background: var(--primary);
      padding: 2.5rem 1.5rem;
}

.bg-pink h2, .bg-pink h3, .bg-pink h4, .bg-pink p, .bg-blue h2, .bg-blue h3, .bg-blue p {
  color:  white;
}

.bg-pink .wp-block-button a, .bg-blue .wp-block-button a {
  background: white;
  color:  var(--secondary);
}

.bg-blue .wp-block-button a{
  color: var(--primary);
}

.bg-blue .wp-block-button a:hover {
  background: var(--secondary);
}

.curved {
  border-radius:  15px;
}

.img-margin img {
  margin: 2rem 0 3rem 0;
}

svg {
  display: block;
}

figure {
  margin: 0;
}

ul.list,
ol.list {
  list-style-type: square;
  font-size: 1em;
  margin: 0 0 2rem 2rem;
  padding: 0;
  line-height: 1.6;
}

ol.list {
  list-style-type: decimal;
}

ul {
  list-style-type: none;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

#main-content ul {
  list-style-type: disc;
  padding-left:  30px;
  margin-bottom:  20px;
}

a {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: var(--primary);
}

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



/* Breadcrumbs */
.ah-breadcrumb {
  width: 100%;
  margin: .5rem auto 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}

.ah-breadcrumb li {
  display: inline-block;
  margin: 0 .25rem;
  font-size: .9em;
}

/*--------------------------------------------------------------
# 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(--b-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 {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.wp-block-embed__wrapper iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/*--------------------------------------------------------------
# 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;
  margin: 0;
  padding: 1.4rem 1.6rem;
  background: var(--primary);
  border-radius: 4px;
  font: 400 .9em/0 'Karla', Arial, sans-serif;
  text-transform: uppercase;
  line-height: 0;
  white-space: nowrap;
  color: var(--white);
  cursor: pointer;
}

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

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"],
textarea,
select {
  color: var(--d-grey);
  border: 1px solid var(--base);
  margin: 0 0 1.5em 0;
  padding: .75rem 1rem;
  width: 100%;
  resize: none;
    font-size: 20px;
    border-color: #c7c7c7;
    border-width: 1px;
    border-radius: 6px;
}

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

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

.wpcf7 .wp-block-columns .wp-block-column{
  margin-bottom: 0;
}


/* WooCommerce */

td.product-price, th.product-price, td.product-subtotal, th.product-subtotal {
    display: none;
}

ul.psfw-social-icons.round li a:hover {
  opacity: 0.8;
}

ul.products li .wp-block-button {
    position: absolute;
    width: 100%;
    top: 30%;
    opacity: 0;
      -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
} 

ul.products li:hover .wp-block-button {
  opacity:  1;
}

ul.products li .wp-block-button a {
padding: 0.7rem 1rem;
}

.product-categories {
    margin: 70px 0px 50px 0px;
}

.product-cat-desc h2, .product-cat-desc h3, .product-cat-desc h4, .woocommerce-tabs .panel h2, .woocommerce-tabs .panel h3, .woocommerce-tabs .panel h4  {
  color: #666666;
}

.product-cat-desc ul, .woocommerce-tabs .panel ul {
  list-style-type: disc;
    padding-left: 30px;
    margin-bottom: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  outline:  none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--secondary);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: var(--primary);
}

.woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 50px;
}

h2.yikes-custom-woo-tab-title.yikes-custom-woo-tab-title-brochure-download{
    display:  none;
}

.woocommerce button.button.alt, a.button.wc-backward {
    background-color: var(--primary);
    color: #fff;
}

.woocommerce button.button.alt:hover, a.button.wc-backward:hover {
  background-color: var(--secondary);
  color:  white;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    padding: 0.5rem;
}

.woocommerce-message {
    border-top-color: var(--secondary);
}

.woocommerce-message::before {
    content: "\e015";
    color: var(--secondary);
}

.sp-wcsp-cat-item .sp-wcsp-cat-details .sp-wcsp-cat-name a{
  line-height:  1.1 !important;
}

.woocommerce-notices-wrapper a.wc-forward {
     background: var(--secondary);
    color: white;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    box-shadow: none;
    max-width: 250px;
}
.product_meta {
      border-top: 1px solid #EAEAEA;
    padding-top: 10px;
}

.cart_totals {
  display:  none;
}

ul.psfw-social-icons li a {

    font-size: 32px;
    border:  none;

}

ul.psfw-social-icons li:not(:last-child) {
    margin-right: 18px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price{
  display: none;
}

.woocommerce div.product .product_title {
    color: #666666;
    font-size: 2.5em;
}

ul.products li{
  text-align: center;
}

ul.products li.product .woocommerce-loop-product__title{
  padding-bottom: 20px !important;
      font-size: 1em;
    color: black;
    line-height: 1.25;
    margin: 20px 0 1rem 0;
    font-weight: 600;

}

ul.products li .wp-block-button a {
  text-decoration: none;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 700;
    position: relative;
    width: 70%;
}

.woocommerce-ordering, .woocommerce-result-count  {
  display:  none;
}


.woocommerce ul.products li.product .price {
  display:  none;
}
.woocommerce-product-gallery {
    display: flex;
}

.woocommerce-product-gallery .flex-control-thumbs {
  width: 75px;
    margin-inline-end: 45px;
    order: -1;
}

.woocommerce div.product div.woocommerce-product-gallery .flex-viewport {
    width: calc(100% - 115px);
    flex: 0 0 calc(100% - 115px);
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 70px;
    padding-top: 0;
    padding-bottom: 5px;
    padding: 10px;
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
}


.woocommerce-cart table.cart th {
  color: var(--primary);
}

td.product-name a{
  color: black;
}

.cquote-half {
    display: inline-block;
    width: 50%;
}

.cquote_cart_to_quote .form-row label {
  font-weight:  700;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%;
    font-size: 20px;
    border-color: #c7c7c7;
    border-width: 1px;
    border-radius: 6px;
}

.woocommerce form .form-row textarea{
  resize: none;
  height: 150px;
}

.after_cart_table{
    padding: 30px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e4e4e4;
    border-radius: 7px;
    background: rgba(228,228,228,.48);
}

/*--------------------------------------------------------------
## Site logo
--------------------------------------------------------------*/
.site-header {
 
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.site-header .alignfull {
  padding: 0;
}

.site-branding {
  margin: .6rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*! justify-content: center; */
}

.site-branding img {
  width: 120px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.site-branding a:hover img {
  opacity: .75;
}

.phone-link {
  display:  none;
}

.top-nav .wp-block-spacer {
  height:  29px !important;
}

  @-webkit-keyframes infinium-rainbow{from{background-position:0 0}to{background-position:100vw 0}}

  @keyframes infinium-rainbow{from{background-position:0 0}to{background-position:100vw 0}}

  .top-nav {
    display: block;
    width: 100%;
    margin: 0;
    /*background: var(--primary);*/
    font-size: .85em;
    position: relative;
  }


  .top-nav:before {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.top-nav:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,var(--secondary) 0,var(--primary) 75%,var(--secondary) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-animation-name: infinium-rainbow;
    animation-name:  infinium-rainbow;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}


/* 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;
  cursor: pointer;
  text-align: left;
}

.menu-languages-container ul {
  position: absolute;
  right: 25px;
  z-index: 3;
}

.menu-languages-container li.menu-item-has-children {
  background: url("/source/339ae882fad7a1a7914311c31d3fdfd3/icon-submenu.svg") no-repeat right center;
  background-size: 10px;
  font-size: .85em;
  line-height: 1.55;
}

.menu-languages-container ul li a {
  display: block;
  padding: .3rem 1rem;
  color: var(--white);
  min-width: 200px;
}

.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);
  right: 0;
}

.menu-languages-container:hover ul.sub-menu {
  display: block;
}

.menu-languages-container ul.sub-menu li a {
  display: block;
  padding: .5rem 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(--white);
  border-bottom: 1px solid var(--d-grey);
  text-decoration: none;
  color: var(--base);
}

.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(--b-grey);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* Hide/show nav*/
.btn-content {
  display: none;
  width: 100%;
  background: var(--primary);
      border-top: none;
    background: linear-gradient(180deg, rgba(0,132,208,1) 0%, rgba(16,126,202,1) 27%, rgba(20,124,201,1) 41%, rgba(187,58,140,1) 92%, rgba(200,53,135,1) 95%, rgba(233,40,123,1) 100%);
  padding: 2rem 1.5rem;
  text-align: center;
  -webkit-box-shadow: 0 8px 14px -4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 14px -4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
  top: 15px;
}

.btn-content a {
  color: var(--white);
  text-decoration: none;
  line-height: 1.8;
}

.main-navigation .btn-toggle {
    position: absolute;
    top: 30px;
    right: 0;
    border: 0;
    border-radius: 0;
    background: none;
    color: var(--white);
    font-size: 1em;
    line-height: 0;
    outline: none;
    cursor: pointer;
    padding: 2rem 1rem;
    margin: 0;
    z-index: 2;
}

.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;
  line-height: 1.25;
}

.main-navigation li:last-child a {
  border: 0;
}

/*--------------------------------------------------------------
## 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 */
div.wp-block-columns,
ul.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  /*gutter*/
  gap: 0;
  align-items: initial;
}

.wp-block-columns .wp-block-column {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.wp-block-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* without gutter */
.wp-block-columns.no-gutter {
  margin-left: 0;
  /*no-gutter*/
}

.wp-block-columns.no-gutter .wp-block-column {
  padding-left: 0;
  margin-bottom: 0;
}

.wp-block-columns.no-gutter-bottom .wp-block-column {
  margin-bottom: 0;
}

/* 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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* vertical alignment */
div.is-vertically-aligned-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

div.is-vertically-aligned-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div.is-vertically-aligned-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

div.is-vertically-aligned-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

/* horizontal alignment */
.h-align-height .module,
.h-align-height .module-box {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
}

/* base classes for all media - mobile first */
.one-item>.wp-block-column,
.one-of-one>.wp-block-column:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.two-items>.wp-block-column,
.one-of-two>.wp-block-column:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.three-items>.wp-block-column,
.one-of-three>.wp-block-column:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  /* IE11 < */
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
}

.four-items>.wp-block-column,
.one-of-four>.wp-block-column:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.five-items>.wp-block-column,
.one-of-five>.wp-block-column:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.six-items>.wp-block-column,
.one-of-six>.wp-block-column:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66666666666667%;
  flex: 0 0 16.66666666666667%;
  /* IE11 < */
  -ms-flex: 0 0 calc(100% / 6);
  flex: 0 0 calc(100% / 6);
}

.two-of-three>.wp-block-column:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  /* IE11 < */
  -ms-flex: 0 0 calc(100% / 3 * 2);
  flex: 0 0 calc(100% / 3 * 2);
}

.three-of-four>.wp-block-column:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}

.three-of-five>.wp-block-column:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}

.five-of-six>.wp-block-column:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333%;
  flex: 0 0 83.3333%;
  /* IE11 < */
  -ms-flex: 0 0 calc(100% / 6 * 5);
  flex: 0 0 calc(100% / 6 * 5);
}

/* Switch 2 column order */
.switcharoo:nth-of-type(1) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.switcharoo:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
  -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(--b-grey);
  position: relative;
  padding: 4rem;
  padding-top: 220px !important;
  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;
  color: var(--primary);
}

.hero.main-img .message h1 {
  margin: 0;
}

.hero img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  /*display: block;*/
}

.text-block-right,
.text-block-left {
  padding: 2rem 0 0 0;
}

.grey {
  background: var(--b-grey);
}

.white {
  background: var(--white);
}

.wp-block-cover {
  position: relative;
  padding: 4rem 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wp-block-cover.bg-overlay-blue{
  padding: 0;
  box-shadow: 0px 0px 50px 0px rgb(0 167 230 / 32%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius:  15px;
}

.bg-overlay-blue .wp-block-button a{
    padding: 0.6rem 2.5rem;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 700;
}

.wp-block-cover p:last-child{
  margin-bottom: 0;
}

.bg-overlay-blue h2, .bg-overlay-blue h3, .bg-overlay-blue p {
  color:  white;
}

.wp-block-cover.bg-overlay-blue .wp-block-cover__inner-container{
   padding: 2.5rem;
   position: relative;
    z-index: 9;
}

.wp-block-cover.bg-overlay-blue .wp-block-column {
  margin-bottom:  0;
}

   

.wp-block-cover.bg-overlay-blue::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -o-linear-gradient(left, rgba(244, 171, 28, 0) 0%, rgba(244, 171, 28, .5) 50%);
    background-color: rgba(0, 167, 230, 0.72);
     border-radius:  15px;
}

.wp-block-cover .module-box {
  display: block;
  width: calc(100vw - 4rem);
  padding: 2rem;
  background: var(--white);
  background: rgba(255, 255, 255, .85);
  border-radius: 3px;
  position: relative;
  z-index: 2;
}

.hexagon {
  text-align: center;
}

.hexagon a {
  display: block;
  padding: 1rem .75rem;
}

.hexagon a:hover {
  background: rgba(0, 0, 0, .015);
  border-radius: 3px;
}

.hexagon h3 {
  margin: .5rem 0 .25rem 0;
}

.hexagon a:hover h3 {
  color: var(--primary);
}

.hexagon a img {
  margin: auto;
  -webkit-transform: scale(0.94);
  -ms-transform: scale(0.94);
  transform: scale(0.94);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.hexagon a:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hexagon p {
  margin: 0 0 .5rem 0;
  line-height: 1.4;
  color: var(--base);
}

.heading-only {
  margin: 0 0 2rem 0;
}

.blog .latest-news h2 {
  font-size: 1.15em
}

.blog .latest-news p {
  font-size: .85em;
}

/* Support & Resources */
.border-top {
  border-top: 1px solid var(--d-grey);
}

.latest-news .outer-link {
  display: block;
  border: 1px solid var(--d-grey);
  border-radius: 4px;
  color: var(--base);
  position: relative;
}

.latest-news .outer-img {
  position: relative;
  overflow: hidden;
}

.latest-news .outer-link img {
  border-radius: 4px 4px 0 0;
  -webkit-transition: -webkit-transform .75s;
  transition: -webkit-transform .75s;
  -o-transition: transform .75s;
  transition: transform .75s;
  transition: transform .75s, -webkit-transform .75s;
  width: 100%;
}

.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(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15)
}

.latest-news .inner-content {
  font-size: 1.15em;
  padding: 1.5rem;
  height: 100%;
}

.latest-news .category {
  display: block;
  background: var(--primary);
  padding: .5rem 1.75rem;
  border-radius: 0 4px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: .75em;
  text-transform: uppercase;
  color: var(--white);
}

.latest-news .read {
  display: block;
  margin: 1.75rem 0 0 0;
  font-size: .9em;
  color: var(--primary);
  text-transform: uppercase;
}

.latest-news .outer-link:hover .read {
  color: var(--primary);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.image-list img {
  margin-bottom:  15px;
}

.image-list figcaption {
    text-align: center;
    font-weight: 600;
    color: var(--primary);
    margin-bottom:  20px;
}

/* buttons */
.wp-block-button a {
  display: inline-block;
  padding: 1rem 1rem;
  background: var(--secondary);
  border-radius: 5px;
  font-weight: 500;
  color: var(--white);
  white-space: nowrap;
  text-align: center;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
}

.wp-block-button.bg-icon a {
    position: relative;
    padding-right: 3rem;
}

.wp-block-button.blue a {
  background: var(--primary);
}

.wp-block-button.blue a:hover {
    background: var(--secondary);
}

.wp-block-button.bg-icon a:after {
    content: '';
    width: 21px;
    height: 21px;
    background-size: 21px 21px !important;
    position: absolute;
    display: inline-block;
    right: 1.2rem;
    margin-left: 10px;
}


/* Laptop icon */
.wp-block-button.icon-laptop-white a:after {
    background: url("/source/18cc4449f232d881a3e8bc5f671475ef/laptop-medical-solid-white.png") no-repeat;
}

/* User Cog icon */
.wp-block-button.icon-user-cog-white a:after {
    background: url("/source/4414686df0714beab8d56b6223ef77cd/user-cog-solid-white.png") no-repeat;
}

/* Headset icon */
.wp-block-button.icon-headset-pink a:after {
    background: url("/source/ca25d752f86209d06bf1298442e46884/headset-solid-pink.png") no-repeat;
}
.wp-block-button.icon-headset-white-hover a:hover:after {
   background: url("/source/31bb5fcd2c52811388c4b7726ef2c6e0/headset-solid-white.png") no-repeat;
}

/* Download cloud icon */
.wp-block-button.icon-cloud-blue a:after {
    background: url("/source/57f2d86209dd3788fb19d17d62eda65c/cloud-solid-blue.png") no-repeat;
}
.wp-block-button.icon-cloud-white-hover a:hover:after {
   background: url("/source/2acd0c42c89c7c131c957ea85f834593/cloud-solid-white.png") no-repeat;
}


/* Box icon */
.wp-block-button.icon-box-blue a:after {
    background: url("/source/deb4c357c02413521c59aefd28b8dbaf/box-solid-blue.png") no-repeat;
}
.wp-block-button.icon-box-white-hover a:hover:after {
   background: url("/source/64624eb54eb101a1c81ae9ada8f0f536/box-solid-white.png") no-repeat;
}

/* Plane icon */
.wp-block-button.icon-plane-blue a:after {
    background: url("/source/98b35f4b000f61f7c109dd96683b09cc/paper-plane-solid-blue.png") no-repeat;
}

.wp-block-button.icon-plane-white a:after {
    background: url("/source/afe974c6352fedd32148a68ec9e71d3d/paper-plane-solid-white.png") no-repeat;
}
.wp-block-button.icon-plane-white-hover a:hover:after {
   background: url("/source/afe974c6352fedd32148a68ec9e71d3d/paper-plane-solid-white.png") no-repeat;
}


.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 60px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--secondary) !important;
}

.wp-block-getwid-template-post-featured-image, .wp-block-getwid-post-carousel__slide {
  position: relative;
}

.wp-block-getwid-post-carousel__slide:hover .wp-block-getwid-template-post-button{
  opacity:  1;
}


.wp-block-getwid-post-carousel__slide .wp-block-getwid-template-post-button{
    margin: 0;
    position: absolute;
    z-index: 9;
    top: 30%;
    width: 100%;
    text-align: center;
    display: block;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.wp-block-getwid-post-carousel__slide .wp-block-getwid-template-post-button a{
width: 70%;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 700;
    position: relative;
}

/*
.wp-block-getwid-template-post-featured-image:hover:after{
       content: 'READ MORE';
    background: var(--secondary);
    height: 43px;
    line-height: 43px;
    width: 70%;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: white;
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
}

.wp-block-getwid-template-post-featured-image:after:hover {
  background: var(--primary);
}*/


.slick-next:hover:before, .slick-prev:hover:before{
  color:  var(--primary) !important;
}

 .wp-block-getwid-post-carousel.has-slides-gap-normal .slick-slide h3 {
    font-size: 1em;
    color: black;
    line-height: 1.25;
    margin: 20px 0 1rem 0;
    font-weight: 600;
 }

 .wp-block-getwid-post-carousel .slick-next,  .wp-block-getwid-post-carousel .slick-prev {
    width: 45px;
    height: 45px;
}

  .wp-block-getwid-post-carousel.has-slides-gap-normal .slick-slide h3 a {
    color:  black;
  }


.wp-block-button a:hover {
  background: var(--primary);
  color: var(--white);
}

.wp-block-button.yellow a {
  background: var(--primary);
}

.wp-block-button.yellow a:hover {
  background: var(--primary);
}

.wp-block-buttons.is-content-justification-center {
  text-align: center;
}

.wp-block-buttons .wp-block-button {
  display: inline-block;
}

.wp-block-buttons .wp-block-button:last-of-type {
  margin: 0;
}


.wp-block-cover.mv__cover-overflow .wp-block-buttons .wp-block-button {
    margin-right: 1rem;
}

.page-banner h1 {
  color:  white;
  font-size: 4em;
}

.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:  550px;
}

.format-standard .wp-block-cover.mv__cover-overflow:after {
    content: "";
    position: absolute;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgb(0 0 0 / 32%) 0%, rgba(0,0,0,0.8575805322128851) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  
}

.wp-block-cover.mv__cover-overflow:after {
  content: "";
  position: absolute;
background-color: transparent;
    background-image: linear-gradient(180deg,rgba(0,122,168,.79) 40%,#fff 97%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mv__cover-overflow .wp-block-cover__inner-container {
  position: absolute;
  z-index: 1;
  bottom: 20%;
  padding: 0 !important;
  min-height: 250px;
}

.wp-block-group.no-padd-bottom .wp-block-group__inner-container {
  padding-bottom:  0;
}

.wp-block-group.no-padd-top .wp-block-group__inner-container{
    padding-top:  0;
}

.mv__cover-overflow .wp-block-cover__inner-container .wp-block-group__inner-container{
  padding: 3rem 1.5rem 0rem 1.5rem !important;
}

.wp-block-group.no-top-bottom-padd .wp-block-group__inner-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mv__cover-overflow .wp-block-cover__inner-container p{
color:  #2c4264;
}

.home .mv__cover-overflow .wp-block-cover__inner-container p{
  color:  white;
}

.mv__content {
  color: var(--white);
}

.mv__content > .wp-block-group__inner-container { padding: 0 1.5rem; }

.mv__content p {
  margin: 0;
  font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.3;
}

.mv__content p.bordered {
      position: relative;
}


.mv__content h2 {
    font-size: 3.5rem;
    line-height: 1.2em;
    margin: 20px 0px 25px 0px;
}

.mv__content p.bordered:after {
 content: '';
    background: white;
    width: 40px;
    height: 1px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 25px;

}


.mv__content p.bordered:before {
 content: '';
    background: white;
    width: 40px;
    height: 1px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 25px;

}

.mv__content h1 {
    color: var(--white);
    font-size: 2rem;
    margin: 0 0 2rem;
    line-height: 1;
}

/*table styling*/
.wp-block-table {
  max-width: calc(100vw - 2rem);
  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(--b-grey);
}

/* footer */
.site-footer {
  background: white;
}

.site-footer a,
.site-footer li a {
  color: var(--base);
}

.site-info {
  padding: 4rem 0 .5rem 0;
}

.site-info .logo {
  position: relative;
  bottom: 1.25rem
}

.site-info .logo img {
  margin: auto;
}

.site-info h2 {
  margin: 0 0 1rem 0;
  font-size: .95em;
  font-weight: 700;
  line-height: 1.3;
  color: var(--secondary);
  position: relative;
}

.site-info h2::after {
  content: "";
  background: var(--white);
  position: absolute;
  top: 1.75rem;
  left: 0;
  width: 2rem;
  height: 1px;
}

.site-info p,
.site-info li {
  font-size: .85em;
  line-height: 2;
}

.site-info p {
  margin: 0 0 1rem 0;
  line-height: 1.5;
}

.site-info .menu-social-media-container ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-info .menu-social-media-container ul li {
  margin: 1.75rem 1.5rem .75rem 0;
}

.site-info .menu-social-media-container img {
  width: 1.15rem;
}

.copyright {
  display: block;
  padding: .25rem 0 .45rem 0;
  width: 100%;

}

.copyright ul,
.copyright p {
  margin: 0;
  padding: 0;
}

.copyright ul li,
.copyright p {
  display: inline-block;
  font-size: .8em;
  line-height: 1.4;
}

.copyright a,
.copyright li a {
      margin-left: 10px;
      color:  var(--base);
}

/* Main content */
.module {
  margin: 0 0 3.5rem 0;
}

.module a h2 {
  display: block;
  font-size: 1.85em;
  line-height: 1.25;
  color: var(--primary);
}

/* Cookie popup */
.cookie-banner {
  position: fixed;
  display: none;
  width: 100%;
  bottom: 0;
  padding: 1rem 2rem .5rem 2rem;
  background: var(--primary);
  color: var(--white);
  z-index: 99;
  left: 0;
  -webkit-box-shadow: 0px 1px 23px 1px rgb(0 0 0 / 36%);
  box-shadow: 0px 1px 23px 1px rgb(0 0 0 / 36%);
}

.cookie-banner a {
  display: inline;
  color: var(--white);
  font-weight: 700;
  text-decoration: underline;
}

.cookie-banner .wp-block-button a {
  padding: .5rem 1rem;
  text-decoration: none;
  background: var(--white);
  color: var(--base);
  font-size:  14px;
}

.cookie-banner .wp-block-button {
    margin: 15px 0px;
}

.cookie-banner .wp-block-button.close a{
  margin-right:  10px;
}

.cookie-banner .wp-block-button.reject a{
  margin-left:  10px;
  margin-right:  0;
}


.cookie-banner .wp-block-button a:hover {
  opacity: .8;
}

.cookie-banner p {
  color: var(--white);
  font-size: .85em;
}

.cookie-banner p {
  margin: 0;
}

.cookie-banner .close {
  color: var(--base);
}

/* tablet (medium) screens */
@media (min-width: 768px) {
  html {
    font-size: 18px;
  }


    /* Grid */

  .grid.t-three-items{
    grid-template-columns: repeat(3,1fr);
  }

  .narrow>div:first-of-type,
  .alignwide>div:first-of-type,
  .alignfull>div:first-of-type {
    padding: 4rem 2rem;
  }

  .t-one-item>.wp-block-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .t-two-items>.wp-block-column,
  .t-one-of-two>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .t-three-items>.wp-block-column,
  .t-one-of-three>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    /* IE11 < */
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }

  .t-four-items>.wp-block-column,
  .t-one-of-four>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .t-five-items>.wp-block-column,
  .t-one-of-five>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }

  .t-six-items>.wp-block-column,
  .t-one-of-six>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666666666667%;
    flex: 0 0 16.66666666666667%;
    /* IE11 < */
    -ms-flex: 0 0 calc(100% / 6);
    flex: 0 0 calc(100% / 6);
  }

  .t-two-of-three>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    /* IE11 < */
    -ms-flex: 0 0 calc(100% / 3 * 2);
    flex: 0 0 calc(100% / 3 * 2);
  }

  .t-three-of-four>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }

  .t-three-of-five>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }

  .t-five-of-six>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
    /* IE11 < */
    -ms-flex: 0 0 calc(100% / 6 * 5);
    flex: 0 0 calc(100% / 6 * 5);
  }

  .hero .switcharoo:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .hero .switcharoo:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .t-align-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .t-align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: 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;
  }

  .site-branding {
    margin: 1rem 2rem;
  }

  .site-branding img {
    width: 150px
  }

  .main-navigation .btn-toggle {
    padding: 1.8rem 1rem;
  }

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

  .site-info .logo img {
    margin: 0;
  }

  .site-info .menu-social-media-container ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero img {
    height: 100vh;
  }

  .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("/source/6f17a9d33b93ba4b9232c315f4b6708c/chevron-left.svg") no-repeat;
    background-size: 11px 20px;
    background-size: 42px 82px;
  }

  .slider .owl-nav .owl-next,
  .slider .owl-nav .owl-next:hover {
    background: url("/source/b34acb5b9e6849db7d7b6c36c5c9b4ab/chevron-right.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 {
    padding: 4rem 0;
  }

  .wp-block-cover .module-box {
    padding: 3rem;
  }

  .wp-block-cover {
    padding: 4rem 0;
    background-position: top left;
    background-size: cover;
    position: relative;
  }

  .wp-block-cover__inner-container {
    position: relative;
    z-index: 2;
}

  .wp-block-cover .module-box {
    display: block;
    width: 100%;
    background: var(--white);
  }

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

  .site-info {
    padding: 4rem 0 .5rem 0;
  }

  .copyright {
    padding: .25rem 0 .45rem 0;
  }
}

@media (max-width: 1366px) {

      .menu-additional {
            position: absolute;
            width: 205px;
            top: 43px;
            right: 114px;
      }

      .dgwt-wcas-search-wrapp {
        position: absolute;
        line-height: 100%;
        display: block;
        color: #444;
        min-width: 230px;
        width: 100%;
        text-align: left;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    a.request-quote-link {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }

    .sub-menu li a {
        font-size: 0.8rem;
       padding: 0.5rem 0.75rem 0rem 0.75rem;
    }

    .sub-menu:before {
      content: '';
      position: relative;
      width:  50px;
      height: 2px;
      margin:  0 auto;
      background:  white;
          display: block;
    }

    #primary-menu > li {
        margin-bottom: 15px;
    }

    .wp-block-cover.mv__cover-overflow{
          max-height: 45rem;
    }

    .mv__content p.pre-hero-text {
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 5px 12px 6px 12px;
    background: rgba(255,255,255,0.2);
    display: inline-block;
    position: relative;
    font: 700 13px/1.5 'Karla', Arial, sans-serif;
    margin: 0 auto;
    border-radius: 30px;
    margin-bottom: 20px;
    color: white !important;
}

.mv__content p {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
}

.page-banner h1 {
    font-size: 2.5em;
}


}


@media (max-width: 768px) {

.menu-additional {
    position: absolute;
    width: 163px;
    top: 43px;
    right: 71px;
}

.cquote-half {
    display: inline-block;
    width: 100%;
}

.sp-wcsp-block-row {
    display: block !important;
}

.sp-wcsp-block-8 {
    width: 100%;
    max-width: 100% !important;
    display: block;
}

.cookie-banner .wp-block-buttons .wp-block-button {
    display: block;
    margin: 0;
    margin-bottom:  20px;
}
.cookie-banner .wp-block-buttons {
    width: 100%;
}

.cookie-banner .wp-block-button a {
    margin: 0 !important;
}

.wp-block-cover.mv__cover-overflow .wp-block-buttons .wp-block-button {
    margin-right: 0;
    margin-bottom:  20px;
}

.mv__content p.pre-hero-text {
    font: 700 11px/1.5 'Karla', Arial, sans-serif;
}

.wp-block-buttons.has-text-align-right {
    text-align: left;
    margin-top: 20px;
}

.mv__cover-overflow .wp-block-cover__inner-container p {
    color: #2c4264;
    font-size: 0.85em;
}

.mv__cover-overflow .wp-block-cover__inner-container .wp-block-group__inner-container {
    padding: 3rem 1rem 0rem 1rem !important;
}

.wcsp-grid-wrapper {
    display: block !important;
}

.sp-wcsp-cat-item{
  width: 100%;
    max-width: 100% !important;
    display: block !important;
}

.wp-block-button.bg-icon a {
    position: relative;
    padding-right: 3rem;
    width: 100%;
}

.bg-blue .wp-block-buttons .wp-block-button, 
.bg-pink .wp-block-buttons .wp-block-button  {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

}

@media (max-width: 450px) {


.dgwt-wcas-search-wrapp{
  display:  none;
}


}


/* desktop */
@media (min-width: 1366px) {
  html {
    font-size: 20px;
  }

  h1 {
    font-size: 3.25em;
  }

  h2 {
    font-size: 2.3em;
  }


  /* Grid */

  .grid.d-three-items{
    grid-template-columns: repeat(3,1fr);
  }


.top-nav .wp-block-spacer {
  height:  35px !important;
}

.mv__content h1 {
  color: var(--white);
  font-size: 3.25rem;
  margin: 0 0 2rem;
  line-height: 1;
}


  .menu-languages-container ul {
    position: absolute;
    right: 0px;
    z-index: 3;
   
  }

  .narrow>div:first-of-type,
  .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;
  }

  .wp-block-columns {
    margin-left: -2.5rem;
  }

  .wp-block-columns .wp-block-column {
    padding-left: 2.5rem;
    margin-bottom: 2.5rem;
  }

  /* slim gutter */
  .wp-block-columns.slim-gutter {
    margin-left: -.5rem;
  }

  .wp-block-columns.slim-gutter .wp-block-column {
    padding-left: .5rem;
    margin-bottom: .5rem;
  }

  .d-one-item>.wp-block-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .d-two-items>.wp-block-column,
  .d-one-of-two>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .d-three-items>.wp-block-column,
  .d-one-of-three>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    /* IE11 < */
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }

  .d-four-items>.wp-block-column,
  .d-one-of-four>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .d-five-items>.wp-block-column,
  .d-one-of-five>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }

  .d-six-items>.wp-block-column,
  .d-one-of-six>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666666666667%;
    flex: 0 0 16.66666666666667%;
    /* IE11 < */
    -ms-flex: 0 0 calc(100% / 6);
    flex: 0 0 calc(100% / 6);
  }

  .d-two-of-three>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    /* IE11 < */
    -ms-flex: 0 0 calc(100% / 3 * 2);
    flex: 0 0 calc(100% / 3 * 2);
  }

  .d-three-of-four>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }

  .d-three-of-five>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }

  .d-five-of-six>.wp-block-column:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
    /* IE11 < */
    -ms-flex: 0 0 calc(100% / 6 * 5);
    flex: 0 0 calc(100% / 6 * 5);
  }

  /* Switch 2 column order */
  .switcharoo:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .switcharoo:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .d-align-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .d-align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: 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;
  }




  .site-header .one-item>.wp-block-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .site-branding {
    margin: 1.5rem 0;
    display: inline-block;
    vertical-align: middle;
  }

  .site-branding img {
    width: auto;
  }

  .btn-toggle,
  .btn-toggle2 {
    display: none;
  }

  .btn-content {
    display: inline !important;
  }

  .main-navigation {
    position: relative;
    z-index: 2;
    display: inline-block;
  }

  .menu-additional, .menu-additional-ctas, .request-quote, .phone-link {
        display: inline-block;
  }

  .request-quote {
        padding-left: 20px;
  }

  .phone-link a {
    color:  white;
    font-size: 0.75rem;
    font-weight: 700;
    position: relative;
    padding-left:  26px;

  }

  .phone-link a:before {
    content: '';
    position: absolute;
    background: url("/source/013647c65dc4b372009a8f7efcb26836/phone-square-solid.png") no-repeat;
    width: 17px;
    height: 17px;
    background-size: 17px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
        left: 0;
}
  .wp-block-button.request-quote a {
        border-radius: 100px 100px 100px 100px;
  }

.dgwt-wcas-search-wrapp{
    width: auto;
    display: inline-block;
    padding-right: 40px;
  }
 

  .main-navigation .btn-content {
    background: transparent;
    padding: 0;
    top:  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 {
    font-size: .9rem;
    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{ 
    padding-bottom:  10px;
  }
  #primary-menu li a {
    display: block;
    margin: 0;
    padding: 0rem 1rem;
    white-space: nowrap;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: white;
    font-size: .875em;
    border-right: 2px solid white;
    line-height: 1;
  }

  #primary-menu li:last-of-type a {
    /*margin: 0 0 0 1.25rem;
    padding: 1.4rem 1.6rem;
    background: var(--secondary);
    border-radius: 4px;
    font-weight: 700;
    color: var(--white);
    white-space: nowrap;
    line-height: 0;*/
  }

  #primary-menu li:last-of-type a:hover {
    /*background: var(--primary);
    color: var(--white);*/
  }

  #primary-menu li:first-child a {
    margin-left: 0;
    padding-left:  0;
  }

  #primary-menu li:last-child a {
    margin-right: 0;
    border-right: none;
  }

  #primary-menu li a:hover {
   
  }

  #primary-menu .current-menu-parent a,
  #primary-menu .current_page_item a {
    color: white;
  }

  /* sub menu drop-down */
  #primary-menu .menu-item-has-children {
    background: url("/source/c902f4ca4d75acbafd3f08f7d4b59e62/chevron-down.svg") no-repeat calc(100% - 1rem) 1.5rem;
    background-size: 10px;
  }

  #primary-menu .menu-item-has-children a {
    padding-right: 2.25em;
  }

  #primary-menu .menu-item-has-children > a:after {
    width: 0;
    height: 0;
    border: 0.313em solid transparent;
    border-bottom: none;
    border-top-color: white;
    content: '';
    vertical-align: middle;
    display: inline-block;
    position: relative;
    right: -1.1em;
}

  #primary-menu .sub-menu {
    position: absolute;
    display: none;
    margin: 0 0 0 0;
        background: white;
    padding: 10px;
    border-radius: 10px;
        margin-top: 10px;
        min-width: 200px;
  }

    #primary-menu .sub-menu li{

       margin-bottom: 6px;
    }

  #primary-menu li:hover .sub-menu {
    display: block;
  }

  #primary-menu li .sub-menu li a,
  #primary-menu li .sub-menu li:last-of-type a {
  margin: 0;
    padding: 0.2rem 0.3rem;
    background: white;
    display: block;
    color: var(--grey);
    border-top: 1px solid var(--white);
    border-radius: 0;
    text-align: left;
    white-space: normal;
    line-height: 1.4;
    font-size: 0.7rem;
  }

  #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(--white);
    color: var(--primary);
  }

  .site-info .wp-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

  }

  .site-info .wp-block-column .wp-block-group.pink-border {
      border: 3px solid var(--secondary);
      border-radius: 12px;
      padding: 20px 5px 30px 30px;
      width: 100%;
  }

  .wp-block-group.pink-border p {
    color: var(--secondary);
    margin-top:  30px;
  }

  .alignleft img {
    margin-left:  0;
  }

  .hero figure {
    max-height: 750px;
    overflow: hidden;
  }

  .hero img {
    height: auto;
  }
  .hero .wp-block-button a,
  .wp-block-button a {
       display: inline-block;
        padding: 0.6rem 1.5rem;
    border-radius: 5px;
    font-size: 0.8rem;
  }

  .text-block-right {
    padding: 0 0 0 5rem;
  }

  .text-block-left {
    padding: 0 5rem 0 0;
  }

  .wp-block-cover.cyan-overlay {
    background-size: 60%;
  }

  .wp-block-cover.cyan-overlay::after {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(14, 110, 128, 0)), color-stop(60%, rgba(14, 110, 128, 1)));
    background-image: -o-linear-gradient(left, rgba(14, 110, 128, 0) 0%, rgba(14, 110, 128, 1) 60%);
    background-image: linear-gradient(90deg, rgba(14, 110, 128, 0) 0%, rgba(14, 110, 128, 1) 60%);
  }

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