:root {
  --b-cyan: #2AC2CB;
  --d-cyan: #0E6E80;
  --l-cyan: #EDF7F8;
  --d-green: #265A63;
  --b-grey: #F7F8FA;
  --d-grey: #D3D3D3;
  --black: #3E4647;
  --white: #FFF;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font: 300 16px/1.5 'Roboto', Arial, sans-serif;
  color: var(--black);
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0 auto;
  background: var(--white);
}

.alignfull>div:first-of-type,
.alignwide>div:first-of-type {
  max-width: 1800px;
  height: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.alignfull.narrow>div:first-of-type,
.alignwide>div:first-of-type {
  max-width: 1400px;
}

.alignfull.narrower>div:first-of-type,
.alignwide.narrower>div:first-of-type {
  max-width: 1000px;
}

.site-header .alignfull>div:first-of-type {
  padding: 0;
}

h1,
h2,
h3,
h4 {
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 600;
  margin: 0 0 1rem 0;
  padding: 0;
  color: var(--d-cyan);
}

h1 {
  font-size: 2.5em;
  line-height: 1.2;
}

h2 {
  font-size: 2em;
  line-height: 1.15;
}

h3 {
  font-size: 1.75em;
  line-height: 1.25;
}

h4 {
  font-size: 1.15em;
  line-height: 1.5;
}

p {
  font-size: 1em;
  line-height: 1.6;
  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;
}

sup {
  line-height: 0;
  position: relative;
}

h1 sup {
  font-size: .35em;
  bottom: .5rem;
}

h2 sup {
  font-size: .4em;
  bottom: .25rem;
}

h3 sup {
  font-size: .45em;
  bottom: .15rem;
}

h4 sup {
  font-size: .5em;
  bottom: .05rem;
}

p sup,
li sup,
label sup {
  font-size: .55em;
}

label sup {
  position: relative;
  right: 0.2rem;
}

p.has-medium-font-size sup {
  font-size: .45em;
}

hr {
  background-color: var(--d-grey);
  border: 0;
  height: 1px;
  margin: 5rem 0;
}

hr.small-margin {
  margin: 2rem 0;
}

img {
  max-width: 100%;
  width: initial;
  height: auto;
  display: block;
  margin: 0 auto;
}

.alignleft img {
  margin: 0;
}

.is-style-rounded img {
  border-radius: 100%;
}

.img-margin img {
  margin: 2rem 0 3rem 0;
}

svg {
  display: block;
}

figure {
  margin: 0 0 2rem 0;
}

.hero figure,
.main-img figure,
.site-footer figure,
.hexagon figure,
.horizon figure,
.virtua figure,
.latest-news figure,
.how-it-works figure {
  margin: 0;
}

.how-it-works>div p:last-child {
  margin: 0;
}

figcaption {
  text-align: center;
  margin: 0.5rem 0 0 0;
  font-size: .85em;
}

figcaption strong {
  color: var(--b-cyan);
}

ul,
main ul.list-no-style,
main ul.tabbed-list,
main ul.list-three-cols,
main ul.literature {
  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;
  transition: all .3s ease;
  color: var(--b-cyan);
  pointer-events: initial !important;
}

a:hover,
a:focus,
a:active {
  cursor: pointer;
  text-decoration: none;
  color: var(--d-cyan);
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

span.support-resources {
  display: none;
}

.page-id-2848 span.support-resources {
  display: inline;
}

/* Cookie banner */
/* Cookie popup */
.cookie-banner {
  position: fixed;
  display: none;
  width: 100%;
  bottom: 0;
  padding: 1rem 2rem 1rem 2rem;
  background: var(--d-cyan);
  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 .wp-block-buttons .wp-block-button {
  margin: 0;
}

.cookie-banner .wp-block-buttons {
  display: inline-block;
}

.cookie-banner a {
  display: inline;
  color: var(--white);
  font-weight: 700;
  text-decoration: underline;
}

.cookie-banner .wp-block-columns .wp-block-column {
  margin-bottom: 0;
}

.cookie-banner .wp-block-button a {
  padding: .6rem 1rem;
  text-decoration: none;
  background: var(--white);
  color: var(--black);
  font-size: 0.7em;
}

.cookie-banner wp-block-button a:hover {
  opacity: .8;
}

.cookie-banner p {
  color: var(--white);
  font-size: .75em;
}

.cookie-banner p {
  margin: 0;
}

.cookie-banner .close {
  color: var(--black);
}

/*--------------------------------------------------------------
# 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: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  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(--b-cyan);
  border-radius: 4px;
  font: 400 .9em/0 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  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(--d-cyan);
  -webkit-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: #000;
}

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: #666;
  border: 1px solid #000;
  border-radius: 0;
  margin: 0 0 1.5em 0;
  padding: .75rem 1rem;
  width: 100%;
}

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: #111;
}

/* contact 7 forms */
span.required {
  color: #D80027;
  font-size: 0.8em;
}

span.wpcf7-not-valid-tip {
  color: #D80027;
}

span.wpcf7-list-item {
  display: block;
}

/* search icon */
.wpbsearchform {
  display: block;
  width: 75%;
  z-index: 9999;
  background-color: rgb(131 131 131 / 80%);
  padding: 0;
  border-radius: 0;
  margin: 0 auto 1.25rem auto;
}

.wpbsearchform form input:focus {
  color: var(--white);
}

.wpbsearchform input[type="search"] {
  font-family: 'Roboto', Arial, sans-serif;
  border-radius: 0;
  margin: 0;
  font-size: .85em;
  padding: .525rem .75rem;
  border: 0;
  background:  var(--black);
  color: var(--white);
}

.wpbsearchform input::placeholder {
  color: var(--white);
  opacity: 1;
}

input[type="submit"].search-submit {
  display: none;
}


/*--------------------------------------------------------------
## Site logo
--------------------------------------------------------------*/
.site-header {
  background: var(--white);
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
  box-shadow: 0 8px 20px -4px rgba(42, 194, 203, .15);
}

.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: 10.25rem;
  -webkit-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;
  cursor: pointer;
  text-align: left;
}

.menu-languages-container ul {
  position: absolute;
  right: 0;
  z-index: 3;
}

.menu-languages-container li.menu-item-has-children {
  background: url(/wp-content/uploads/icon-submenu.svg) no-repeat right center;
  background-size: 10px;
  font-size: .9em;
  line-height: 1.55;
}

.menu-languages-container ul li a {
  display: block;
  padding: .5rem 1rem;
  color: var(--white);
  min-width: 9.45rem;
}

.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: .5rem 1rem;
  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(--black);
}

.menu-languages-container ul.sub-menu li:last-child a {
  border: 0;
}

.menu-languages-container ul.sub-menu a:hover {
  color: var(--d-cyan);
  background: var(--b-grey);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* Hide/show nav*/
.btn-content {
  display: none;
  width: 100%;
  background: var(--d-cyan);
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 8px 14px -4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
  top: 0;
}

.btn-content a {
  color: var(--white);
  text-decoration: none;
  line-height: 1.8;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.main-navigation .btn-toggle {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  border-radius: 0;
  background: var(--d-cyan);
  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;
  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;
  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);
  transform: rotateZ(-135deg);
}

.main-navigation .btn-toggle.btn-toggle-expand i.bar::after {
  bottom: 0;
  -webkit-transform: rotateZ(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 li.search-wpb a {
  display: block;
  padding: .75rem;
  border-bottom: 0;
  line-height: 1.25;
  margin: 0 auto;
}

.main-navigation li.search-wpb .btn-search {
  display: block;
  padding: 0 1rem;
  width: 100%;
  height: 3rem;
  background: transparent;
  border-bottom: 0;
  border-radius: 0;
  position: relative;
}

.main-navigation li.search-wpb .btn-search .icon-search,
.main-navigation li.search-wpb .btn-search .icon-times {
  display: block;
  height: 1.15rem;
}

.main-navigation li.search-wpb .btn-search .icon-search:before,
.main-navigation li.search-wpb .btn-search .icon-times:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 26" style="enable-background:new 0 0 27 26;" fill="%23FFFFFF"><path d="M25.9,22.1l-6.1-5.8c1.4-2,2.1-4.4,1.7-7c-0.6-4.4-4.4-8.1-9.1-8.6C5.5-0.2-0.3,5.4,0.6,12c0.6,4.5,4.4,8.1,9,8.7c2.7,0.3,5.3-0.3,7.3-1.6l6.1,5.8c0.8,0.8,2.1,0.8,2.9,0C26.7,24.1,26.7,22.9,25.9,22.1z M4.5,10.7c0-3.4,2.9-6.2,6.5-6.2s6.5,2.8,6.5,6.2s-2.9,6.2-6.5,6.2S4.5,14.1,4.5,10.7z"/></svg>') center no-repeat;
  background-size: 1.15rem 1.15rem;
  width: 1.15rem;
  height: 1.15rem;
}

.main-navigation li.search-wpb .btn-search .icon-times:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" fill="%23FFFFFF"><path d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"/></svg>') center no-repeat;
  background-size: 1.15rem 1.15rem;
}

.main-navigation li.search-wpb .btn-search:hover .icon-search:before,
.main-navigation li.search-wpb .btn-search:hover .icon-times:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 26" style="enable-background:new 0 0 27 26;" fill="%232AC2CB"><path d="M25.9,22.1l-6.1-5.8c1.4-2,2.1-4.4,1.7-7c-0.6-4.4-4.4-8.1-9.1-8.6C5.5-0.2-0.3,5.4,0.6,12c0.6,4.5,4.4,8.1,9,8.7c2.7,0.3,5.3-0.3,7.3-1.6l6.1,5.8c0.8,0.8,2.1,0.8,2.9,0C26.7,24.1,26.7,22.9,25.9,22.1z M4.5,10.7c0-3.4,2.9-6.2,6.5-6.2s6.5,2.8,6.5,6.2s-2.9,6.2-6.5,6.2S4.5,14.1,4.5,10.7z"/></svg>') center no-repeat;
  background-size: 1.15rem 1.15rem;
}

.main-navigation li.search-wpb .btn-search:hover .icon-times:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" fill="%232AC2CB"><path d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"/></svg>') center no-repeat;
  background-size: 1.15rem 1.15rem;
}



.main-navigation .sub-menu {
  display: none;
}

.main-navigation .sub-menu a {
  text-transform: none;
}

.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 2rem 0;
  padding: 0 1.5rem;
  border-left: 2px solid var(--d-cyan);
  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(--d-cyan);
  font-weight: 600;
  font-size: 1.15rem;
  margin: 0 0 1rem 0;
}

cite {
  font-size: .9em;
}

address {
  font-style: normal;
}

iframe,
object,
embed {
  max-width: 100%;
}

/* col */
.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  /*gutter*/
}

.wp-block-columns .wp-block-column {
  padding-left: 1.5rem;
  margin-bottom: 2.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 */
.are-vertically-aligned-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.are-vertically-aligned-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.are-vertically-aligned-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.are-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%;
}

.four-of-five>.wp-block-column:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
}

.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 */
.slider {
  display: block;
  background: var(--l-cyan);
}

.hero figure {
  width: 100%;
}

.hero .slant {
  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-cyan);
  position: relative;
  padding: .5rem 2rem 3rem 2rem;
  padding: 3rem 2rem;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hero .slant::after {
  /*! content: ""; */
  /*! display: block; */
  /*! width: 100%; */
  /*! height: 50%; */
  /*! background-color: inherit; */
  /*! position: absolute; */
  /*! z-index: -1; */
  /*! left: 0; */
  /*! top: -4.5rem; */
  /*! -webkit-transform: skewY(6deg); */
  /*! transform: skewY(6deg); */
  /*! -webkit-transform-origin: bottom left; */
  /*! transform-origin: bottom left; */
}

.hero .slant p {
  font-size: 1.4em;
  line-height: 1.5;
  margin: 0 0 2rem 0;
  color: var(--d-cyan);
}

.hero.main-img .slant h1 {
  margin: 0 0 .2em 0;
}

.hero p.has-medium-font-size {
  color: var(--b-cyan);
  font: 400 1.75em/1.3 'Oswald', Arial, sans-serif;
}

.hero img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 15rem;
}

.hero .wp-block-button a {
  display: block;
}

.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);
    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: 16px;
    height: 19px;
    margin: 0 .2rem;
    background: url(/wp-content/themes/ibtonline/img/dot.svg) no-repeat;
    -webkit-backface-visibility: visible;
    background-size: 16px 19px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    border-radius: 0
  }

  .slider .owl-dots .owl-dot.active span,
  .slider .owl-dots .owl-dot:hover span {
    background: url(/wp-content/themes/ibtonline/img/dot-active.svg) no-repeat;
    background-size: 16px 19px;
  }

.text-block-right,
.text-block-left {
  padding: 2rem 0 0 0;
}

/* edge to edge */
.alignfull,
.alignwide {
  display: block;
  padding: 3.5rem 0;
  position: relative;
}

.grey {
  background: var(--b-grey);
}

.alignfull.slant,
.alignwide.slant {
  margin: 0 0 7rem 0;
  padding: 7rem 0 0 0;
}

.alignfull.slant::after,
.alignfull.slant::before,
.alignwide.slant::after,
.alignwide.slant::before {
  content: "";
  -webkit-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-5deg) rotate(-5deg);
  background: var(--b-grey);
  width: 100vw;
  height: 30rem;
  position: absolute;
  z-index: -1;
  bottom: -7rem;
}

.alignfull.slant::before,
.alignwide.slant::before {
  top: -7rem;
}

.slant-below {
  padding: 3.5rem 0 0 0;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.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.cyan-overlay {
  position: relative;
}

.wp-block-cover.cyan-overlay::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(top, rgba(14, 110, 128, 0) 0%, rgba(14, 110, 128, .5) 90%);
  background-image: -o-linear-gradient(top, rgba(14, 110, 128, 0) 0%, rgba(14, 110, 128, .5) 90%);
  background-image: linear-gradient(180deg, rgba(14, 110, 128, 0) 0%, rgba(14, 110, 128, .5) 90%);
}

.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(--b-cyan);
}

.hexagon a img {
  margin: auto;
  -webkit-transform: scale(0.94);
  transform: scale(0.94);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.hexagon a:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.hexagon p {
  margin: 0 0 .5rem 0;
  line-height: 1.4;
  color: var(--black);
}

.heading-only {
  margin: 0 0 2rem 0;
}

.blog .latest-news .outer-link h2,
.archive .latest-news .outer-link h2,
.latest-news .outer-link h3 {
  font-size: 1em;
  line-height: 1.4;
}

.blog .latest-news p.view-all {
  display: none;
}

.blog .latest-news #block-9 {
  margin: 0 0 2rem 0;
}

.border {
  border: 1px solid var(--d-cyan);
  padding: 2.5rem 2.5rem 0 2.5rem;
  margin-bottom: 2.5rem;
}

.border .wp-block-table {
  margin: 0;
  padding: 0;
}

.border-top {
  border-top: 1px solid var(--d-grey);
}

.latest-news {
  position: relative;
}

.latest-news .outer-link {
  display: block;
  border-radius: 4px;
  box-shadow: 0px 0px 14px 4px rgb(42 194 203 / 15%);
  color: var(--black);
  position: relative;
}

.latest-news .outer-img {
  background: var(--b-grey);
  position: relative;
  overflow: hidden;
}

.latest-news .outer-link img {
  border-radius: 4px 4px 0 0;
  -webkit-transition: -webkit-transform .75s;
  transition: -webkit-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;
  transition: all .5s ease-out;
  -webkit-transform: scale(1.15);
  transform: scale(1.15)
}

.latest-news .inner-content {
  font-size: 1.15em;
  padding: 1.4rem;
  height: 100%;
}

.latest-news .category {
  display: block;
  background: var(--b-cyan);
  padding: .5rem 1.75rem;
  border-radius: 0 4px;
  position: absolute;
  top: 0;
  right: 0;
  font: 400 .75em/1.5 'Oswald', Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--white);
}

.latest-news .read {
  display: block;
  margin: 1.75rem 0 0 0;
  font: 400 .9em/1.5 'Oswald', Arial, sans-serif;
  color: var(--b-cyan);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.latest-news .read:after {
  content: "Read Article";
}

.latest-news .outer-link:hover .read {
  color: var(--d-cyan);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

/* buttons */
.wp-block-button a {
  display: inline-block;
  padding: 1.25rem 2rem;
  background: var(--b-cyan);
  border-radius: 4px;
  color: var(--white);
  /*white-space: nowrap;*/
  font: 400 1em/1.5 'Oswald', Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.wp-block-button a:hover {
  background: var(--d-cyan);
  color: var(--white);
}

.wp-block-button.d-cyan a {
  background: var(--d-cyan);
}

.wp-block-button.d-cyan a:hover {
  background: var(--b-cyan);
}

.wp-block-buttons.is-content-justification-center {
  text-align: center;
}

.wp-block-buttons.is-content-justification-right {
  text-align: right;
}

.wp-block-buttons .wp-block-button {
  display: block;
  margin: 0 0 1rem 0;
}

/*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.has-fixed-layout {
  table-layout: fixed;
}

.wp-block-table table td,
.wp-block-table table th {
  border: 1px solid var(--d-grey);
  padding: .75rem 1rem;
}

.wp-block-table table thead {
  color: var(--b-cyan);
  background: transparent;
}

.wp-block-table table th {
  text-align: left;
  border-top: none;
  font: 600 1.25em/1.5 'Oswald', Arial, sans-serif;
}

.wp-block-table table td:first-child {
  font: 600 1em/1.5 'Oswald', Arial, sans-serif;
  color: var(--d-cyan);
}

.wp-block-table table td {
  /*white-space: nowrap;*/
  border-bottom: none;
  font-size: 0.9em;
  font-weight: 100;
  line-height: 1.6;
}

.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 th:first-child {
  width: 50%;
}
*/
.is-style-stripes table td:first-child {
  font: 300 .9em/1.5 'Roboto', Arial, sans-serif;
  color: var(--black);
}

.is-style-stripes table td strong {
  font: 600 1.1em/1.5 'Oswald', Arial, sans-serif;
  color: var(--d-cyan);
}

.is-style-stripes table td,
.is-style-stripes table th {
  padding: .5rem;
}

.is-style-stripes table tr:nth-child(even) {
  background: var(--b-grey);
}

.is-style-stripes.no-stripes table tr:nth-child(even) {
  background: transparent;
}

.support ul.list-three-cols li {
  font: 600 1.25em/4 'Oswald', Arial, sans-serif;
  color: var(--b-cyan);
}

.support ul.list-three-cols li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: .15rem;
  width: 50px;
  height: 58px;
  background: url(/wp-content/uploads/icon-resource.svg) no-repeat center;
  margin-right: 1rem;
}

/* footer */
.site-footer {
  background: var(--d-cyan);
  color: var(--white);
}

.site-footer a,
.site-footer li a {
  color: var(--white);
}

.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 1.75rem 0;
  font-size: .95em;
  font-weight: 600;
  line-height: 1.3;
  color: var(--white);
  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: .725em;
  line-height: 2.25;
}

.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;
}

.site-info .wp-block-buttons .wp-block-button {
  font-size: .75em;
  margin: 0
}

.site-info .wp-block-button a {
  padding: .75rem 1.75rem;
  background: var(--d-green);
}

.site-info .wp-block-button a:hover {
  background: var(--b-cyan);
}

.copyright {
  display: block;
  padding: .25rem 0 .45rem 0;
  width: 100%;
  background: var(--d-green);
  color: var(--white);
}

.copyright ul,
.copyright p {
  margin: 0;
  padding: 0;
}

.copyright ul li,
.copyright p {
  display: inline;
  font-size: .6em;
  line-height: 1.4;
}

.copyright a,
.copyright li a {
  color: var(--white);
}

.copyright ul li::after {
  content: "|";
  margin: 0 .25rem 0 .45rem;
}

.copyright ul li:last-child::after {
  content: "";
}

/* Main content */
.module {
  margin: 0 0 3.5rem 0;
}

.module a h2 {
  display: block;
  font-size: 1.85em;
  line-height: 1.25;
  color: var(--b-cyan);
}

/* Tabbed data*/
.overlay-tabbed {
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.overlay-tabbed:target {
  visibility: visible;
  opacity: 1;
  height: auto;
}

/* 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: 3rem;
  height: 3rem;
  border-radius: 0 0 0 4px;
  background: var(--d-cyan) url(/wp-content/themes/ibtonline/img/close.svg) center no-repeat;
  background-size: 20px 20px;
  position: absolute;
  top: -1px;
  right: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.overlay .cancel:hover::after {
  background: var(--b-cyan) url(/wp-content/themes/ibtonline/img/close.svg) center no-repeat;
  background-size: 24px 24px;
}

.overlay:target {
  visibility: visible;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  height: auto;
}

.popup {
  /*! margin: auto 2rem; */
  width: 100%;
  max-width: 800px;
  max-height: 500px;
  overflow: auto;
  padding: 1.5rem;
  background: var(--white);
  border: 1px solid var(--d-grey);
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.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 .close {
	 position: absolute;
	 top: 0;
	 right: 0;
	 opacity: 0.5;
	 -webkit-transition: all 200ms;
	 transition: all 200ms;
	 font-size: 2.5em;
	 font-weight: bold;
	 text-decoration: none;
	 color: var(--black);
	 line-height: .5;
	 display: block;
	 padding: .85rem;
	 background: transparent;
	 font: 700 2em/.65 'Roboto', Arial, sans-serif;
}
 .popup .close:hover {
	 opacity: 1;
}
*/
.popup .content {
  max-height: 400px;
  overflow: auto;
}

.steps {
  position: relative;
}

.steps figcaption span {
  display: inline-block;
  background: var(--white);
  border: 1px solid var(--d-grey);
  font-size: 1.1em;
  font-weight: 700;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  position: absolute;
  line-height: 2;
  margin-top: -0.5rem;
  margin-left: -2.5rem;
}

.steps img {
  max-height: 220px;
}

.literature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-left: -1.5rem;
}

.literature>li {
  padding-left: 1.5rem;
  margin: .75rem 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: center;
  font-weight: 700;
}

.literature li img {
  display: block;
  border: 1px solid var(--d-grey);
  border-radius: 3px;
  margin: 0 0 .5rem 0;
}

.literature li a:hover img {
  border-color: var(--b-cyan);
}

.page-menu {
  font: 400 1em/1.5 'Oswald', Arial, sans-serif;
  letter-spacing: 1px;
  border-bottom: 1px solid var(--d-grey);
}

.page-menu li {
  border: 1px solid var(--d-grey);
  border-bottom: 0;
}

.page-menu li a {
  display: block;
  padding: .75rem 1rem;
}

.page-menu li a:hover {
  background: var(--b-cyan);
  color: var(--white);
}

.page-menu.tabbed-list li a.active {
  background: var(--b-cyan);
  color: var(--white);
}

.international .page-menu li a {
  color: var(--d-cyan);
  text-align: center;
}

.international .page-menu.tabbed-list li a.active {
  background: initial;
  color: var(--d-cyan);
}

.international .page-menu li a:hover,
.international .page-menu.tabbed-list li a.active:hover {
  background: var(--d-cyan);
  color: var(--white);
}

.pagination {
  margin: 1rem 0 0 0;
  text-align: center;
  font-size: .9em;
  display: block;
  margin: 0 auto;
}

.pagination .page-numbers {
  padding: 1rem 1.3rem;
  background: var(--d-cyan);
  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: "<";
}

.case-study {
  max-width: 200px;
}

.case-study figure {
  margin: 0 0 .5rem 0;
}

.case-study p {
  text-align: center;
  line-height: 1.4;
}

.international a.pin {
  display: block;
  cursor: pointer;
}

.international a:hover.pin circle.pin-outer,
.international a:hover.pin circle.pin-inner {
  fill: var(--b-cyan);
}

#awards figure,
#recompenses figure {
  height: 11.7rem;
  margin: 0;
}

#awards figure.presidents-e-award,
#recompenses figure.presidents-e-award {
  height: 16.9rem;
}

/* tablet (medium) screens */
@media (min-width: 768px) {
  html {
    font-size: 17px;
  }

  .alignfull>div:first-of-type,
  .alignwide>div:first-of-type {
    padding: 0 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: 14.25rem;
  }

  .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;
  }

  .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 .slant {
    padding: 0 1.5rem 0 0;
    border: 0;
  }

  .hero.main-img .slant {
    padding: 0 0 0 2rem;
  }
  
  .hero .slant {
  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-cyan);
  position: relative;
  padding: .5rem 2rem 3rem 2rem;
  padding: 3rem 2rem;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hero .slant::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: inherit;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -4.5rem;
  -webkit-transform: skewY(6deg);
  transform: skewY(6deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

  .hero .slant::after {
    width: 50%;
    height: 100%;
    top: 0;
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }

  .hero.main-img .slant::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: skew(12deg);
    transform: skew(12deg);
  }

  .hero img {
    height: 40vh;
  }

  .hero .wp-block-button a {
    padding: 1.25rem .5rem;
  }

  .wp-block-buttons .wp-block-button {
    display: inline-block;
    margin: 0 2rem 2rem 0;
  }

  .wp-block-buttons .wp-block-button:last-of-type {
    margin-right: 0;
  }

  .hero .wp-block-buttons .wp-block-button {
    display: block;
  }

  .alignfull,
  .alignwide {
    padding: 7rem 0;
  }

  .alignfull.slant {
    margin: 0 0 7rem 0;
    padding: 7rem 0 0 0;
  }

  .slant-below {
    padding: 7rem 0 3rem 0;
  }

  .slant-below img {
    position: relative;
    z-index: -1;
    /*make img go behind slant*/
  }

  .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;
  }

  .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;
  }

  .equal-table-height .is-style-stripes {
    min-height: 20.75rem;
  }

  .blog .latest-news aside,
  .archive .latest-news aside {
    margin: 4.6rem 0 0 0;
  }

  #awards figure.presidents-e-award,
  #recompenses figure.presidents-e-award {
    height: 23.2rem;
  }
}

/* desktop */
@media (min-width: 1280px) {
  html {
    /*! font-size: 18px; */
  }

  h1 {
    font-size: 3.25em;
  }

  h2 {
    font-size: 2.5em;
  }

  .alignfull>div:first-of-type,
  .alignwide>div:first-of-type,
  .site-header .alignfull>div:first-of-type {
    padding: 0 2.5rem;
  }

  .wp-block-columns {
    margin-left: -2.5rem;
    /*gutter*/
  }

  .wp-block-columns .wp-block-column {
    padding-left: 2.5rem;
    margin-bottom: 2.5rem;
  }

  /* slim gutter */
  .wp-block-columns.slim-gutter {
    margin-left: -1.5rem;
  }

  .wp-block-columns.slim-gutter .wp-block-column {
    padding-left: 1.5rem;
    margin-bottom: 1.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;
  }

  .top-nav {
    display: block;
    width: 100%;
    margin: 0;
    background: var(--d-cyan);
    font-size: .85em;
  }

  .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;
    position: relative;
    z-index: 10;
  }

  .site-branding img {
    width: auto;
  }

  .btn-toggle,
  .btn-toggle2 {
    display: none;
  }

  .btn-content {
    display: inline !important;
  }

  .main-navigation {
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 400;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -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 a {
    display: block;
    margin: 0;
    padding: 1rem;
    white-space: nowrap;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: var(--black);
    font-size: .875em;
    letter-spacing: 1px;
  }
  /* new menu */
    /* sub menu drop-down */
  #primary-menu .menu-item-has-children:after {
    background-image: url(/wp-content/uploads/chevron-down.svg);
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  #primary-menu .menu-item-has-children .menu-item-has-children:after {
    top: .075rem;
    transform: rotate(-90deg);
    right: -.3rem;
  }

  #primary-menu .menu-item-has-children a {
    padding-right: 2.25em;
  }

  #primary-menu .sub-menu,
  #primary-menu li .sub-menu li .sub-menu {
    position: absolute;
    display: none;
    margin: 0 0 0 1rem;
    width: 9.5rem;
    box-shadow: 0 0 14px rgba(42, 194, 203, .3);
  }
  
  #primary-menu li .sub-menu li .sub-menu {
    top: 0;
    left: 8.5rem;
  }
  
  #primary-menu li:hover .sub-menu,
  #primary-menu .sub-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: .5rem .7rem;
    background: var(--b-cyan);
    display: block;
    color: var(--white);
    border-top: 1px solid var(--white);
    border-radius: 0;
    text-align: left;
    white-space: normal;
    text-transform: capitalize;
    line-height: 1.4;
  }
  
  #primary-menu li .sub-menu li:first-of-type a,
  #primary-menu li .sub-menu li .sub-menu  li:first-of-type a {
    border: 0;
  }
  
  #primary-menu li .sub-menu li .sub-menu li a {
    border-top: 1px solid var(--white);
  }

  #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);
  }
/*new menu end */

  #primary-menu li:last-of-type a {
    margin: 0 0 0 1.25rem;
    padding: 1.4rem 1.6rem;
    background: var(--b-cyan);
    border-radius: 4px;
    color: var(--white);
    white-space: nowrap;
    letter-spacing: 2px;
    line-height: 0;
  }

  #primary-menu li:last-of-type a:hover {
    background: var(--d-cyan);
    color: var(--white);
  }

  #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(--b-cyan);
  }

  #primary-menu .current-menu-parent a,
  #primary-menu .current_page_item a {
    color: var(--b-cyan);
  }

  /* sub menu drop-down */
  #primary-menu .menu-item-has-children a {
    padding-right: 1.75rem;
  }

  #primary-menu li.menu-item-2713 .sub-menu {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    width: 100vw;
    min-height: 15.6rem;
    background: var(--white);
    position: absolute;
    top: 3.15rem;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    z-index: 2;
    box-shadow: 0 20px 20px -14px rgba(42, 194, 203, .15);
  }

  
  #primary-menu li.menu-item-2713:hover .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #primary-menu li.menu-item-2713 .sub-menu::before,
  #primary-menu li.menu-item-2713 .sub-menu::after {
    content: "";
    width: 100%;
    min-height: 15.6rem;
    position: absolute;
    top: 50%;
    left: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--white);
    z-index: 2;
    box-shadow: 0 8px 20px -4px rgba(42, 194, 203, .15);
    box-shadow: 0 20px 20px -14px rgba(42, 194, 203, .15);
  }
  
  #primary-menu li.menu-item-2713 .sub-menu::before,
  #primary-menu li.menu-item-2713 .sub-menu::after {
    top: 0;
    left: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(0%, 0%);
  }

  #primary-menu li.menu-item-2713 .sub-menu .sub-menu::before,
  #primary-menu li.menu-item-2713 .sub-menu .sub-menu::after {
    content: "";
    width: auto;
    height: auto;
    position: static;
    background: transparent;
    z-index: 2;
    box-shadow: none;
    display: inline;
    -webkit-transform: none;
    transform: none;
  }

  #primary-menu li.menu-item-2713 .sub-menu li a,
  #primary-menu li.menu-item-2713 .sub-menu li:last-of-type a {
    margin: 0;
    padding: 1rem 1rem 1.5rem 1rem;
    height: 100%;
    background: var(--white);
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    color: var(--d-cyan);
    border-radius: 0;
    white-space: normal;
    text-transform: initial;
    line-height: 1.4;
    text-align: center;
    display: block;
  }

  #primary-menu li.menu-item-2713 .sub-menu li a::before {
    content: "";
    position: relative;
    display: block;
    margin: 0 auto .875rem auto;
    width: 10rem;
    height: 10rem;
    background: var(--b-grey);
  }

  #primary-menu li.menu-item-2713 .sub-menu li.kiosk a::before {
    background: url(/wp-content/uploads/kiosk-1.png) no-repeat center;
    background-size: 9rem;
  }

  #primary-menu li.menu-item-2713 .sub-menu li.wireless a::before {
    background: url(/wp-content/uploads/wireless-dr-retrofit.png) no-repeat center;
    background-size: 9rem;
  }

  #primary-menu li.menu-item-2713 .sub-menu li.portable a::before {
    background: url(/wp-content/uploads/portable-x-ray-solution.png) no-repeat center;
    background-size: 9rem;
  }

  #primary-menu li.menu-item-2713 .sub-menu li.horizon a::before {
    background: url(/wp-content/uploads/horizon.png) no-repeat center;
    background-size: 9rem;
  }

  #primary-menu li.menu-item-2713 .sub-menu li.virtua a::before {
    background: url(/wp-content/uploads/virtua.png) no-repeat center;
    background-size: 9rem;
  }

  #primary-menu li.menu-item-2713 .sub-menu li.directvista a::before {
    background: url(/wp-content/uploads/directvista.png) no-repeat center;
    background-size: 9rem;
  }

  #primary-menu li.menu-item-2713 .sub-menu li.integrated a::before {
    background: url(/wp-content/uploads/integrated.png) no-repeat center;
    background-size: 9rem;
  }

  #primary-menu li.menu-item-2713 .sub-menu li.sls a::before {
    background: url(/wp-content/uploads/sls-administration-tool.png) no-repeat center;
    background-size: 9rem;
  }

  #primary-menu li.menu-item-2713 .sub-menu li.sls-admin a::before {
    background: url(/wp-content/uploads/safe-label-system.png) no-repeat center;
    background-size: 9rem;
  }

  #primary-menu li.menu-item-2713 .sub-menu li.sls-wave a::before {
    background: url(/wp-content/uploads/sls-wave.png) no-repeat center;
    background-size: 9rem;
  }

  #primary-menu li.menu-item-2713 .sub-menu li.wastelog a::before {
    background: url(/wp-content/uploads/wastelog.png) no-repeat center;
    background-size: 9rem;
  }

  #primary-menu li.menu-item-2713 .sub-menu li.druglog a::before {
    background: url(/wp-content/uploads/druglog.png) no-repeat center;
    background-size: 9rem;
  }

  #primary-menu li.menu-item-2713 .sub-menu li.moonbeam a::before {
    background: url(/wp-content/uploads/moonbeam3.png) no-repeat center;
    background-size: 9rem;
  }

  #primary-menu li.menu-item-2713 .sub-menu li.oxivir a::before {
    background: url(/wp-content/uploads/oxivir.png) no-repeat center;
    background-size: 9rem;
  }
  
  #primary-menu li.menu-item-2713 .sub-menu li.sws a::before {
    background: url(/wp-content/uploads/safe-waste-system-sws.png) no-repeat center;
    background-size: 9rem;
  }

  #primary-menu li.menu-item-2713 .sub-menu li a:hover::before {
    background-size: 9.5rem;
  }

  #primary-menu li.menu-item-2713 .sub-menu li.current-menu-item a,
  #primary-menu li.menu-item-2713 .sub-menu li a:hover,
  #primary-menu li.menu-item-2713 .sub-menu li:last-of-type a:hover {
    background: var(--b-grey);
    color: var(--b-cyan);
  }

  #primary-menu li.menu-item-2713 .sub-menu .sub-menu,
  #primary-menu li.menu-item-2713:hover .sub-menu .submenu {
    background: transparent;
    position: static;
    display: inline;
    margin: 0;
    box-shadow: none;
  }

  #primary-menu li.menu-item-2713 .sub-menu .sub-menu li a::before {
    background: transparent;
    position: static;
    width: auto;
    height: auto;
  }

  #primary-menu li.menu-item-2713 .sub-menu .sub-menu li {
    /*! display: inline; */
    /*! width: auto; */
    /*! position: static; */
  }

  #primary-menu li.menu-item-2713 .sub-menu .sub-menu li a,
  #primary-menu li.menu-item-2713 .sub-menu .sub-menu li:last-of-type a {
    display: inline;
    padding: 0;
    position: relative;
    bottom: 4.25rem;
    color: var(--black);
    font: 300 .8em/1.5 'Roboto', Arial, sans-serif;
    letter-spacing: 0;
    background: transparent;
  }

  #primary-menu li.menu-item-2713 .sub-menu .sub-menu li a:hover {
    color: var(--b-cyan);
  }

  #primary-menu li.menu-item-2713 .sub-menu .sub-menu li a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url(/wp-content/themes/ibtonline/img/sub-item.svg) no-repeat;
    background-size: 15px 15px;
    position: relative;
    left: 0;
    top: 1rem;
  }
  
    button.btn-search {
    margin: 0 auto;
  }

  .wpbsearchform {
    width: 12rem;
    position: absolute;
    right: 18%;
    top: 3.15rem;
    /*! margin-top: 1px; */
    z-index: 9999;
  }

  .site-info .wp-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero .slant {
    padding: 0 20% 0 10%;
  }

  .hero.main-img .slant {
    padding: 0 5% 0 15%;
  }

  .hero figure {
    max-height: 700px;
    overflow: hidden;
  }

  .hero.main-img figure {
    max-height: 600px;
    overflow: hidden;
  }

  .hero img {
    height: auto;
  }

  .hero .wp-block-button a,
  .wp-block-button a {
    display: inline-block;
    padding: 1.25rem 2.75rem;
  }

  .wp-block-button.small-button a {
    font-size: .9em;
    padding: .75rem 1.75rem;
    margin: 2rem 0 0 0;
  }

  .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/themes/ibtonline/img/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(/wp-content/themes/ibtonline/img/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%);
    transform: translate(-98%, -50%)
  }

  .slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 2%;
    -webkit-transform: translate(-2%, -50%);
    transform: translate(-2%, -50%)
  }

  .slider .owl-nav [class*=owl-]:hover {
    opacity: .8
  }

  .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-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;
  }

  .support ul.list-three-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .support ul.list-three-cols li {
    /*flex: 0 0 calc(100% / 3);*/
    text-align: center;
  }

  .overlay .cancel::after {
    border-radius: 4px;
    position: absolute;
    top: 2rem;
    right: 2rem;
  }

  .literature>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .wp-block-table.sls-table table th:first-child {
    width: 30%;
  }

  .blog .latest-news aside,
  .archive .latest-news aside {
    margin: 5.4rem 0 0 0;
  }

  #awards figure,
  #recompenses figure {
    height: 9.35rem;
  }

  #awards figure.presidents-e-award,
  #recompenses figure.presidents-e-award {
    height: 19.7rem;
    margin: 0 0 2rem 0;
  }
  
  .main-navigation li.search-wpb .btn-search .icon-search:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 26" style="enable-background:new 0 0 27 26;" fill="%233E4647"><path d="M25.9,22.1l-6.1-5.8c1.4-2,2.1-4.4,1.7-7c-0.6-4.4-4.4-8.1-9.1-8.6C5.5-0.2-0.3,5.4,0.6,12c0.6,4.5,4.4,8.1,9,8.7c2.7,0.3,5.3-0.3,7.3-1.6l6.1,5.8c0.8,0.8,2.1,0.8,2.9,0C26.7,24.1,26.7,22.9,25.9,22.1z M4.5,10.7c0-3.4,2.9-6.2,6.5-6.2s6.5,2.8,6.5,6.2s-2.9,6.2-6.5,6.2S4.5,14.1,4.5,10.7z"/></svg>');
  }
  
  .main-navigation li.search-wpb .btn-search .icon-times:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" fill="%233E4647"><path d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"/></svg>');
  }
  
}

@media (min-width: 1500px) {
  html {
    font-size: 20px;
  }
}
