footer {
  position: relative;
  background: #f7f7f7;
  color: #5F6062;
  z-index: 2;
  overflow: hidden;
}

/*footer:after {*/
/*  background-image: url(./assets/footer-pattern.png);*/
/*  width: 420px;*/
/*  height: 100%;*/
/*  background-repeat: no-repeat;*/
/*  position: absolute;*/
/*  content: "";*/
/*  left: 0px;*/
/*  bottom: 0px;*/
/*  z-index: 1;*/
/*  background-size: cover;*/
/*}*/
footer:before {
  background-image: url(./assets/footer-pattern2.png);
  width: 350px;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  right: 50px;
  bottom: 0px;
  z-index: 1;
  background-size: cover;
  display: none;
}

@media (min-width: 992px) {
  footer:before {
    display: block;
  }
}

footer ul {
  margin-left: 0;
}

footer a {
  color: #616b8c;
}

footer .footer-top {
  position: relative;
  padding: 30px 0;
  z-index: 2;
}

@media (min-width: 992px) {
  footer .footer-top {
    padding: 50px 0;
  }
}

footer .footer-bottom {
  z-index: 2;
}

h4.widget-title {
  color: #ddd;
  text-transform: uppercase;
}.is-fixed .main-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  z-index: 9;
}

.nav-block {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.5s;
  z-index: 10;
  background: white;
  padding: 10px 0;

  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  flex-wrap: nowrap;
}

#menu-top {
  width: 100%;
  display: flex;
  justify-content: space-around;
  font-weight: 900;
  margin-left: 0;
}

@media (min-width: 992px) {
  #menu-top {
    align-items: center;
  }
}

#menu-top > li > a {
  outline: none;
  display: block;
  position: relative;
  padding: 12px 0;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #003464;
}

#menu-top.navbar-nav .dropdown-menu {
  border: none;
}

@media (min-width: 992px) {
  #menu-top > li > a {
    padding: 12px 20px;
  }
}

.header_wrapper .navbar {
  padding: 0;
}

#menu-top > li > .dropdown-menu > a {
  outline: none;
  display: block;
  position: relative;
  padding: 12px 20px;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  font-size: 0.8em;
  color: #003464;
}

#menu-top > li > .dropdown-menu > a.active,
#menu-top > li > .dropdown-menu > a:active {
  color: white;
  background-color: #003464;
}

@media (min-width: 768px) {
  #menu-top > li > a.active,
  #menu-top > li.current-menu-parent > a {
    border-bottom: 3px solid #003464;
  }
}

.header-text {
  margin: auto;
  display: flex;
  align-items: center;
  font-size: 0.9em;
  padding-left: 10px;
}
#customize-controls .prev,
#customize-controls .next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #efefef;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  /*height: 100%;*/
  cursor: pointer;
}

#customize-controls .prev:focus,
#customize-controls .next:focus {
  outline: none;
}

#customize-controls .prev:hover,
#customize-controls .next:hover {
  background: #e2e0e0;
}

#customize-controls .prev {
  left: -20px;
  top: 50%;
}

#customize-controls .next {
  right: -20px;
  top: 50%;
}

@media (min-width: 1024px) {
  #customize-controls .prev {
    left: -30px;
    top: 50%;
  }

  #customize-controls .next {
    right: -30px;
    top: 50%;
  }
}

.tile__content-alt {
  height: 230px;
}
.home-slider {
  color: white;
  min-height: 400px;
}

.headline {
  padding: 80px 0;
  position: absolute;
  height: 100%;
  top: 0;
  width: 70%;
}

@media (min-width: 768px) {
  .headline {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .headline {
    padding: 100px 0;
    width: 33%;
  }
}

.slide_text {
  font-size: 18px;
  line-height: initial;
}

@media (min-width: 992px) {
  .slide_text {
    font-size: 26px;
  }
}

.slide_title {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.3em;
}

@media (min-width: 768px) {
  .slide_title {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .slide_title {
    font-size: 60px;
  }
}

.slide_line {
  margin-top: 20px;
  margin-bottom: 30px;
  background: linear-gradient(90deg, #064A75 80%, rgba(0, 0, 0, 0) 80%);
  height: 8px;
  width: 100%;
}

.slide_button {
  text-transform: uppercase;
  border-radius: 0;
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 30px;
  color: white !important;
}

.slide_button:hover {
  color: black !important;
}

.home-slider-slide {
  min-height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}

@media (min-width: 992px) {
  .home-slider-slide {
    min-height: 600px;
  }
}#scroll-top {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 46px;
    height: 46px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.12);
    z-index: 9;
}
#scroll-top.show {
    opacity: 1;
    visibility: visible;
}
#scroll-top svg {
    fill: #999;
}
#scroll-top:hover {
    cursor: pointer;
    background: rgba(245, 191, 35, 0.25);
}.gallery {
    background-color: #2B4B73;
    margin: 5vw auto;
    padding: 1.5vw;
}

.gallery .image-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery .image-wrapper a {
    display: block;
    margin: 5px;
}
.suppliers-step .suppliers-step-header {
  width: 100%;
  background-color: #2B4B73;
  color: white;
  font-size: 20px;
  padding: 15px;
}

.suppliers-step .suppliers-step-body {
  padding: 15px;
  background-color: #f9f9f9;
  border: 2px solid #f4f4f4;
}.title-line {
  height: 4px;
  background: #2B4B73;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.article-title.invert .title-line {
  background: #1b1e21;
  height: 7px;
}

.article-title {
  margin-bottom: 20px;
  color: #68635F;;
  position: relative;
  border-bottom: 1px solid #eee;
  display: inline-block;
}

.article-title.invert {
  color: white;
}

.article-title h1 {
  font-size: 25px;
}

@media (min-width: 1200px) {
  .article-title h1 {
    font-size: 35px;
  }
}.tile {
  display: flex;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 6px;
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
  -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
  flex-wrap: wrap;
  /* margin-bottom: 20px; */
  height: 100%;
  flex-direction: column;
  position: relative;
}

.tile__content {
  padding: 20px 20px 0 20px;
  width: 100%;
  max-height: 240px;
  overflow: hidden;
  position: relative;
}

.tile__content .posted_on {
  position: absolute;
  left: 10px;
  top: 2px;
  font-size: 12px;
}

@media (min-width: 960px) {
  .tile__content {
    padding: 30px;
    font-size: 14px;
  }
}

.tile__bg-wrapper {
  position: relative;
  height: 200px;
  width: 100%;
  overflow: hidden;
}

.tile__bg {
  position: relative;
  height: 100%;
  width: 100%;
  transition-duration: 500ms;
  will-change: transform;
  background-size: cover;
  transition: all 0.4s;
  display: block;
  background-position: center;
}

.tile__bg:hover {
  transition: all 1s;
  transform: scale(1.1);
}

.tile--big {
  display: flex;
  flex-direction: row;
}

@media (min-width: 768px) {
  .tile--big .tile__content,
  .tile--big .tile__bg-wrapper {
    flex: 1;
  }
}

.tile--big .tile__bg-wrapper {
  position: relative;
  min-height: 200px;
  height: auto;
  width: 100%;
  overflow: hidden;
}

.tile-mini {
  display: flex;
  background-color: #f7f7f7;
  border-radius: 6px;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
  -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
  flex-wrap: wrap;
  flex-direction: row;
}

.tile-mini.style-3 {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .tile-mini.style-3 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.tile-mini .tile__bg-wrapper {
  height: 150px;
}

.tile-mini.style-3 .tile__bg-wrapper {
  height: 190px;
}

@media (min-width: 992px) {
  .tile-mini.style-3 .tile__bg-wrapper {
    height: 125px;
  }
}

.tile__title a {
  color: black !important;
}

.tile-mini .tile__content {
  padding: 10px;
  padding-top: 5px;
  width: 100%;
}

.tile-mini.style-3 .tile__content {
  padding: 20px;
  width: 100%;
}

@media (min-width: 960px) {
  .tile-mini .tile__content {
    padding: 20px;
    font-size: 14px;
  }
}

.crop-box {
  position: absolute;
  display: block;
  margin-top: 75px;
  margin-bottom: -1px;
  z-index: 1;
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  width: 90px;
  height: 10px;
  bottom: 0;
  left: 0;
}

.crop-box.crop-box-gray {
  background: #f7f7f7;
}

.tile__description_overlay {
  background-image: linear-gradient(0deg, rgba(247, 247, 247, 1) 0%, rgba(247, 247, 247, 1) 10%, rgba(247, 247, 247, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  background-size: cover;
  color: #fff;
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
}

.tile__button {
  color: #17a2b8;
}

/**/

/*.tile.style-2 {*/
/*  flex-direction: row;*/
/*}*/

@media (min-width: 992px) {
  .tile.style-2 {
    flex-direction: row;
  }
}

.tile.style-2 .tile__bg-wrapper {
  max-width: 250px;
  height: 280px;
  margin: 0 auto;
  background-position: top;
}

@media (min-width: 992px) {
  .tile.style-2 .tile__bg-wrapper {
    width: 250px;
    height: 280px;
  }
}

.tile.style-2 .tile__content {
  flex: 2;
}.breadcrumbs_wrapper {
  margin: -20px 0 0 0;
  padding: 10px 15px 20px 15px;
  background: white
}

.breadcrumbs {
  position: relative;
  display: block;
}

@media (min-width: 768px) {
  .breadcrumbs_wrapper {
    padding: 20px 15px 20px 15px;
    margin: -35px -15px 0px -15px;
  }
}
@media (min-width: 992px) {
  .breadcrumbs_wrapper {
    padding: 20px 10px 20px 10px;
    margin: -35px -10px 0px -10px;
  }
}
@media (min-width: 1044px) {
  .breadcrumbs_wrapper {
    padding: 20px 30px 20px 30px;
    margin: -35px -30px 0px -30px;
  }
}
@media (min-width: 1300px) {
  .breadcrumbs_wrapper {
    padding: 20px 60px 20px 60px;
    margin: -35px -60px 0px -60px;
  }
}.accordion .card {
    border: none;
}

.accordion .card-header {
    padding: 0;
    border: none;
}

.accordion .card-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .55rem 1.25rem;
    padding-right: 40px;
    border: none;
    background-color: #f7f7f7;
    color: #68635F;
    font-weight: 500;
    font-size: 15px;
}

.accordion .card-link:not(.collapsed) {
    background-color: #2B4B73;
    color: white;
}

.accordion .card-body {
    border: 1px solid #f4f4f4;
}

[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
    display: none;
}

span.collapsed {
    color: #2B4B73;
    font-size: 18px;
}
svg:not(:root).svg-inline--fa{overflow:visible}.svg-inline--fa{display:inline-block;font-size:inherit;height:1em;overflow:visible;vertical-align:-.125em}.svg-inline--fa.fa-lg{vertical-align:-.225em}.svg-inline--fa.fa-w-1{width:.0625em}.svg-inline--fa.fa-w-2{width:.125em}.svg-inline--fa.fa-w-3{width:.1875em}.svg-inline--fa.fa-w-4{width:.25em}.svg-inline--fa.fa-w-5{width:.3125em}.svg-inline--fa.fa-w-6{width:.375em}.svg-inline--fa.fa-w-7{width:.4375em}.svg-inline--fa.fa-w-8{width:.5em}.svg-inline--fa.fa-w-9{width:.5625em}.svg-inline--fa.fa-w-10{width:.625em}.svg-inline--fa.fa-w-11{width:.6875em}.svg-inline--fa.fa-w-12{width:.75em}.svg-inline--fa.fa-w-13{width:.8125em}.svg-inline--fa.fa-w-14{width:.875em}.svg-inline--fa.fa-w-15{width:.9375em}.svg-inline--fa.fa-w-16{width:1em}.svg-inline--fa.fa-w-17{width:1.0625em}.svg-inline--fa.fa-w-18{width:1.125em}.svg-inline--fa.fa-w-19{width:1.1875em}.svg-inline--fa.fa-w-20{width:1.25em}.svg-inline--fa.fa-pull-left{margin-right:.3em;width:auto}.svg-inline--fa.fa-pull-right{margin-left:.3em;width:auto}.svg-inline--fa.fa-border{height:1.5em}.svg-inline--fa.fa-li{width:2em}.svg-inline--fa.fa-fw{width:1.25em}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers-text{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter{background-color:#ff253a;border-radius:1em;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;height:1.5em;line-height:1;max-width:5em;min-width:1.5em;overflow:hidden;padding:.25em;right:0;text-overflow:ellipsis;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-bottom-right{bottom:0;right:0;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom right;transform-origin:bottom right}.fa-layers-bottom-left{bottom:0;left:0;right:auto;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom left;transform-origin:bottom left}.fa-layers-top-right{right:0;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-top-left{left:0;right:auto;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top left;transform-origin:top left}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;position:relative;width:2em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.svg-inline--fa.fa-stack-1x{height:1em;width:1em}.svg-inline--fa.fa-stack-2x{height:2em;width:2em}.fa-inverse{color:#fff}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
