@charset "UTF-8";
html {
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #514E49;
  margin: 0;
  padding-top: 120px;
}

body.no-header {
  padding-top: 20px;
}

label.required:after {
  content:"\00a0*";
}

.mb-25  { margin-bottom: 25px;}
.mb-50  { margin-bottom: 50px;}
.mb-100 { margin-bottom: 100px;}
.mt-25  { margin-top: 25px;}
.mt-50  { margin-top: 50px;}
.mt-100 { margin-top: 100px;}

.anchor {
  padding-top: 120px;
  margin-top: -120px;
}

.product-card-columns {
  column-count: 2;
}

@media (max-width: 1199px) {
  .product-card-columns {
    column-count: 1;
  }
  .industry-heading h2 {
    font-size: 0.9rem;
  }
}

.product-card-columns .card {
  border: none;   
}

.product-row .product-links a::after, .caret-right::after {
  display: inline-block;
  margin-left: 0.555em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  vertical-align: baseline;
}

.caret-left::after {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
  vertical-align: baseline;
}

.breadcrumb {
  background: none;
  padding: 25px 0 0 0;
  font-size: 0.875rem;
}
.breadcrumb svg.home path {
  fill: #514E49;
}
.breadcrumb a:hover svg.home path {
  fill: #0070C0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: #514E49;
}

ul.application-list {
  list-style-type: none;
  padding: 0;
}
ul.application-list li:nth-child(odd) {
  background: #F9F9F9;
}
ul.application-list li a {
  display: list-item;
  padding: 0.75rem 1.2rem;
}
ul.application-list li:hover {
  background: #0070C0;
}
ul.application-list li:hover a {
  color: #FFFFFF;
}

.page-item.active .page-link {
  background: #0070C0;
  border-color: #0070C0;
}

.page-link {
  color: #514E49;
  text-align: center;
}
.page-link:hover {
  color: #FFFFFF;
  background-color: #6290D2;
  border-color: #6290D2;
}

.supplier-list {
  text-align: center;
}
.supplier-list [class*=col-] {
  margin-top: auto;
  margin-bottom: auto;
}
.supplier-list img {
  padding: 0 2.5rem 75px 2.5rem;
  max-height: 225px;
}
.supplier-list img:hover {
  transform: scale(1.07);
  transition-duration: 100ms;
}
.supplier-list img:not(:hover) {
  transform: scale(1);
  transition-duration: 100ms;
}

.industry-list [class*=col-] {
  position: relative;
  padding-bottom: 30px;
}
.industry-list [class*=col-] > a {
  display: block;
  height: 100%;
  width: 100%;
}
.industry-list [class*=col-] > a:hover {
  transform: scale(1.04);
  transition-duration: 100ms;
}
.industry-list [class*=col-] > a:not(:hover) {
  transform: scale(1);
  transition-duration: 100ms;
}
.industry-list [class*=col-]:hover .industry-heading {
  background: #0070C0;
}
.industry-list [class*=col-]:hover .industry-heading h2 {
  color: #FFFFFF;
}
.industry-list img {
  position: relative;
  height: 300px;
  object-fit: cover;
  object-position: 50% 50%;
}
.industry-list .industry-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 37%;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  min-height: 100px;
}
.industry-list .industry-heading h2 {
  margin-bottom: 0;
  padding: 0 25px;
  font-weight: 600;
}
.industry-list .industry-heading h2::after {
  content: none;
}

.nav-tabs {
  border-bottom: none;
}
.nav-tabs .nav-link {
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #514E49;
  background: #F9F9F9;
  font-weight: 700;
  padding: 12px 25px;
}
.nav-tabs .nav-item:first-child .nav-link {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.nav-tabs .nav-item:last-child .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-tabs .nav-item.show .nav-link {
  color: #FFFFFF;
  background-color: #6290D2;
}

.tab-content {
  margin-top: -2px;
  padding: 25px;
}
.tab-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tab-content ul li {
  padding-bottom: 0.5rem;
}
.tab-content ul li:last-child {
  padding-bottom: 0;
}

.results-list article {
  margin-top: 50px;
}
.results-list article h2 {
  margin-bottom: 0.7rem;
}
.results-list article h2::after {
  content: none;
}
.results-list article p.excerpt {
  margin: 0.7rem 0;
}
@media (min-width: 768px) {
  .btn.float-contactus {
    position: fixed;
    right: 5rem;
    bottom: 5rem;
    z-index: 50;
    display: none;
    padding: 1rem 1.5rem;
    box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.2), 0 1rem 3rem 0 rgba(0, 0, 0, 0.19);
  }
  .btn.float-contactus:hover {
    box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.2), 0 1rem 3rem 0 rgba(0, 0, 0, 0.19);
  }
  .btn.float-contactus.scrolled {
    display: block;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
  .container > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .container.slim.width-8 {
    max-width: 850px;
  }
  .container.slim.width-10 {
    max-width: 1100px;
  }
  .container.supplier-list > .row {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .application-list ul {
    margin-left: -15px;
    margin-right: -15px;
  }
}
a {
  color: #514E49;
  text-decoration: none;
}
a:hover {
  color: #0070C0;
  text-decoration: none;
}

a.blackun-blueun {
  color: #514E49;
  text-decoration: underline;
}
a.blackun-blueun:hover {
  color: #0070C0;
  text-decoration: underline;
}

a.blue-blueun, .results-list article a.link {
  color: #0070C0;
  text-decoration: none;
}
a.blue-blueun:hover, .results-list article a.link:hover {
  color: #0070C0;
  text-decoration: underline;
}

a.grey-black {
  color: #C2C2C2;
  text-decoration: none;
}
a.grey-black:hover {
  color: #514E49;
  text-decoration: none;
}

a.black-blackun {
  color: #514E49;
  text-decoration: none;
}
a.black-blackun:hover {
  color: #514E49;
  text-decoration: underline;
}

.btn {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0.5rem 1.5rem;
}
.btn:hover {
  color: #FFFFFF;
  background-color: #015D9F;
  border-color: #015D9F;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
}
.btn:focus, .btn.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn:disabled, .btn.disabled {
  color: #FFFFFF;
  background-color: #0070C0;
  border-color: #0070C0;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .show > .btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #015D9F;
  border-color: #015D9F;
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, .show > .btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn img {
  height: 16px;
  margin-right: 0.5rem;
}

.btn-default {
  color: #FFFFFF;
  background-color: #0070C0;
  border-color: #0070C0;
}

.btn-default-outline {
  color: #0070C0;
  background-color: #FFFFFF;
  border-color: #0070C0;
}

.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.text-grey {
  color: #C2C2C2;
}

.text-blue {
  color: #0070C0;
}

h2::after, h1::after, .u-heading::after {
  content: " ";
  display: block;
  width: 100px;
  height: 10px;
  margin-top: 8px;
  background: #0070C0;
}

.u-heading.text-center::after {
  margin-left: auto;
  margin-right: auto;
}

.badge-default {
  font-size: 0.9rem;
  padding: 0.25rem 0.9rem;
  background: #F9F9F9;
  border: 1px solid #C2C2C2;
  border-radius: 0.25rem;
}

.u-blue::after {
  background: #0070C0;
}

.u-blue-light::after {
  background: #AFC4E7;
}

.u-white::after {
  background: #FFFFFF;
}

h1:not(.product-title)::first-letter, h2:not(.product-title)::first-letter, h3:not(.product-title)::first-letter {
  text-transform: uppercase;
}

h1 {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
h1.u-no {
  margin-bottom: 0.5rem;
}
h1.u-no::after {
  content: none;
}

.container.text-center h1::after, .container.text-center h2::after {
  margin-left: auto;
  margin-right: auto;
}

h1.text-center::after, h2.text-center::after {
  margin-left: auto;
  margin-right: auto;
}

h2 {
  font-size: 1.3rem;
  font-weight: bold;
}
h2.bigger {
  font-size: 1.75rem;
}
h2.u-no::after {
  content: none;
}

h3 {
  font-size: 1rem;
  font-weight: bold;
}
h3.bigger {
  font-size: 1.3rem;
}

.supplier-text p {
  margin-bottom: 1.3rem;
}

.product-text table, .contact table {
  margin-bottom: 1rem;
}
.product-text table th, .contact table th {
  padding-right: 2rem;
  vertical-align: text-top;
}

.contact table th {
  color: #A1A1A1;
}

.header-main {
  background: white;
  min-height: 120px;
  height: 120px;
}
.header-upper {
  background: #F5F8FB;
  height: 39.99px;
}
.header-upper a {
  color: #514E49;
  text-decoration: none;
}
.header-upper a:hover {
  color: #0070C0;
  text-decoration: none;
}
.header-upper .container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 40px;
}
.header-upper .container, .header-upper .container .form-control {
  font-size: calc(1rem * 0.75);
}
.header-upper form option {
  line-height: 1.5;
}
.header-lower{
  height: calc(120px - 39.99px);
}

.header-lower.navbar {
  font-weight: 600;
  padding: 0;
  display: block;
}
.header-lower.navbar .container {
  display: block;
}

.navbar .nav-link {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  font-size: 0.95rem;
}
.navbar-brand {
  margin-right: 0;
}
.navbar-brand img {
  width: auto;
  max-height: 70px;
}
.navbar-nav .nav-item {
  color: #514E49;
  margin-right: 0.3rem;
}
.navbar-nav .nav-item:hover, .navbar-nav .nav-item:focus {
  color: #0070C0;
}
.navbar-toggler {
  font-size: 1rem;
}
.navbar .btn {
  font-size: 0.85rem;
  padding: 10px 10px;
}

svg.search {
  margin-right: 4px;
  margin-top: -5px;
}
svg.search path {
  fill: #514E49;
}

.nav-link:hover svg.search path {
  fill: #0070C0;
}

.search-navbar {
  margin: 25px auto 50px auto;
  max-width: 800px;
}

@media (max-width: 1199px) {
  .nav-second-level .nav-link {
    border: 1px solid #E1E1E1;
    margin-top: -1px;
  }

  .nav-third-level .nav-link {
    background: #F5F8FB;
    padding-left: 1rem;
  }
  .nav-third-level .nav-link::before {
    content: "—";
    float: left;
    padding-right: 5px;
  }

  .nav-fourth-level .nav-link {
    background: #FFFFFF;
    padding-left: 2.5rem;
  }
  .nav-fourth-level .nav-link::before {
    content: "–";
    float: left;
    padding-right: 5px;
  }
}

footer.footer-main {
  padding-top: 50px;
  font-size: calc(1rem * 0.75);
  background: #F5F8FB;
}
footer.footer-main h4 {
  font-size: inherit;
  border-bottom: 1.5px solid #C2C2C2;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
footer.footer-main p {
  margin-top: 0.75rem;
  margin-bottom: 0;
}
footer.footer-main img.brand {
  width: 130px;
  height: auto;
}
footer.footer-main a {
  color: #514E49;
  text-decoration: none;
}
footer.footer-main a:hover {
  color: #0070C0;
  text-decoration: underline;
}
footer.footer-main .local-offices a {
  display: block;
  color: #514E49;
}
footer.footer-main .local-offices a:hover {
  color: #0070C0;
  text-decoration: none;
}
footer.footer-main [class*=col-] {
  padding-bottom: 2rem;
}
footer.footer-main .second-footer {
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  background: #edf2f8;
}
footer.footer-main .second-footer ul.navbar-nav {
  flex-direction: row;   
}
footer.footer-main .second-footer a {
  margin-right: 25px;
  color: #514E49;
  text-decoration: underline;
}
footer.footer-main .second-footer a:hover {
  color: #0070C0;
  text-decoration: underline;
}

@media (min-width: 768px) {
  footer.footer-main [class*=col-] {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  footer.footer-main [class*=col-] {
    padding-right: 50px;
    padding-bottom: 0;
  }
}
.bg-color {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #FFFFFF;
}
.bg-color h2 {
  margin-bottom: 20px;
}
.bg-color h2 a {
  color: #FFFFFF;
}
.bg-color h2 a:hover {
  color: #FFFFFF;
}
.bg-color .product-row .product-item a {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.175);
}
.bg-color .product-row .product-item a:hover {
  box-shadow: 0.25rem 0.25rem 1.5rem rgba(0, 0, 0, 0.35);
}

.bg-white .product-row .product-item a {
  border: 1px solid #E1E1E1;
}
.bg-white .product-row .product-item a:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.175);
}

.bg-blue {
  background: #0070C0;
  background-image: linear-gradient(to bottom right, #0070C0 50%, #005693);
}
.bg-blue h2::after {
  background: #AFC4E7;
}

.bg-blue-middle {
  background: #6290D2;
  background-image: linear-gradient(to bottom right, #6290D2 50%, #366FBF);
}
.bg-blue-middle h2::after {
  background: #AFC4E7;
}

.bg-blue-light {
  background: #AFC4E7;
  background-image: linear-gradient(to bottom right, #AFC4E7 50%, #8DABDD);
}
.bg-blue-light h2::after {
  background: #FFFFFF;
}

.product-row .product-item {
  margin-top: 30px;
}

.category-row {
  padding-top: 30px;
}

.category-row a.category-link {
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.product-row .product-item a {
  display: block;
  background: #FFFFFF;
  color: #514E49;
  padding: 30px 25px 25px 25px;
  min-height: 260px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.product-row .product-item h3 {
  min-height: 40px;
  margin-bottom: 0;
}
.product-row .product-item img {
  max-height: 250px;
  margin-top: auto;
  margin-bottom: auto;
}

.product-row .product-item div {
  width: 100%;
  display:block;
}

.product-row .product-item.without-description img {
  max-height: 150px;
  margin-bottom: auto;
}
.product-row .product-item:hover h3 {
  color: #0070C0;
}
.product-row .product-item:hover p {
  color: #514E49;
}
.product-row .product-text {
  font-size: 0.9rem;
  margin-top: 30px;
}
.product-row .product-text p {
  margin-bottom: 25px;
}
.product-row .product-links {
  font-weight: 700;
}
.product-row .product-links a {
  color: inherit;
  display: block;
  margin-bottom: 0.5rem;
}
.product-row .product-links a:hover {
  color: inherit;
  text-decoration: underline;
}
.product-row.bigger {
  /*
  h3 {
    font-size: 1.3rem;
  }
  */
}
.product-row.bigger img {
  margin-bottom: auto;
  max-height: 250px;
}
.product-row.product-line h3 {
  margin-bottom: 1rem;
}

.supplier-row [class*=col-] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2rem;
}

@media (min-width: 1200px) {
  .col-xl-20p {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 20%;
    max-width: 20%;
  }

  .col-xl-80p {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 80%;
    max-width: 80%;
  }
}
form.search {
  border: #E5E5E5 1px solid;
  border-radius: 0.25rem;
  padding: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
form.search .form-input {
  border: none;
  flex-grow: 2;
}
form.search .form-input:focus {
  outline: none;
}
form.search .form-button {
  background: none;
  border: none;
  margin: -5px;
}
form.search .form-button img {
  height: 16px;
  vertical-align: top;
}
form.search .form-button:focus {
  outline: none;
  cursor: pointer;
}
form.search .form-button:hover svg.search path {
  fill: #0070C0;
}

form.bg-grey-light .form-control, form.bg-grey-light .form-control:focus,
form.bg-grey-light .custom-file-label {
  background: #F9F9F9;
}

.form-check-input {
  margin-left: -5px;
}

.form-check-label {
  padding-left: 20px;
}

.custom-file-label {
  margin-left: 15px;
  margin-right: 15px;
}

form h3 {
  margin-left: -15px;
  padding: 15px;
  color: #FFFFFF;
  background: #6290D2;
}

.search-results .form-check-label {
  padding-left: 0;
  padding-right: 10px;
}

@media (min-width: 576px) {
  .form-inline .form-control {
    flex-grow: 1;
  }
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.slideshow-image .left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50px;
}
.slideshow-image .left svg {
  position: absolute;
  top: 48%;
  left: 10px;
}
.slideshow-image .left:hover {
  cursor: pointer;
}
.slideshow-image .left:hover svg path {
  fill: #0070C0;
}
.slideshow-image .right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
}
.slideshow-image .right svg {
  position: absolute;
  top: 48%;
  right: 10px;
}
.slideshow-image .right:hover {
  cursor: pointer;
}
.slideshow-image .right:hover svg path {
  fill: #0070C0;
}
.slideshow-image figure {
  position: relative;
  object-fit: contain;
  display: block;
  flex-direction: column;
  align-items: center;
}
.slideshow-image figure img {
  max-height: 375px;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
}
.slideshow-image figure figcaption {
  text-align: center;
  background: #F9F9F9;
  background: rgba(249, 249, 249, 0.95);
  padding: 0.5rem 2rem;
  width: 100%;
}

.slideshow-gallery {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.slideshow-gallery .slide {
  height: 75px;
  width: 75px;
  margin: 0 15px 15px 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.slideshow-gallery .slide img.img-slide {
  width: auto;
  height: auto;
  object-fit: contain;
  max-height: 75px;
  max-width: 75px;
}
.slideshow-gallery .slide:hover {
  cursor: pointer;
}
.slideshow-gallery .slide.active {
  border: 3px solid #0070C0;
  border-radius: 3px;
}
.slideshow-gallery .slide.active img {
  padding: 3px 4px;
}
.slideshow-gallery .slide img.img-video {
  display: none;
}
.slideshow-gallery .slide.video img.img-video {
  display: block;
  position: absolute;
  height: 25px;
  top: 25px;
  left: 28px;
}

img.service {
  height: 250px;
  object-fit: cover;
  object-position: 50% 50%;
}
img.icon-file {
  height: 20px;
  margin-right: 1rem;
}
img.icon-youtube {
  width: 20px;
  margin-right: 1rem;
}

.carousel-indicators li {
  background-color: #ccc;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 15px;
}
.carousel-indicators li.active {
  background-color: #0070C0;
}
.carousel-control-prev, .carousel-control-next {
  width: 5%;
}
.slider {
  position: relative;
  padding: 0;
}
.slider img {
  position: relative;
  height: 500px;
  width: 100%;
  object-fit: cover;
}
.slider .text {
  color: #0070C0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.slider .text .box {
  position: relative;
  max-width: 700px;
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.80);
  padding: 50px;
}
.slider .text p {
  font-size: 1.75rem;
  margin-bottom: 0;
}
.slider .text p a {
  color: #0070C0;
  text-decoration: underline;
}
.slider .text p a:hover {
  color: #0070C0;
  text-decoration: underline;
}
.slider .navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
.slider .navigation .slide {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #AFC4E7;
  border: none;
  margin: 0 5px;
}
.slider .navigation .slide.active {
  background: #0070C0;
}

.news-events h2 a:hover {
  color: #514E49;
}
.news-events article a {
  color: #514E49;
  text-decoration: none;
  display: flex;
  flex-direction: row;
}
.news-events article a:hover {
  color: #514E49;
  text-decoration: none;
}
.news-events article a:hover h3 {
  color: #0070C0;
}

.news-events article .col-image {
  display: flex;
  justify-content: center;
  align-self: center;
}

.news-events article .col-image img {
  max-width:100%;
  height:auto;
  max-height: 150px;
  object-fit: contain;
}

.news-events article h3 {
  margin-bottom: 0;
}
.news-events article .date {
  font-size: 0.75rem;
}
.news-events article p {
  margin-top: 0.5rem;
}

.list-offices h2 {
  margin-bottom: 50px;
}
.list-offices .office {
  padding: 25px;
  margin-bottom: 25px;
  border: 1px solid #E1E1E1;
  text-align: center;
  height: calc(100% - 25px);
}
.list-offices .office:hover {
  background: #0070C0;
  background-image: linear-gradient(to bottom right, #0070C0 50%, #005693);
  color: #FFFFFF;
}
.list-offices .office h3 {
  font-size: 1rem;
  margin-bottom: 25px;
}
.list-offices .office img {
  width: 50px;
  height: 36px;
  margin-right: 10px;
  margin-bottom: 8px;
  object-fit: cover;
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.175);
}

.structure {
  margin-top: 100px;
  margin-bottom: 100px;
}
.structure h2 {
  margin-bottom: 50px;
}
.structure .office {
  padding: 25px 0;
  margin-bottom: 30px;
  border: 1px solid #E1E1E1;
  text-align: center;
  height: calc(100% - 25px);
}
.structure .office:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.175);
}
.structure .office.bg-blue, .structure .office.bg-blue h3, .structure .office:hover.bg-blue p {
  color: #FFFFFF;
}
.structure .office .row {
  align-items: center;
}
.structure .office h3 {
  font-size: 1.3rem;
  margin-bottom: 25px;
  color: #0070C0;
}
.structure .office h3 a {
  color: #0070C0;
}
.structure .office h3 .smaller {
  font-size: 0.6rem;
}
.structure .office .address {
  text-align: left;
  font-size: 0.85rem;
}
.structure .office .flag {
  text-align: right;
}
.structure .office .flag img {
  width: 75px;
  height: 50px;
  object-fit: cover;
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.175);
}
.structure .office p {
  margin-bottom: 0;
}
.structure .office:hover p {
  color: #514E49;
}

.aboutus-block .bg-image {
  display: none;
}

@media (min-width: 576px) {
  .slider .text {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .slider .text {
    width: 720px;
  }

  .aboutus-block.container-fluid {
    position: relative;
  }
  .aboutus-block.container-fluid .bg-image {
    display: block;
    position: absolute;
    top: 0;
    max-width: 40%;
    height: 100%;
  }
  .aboutus-block.container-fluid .bg-image img {
    height: 100%;
    object-fit: cover;
  }
  .aboutus-block.container-fluid .bg-image.left {
    left: -15px;
  }
  .aboutus-block.container-fluid .bg-image.right {
    right: -15px;
  }
}
@media (min-width: 992px) {
  .news-events article {
    padding-right: 25px;
  }

  .slider .text {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .structure .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .slider .text {
    width: 1250px;
  }
  .slider .text .box {
    margin-left: -50px;
  }
}

.bg-blue.lighter {
  background:rgba(39,148,227,1);
  background: linear-gradient(90deg, rgba(39,148,227,1) 0%, rgba(10,107,176,1) 100%);
}



@media (max-width: 1200px) {
  .dropdown-menu {
    border: none;
  }
  ul.submenu {
    padding-left: 20px;
  }
  ul.subsubmenu {
    padding-left: 40px;
  }
  .dropdown-item:active a,
  .dropdown-item:active span.dropdown-toggle::after,
  .dropdown-item:active span.dropdown-toggle.active::after{
    color: #fff!important;
  }
  .navbar-toggler.active{
    background-color: darkgray;
  }
  
}
@media (max-width: 768px) {
  .navbar a.contact-btn{
    font-size: 0.55rem;
  }
}

@media (min-width: 1200px) {

  #mainMenuBar.career .nav-link {
    font-size: calc(0.95rem * 0.8);
  }

  .h-xl-100 {
    height: 100%;
  }

  .dropdown-item,
  #mainMenuBar .dropdown-item a.nav-link {
    font-size: 0.9rem;
    white-space: initial;
  }
  .dropdown-menu .dropdown-toggle:after{
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
  }
  .dropdown-menu .dropdown-menu{
    margin-left:0; margin-right: 0;
  }
  .dropdown-menu li{
    position: relative;
  }
  .nav-item .submenu {
    display: none;
    position: absolute;
    left:100%; top:-7px;
  }
  .nav-item .submenu-left{ 
    right:100%; left:auto;
  }
  .dropdown-menu > li:hover{ background-color: #f1f1f1 }
  .dropdown-menu > li:hover > .submenu{
    display: block;
  }
  .dropdown-menu a:hover, 
  .dropdown-menu li:hover, 
  .dropdown-menu li:hover div,
  .dropdown-menu li:hover div a {
      position: relative;
      background-color: #0070c0;
      color: #fff;
  }
  
  /* Column 1: SubItems */
  #mainMenuDesktop .col-4:first-child .dropdown-item:hover,
  #mainMenuDesktop .col-4:first-child .dropdown-item:has(.active),
  #mainMenuDesktop .col-4:first-child .dropdown-item:hover > a,
  #mainMenuDesktop .col-4:first-child .dropdown-item:has(.active) > a {
    background-color: #0070c0;
    color: #fff;
  }

  /* Column 2: SubSubItems */
  #mainMenuDesktop .col-4:nth-child(2) .dropdown-item:hover,
  #mainMenuDesktop .col-4:nth-child(2) .dropdown-item:has(.active),
  #mainMenuDesktop .col-4:nth-child(2) .dropdown-item:hover > a,
  #mainMenuDesktop .col-4:nth-child(2) .dropdown-item:has(.active) > a {
    background-color: #0077cc;
    color: #fff;
  }

  /* Column 3: SubSubSubItems */
  #mainMenuDesktop .col-4:nth-child(3) .dropdown-item:hover,
  #mainMenuDesktop .col-4:nth-child(3) .dropdown-item:has(.active),
  #mainMenuDesktop .col-4:nth-child(3) .dropdown-item:hover > a,
  #mainMenuDesktop .col-4:nth-child(3) .dropdown-item:has(.active) > a {
    background-color: #007ed9;
    color: #fff;
  }

  
  #mainMenuBar span.dropdown-toggle::after {
    font-size: 1.20rem;
    vertical-align: .155em;
    color: #514E49;
  }

  #mainMenuDesktop span.dropdown-toggle::after {
    font-size: 1.20rem;
    vertical-align: middle;
  }

  #mainMenuDesktop .dropdown-item a {
    font-weight: 400;
    color: #212529;
    font-size: 0.9rem;
  }
  #mainMenuDesktop .dropdown-item a:hover,
  #mainMenuDesktop a.dropdown-item:hover 
  {
    text-decoration: underline;  
  }
  #mainMenuDesktop .dropdown-item{
    padding-right: 0rem;
  }
  #mainMenuDesktop .dropdown-item span{
    cursor: pointer;
  }
  #mainMenuDesktop .dropdown-item span::after {
    transition: margin-right 0.3s ease;
    margin-right: 0;
  }
  #mainMenuDesktop .dropdown-item:hover span::after, #mainMenuDesktop .dropdown-item span.active::after {
    margin-right: 0.2rem;
  }
  
  #mainMenuDesktop {
    position: fixed;
    left: 0;
    top: 120px;
    display: block;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

#mainMenuBar span.dropdown-toggle:hover::after,
#mainMenuBar span.dropdown-toggle.active::after {
    color: #0070C0;
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}

.event-logo-detail,
.news-logo-detail,
.supplier-logo-detail {
  max-height: 80px;
}

.supplier-logo-category {
   max-height: 40px;   
}


div.ck-widget.row img{
  width: 100%;
}

span.dropdown-toggle{
    cursor: pointer;
  }

.d-flex span.dropdown-toggle{
  flex-grow: 1;
}

.offcanvas-collapse {
  position: fixed;
  top: 120px; 
  bottom: 0;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  overflow-y: auto;
  background-color: #fff; 
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 1045;
}

.offcanvas-collapse.open {
  -webkit-transform: translateX(0);
  transform: translateX(0); 
}