@import url("owl.carousel.css");
@import url("owl.theme.default.css");
body {
/*  font-family: Arial, Helvetica, sans-serif;*/
    font-family: "Barlow", sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 167%;
  letter-spacing: -0.02em;
  overflow-x: hidden;
  padding-left: 60px;
}

a,
button,
.text,
.supply-logo li {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}
a::after, a::before,
button::after,
button::before,
.text::after,
.text::before,
.supply-logo li::after,
.supply-logo li::before {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 72px;
  line-height: 100%;
  letter-spacing: -0.05em;
}

h2 {
  font-size: 48px;
  line-height: 48px;
  line-height: 100%;
  letter-spacing: -0.05em;
}

.brand-logo {
  width: 148px;
  display: block;
  margin-top: 50px;
  margin-left: 120px;
  transition: all 0.4s ease 0s;
}
.brand-logo img {
  max-width: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.4s ease 0s;
  z-index: 90;
}
header.srolled {
  background: linear-gradient(180deg, rgba(13, 23, 39, 0.9) 99.99%, rgba(13, 23, 39, 0) 100%);
    z-index: 999;
}
header.srolled .brand-logo {
  width: 83px;
  margin-top: 12px;
}

.desktop-menu {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 0;
    margin-right: 15px;
}
.desktop-menu li {
  list-style: none;
}
.desktop-menu li.desktop-contact {
  cursor: pointer;
  padding: 10px 36px;
  background-color: #76BC21;
  display: flex;
  align-items: center;
  color: #ffffff;
  letter-spacing: -0.05em;
  font-size: 16px;
  font-weight: 700;
}
.desktop-menu li.desktop-contact a {
  color: #ffffff;
}
.desktop-menu li.desktop-contact i {
  margin-left: 14px;
}
.desktop-menu li.desktop-search {
  margin-right: 30px;
  font-size: 14px;
  color: #ffffff;
}
.desktop-menu li.desktop-search a {
  color: #ffffff;
}
.desktop-menu li.desktop-search span {
  cursor: pointer;
}
.desktop-menu li.menu-lavel-1 {
  margin-right: 36px;
}
.desktop-menu li.menu-lavel-1 > a {
  display: flex;
  color: #ffffff;
  align-items: center;
/*  letter-spacing: -0.05em;*/
    letter-spacing: 0;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.desktop-menu li.menu-lavel-1 > a:hover {
  text-decoration: none;
  color: #76BC21;
}
.desktop-menu li.menu-lavel-1 > a i {
  margin-left: 6px;
    color: #6dd50a;
}

.opacity-01 {
  opacity: 0.1;
}

footer {
/*  background-color: #475057;*/
  background-color: #0077c8;
  padding: 24px 58px;
}

.footer-logo {
  width: 164px;
  display: block;
}
.footer-logo img {
  width: 100%;
}

.copyright {
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.copyright a {
  color: #ffffff;
  position: relative;
  margin-left: 5px;
}
.copyright a::after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.copyright a:hover::after {
  width: 100%;
}

.full-screen {
  min-height: 100vh;
  position: relative;
}

.Home-top {
  min-height: 100vh;
}

.owl-home-top .owl-dots {
  z-index: 20;
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.owl-home-top .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  opacity: 0.3;
}
.owl-home-top .owl-dots .owl-dot.active {
  opacity: 1;
}
.owl-home-top .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  display: block;
}

.slider-img {
  background-size: cover;
  min-height: 100vh;
  display: flex;
  position: relative;
  align-items: center;
  background-image: url(../images/home-slide.png);
}
.slider-img.bg-none {
  background-image: none;
}
.slider-img video {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-img .text {
  position: relative;
  z-index: 3;
  max-width: 1500px;
    padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  width: 100%;
}
.slider-img .text img {
  width: 130px;
  margin-bottom: 20px;
}
.slider-img .text h1 {
  margin-bottom: 24px;
/*  font-weight: 400;*/
    font-weight: 300;
/*  letter-spacing: -0.05em;*/
    letter-spacing: 0;
}
.conference-item .slider-img .text h3 {
    font-weight: 700;
}
.conference-item .slider-img .text a span { letter-spacing: 0; }
.slider-img .text h1 b {
 /* display: block;*/
}
.slider-img::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(57deg, rgba(0, 17, 47, 0.75) 0%, rgba(0, 17, 47, 0) 100%);
  z-index: 2;
}
/*
.slider-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(9, 36, 81, 0.4);
  background-image: url(../images/pattern-1.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: 1;
}
*/
.error404 .inner-top-section .overlay:before {
    background-image: url(../images/inners-banner-patern.png);
    opacity: 1;
/*    z-index: 0;*/
}
.conference-item .slider-img:after  {
    content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      bottom: 0;
    background-image: url(../images/home-banner-pattern.png);
  background-repeat: no-repeat;
  background-position: left bottom;
    z-index: 1;
}
.pattern-bradcrum {
  background-image: url(../images/pattern-2.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.home-insights {
  display: flex;
  align-items: center;
  min-height: 100vh;
}
.home-insights > div {
  width: 100%;
  padding-top: 50px;
}
.home-insights .container {
  max-width: 1680px;
}

.news-list-home .title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 48px;
}
.news-list-home .title h1, .news-list-home .title h3 {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 72px;
  letter-spacing: -0.05em;
  line-height: 100%;
}
.news-list-home .title a {
  margin-left: 22px;
  transform: translateY(-3px);
}
.news-list-home ul {
  display: flex;
  padding: 0;
  margin-top: 7px;
}
.news-list-home ul li {
  list-style: none;
  width: 33%;
  font-size: 20px;
  letter-spacing: -0.05em;
  line-height: 24px;
  border-right: solid 1px #e4e7e9;
  margin-right: 30px;
  padding-right: 30px;
}
.news-list-home ul li:last-child {
  border-right: solid 0px #e4e7e9;
  margin-right: 0;
}
.news-list-home ul li b {
  display: block;
  margin-bottom: 10px;
}
.news-list-home ul li small {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
.news-list-home ul li a {
  color: #76BC21;
}
.news-list-home ul li a span {
  background: -webkit-gradient(linear, left top, right top, from(rgba(100, 200, 200, 0)), to(rgba(100, 200, 200, 0))), -webkit-gradient(linear, left top, right top, from(#76BC21)) !important;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, #76BC21) !important;
  background-size: 100% 1.5px, 0 1.5px !important;
  background-position: 100% 100%, 0 100% !important;
  background-repeat: no-repeat !important;
  transition: background-size 400ms !important;
  display: inline !important;
}
.news-list-home ul li a:hover {
  text-decoration: none;
}
.news-list-home ul li a:hover span {
  background-size: 0 1.5px, 100% 1.5px !important;
}

.readmore1 {
  color: #76BC21;
  letter-spacing: -0.05em;
  font-size: 20px;
  transition: ease 0.35s all;
  display: inline-block;
  overflow: hidden;
  height: 30px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.readmore1::before {
  content: attr(data-text);
  color: #76BC21;
  position: absolute;
  top: -30px;
  transition: ease 0s all;
}
.readmore1 i {
  transition: all 0.28s ease;
  margin-left: 4px;
  width: 20px;
  font-size: 17px;
  transform: translateY(0px);
}
.readmore1 i:last-child {
  position: absolute;
  top: -30px;
  right: 0;
  transition: all 0.28s ease;
}
.readmore1.left {
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.readmore1.left::before {
  content: attr(data-text);
  color: #76BC21;
  position: absolute;
  top: -30px;
  left: 26.5px;
  transition: ease 0s all;
}
.readmore1.left i {
  margin-right: 5px;
  margin-left: 0;
}
.readmore1.left i:first-child {
  position: absolute;
  top: -30px;
  left: 0;
  transition: all 0.28s ease;
}
.readmore1.left:hover i:first-child {
  top: 9px;
}
.readmore1:hover {
  line-height: 90px;
  text-decoration: none;
  color: #76BC21;
}
.readmore1:hover i:last-child {
  top: 7px;
}

.talk-to-expert {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 38px 35px 38px 0;
}

.talk-to-expert a {
  color: #ffffff;
  letter-spacing: -0.05em;
  font-size: 36px;
  letter-spacing: -0.05em;
  line-height: 41px;
  transition: ease 0.35s all;
  display: inline-block;
  overflow: hidden;
  height: 41px;
  position: relative;
  font-weight: bold;
}
.talk-to-expert a::before {
  content: attr(data-text);
  color: #ffffff;
  position: absolute;
  top: -41px;
  transition: ease 0s all;
}
.talk-to-expert a i {
  transition: all 0.28s ease;
  margin-left: 10px;
  transform: translateY(2px);
  line-height: 41px;
}
.talk-to-expert a i:last-child {
  position: absolute;
  top: -41px;
  right: 0;
  transition: all 0.28s ease;
}
.talk-to-expert a:hover {
  line-height: 123px;
  text-decoration: none;
  color: #ffffff;
}
.talk-to-expert a:hover i:last-child {
  top: 0px;
}

.readmore span {
  background: -webkit-gradient(linear, left top, right top, from(rgba(100, 200, 200, 0)), to(rgba(100, 200, 200, 0))), -webkit-gradient(linear, left top, right top, from(#76BC21)) !important;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, #76BC21) !important;
  background-size: 100% 1.5px, 0 1.5px !important;
  background-position: 100% 100%, 0 100% !important;
  background-repeat: no-repeat !important;
  transition: background-size 400ms !important;
  display: inline !important;
}
.readmore:hover {
  color: #76BC21;
  text-decoration: none;
}
.readmore:hover span {
  background-size: 0 1.5px, 100% 1.5px !important;
}

.news-text-home {
  padding-left: 70px;
  max-width: 712px;
}
.news-text-home a {
  color: #76BC21;
}

.text-news {
  min-height: 220px;
  letter-spacing: -0.05em;
}
.text-news h4 {
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 20px;
}
.text-news p {
  margin-bottom: 20px;
}

.home-bottom-slider {
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/slide2.png);
  position: relative;
}
.home-bottom-slider.bg-none {
  background-image: none;
}
.home-bottom-slider video {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*
.home-bottom-slider::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
*/
.home-bottom-slider::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
/*
    background-color: rgba(0, 0, 0, 0.3);
    background: linear-gradient(to right, rgba(0, 17, 47, 0.7) 30%, rgba(0, 17, 47, 0) 100%);
*/
     background-image: url(../images/map-overlay.png);  background-position: center center; background-repeat: no-repeat; background-size: cover; 
    z-index: 1;
}
.home-bottom-slider .overlay {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, rgba(8, 25, 55, 0.6) 0%, rgba(8, 25, 55, 0) 100%);
}
.home-bottom-slider .overlay .text {
/*  max-width: 1168px;*/
    max-width: 1500px;
    padding-left: 20px;
    padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  z-index: 3;
  padding-top: 50px;
}
.home-bottom-slider .overlay .text .text-wrap {
  max-width: 427px;
  color: #ffffff;
}
.home-bottom-slider .overlay .text .text-wrap h1, .home-bottom-slider .overlay .text .text-wrap h3 {
  margin-bottom: 20px;
  font-size: 72px;
  line-height: 100%;
/*  letter-spacing: -0.05em;*/
    font-weight: 300;
}
.home-bottom-slider .overlay .text .text-wrap img{
  width: 130px;
  margin-bottom: 20px;
}
.home-bottom-slider .overlay .text .text-wrap p {
  margin-bottom: 20px;
    font-size: 21px;
    font-weight: 500;
}
.home-bottom-slider .overlay .text .text-wrap a {
    color: #76BC21;
    letter-spacing: -1.1px;
    font-size: 24px;
    margin-top: 20px;
}
.home-bottom-slider .overlay .text .text-wrap a:hover {
  text-decoration: none;
}
.home-bottom-slider .overlay::after, .home-bottom-slider .overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/*
.home-bottom-slider .overlay::after {
  background-image: url(../images/pattern-3.png);
  background-repeat: no-repeat;
  background-position: right top;
}
*/
.home-bottom-slider .overlay:after {
  background-image: url(../images/promotional-slider-pattern.png);
  background-repeat: no-repeat;
  background-position: right top;
}
/*
.home-bottom-slider .overlay::before {
  background-image: url(../images/pattern-4.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
*/

.tabs-content {
  padding-left: 120px;
}

.tab-img {
  width: 560px;
  float: left;
  margin-right: 140px;
  max-width: 100%;
}
.tab-img img {
  max-width: 100%;
}

.tab-img-right {
  width: 420px;
  float: right;
  margin-left: 140px;
  max-width: 100%;
}
.tab-img-right img {
  max-width: 100%;
}
.tab-img-right img + img {
  margin-top: 27px;
}

.tab-text h2 {
  margin-bottom: 20px;
  font-weight: 700;
}
.tab-text p {
  margin-bottom: 20px;
  letter-spacing: -0.05em;
}

.readmore {
  display: flex;
  font-size: 20px;
  color: #76BC21;
  align-items: center;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.readmore i {
  margin-left: 12px;
}
.readmore:hover {
  text-decoration: none;
}

.industry-home {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.industry-home .container {
  max-width: 1680px;
  padding-top: 86px;
  padding-bottom: 86px;
}
.industry-home .title {
  margin-bottom: 25px;
}
.industry-home .title h1, .industry-home .title h3 {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 72px;
  letter-spacing: -0.05em;
}

.tablink .hr {
  height: 1px;
  background-color: #E4E7E9;
}
.tablink button {
  border-radius: 0;
  display: flex;
  color: #76bc21;
  padding: 0;
  font-size: 24px;
  line-height: 26px;
  text-align: left;
  min-height: 86px;
  align-items: center;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.tablink button:focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
}
.tablink button.active {
  color: #000000;
}

.arrow-nav {
  position: absolute;
  height: 40px;
  width: 100%;
  z-index: 10;
  top: 50%;
  margin-top: -20px;
}
.arrow-nav .owl-prev,
.arrow-nav .owl-next {
  position: absolute;
  background: none;
  border: none;
  display: flex;
  align-items: center;
}
.arrow-nav .owl-prev.disabled,
.arrow-nav .owl-next.disabled {
  opacity: 0.2;
  cursor: no-drop;
}
.arrow-nav .owl-prev span,
.arrow-nav .owl-next span {
  margin-left: 20px;
  margin-right: 20px;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: -0.05em;
}
.arrow-nav .owl-prev {
  margin-left: 34px;
}
.arrow-nav .owl-prev::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='41' viewBox='0 0 21 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3666 0.77863C20.6638 1.0759 20.8125 1.43262 20.8125 1.8488C20.8125 2.20552 20.6936 2.53252 20.4557 2.82979L4.31399 20.3984L20.4557 37.9671C20.9908 38.6805 20.9611 39.3643 20.3666 40.0182C19.6531 40.5533 18.9694 40.5236 18.3154 39.9291L1.19266 21.3794C0.717027 20.7254 0.717027 20.0714 1.19266 19.4174L18.3154 0.867811C18.9694 0.273271 19.6531 0.243544 20.3666 0.77863Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 40px;
}
.arrow-nav .owl-next {
  margin-right: 34px;
  right: 0;
}
.arrow-nav .owl-next::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='41' viewBox='0 0 21 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.617814 0.77863C0.320545 1.0759 0.17191 1.43262 0.17191 1.8488C0.17191 2.20552 0.290817 2.53252 0.528633 2.82979L16.6704 20.3984L0.52863 37.9671C-0.00645558 38.6805 0.0232714 39.3643 0.617811 40.0182C1.33126 40.5533 2.01498 40.5236 2.66897 39.9291L19.7917 21.3794C20.2673 20.7254 20.2673 20.0714 19.7917 19.4174L2.66898 0.867811C2.01498 0.273271 1.33126 0.243544 0.617814 0.77863Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 40px;
}

.slider-container {
  position: relative;
  min-height: 100vh;
}

.side-pannel {
  width: 60px;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  background-color: #0077c8;
  z-index: 101;
  border-right: solid 1px #E8EDF1;
  display: flex;
  flex-direction: column;
    z-index: 999;
}

.promo-bar {
  width: 60px;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease 0s;
  cursor: pointer;
  border-bottom: solid 1px #E8EDF1;
}
.promo-bar .promo-center {
  width: 60px;
  height: 60px;
  position: relative;
  transform: rotate(-90deg);
}
.promo-bar .promo-center .promo-text {
  position: absolute;
  width: 50vh;
  height: 60px;
  transform: translateX(calc(-50% + 30px));
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease 0s;
  font-size: 20px;
  letter-spacing: -0.05en;
  font-weight: bold;
  color: #fff;
}
.promo-bar .promo-center .promo-text span {
  display: block;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
/*  background-image: url(../images/arrow1.svg);*/
  background-image: url(../images/header-arrow.svg);
  margin-left: 8px;
}
.promo-bar:hover {
  background-color: #0077c8;
}
.promo-bar:hover .promo-text {
  color: #ffffff;
}

.promo-social {
  display: flex;
  align-items: center;
  align-self: center;
  width: 60px;
  height: 50vh;
}
.promo-social ul {
  padding: 0;
}
.promo-social ul li {
  list-style: none;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 18px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.promo-social ul li a {
  display: block;
/*  color: #768692;*/
  color: #fff;
}
.promo-social ul li a:hover {
  color: #76BC21;
}

.promo-outer, .promo-outer1 {
  z-index: 99;
  position: fixed;
  overflow: hidden;
  height: 0vh;
  width: 0vw;
  left: 60px;
  top: 0;
  transition: all 0.4s ease 0s;
}

.promo-left-fade, .promo1-left-fade {
  position: fixed;
  width: 0vw;
  height: 100vw;
  overflow: hidden;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.4s ease 0s;
}

.promo-left-main, .promo1-left-main {
  background-color: #ffffff;
  width: calc(50% - 60px);
  position: fixed;
  left: 60px;
  top: 0;
  height: 100vh;
  z-index: 2;
  transition: all 0.4s ease 0s;
  transform: translateX(-100%);
  overflow: auto;
}

.popup-text-flex {
  display: flex;
  justify-content: space-between;
}
.popup-text-flex .promo-img,
.popup-text-flex .promotext {
  width: calc(50% - 30px);
}
.popup-text-flex .promo-img .textwrap,
.popup-text-flex .promotext .textwrap {
  padding-right: 60px;
  padding-top: 50px;
}
.popup-text-flex .promo-img .textwrap h3,
.popup-text-flex .promotext .textwrap h3 {
  color: #0077c8;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 50px;
  margin-bottom: 20px;
}
.popup-text-flex .promo-img img,
.popup-text-flex .promotext img {
  width: 100%;
}

.modal-open::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(7, 16, 31, 0.7);
  width: 100%;
  height: 100%;
  z-index: 98;
}
.modal-open .promo-left-fade {
  opacity: 1;
  width: 100vw;
}
.modal-open .promo-outer {
  z-index: 99;
  height: 100vh;
}
.modal-open .promo-left-main {
  transform: translateX(0);
}
.modal-open .promo-bar {
  background-color: #0077c8;
}
.modal-open .promo-bar .promo-text {
  color: #ffffff;
}
.modal-open .promo-bar .promo-text span {
  background-image: url(../images/close.svg);
}

.modal-open1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(7, 16, 31, 0.7);
  width: 100%;
  height: 100%;
  z-index: 98;
}
.modal-open1 .promo1-left-fade {
  opacity: 1;
  width: 100vw;
}
.modal-open1 .promo1-outer {
  z-index: 99;
  height: 100vh;
}
.modal-open1 .promo1-left-main {
  transform: translateX(0);
}
.modal-open1 .chat-left {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #0075C9;
}
.modal-open1 .chat-left svg {
  fill: #fff;
}

.mobile-show {
  display: none;
}

.pagination-line {
  height: 5px;
  position: fixed;
  bottom: 0;
  left: 0px;
  background-color: #0077c8;
  z-index: 80;
  transition: all 1s ease 0s;
}

.inner-top-section {
  background-position: center center;
  background-size: cover;
  min-height: 740px;
  position: relative;
}
.inner-top-section .disply-text {
  position: absolute;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: #0d1727;
  font-size: 360px;
  line-height: 260px;
  left: 0;
  bottom: 0;
  opacity: 0.75;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.inner-top-section .overlay {
  background: rgba(9, 36, 81, 0.4);
  position: relative;
  width: 100%;
  min-height: 740px;
  display: flex;
  align-items: flex-end;
}
.inner-top-section .overlay::after, .inner-top-section .overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.inner-top-section .overlay::after {
  z-index: 1;
  background: linear-gradient(57deg, rgba(0, 17, 47, 0.75) 0%, rgba(0, 17, 47, 0) 93.22%);
}
.inner-top-section .overlay::before {
  z-index: 2;
  background-image: url(../images/pattern-inner-top.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}

.top-text {
  position: relative;
  color: #ffffff;
  z-index: 2;
  padding-bottom: 90px;
  max-width: calc(50vw - 60px);
  padding-left: 40px;
}
.top-text h1 {
  font-weight: bold;
  line-height: 74px;
  margin-bottom: 0;
}
.top-text h4 {
  letter-spacing: -0.05em;
  font-size: 36px;
  margin-bottom: 0;
}

.background-1 {
  background-image: url(../images/c1.jpg);
}

.h2-green-section {
  max-width: 825px;
}
.h2-green-section .text {
  padding-left: 40px;
  color: #ffffff;
  padding-top: 51px;
  padding-bottom: 51px;
}
.h2-green-section .text h2 {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.02em;
}

.overflow-x-hide {
  overflow-x: hidden;
}

.breadcum {
  position: relative;
  z-index: 0;
  padding-top: 22px;
  padding-bottom: 22px;
  line-height: 12px;
}
.breadcum .link {
  position: relative;
  z-index: 1;
  font-size: 12px;
  color: #0077c8;
  display: flex;
  flex-wrap: wrap;
}
.breadcum .link a {
  color: #0077c8;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
}
.breadcum .link a:first-child {
  margin-left: 0;
}
.breadcum .link a:hover {
  text-decoration: none;
  color: #76BC21;
}
.breadcum .link b {
  margin-left: 5px;
  margin-right: 5px;
}
.breadcum::after {
  content: "";
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 570px;
  height: 293px;
  background-image: url(../images/breadcum-bg.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.main {
/*   overflow-x: hidden; */
  position: relative;
}

.form-code-here {
  min-height: 305px;
}

.form-rihgt {
  position: relative;
  z-index: 9;
  background-color: #ffffff;
  margin-top: -636px;
  min-height: 640px;
}
.form-rihgt.form-rihgt-2 {
  margin-top: -486px;
}
.form-rihgt.form-rihgt-2 .text {
  padding: 0px 0px 0px 115px;
}
.form-rihgt.form-rihgt-2::after {
  display: none;
}
.form-rihgt.form-rihgt-2 .form-right-inner, .form-rihgt.form-rihgt-2 .text-only {
  padding: 80px 90px 0px 115px;
}
.form-rihgt.form-rihgt-2 .form-right-inner.full, .form-rihgt.form-rihgt-2 .text-only.full {
  padding: 80px 0px 0px 115px;
}
.form-rihgt::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  background-color: #ffffff;
  width: 100vw;
  height: 100%;
  z-index: 0;
}
.form-rihgt .form-right-inner {
  background-color: #ffffff;
  padding: 80px 0px 0px 80px;
  position: relative;
  z-index: 1;
}
.form-rihgt .form-right-inner h3 {
  color: #76bc21;
  margin-bottom: 20px;
  font-size: 42px;
  letter-spacing: 0;
}
.form-rihgt .form-right-inner p {
  margin-bottom: 40px;
  font-size: 21px;
}
.form-rihgt .text-only {
  padding: 80px 0px 0px 80px;
  position: relative;
  z-index: 1;
}

.green-bg {
  background-color: #76BC21;
}

.container1 {
  max-width: 1680px;
  margin: 0 auto;
  width: 100%;
}

.hr-main {
  border-top: solid 1px #e4e7e9;
  position: relative;
  z-index: 1;
}

.spacer-100 {
  height: 100px;
}

.spacer-190 {
  height: 190px;
}

.fullscreen-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 125px 20px 138px 20px;
  background-image: url(../images/ae.png);
  position: relative;
}
.fullscreen-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(57deg, rgba(0, 17, 47, 0.75) 0%, rgba(0, 17, 47, 0) 93.22%);
}
.fullscreen-bg .container {
  max-width: 1400px;
}
.fullscreen-bg .container .advanced-engineering {
  padding-left: 50px;
  max-width: 470px;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.fullscreen-bg .container .advanced-engineering h1 {
  line-height: 68px;
  margin-bottom: 30px;
}
.fullscreen-bg .container .advanced-engineering p {
  font-size: 18px;
  line-height: 30px;
}

.fix-bottom-resources {
  position: fixed;
  left: 0;
  bottom: 0;
  width: calc(100% - -60px);
  z-index: 10;
  -webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
.fix-bottom-resources.position-absolute {
  margin-left: -30px;
}

.resources-center-button {
  display: flex;
}
.resources-center-button a {
  width: 100%;
}
.resources-center-button a.btn {
  padding: 17px 42px;
  background-color: #76BC21;
  font-size: 24px;
  color: #ffffff;
  border-radius: 0;
  font-weight: bold;
  letter-spacing: -0.05em;
  display: flex;
}
.resources-center-button a.btn:focus {
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}
.resources-center-button a.btn.collapsed {
  background-color: #768692;
}
.resources-center-button a.btn:hover {
  background-color: #76BC21;
}
.resources-center-button a.btn.btn-blue {
  background-color: #0075C9;
}
.resources-center-button a.btn.btn-blue.collapsed {
  background-color: #768692;
}
.resources-center-button a.btn.btn-blue.collapsed:hover {
  background-color: #0075C9;
}
.resources-center-button a.btn i {
  margin-left: 16px;
}

.resources-center {
  max-width: 1119px;
  margin: auto;
  width: 100%;
}

.fill-white {
  fill: #ffffff;
  transition: all 0.4s ease 0s;
}

.active .resources-text-list {
  height: 450px;
}

.resources-text-list {
  background-color: #76BC21;
  padding: 56px 70px 42px 70px;
  color: #ffffff;
  height: 450px;
  overflow-y: auto;
  transition: all 0.4s ease 0s;
}
.resources-text-list.bg-blue {
  background-color: #0075C9;
}
.resources-text-list p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 22px;
}
.resources-text-list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.resources-text-list ul li {
  width: 50%;
  padding: 13px 0;
}
.resources-text-list ul li a {
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
}
.resources-text-list ul li a:hover {
  color: #475057;
}
.resources-text-list ul li a:hover .fill-white {
  fill: #475057;
}
.resources-text-list ul li a i {
  margin-right: 6px;
}

.text-block-main {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.02em;
}
.text-block-main .alignleft {
  float: left;
  margin-right: 30px;
  max-width: 100% !important;
}
.text-block-main .alignleft img {
  margin-bottom: 1rem;
  width: 100%;
}
.text-block-main .alignleft figcaption {
  border-left: solid 3px #0077C8;
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
  letter-spacing: 0;
  color: #475057;
  padding-left: 13px;
}
.text-block-main .alignright {
  margin-left: 30px;
  float: right;
  max-width: 100% !important;
}
.text-block-main .alignright img {
  margin-bottom: 1rem;
  width: 100%;
}
.text-block-main .alignright figcaption {
  border-left: solid 3px #0077C8;
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
  letter-spacing: 0;
  color: #475057;
  padding-left: 13px;
}
.text-block-main a {
  color: #76BC21;
  background: -webkit-gradient(linear, left top, right top, from(rgba(100, 200, 200, 0)), to(rgba(100, 200, 200, 0))), -webkit-gradient(linear, left top, right top, from(#76BC21)) !important;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, #76BC21) !important;
  background-size: 100% 1.5px, 0 1.5px !important;
  background-position: 100% 100%, 0 100% !important;
  background-repeat: no-repeat !important;
  transition: background-size 400ms !important;
  display: inline !important;
}
.text-block-main a:hover {
  color: #76BC21;
  text-decoration: none;
  background-size: 0 1.5px, 100% 1.5px !important;
}
.text-block-main p {
  margin-bottom: 30px;
  font-size: 18px;
}
.text-block-main .accordiontem p {
    margin-bottom: 30px;
    font-size: 21px;
    color: #255c7d;
    font-weight: 500;
}
.text-block-main p:last-child {
  margin-bottom: 0;
}
.text-block-main h4 {
  font-size: 18px;
  color: #768692;
  letter-spacing: -0.05em;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 30px;
}
.text-block-main h2 {
  font-size: 30px;
  line-height: 48px;
  color: #0077c8;
  letter-spacing: -0.02em;
  margin-bottom: 50px;
}
.text-block-main ul {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.text-block-main ul li {
  position: relative;
  padding: 5px 0;
  list-style: none;
  padding-left: 30px;
}
.text-block-main ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #0077C8;
  position: absolute;
  left: 10px;
  top: 15px;
}
.text-block-main ul ul {
  margin-bottom: 0;
}
.text-block-main ul ul li::before {
  background-color: #768692;
}
.text-block-main ul ul li:last-child {
  padding-bottom: 0;
}
.text-block-main h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
  letter-spacing: -0.05em;
  font-weight: bold;
}

.alt-bg {
  background-color: #f3f3f3;
}

.spacer-105 {
  height: 105px;
}

.gutter-1 {
  margin-top: -15px;
  margin-bottom: -15px;
}
.gutter-1 .col-12 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.services-list .img {
  margin-bottom: 36px;
}
.services-list .img a {
  display: block;
  position: relative;
  overflow: hidden;
}
.services-list .img a img {
  width: 100%;
  transform: scale(1);
  transition: all 0.4s ease 0s;
}
.services-list .img a:hover img {
  transform: scale(1.1);
}
.services-list .text h3 {
  letter-spacing: -0.05em;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 4px;
}
.services-list .text p {
  margin-bottom: 5px;
}

.row.gutter-2 {
  margin: -30px -37.5px;
}
.row.gutter-2 .col-12 {
  padding: 30px 37.5px;
}

.spacer-30 {
  height: 30px;
}

.blue-bg-text {
  background-color: #0077c8;
  color: #ffffff;
  position: relative;
  margin-top: -203px;
}
.blue-bg-text .text {
  padding: 75px 0 75px 105px;
  position: relative;
  z-index: 1;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.05em;
}
.blue-bg-text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #0077c8;
  z-index: 0;
}

.accordiontem .teamcard {
  border-bottom: solid 1px #E4E7E9;
}
.accordiontem .teamcard .btn {
  border-radius: 0;
  color: #76BC21;
  font-size: 24px;
  font-weight: bold;
  display: block;
  text-align: left;
  padding: 12px 0;
  width: 100%;
  line-height: 30px;
  position: relative;
}
/*
.accordiontem .teamcard .btn.collapsed::after {
  background-image: url(../images/plus.svg);
}
*/
.accordiontem .teamcard .btn.collapsed::after {
  background-image: url(../images/plus-icon.svg);
}
.accordiontem .teamcard .btn::after {
  content: "";
/*  background-image: url(../images/sub.svg);*/
      background-image: url(../images/minus-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -6px;
}
.accordiontem .teamcard .btn:focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
}
.accordiontem .teamcard .card-body-team {
  padding: 8px 0 20px 0;
}

.spacer-60 {
  height: 60px;
}

.icon-grid {
  border-bottom: solid 1px #E4E7E9;
  border-top: solid 1px #E4E7E9;
  padding-top: 30px;
  padding-bottom: 30px;
}
.icon-grid .text {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin: 15px 0;
}
.icon-grid .text i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 101px;
  height: 84px;
  margin: 0 auto 23px auto;
}
.icon-grid .text h4 {
  color: #0077c8;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 8px;
}
.icon-grid .text p {
  margin-bottom: 0;
}

.table-block {
  border-top: solid 3px #1dccfd;
  border-bottom: solid 3px #1dccfd;
}
.table-block .table {
  margin-bottom: 0;
}
.table-block .table th {
  font-size: 18px;
  font-weight: bold;
  color: #0077C8;
  text-transform: uppercase;
}
.table-block .table thead tr th {
    padding-left: 0;
}
.table-block .table tbody tr td {
    color: #255c7d;
    font-weight: 500;
    padding-left: 0;
}
.table-block .table td,
.table-block .table th {
  text-align: right;
}
.table-block .table td:first-child,
.table-block .table th:first-child {
  text-align: left;
}

/* News CSS */
.breadcum .container-fluid .link {
  padding-left: 45px;
}

.news-page-title {
  position: relative;
  z-index: 2;
  padding-left: 60px;
  padding-bottom: 61px;
}
.news-page-title h1 {
  margin-bottom: 0;
  color: #76BC21;
  font-weight: bold;
  margin-top: -9px;
}

.wf-box p {
  margin-bottom: 9px;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
.wf-box figure {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
.wf-box figure img {
  width: 100%;
  transform: scale(1);
  transition: all 0.4s ease 0s;
}
.wf-box img {
  width: 100%;
  margin-bottom: 0px;
}
.wf-box a {
  color: #ffffff;
}
.wf-box a span {
  background: -webkit-gradient(linear, left top, right top, from(rgba(100, 200, 200, 0)), to(rgba(100, 200, 200, 0))), -webkit-gradient(linear, left top, right top, from(#fff)) !important;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, #fff) !important;
  background-size: 100% 2px, 0 2px !important;
  background-position: 100% 100%, 0 100% !important;
  background-repeat: no-repeat !important;
  transition: background-size 400ms !important;
  display: inline !important;
}
.wf-box a:hover {
  color: #ffffff;
  text-decoration: none;
}
.wf-box a:hover img {
  transform: scale(1.1);
}
.wf-box a:hover span {
  background-size: 0 2px, 100% 2px !important;
}

.wf-container {
  margin: 0 auto;
  background-color: #005fa0;
}

.load-more-button {
  display: flex;
  justify-content: center;
  background-color: #005fa0;
  padding: 45px 0;
}

.wf-container:before,
.wf-container:after {
  content: "";
  display: table;
}

.wf-container:after {
  clear: both;
}

.wf-box {
  margin: 0px;
  padding: 56px 60px;
  border-top: solid 1px #0077C8;
}

.wf-column {
  border-left: solid 1px #0077C8;
  border-right: solid 1px #0077C8;
  margin-left: -1px;
}
.wf-column:last-child {
  border-right: solid 0px #0077C8;
}

.wf-box img {
  display: block;
  width: 100%;
}

.wf-box .content {
  border-top-width: 0;
  padding: 0;
}

.wf-column {
  float: left;
}

@media screen and (min-width: 1200px) {
  .wf-container {
    width: 100%;
  }
}
.Filter-block {
  background-color: #0077C8;
  padding: 70px 0;
  position: relative;
}

.filter-form .custom-select,
.filter-form .form-control {
  border: none;
  border-bottom: solid 1px #298DD1;
  border-radius: 0;
  background-color: #0077C8;
  height: calc(1.5em + 1.38rem + 2px);
  font-size: 18px;
  color: #ffffff;
}

.filter-form .custom-select::-moz-placeholder, .filter-form .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.filter-form .custom-select:-ms-input-placeholder, .filter-form .form-control:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.filter-form .custom-select::placeholder,
.filter-form .form-control::placeholder {
  color: #ffffff;
  opacity: 1;
}
.filter-form .custom-select:focus,
.filter-form .form-control:focus {
  border-bottom: solid 1px #fff;
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}
.filter-form .custom-select {
  background-image: url(../images/dropdown.svg);
  background-size: 12px 7px;
}
.filter-form .form-control {
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}
.Filter-block .filter-form .custom-select{
	background-image: url(../images/dropdown-white.svg);
}

.filter-form.row {
  margin: 0 -10px;
}
.filter-form.row .col-6 {
  padding: 0 10px;
}

.resource-center-top {
  background-image: url(../images/rc.png);
  position: relative;
  background-size: cover;
  padding-top: 280px;
  padding-bottom: 290px;
}
.resource-center-top::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(57deg, rgba(0, 17, 47, 0.75) 0%, rgba(0, 17, 47, 0) 100%);
  z-index: 2;
}
.resource-center-top::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/pattern-1.png);
  position: absolute;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: 1;
}
.resource-center-top h1 {
  font-weight: bold;
  color: #ffffff;
  position: relative;
  z-index: 3;
}

.resource-list {
  background-color: #ffffff;
  padding: 104px 0 77px 0;
  margin-top: -210px;
  position: relative;
  z-index: 3;
}
.resource-list .row .row {
  margin: 0 -35px;
}
.resource-list .row .row .col-12 {
  padding: 0 35px;
}

.rcl {
  position: relative;
}
.rcl a.img-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.rcl a.img-link img {
  width: 100%;
  transform: scale(1);
  transition: all 0.4s ease 0s;
}
.rcl a.img-link:hover img {
  transform: scale(1.1);
}
.rcl .text {
  background-color: #e8edf1;
  position: absolute;
  right: 0;
  bottom: -110px;
  padding: 30px 42px;
  width: 100%;
  max-width: 300px;
  min-height: 220px;
}
.rcl .text b {
  display: block;
  color: #0077c8;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
}
.rcl .text p {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.05em;
  font-weight: bold;
  margin-bottom: 4px;
}
.rcl .text .readmore1 {
  font-size: 16px;
}

.rc-bg {
  background-color: #005FA0;
  padding-top: 40px;
  padding-bottom: 30px;
}

.rc-pagination {
  padding: 90px 0;
}
.rc-pagination ul {
  list-style: none;
  justify-content: center;
  display: flex;
  padding: 0;
  margin: 0;
}
.rc-pagination ul li {
  list-style: none;
  margin: 0 3px;
}
.rc-pagination ul li.active a {
  background-color: #76BC21;
  color: #ffffff;
}
.rc-pagination ul li a {
  color: #ffffff;
  display: block;
  width: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
}
.rc-pagination ul li a:hover {
  background-color: #ffffff;
  color: #005FA0;
  text-decoration: none;
}

.rc-title {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  padding: 18px 0;
  border-bottom: solid 1px #2274AD;
}

.rc-list {
  border-bottom: solid 1px #2274AD;
  color: #ffffff;
  padding-top: 17px;
  padding-bottom: 9px;
  line-height: 30px;
  letter-spacing: -0.05em;
  font-size: 18px;
}
.rc-list a {
  color: #76BC21;
  text-decoration: none;
  font-weight: bold;
}
.rc-list a:hover {
  color: #ffffff;
}

.map-w {
  background-color: #0077C8;
}
.map-w .Filter-block {
  padding-left: 62px;
  padding-right: 62px;
}

.map-result {
  padding: 50px 62px;
  background-color: #005FA0;
}
.map-result .table-dark {
  background-color: #005FA0;
}
.map-result .table td, .map-result .table th {
  border-top: solid 0px #2274AD;
  border-bottom: solid 1px #2274AD;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  padding-top: 13px;
  padding-bottom: 20px;
}
.map-result .table td b, .map-result .table th b {
  display: block;
}
.map-result .table th {
  font-size: 20px;
  padding: 0;
  padding-top: 13px;
  padding-bottom: 13px;
}
.map-result .table .no-border td {
  border-bottom: solid 0px #2274AD;
  padding-top: 20px;
  padding-bottom: 13px;
}

.direction-link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #76bc21;
}
.direction-link i {
  margin-right: 6px;
}
.direction-link:hover {
  color: #ffffff;
  text-decoration: none;
}

.map-result-title {
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 16px;
}

.contact-form-w {
  background-color: #E8EDF1;
}

.contact-form-top-bg {
  background-color: #ffffff;
}

.contact-page-form {
  padding-right: 60px;
}

.form-here {
  padding-top: 60px;
  min-height: 400px;
}

.contact-page-address {
  padding: 60px;
}
.contact-page-address .address-list {
  margin-bottom: 30px;
  line-height: 30px;
}
.contact-page-address .address-list b {
  display: block;
  color: #0077c8;
  font-size: 24px;
}

.article-title h1 {
  font-weight: bold;
  color: #0077c8;
}

.social-share {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-share li {
  font-size: 20px;
  margin-left: 19px;
  margin-right: 19px;
  position: relative;
}
.social-share li:first-child {
  margin-left: 0;
}
.social-share li:last-child {
  margin-right: 0px;
}
footer{
	position:relative;
}
.social-share li a {
  color: #76bc21;
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
}
.social-share li a i {
  display: block;
  width: 20px;
  text-align: center;
}
.social-share li a span {
  position: absolute;
  width: 84px;
  top: -20px;
  transform: translate(-50%, -100%);
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  background-color: #475057;
  left: 50%;
  display: none;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.social-share li a span b {
  position: relative;
  z-index: 2;
}
.social-share li a span::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: calc(50% - 7.5px);
  bottom: -7px;
  background-color: #475057;
  transform: rotate(45deg);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.social-share li a:hover {
  color: #0077c8;
}
.social-share li a:hover span {
  display: block;
}

.article-social {
  padding-top: 52px;
  margin-bottom: 26px;
}
.map-result .table .no-border td:nth-of-type(2n), .map-result .table .no-border td:first-child {
    padding-right: 10px;
}
.article-meta {
  border-top: solid 1px #E8EDF1;
  border-bottom: solid 1px #E8EDF1;
  padding: 28px 0;
  margin-bottom: 54px;
}
.article-meta a {
  color: #76BC21;
  font-weight: bold;
}

.featured {
  margin-bottom: 60px;
}
.featured img {
  width: 100%;
}

.figure-right {
  float: right;
  max-width: 360px;
  margin-left: 30px;
}

.figure-left {
  float: left;
  margin-right: 30px;
  max-width: 701px;
}

.figure .figure-img {
  margin-bottom: 28px;
}
.figure .figure-caption {
  border-left: solid 3px #0077C8;
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
  letter-spacing: 0;
  color: #475057;
  padding-left: 13px;
}

.blockquote-blue, .text-block-main blockquote {
  position: relative;
  float: right;
  background-color: #0077c8;
  color: #ffffff;
  padding: 80px 0 80px 88px;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 40px;
  max-width: 628px;
  margin-left: 30px;
  margin-right: -280px;
}
.blockquote-blue .blockquote-text, .blockquote-blue p, .text-block-main blockquote .blockquote-text, .text-block-main blockquote p {
  position: relative;
  z-index: 1;
}
.blockquote-blue::after, .text-block-main blockquote::after {
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0077c8;
  position: absolute;
}

.text-blog {
  padding-bottom: 55px;
}

.wf-container1 {
  margin: 0 0 0 auto;
}

.wf-container1:before,
.wf-container1:after {
  content: "";
  display: table;
}

.wf-container1:after {
  clear: both;
}

.wf-box1 {
  margin: 0px;
  padding: 0px;
}

.wf-column1 {
  margin-left: 0px;
}

.wf-box .content {
  border-top-width: 0;
  padding: 0;
}

.wf-column1 {
  float: left;
}

@media screen and (min-width: 1200px) {
  .wf-container1 {
    width: 1026px;
  }
}
.dropdown-full {
  position: absolute;
  left: 60px;
  top: 0px;
  width: calc(100vw - 60px);
  z-index: 1;
  background-color: rgba(13, 23, 39, 0.9);
  padding-bottom: 56px;
  padding-top: 56px;
  opacity: 0;
  margin-top: -10000px;
  transition: opacity 0.3s;
}
.dropdown-full .container1 {
  overflow-y: auto;
  max-height: calc(100vh - 142px);
  overflow-x: hidden;
}

.menu-lavel-1:hover {
  opacity: 1;
}
.menu-lavel-1:hover a {
  z-index: 2;
  position: relative;
}
.menu-lavel-1:hover .dropdown-full {
  opacity: 1;
  margin-top: 0;
  transition: opacity 0.3s;
}

.menu-lavel {
  padding-left: 20px;
  border-left: solid 1px #fff;
  margin-top: 20px;
  padding-right: 20px;
  position: relative;
}

.menu-links ul {
  padding: 0;
  margin: 0;
}
.menu-links ul li {
  list-style: none;
  padding-top: 12px;
  font-size: 16px;
  line-height: 20px;
}
.menu-links ul li a {
  color: #76BC21;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.05em;
  background: -webkit-gradient(linear, left top, right top, from(rgba(100, 200, 200, 0)), to(rgba(100, 200, 200, 0))), -webkit-gradient(linear, left top, right top, from(#76BC21)) !important;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, #76BC21) !important;
  background-size: 100% 1.5px, 0 1.5px !important;
  background-position: 100% 100%, 0 16px !important;
  background-repeat: no-repeat !important;
  transition: background-size 400ms !important;
  display: inline !important;
}
.menu-links ul li a:hover {
  color: #76BC21;
  text-decoration: none;
  background-size: 0 1.5px, 100% 1.5px !important;
}

.menu-title a {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.05em;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
}
.menu-title a span {
  background: -webkit-gradient(linear, left top, right top, from(rgba(100, 200, 200, 0)), to(rgba(100, 200, 200, 0))), -webkit-gradient(linear, left top, right top, from(#ffffff)) !important;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, #ffffff) !important;
  background-size: 100% 1.5px, 0 1.5px !important;
  background-position: 100% 100%, 0 100% !important;
  background-repeat: no-repeat !important;
  transition: background-size 400ms !important;
  display: inline !important;
  white-space: normal;
}
.menu-title a:hover {
  color: #ffffff;
}
.menu-title a:hover span {
  background-size: 0 1.5px, 100% 1.5px !important;
  position: relative;
}
.menu-title a i {
  background-image: url(../images/menu-arrow-w.svg);
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 7px;
  height: 14px;
  margin-left: 5px;
  transform: translateY(1px);
}

.green-down-arrow {
  background-image: url(../images/green-down-arrow.svg);
  background-position: center center;
  width: 40px;
  height: 20px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -20px;
  z-index: 1;
  cursor: pointer;
}

.chat-left {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.chat-left svg {
/*  fill: #768692;*/
  fill: #fff;
}
.chat-left:hover {
  background-color: #0075C9;
}
.chat-left:hover svg {
  fill: #fff;
}

.popup-form {
  padding: 60px;
}
.popup-form h3 {
  font-weight: bold;
  color: #0077c8;
}

.form-here .hs-form-private {
  margin-left: -30px;
  margin-right: -30px;
}
.form-here .hs-submit {
  display: flex;
  justify-content: end;
  margin-left: 30px;
  margin-right: 30px;
}
.form-here .hs-submit .hs-button {
  background-color: #76bc21;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  border: none;
  border-radius: 0;
  padding: 14px 35px;
  font-weight: bold;
}
.form-here .hs-submit .hs-button:hover {
  background-color: #0075C9;
}
.form-here fieldset {
  max-width: inherit !important;
  display: flex;
}
.form-here fieldset label {
  display: none;
}
.form-here fieldset ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	  -webkit-box-pack: justify;    -ms-flex-pack: justify;    justify-content: space-between;	
}
.form-here fieldset ul li {
  list-style: none;
  font-size: 14px;
}
.form-here fieldset li label {
  display: block;
}
.form-here fieldset .hs-form-field {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 37px;
  width: 100%;
}
.form-here fieldset .hs-form-field .hs-input {
  width: 100% !important;
}
.form-here fieldset .hs-form-field .input {
  margin: 0 !important;
}
.form-here fieldset .hs-form-field input, .form-here fieldset .hs-form-field textarea {
  width: 100%;
  font-size: 18px;
  border-radius: 0;
  letter-spacing: -0.05em;
  color: #475057;
  font-size: 20px;
  border: none;
  border-bottom: solid 1px #475057;
  padding: 5px 0;
}
.form-here fieldset.form-columns-1 .hs-dependent-field .field.hs-form-field {
    margin: 0;
	margin-bottom: 37px;
}
.form-here fieldset.form-columns-1 .hs-dependent-field {
    width: 100%;
	margin-left: 30px;
    margin-right: 30px;    
}
.form-here fieldset .hs-form-field .input select {
    border-radius: 0;
    letter-spacing: -0.05em;
    color: #000000;
    font-size: 20px;
    border: none;
    border-bottom: solid 1px #475057;
    padding: 5px 0;
    outline: none !important;
    opacity: 1 !important;
}

.form-here fieldset .hs-form-field input::-moz-placeholder, .form-here fieldset .hs-form-field textarea::-moz-placeholder, .form-here fieldset .hs-form-field .input select::-moz-placeholder {
  opacity: 1;
}
.form-here fieldset .hs-form-field input:-ms-input-placeholder, .form-here fieldset .hs-form-field textarea:-ms-input-placeholder, .form-here fieldset .hs-form-field .input select:-ms-input-placeholder {
  opacity: 1;
}
.form-here fieldset .hs-form-field input::placeholder, .form-here fieldset .hs-form-field textarea::placeholder, .form-here fieldset .hs-form-field .input select::placeholder{
  opacity: 1;
}
.form-here fieldset .hs-form-field input:focus, .form-here fieldset .hs-form-field textarea:focus, .form-here fieldset .hs-form-field .input select:focus {
  outline: 0;
  border-bottom: solid 1px #0076BD;
}
.form-here .hs_recaptcha  div.input{
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 37px;
  width: 100%;

}
.filter_topic {
position: relative;
}
.filter_topic select {
display: none;
}
.filter_topic .select-selected {
  background-image: url(../images/dropdown.svg);
  background-size: 12px 7px;
  border-bottom: solid 1px #298DD1;
  border-radius: 0;
  background-color: #0077C8;
  height: calc(1.5em + 1.38rem + 2px);
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.75rem) center;
}
.filter_topic .select-items {
  position: absolute;
  width: 100%;
  background-color: #fff;
  color: #000;
  z-index: 9;
}
.filter_topic .select-items div {
  background-color: #fff;
  color: #000;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
}
.filter_topic .select-items div:hover, .filter_topic .select-items div.same-as-selected {
  background-color: #eee;
  color: #0077C8;
}

.select-hide {
  display: none;
}
.popup-text-flex .promo-img {
    height: 50vh;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.tab-text ul {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}
.tab-text ul li {
    position: relative;
    padding: 5px 0;
    list-style: none;
    padding-left: 30px;
}
.tab-text ul li::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #0077C8;
    position: absolute;
    /* left: 10px; */
    top: 15px;
    margin-left:-20px;
	
}
.tab-text ul ul {
    margin-bottom: 0;
}
.tab-text ul ul li::before {
    background-color: #768692;
}

.left-text-block ul{
	padding: 0;
    margin: 0;
    margin-bottom: 30px;
}
.left-text-block ul li{
	position: relative;
	padding: 5px 0;
	list-style: none;
	padding-left: 30px;
}
.left-text-block ul li:before{
	content: "";
    width: 7px;
    height: 7px;
    background-color: #0077C8;
    position: absolute;
    left: 10px;
    top: 15px;
}
.left-text-block ul li a {
    color: #76BC21;
}
.left-text-block ul li a{
	background: -webkit-gradient(linear, left top, right top, from(rgba(100, 200, 200, 0)), to(rgba(100, 200, 200, 0))), -webkit-gradient(linear, left top, right top, from(#76BC21)) !important;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, #76BC21) !important;
  background-size: 100% 1.5px, 0 1.5px !important;
  background-position: 100% 100%, 0 100% !important;
  background-repeat: no-repeat !important;
  -webkit-transition: background-size 400ms !important;
  transition: background-size 400ms !important;
  display: inline !important;
}
.left-text-block ul li a:hover {
    background-size: 0 0.1em, 100% 0.1em !important;
}
.scrollTop {
    display: none !important;
    width: 45px;
    height: 45px;
    background-color: #76bc21;
    border-radius: 50%;
    position: fixed;
    bottom: 150px;
    right: 20px;
    z-index: 1111;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.size-medium {
    width: 60px !important;
    height: 60px !important;
}
.position-y-bottom {
    top: auto;
    bottom: 90px !important;
}

.scrollTop span i {
    color: #fff;
}
.scrollTop span {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    display: block;
    font-size: 20px;
}
.scrollTop:hover {
    background-color: #0077c8;
}
.page-404 .inner-top-section {
    background-color: #091529;
    height: calc(100vh - 97px);
    min-height: inherit;
}
.page-404 .inner-top-section .top-text{
	    padding-bottom: 150px;
}
.page-404 a.readmore1 {
    font-size: 32px;
    font-weight: 300;
    height: 28px;
    margin-top: 10px;
}
.page-404 .top-text h1 {
    margin-bottom: 12px;
}
.page-404 .inner-top-section .disply-text{
	color: #62717d;
	font-size: 388px;
    line-height: 284px;
    left: 30px;
    letter-spacing: 0.02em;
}
.Filter-block .row.filter-form .filter-solution, .Filter-block .row.filter-form .filter-industry {
    display: none;
}
.page-404 .inner-top-section .overlay{
	min-height: 100%;
}
.form-here .input ul.inputs-list label.hs-form-checkbox-display input {
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
    margin-right: 10px;
}

.form-here .input ul.inputs-list label.hs-form-checkbox-display input span {
    display: inline-block;
    vertical-align: middle;
}

.form-here .input ul.inputs-list label.hs-form-checkbox-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-bottom: 2px;
	font-size: 16px;	
}
.form-here .hs_services_interest legend.hs-field-desc {
    font-size: 20px;
    margin-bottom: 15px;
}

.form-here .input ul.inputs-list label.hs-form-checkbox-display span {
    color: #000000 !important;
    font-weight: 400;
	display: inline-block !important;
    line-height: 1.4;
}
.popup-form .form-here {
    padding-top: 10px;
}
.popup-form .form-here fieldset .hs-form-field {
    margin-bottom: 25px;
}
.form-here .submitted-message {
    text-align: center;
    font-size: 24px;
    margin-top: 30px;
    color: green;
}
.form-here fieldset ul li {
    width: 48%;
    margin-bottom: 9px;
}
.fix-bottom-resources.footer-touched {
    bottom: 96px;
}
.form-here fieldset .hs-dependent-field {
    width: 50%;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 37px;
}
.form-here fieldset .hs-dependent-field .hs-form-field {
    width: 100% !important;    
    margin: 0;
}
.form-here fieldset .hs-form-field ul.no-list.hs-error-msgs {
    display: none;
}
.gm-style .gm-style-iw-a {
    margin-left: -9px;
}
.gm-style .gm-style-iw-c{
	padding: 15px !important;
}
.see_directions p {
    margin-bottom: 0;
}
.gm-style .gmwdtitle {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #0077c8;
    margin-bottom: 2px;
    letter-spacing: 0.02em;
}
.gm-style .gmwdbranch {
    font-weight: normal;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #0077c8;
}
.gmwddescription p {
    margin-bottom: 4px;
}
.gm-style .gmwdaddress {
    margin: 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
}
.gm-style .gmwddescription p a{
	color: #000;
	font-weight: 300;
    font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.gm-style .see_directions p a{
	color: #76bc21;
	font-weight: 300;
    font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.gm-style .see_directions p a i img {
    max-width: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.gm-style .gmwddescription p a:hover, .gm-style .see_directions p a:hover {
    color: #0077c8;
}
.gm-style .see_directions {
    margin-top: 8px;
}
.gm-style .map_info_box {
    max-width: 170px;
}
.map {
    height: 742px; 
    width: 100%;
    background-color: transparent;
	position: relative
}
.map div#map_canvas {
    height: 100% !important;
}
div#map_canvas {
    height: 720px !important;
}
.recent-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.recent-section .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.recent-section .investor-materials {
    height: 100%;
    background-color: #768692;
    padding: 53px 71px 30px 65px;
}
.recent-section .investor-materials h2 {
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 28px;
}
.recent-section .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.recent-section .investor-materials .material-links ul {
    margin: 0;
    padding: 0;
}
.recent-section .recent-releases h2 {
    font-size: 36px;
    color: #000;
    font-weight: bold;
    margin-bottom: 32px;
}
.recent-section .recent-releases .news-item {
    margin-bottom: 20px;
}
.recent-section .recent-releases .news-item p.date {
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
    letter-spacing: -0.03em;
}
.recent-section .recent-releases .news-item a.news-title {
    color: #76bc21;
    line-height: 1.1;
	letter-spacing: -0.003em;
}
.recent-section .recent-releases .news-item a.news-title:hover {
    color: #212529;
}
.recent-section .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.recent-section .investor-materials .material-links ul li {
    list-style: none;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #919ea8;
    letter-spacing: -0.051em;
}
.recent-section .investor-materials .material-links ul li a {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}
.recent-section .investor-materials .material-links ul li a:hover {
    color: #76bc21;
}
.recent-section .recent-releases h2 {
    font-size: 36px;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
}
.recent-section .recent-releases .news-item {
    margin-bottom: 29px;
}
.recent-section .recent-releases .news-item p.date {
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
}
.recent-section .shareholder-tools h2 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}
.recent-section .shareholder-tools {
    height: 100%;    
    background-color: #76bc21;
}
.recent-section .shareholder-tools .inner {
    padding: 54px 60px 34px 67px;
}
.recent-section .shareholder-tools .material-links ul {
    padding: 0;
}
.recent-section .shareholder-tools .search-bar {
    width: 100%;
    padding: 23px 61px 23px 67px;
    background-color: #60a111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.recent-section .shareholder-tools .search-bar button {
    background-color: transparent;
    border: none;
    color: #fff;
}
.recent-section .shareholder-tools input.news-events-search {
    width: 100%;
    border: none;
    border-radius: 0;    
    background-color: #60a111;
    color: #fff;
	outline: none;
	padding: 0;
	font-size: 20px;
	letter-spacing: -0.05em;
	outline: none;
	box-shadow: none;
}
.recent-section .shareholder-tools input.news-events-search::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.recent-section .shareholder-tools input.news-events-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.recent-section .shareholder-tools input.news-events-search::placeholder {
  color: #fff;
}
.recent-section .shareholder-tools .material-links ul li {
    list-style: none;
    margin-bottom: 26px;
    padding-bottom: 23px;
    border-bottom: 1px solid #91c94d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.recent-section .shareholder-tools .material-links ul li a {
    color: #fff;
	margin-left: 12px;
}
.recent-section .shareholder-tools .material-links ul li i {
    color: #fff;
    margin-right: 20px;
    font-size: 30px;
}
.recent-section .shareholder-tools .material-links ul li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.recent-section .shareholder-tools .material-links ul li a:hover {
    color: #000;
    color: #212529;
}
.investor-r-section .h2-green-section {
    padding-top: 45px;
    padding-right: 110px;
    padding-bottom: 45px;
}
.investor-r-section .h2-green-section h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.17;
}

.investor-r-section .blue-bg-text {
    margin: 0; 
}

.investor-r-section .blue-bg-text .flexrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	 -webkit-box-align: start;    -ms-flex-align: start;    align-items: flex-start;
}


.investor-r-section .h2-green-section {
    padding-top: 45px;
    padding-right: 110px;
    padding-bottom: 45px;
}

.investor-r-section .blue-bg-text .text {
    padding-top: 52px;
    padding-left: 80px;
    padding-bottom: 42px;
}
.investor-r-section .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.recent-section .investor-materials .material-links ul li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.recent-section .recent-releases {
    padding-top: 54px;
}
.rightcolpadding .image-block-1 img {
    width: 100%;
}
.investor-r-section .blue-bg-text .b2iClientQuote_Title div {
    font-size: 65px;
    color: #fff !important;
    margin-bottom: -1px;
}
.investor-r-section .blue-bg-text .b2iClientQuote_Title span.sep {
    color: #fff !important;
    display: inline-block;
    margin: 0 8px;
}
.investor-r-section .blue-bg-text .b2iClientQuote_Title .b2iarrow {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    color: #43b610;
}
.investor-r-section .blue-bg-text .b2iClientQuote_Title div .b2iQuoteHeader {
    font-size: 24px;
}
.investor-r-section .blue-bg-text .b2iClientQuoteDataRow .bid span.b2iClientQuote_Data, .investor-r-section .blue-bg-text .b2iClientQuoteDataRow .bid span.b2iClientQuote_Data span {
    color: #76bc21 !important;
}
.investor-r-section .blue-bg-text .b2iClientQuoteDataRow .ask span.b2iClientQuote_Data, .investor-r-section .blue-bg-text .b2iClientQuoteDataRow .ask span.b2iClientQuote_Data span {
    color: #b9b9b9 !important;
}
.left-text-block a.link-btn{
	margin-top: 18px;
}
a.link-btn {
    padding: 15px 36px 13px 36px;
    background-color: #76BC21;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}
a.link-btn:hover {
    background-color: #0077c8;
}
.rightcolpadding .amChartsPeriodSelectorButtonDiv input {
    background-color: #76bc21;
    color: #fff;
    border: 1px solid #76bc21;
    margin-left: 10px;
    border-radius: 5px;
    font-size: 15px;
	margin-bottom: 5px;
	-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
.rightcolpadding .amChartsPeriodSelectorButtonDiv input:hover, .rightcolpadding .amChartsPeriodSelectorButtonDiv input.amcharts-period-input-selected {
    background-color: #0077c8;
    border-color: #0077c8;
}
.rightcolpadding text {
    fill: #76bc21 !important;
}
.rightcolpadding g text {
    fill: #0077c8 !important;
}
.text-block-main .b2iLibToolsContainer {
    padding: 0 20px 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}
.text-block-main .b2iLibToolsContainer input.b2ibutton {
    background-color: #76bc21;
    border: 1px solid #76bc21;
    color: #fff;
    padding: 2px 20px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 38px;
    line-height: 1.1;
    outline: none;
}
.text-block-main .b2iLibToolsContainer span#b2iLibSearch input.b2ibutton:hover, .text-block-main .b2iLibToolsContainer span#b2iLibSearch input.b2ibutton:focus {
    background-color: #768692;
	border-color:#768692;
}
.text-block-main .b2iLibToolsContainer input.b2iTextbox {
    background-color: transparent;
    border: solid 1px #298DD1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    outline: none;
    padding-left: 10px;
    font-size: 16px;
    width: calc(100% - 99.05px);
    height: 38px;
    color: #000000;
}
.text-block-main .PressItem19 {    
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
	position: relative;
}
.text-block-main .PressItem19 .PressItem19itemLinks_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 22px;
    padding-bottom: 19px;
    border-bottom: solid 1px #2274AD;
}
.text-block-main .PressItem19 .PressItem19itemLinks_container .PressItem19Date {
    width: 190px;
    color: #000;
}
.text-block-main .PressItem19 .PressItem19Icon a {
    color: #000;
    -webkit-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    transition: all 0.5s ease-in-out !important;
    display: inline-block !important;
    width: 30px;
}
.text-block-main .PressItem19 .PressItem19Icon a div {
    padding: 0 !important;
    text-align: right;
    border: none;
}
.text-block-main .PressItem19 .PressItem19Icon a:hover {
    color: #76bc21;
	background: none !important;
}
.text-block-main .PressItem19 .PressItem19Icon {
    padding-left: 40px;
}
.text-block-main .b2iPressContainer .b2iNav, .text-block-main .b2iSecContainer .b2iNav { 
    padding-top: 50px;    
    position: relative;
    text-align: center;
}
.b2iPressContainer, .b2iSecContainer {
    padding-bottom: 100px;
}
.text-block-main .b2iPressContainer .b2iNav span {
    color: #000;
    padding: 0 3px;
    display: inline-block;
    position: relative;
    top: -2px;
}
.text-block-main .b2iPressContainer .b2iNav a {
    color: #0077c8;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.text-block-main .b2iPressContainer .b2iNav a:hover {
    color: #76bc21;
}
.b2iLibToolsContainer span#TagDDL {
    display: none;
}
.b2iPressContainer .select-items {    
    position: absolute;    
    width: 29%;
    background-color: #fff;
    color: #000;
    z-index: 9;
    overflow: auto;
    height: 100%;
    min-height: 336px;
    top: 42px;
}

.b2iPressContainer .select-items div {
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    background-color: #475057;
    color: #fff;
}
.b2iPressContainer .select-items div:hover {
    color: #0077c8;
    background-color: #fff;
}
.b2iLibToolsContainer .select-selected {
    border: 1px solid #0077C8;
    width: 30%;
    padding: 9px 40px 11px 11px;
    font-weight: 400;
    line-height: 1.1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: calc(100% - 0.75rem) center;
    position: relative;
    margin-right: 30px;
    height: 38px;
	border-radius: 5px;
}
.b2iPressContainer span#b2iLibSearch {
    width: 30%;
}
.b2iLibToolsContainer .select-selected:before {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #0077C8;
    position: absolute;
    right: 10px;
	 -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.b2iLibToolsContainer .select-selected.select-drop-down-created.select-arrow-active:before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.b2iLibToolsContainer .RssIconContainer {
    display: none;
}
.B2iQuoteContainer .b2iClientQuote_Label.smaller {
    color: #fff !important;
    letter-spacing: 0.04em;
    display: inline-block;
}
.B2iQuoteContainer .b2iClientQuote_Label.smaller span.sep {
    color: #fff !important;
}
.b2iSECtopSelect tr td.b2iSECtopSelectCell2 {
    padding-bottom: 50px;
    padding-top: 30px;
}
.b2iSECtopSelect tr td.b2iSECtopSelectCell2 span.FilterLabel {
    margin-right: 6px;
    color: #000;
}
.b2iSECtopSelect tr td.b2iSECtopSelectCell2 {padding-bottom: 50px;padding-top: 30px;}
.b2iSECtopSelect tr td input.b2iButton {
    background-color: #76bc21;
    border-color: #76bc21;
    color: #fff;
    line-height: 1.3;
    height: 42px !important;
    min-height: 42px;
}

.b2iSECtopSelect tr td input.b2iButton:hover {
    background-color: #0077c8;
    border-color: #0077c8;
}
.b2iSECtopTitleTable tr {
    border-bottom: solid 1px #2274AD;
}
.b2iSECtopTitleTable tr td {
    padding-bottom: 17px !important;
    padding-top: 20px !important;
}
.b2iSECtopTitleTable tr td.b2iSecData a {
    color: #76bc21;
}
.b2iSECtopTitleTable tr td.b2iSecData a {
    color: #76bc21;
}
.b2iSECtopTitleTable tr td.b2iSecData a:hover {
    text-decoration: none !important;
    background-size: 0 1px, 100% 1px !important;
}
.b2iSECtopTitleTable tr td.b2iSecData a.SecLinkIcon {
    color: #0077c8;
    -webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
	padding: 0 1px;
}

.b2iSECtopTitleTable tr td.b2iSecData a.SecLinkIcon:hover {
    background: inherit !important;
    color: #76bc21;
}
.b2iSECtopTitleTable tr:first-child {
    border-bottom: 3px solid #2274AD;
}
.b2iSECtopTitleTable tr:last-child {
    border: none;
}
.b2iSECtopSelect .b2iSelect {
    margin-right: 5px;
    border-color: #0077c8;
    background-color: #0077c8;
    border-radius: 5px;
    color: #fff;
	outline: none;
}
.b2iSECtopTitleTable tr:hover {
    background-color: inherit;
}
.b2iSECtopTitleTable tr td.b2iSECIconsCell {
    text-align: right;
}
.b2iSECtopTitleTable tr td.b2iSecData img {
    display: none;
}
.b2iSECtopTitleTable tr td.b2iSecData a.SecLinkIcon img {
    display: block;
}

/*board team*/
.teambio .container {
    max-width: 1680px;
}
.teambio {
	padding: 10px 0 0 0;
	border-bottom: 1px solid #e4e7e9;
}
.teambio_item {
	margin: 20px 0 10px;    
    cursor: pointer;
    width: 30.21%;
    margin-right: 4.6%;
    margin-bottom: 40px;
}
.teambio_box .teambio_item:nth-of-type(3n + 3) {
    margin-right: 0;
}
.teambio_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}
.teambio_item .pvr {
    padding: 0 0 100% 0;
    margin: 0 0 34px 0;
    overflow: hidden;
    position: relative;
}
.teambio_item .pvr .bgimg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: scale(1);
    transition: 2s all;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.teambio_item h2 {
    font-weight: normal;
    margin: 0 0 12px 0;
    color: #000000;
    font-size: 36px;
	font-weight: bold;
	margin-bottom: 7px;
	padding-right: 40px;
}

.team_titlebox h5 {
	color: #000000;
	font-size: 18px;
}
.teambio_info {
	display: none;
	padding-top: 23px;
}

.team_titlebox .arrowclose {
	position: absolute;
	right: 13px;
	top: 9px;
}

.team_titlebox {
	position: relative;
}

.team_titlebox .arrowclose:after,
.team_titlebox .arrowclose:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 3px;
	height: 13px;
	transition: 0.5s all;
	background-color: #76bc21;
}
.team_titlebox .arrowclose:after {
	transform: rotate(45deg);
}
.team_titlebox .arrowclose:before {
	transform: translateX(-8px) rotate(-45deg);
}
.teambio_item.bioopen .team_titlebox .arrowclose:after,
.teambio_item.bioopen .team_titlebox .arrowclose:before {
	width: 2px;
	height: 20px;
}
.teambio_item.bioopen .team_titlebox .arrowclose:before {
	transform: translateX(0px) rotate(-45deg);
}
.teambio_info p {
	line-height: 1.66;
	font-size: 18px;
}
.teambio_info address ul {
	padding: 0;
	margin: 14px 0 0 0;	
}
.teambio_info address ul li {
	list-style: none;
	position: relative;
	padding: 0 0 8px 29px;
	line-height: 1.2;
}
.teambio_info address ul li:last-child {
    padding-bottom: 0;
}
.teambio_info address {
    margin-bottom: 0;
}

.teambio_info address ul li i {
	position: absolute;
	left: 0;
	top: 9px;
	color: #0077c8;
}
.teambio_info address ul li .bio-links {
    font-weight: normal;
    color: #0077c8;
    transition: 0.5s all;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.05em;
	cursor: default;
}
.teambio_info address ul li .bio-links img {
    margin-right: 7px;
    position: absolute;
    left: 0;
    top: 0px;
}

.rc-bg.Filter-block.press-rel-section {
    background-color: #fff;
}
.press-rel-section .rc-list {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	padding-bottom: 22px;
    padding-top: 22px;		
}
.press-rel-section ul li.financial-pagination a {
    color: #000;
}
.press-rel-section ul li.financial-pagination a:hover {
    background-color: #76bc21;
    color: #fff;
}
.press-rel-section ul li.financial-pagination.active a {
    color: #fff;
}
.press-rel-section .rc-list a {
    font-weight: 400;
	background: -webkit-gradient(linear, left top, right top, from(rgba(100, 200, 200, 0)), to(rgba(100, 200, 200, 0))), -webkit-gradient(linear, left top, right top, from(#76BC21)) !important;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, #76BC21) !important;
    background-size: 100% 1.5px, 0 1.5px !important;
    background-position: 100% 100%, 0 100% !important;
    background-repeat: no-repeat !important;
    transition: background-size 400ms !important;
    display: inline !important;
}
.press-rel-section .rc-list a:hover{
	color: #76BC21;
    text-decoration: none;
    background-size: 0 1.5px, 100% 1.5px !important;
}
.pdf-wrap .PressItem19.PressItem19PDF:before {
    font-family: 'B2ijoe';
    content: "\e907";
    padding-right: 5px;
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
.press-rel-section .rc-list .text-wrap {
    width: 100%;
	padding-right: 20px;
}

.press-rel-section .rc-list .pdf-wrap {
    width: 60px;
    text-align: right;
}
.PressItem19PDF::before {
    content: "\f1c1" !important;
    font-family: "Fontawesome" !important;
}
.pdf-wrap .PressItem19.PressItem19PDF:before {
    padding-right: 5px;
	-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
.press-rel-section .rc-list .pdf-wrap a {
    color: #000;
}
.press-rel-section .rc-list .pdf-wrap a:hover {
    color: #76bc21;
}
.press-rel-section .rc-list .date-wrap {
    width: 190px;
    padding-right: 25px;
	margin-bottom: 0;
}
.press-rel-section .rc-list .date-wrap p{
	margin-bottom: 0;
}
.text-block-main .hbspt-form fieldset {
    width: 100%;
    max-width: 100%;
}
.text-block-main .hbspt-form .hs-form-field input, .text-block-main .hbspt-form .hs-form-field textarea {
    width: 100%;
    font-size: 18px;
    border-radius: 0;
    letter-spacing: -0.05em;
    color: #475057;
    font-size: 20px;
    border: none;
    border-bottom: solid 1px #475057;
    padding: 5px 0;
	outline: none;
	height: 42px !important;
}
.text-block-main .hbspt-form fieldset .hs-form-field .input {
    margin-bottom: 10px !important;
}
.text-block-main .hbspt-form fieldset .hs-form-field .hs-input {
    width: 100% !important;
}
.text-block-main .hbspt-form .hs-submit {    
    margin-top: 20px;
}
.text-block-main .hbspt-form .hs-submit .hs-button {
    background-color: #76bc21;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0;
    border: none;
    border-radius: 0;
    padding: 14px 35px;
    font-weight: bold;
	-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
	outline: none;
}
.text-block-main .hbspt-form .hs-submit .hs-button:hover {
    background-color: #0075C9;
}
.text-block-main .hbspt-form fieldset .hs-form-field .input select {
    border-radius: 0;
    letter-spacing: -0.05em;
    color: #000000;
    font-size: 20px;
    border: none;
    border-bottom: solid 1px #475057;
    padding: 5px 0;
    outline: none !important;
    opacity: 1 !important;
}
.text-block-main .hbspt-form .input ul.inputs-list label.hs-form-checkbox-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2px;
    font-size: 16px;
}
.text-block-main .hbspt-form fieldset ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.text-block-main .hbspt-form .input ul.inputs-list label.hs-form-checkbox-display input {
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
    margin-right: 10px;
}
.text-block-main .hbspt-form .input ul.inputs-list label.hs-form-checkbox-display span {
    color: #000000 !important;
    font-weight: 400;
    display: inline-block !important;
    line-height: 1.4;
}
.text-block-main .hbspt-form fieldset ul li {
    width: 48%;
    margin-bottom: 9px;
}
.text-block-main .hbspt-form fieldset .hs-form-field input.invalid.error, .text-block-main .hbspt-form fieldset .hs-form-field textarea.invalid.error {
    border-bottom: solid 1px red;
}
.text-block-main .hbspt-form fieldset .hs-form-field ul.no-list.hs-error-msgs {
    display: none;
}
.text-block-main .hbspt-form .submitted-message {
    text-align: center;
    font-size: 24px;
    margin-top: 30px;
    color: green;
}
.text-block-main .hbspt-form fieldset .hs-form-field input::-moz-placeholder, .text-block-main .hbspt-form fieldset .hs-form-field textarea::-moz-placeholder, .text-block-main .hbspt-form fieldset .hs-form-field .input select::-moz-placeholder, .text-block-main .b2iEmailSignupRow input::-moz-placeholder {
  opacity: 1;
  color: #475057;
}
.text-block-main .hbspt-form fieldset .hs-form-field input:-ms-input-placeholder, .text-block-main .hbspt-form fieldset .hs-form-field textarea:-ms-input-placeholder, .text-block-main .hbspt-form fieldset .hs-form-field .input select:-ms-input-placeholder, .text-block-main .b2iEmailSignupRow input:-ms-input-placeholder {
  opacity: 1;
  color: #475057;
}
.text-block-main .hbspt-form fieldset .hs-form-field input::placeholder, .text-block-main .hbspt-form fieldset .hs-form-field textarea::placeholder, .text-block-main .hbspt-form fieldset .hs-form-field .input select::placeholder, .text-block-main .b2iEmailSignupRow input::placeholder{
  opacity: 1;
  color: #475057;
}
.text-block-main .hbspt-form fieldset .hs-form-field input:focus, .text-block-main .hbspt-form fieldset .hs-form-field textarea:focus, .text-block-main .hbspt-form fieldset .hs-form-field .input select:focus {
  outline: 0;
  border-bottom: solid 1px #0076BD;
}
.form-text-wrap-area {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	padding-top: 20px;
	max-width: 910px;
    margin: 0 auto;
}
.form-text-wrap-area .hub-s-form {
    width: 68%;
    float: left;
    padding-right: 100px;
}
.form-text-wrap-area .hb-right-block {
    width: 32%;
    float: left;
}
.hub-s-form br {
    display: none;
}
.hb-right-block h3 {
    display: block;
    color: #0077c8;
    font-weight: bolder;
}
.form-text-wrap-area h2 {
    margin-bottom: 0 !important;
    font-weight: 600;
	font-size: 30px !important;
	line-height: 1.35 !important;
}
.form-here fieldset .hs-form-field textarea {
    height: 42px;
}
.text-block-main .b2iEmailContainer {
    padding: 80px 0 110px;
}
.text-block-main .b2iEmailSignupRow label.b2iFormLabel {
    display: none !important;
}
.text-block-main #b2iEmailSignUp {
    width: 100%;
}
.text-block-main .b2iEmailSignupRow input {
    width: 98% !important;
    border-radius: 0 !important;
    letter-spacing: -0.05em;
    color: #475057;
    font-size: 20px;
    border: none !important;
    border-bottom: solid 1px #475057 !important;
    padding: 5px 0 !important;
}
.text-block-main .b2iEmailSignupRow {
    margin-bottom: 37px;
}
.text-block-main .b2iEmailSignupRow input:focus {
    box-shadow: none !important;
}
.text-block-main .b2iEmailContainer fieldset.b2iEmailFieldset label {
    font-size: 16px;
    color: #000000 !important;
    font-weight: 400;
    display: inline-block !important;
    line-height: 1.4;
	margin-bottom: 9px;
}
.text-block-main .b2iEmailContainer fieldset.b2iEmailFieldset label input {
    margin-right: 6px;
    width: 16px !important;
    position: relative;
    top: -1px;
}
.text-block-main .b2iEmailAlertRow {
    padding: 0 !important;
}
.text-block-main .b2iEmailContainer .b2iform input[type=button] {
    background-color: #76bc21;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0;
    border: none;
    border-radius: 0;
    padding: 14px 35px;
    font-weight: bold;
}
.text-block-main .b2iEmailContainer .b2iform input[type=button]:hover, .text-block-main .b2iEmailContainer .b2iform input[type=button]:focus {
    background-color: #0075C9;
}
.text-block-main .b2iEmailContainer fieldset.b2iEmailFieldset {
    margin-bottom: 27px;
}
.text-block-main fieldset.b2iEmailFieldset label input:focus {
    box-shadow: none;
}
.text-block-main .b2iEmailContainer .b2iEmailAlertSubList .b2iFormRow {
    margin-right: 11px;
}
.text-block-main .b2iEmailContainer .b2iEmailAlertSubList {
    margin-left: 5px;
}
.investor-r-section .h2-green-section a {
    color: #ffffff;
    margin-top: 6px;
}
.investor-r-section .h2-green-section a:before {
    color: #fff !important;
}
.right-img.has_video:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 41%);
  opacity: 1;
  transition: all 1s;
  -webkit-transition: all 1s;
  bottom: 0;
  right: 0;
}
/*-&-*/
.right-img.has_video{
  position: relative;
  padding: 0;
  margin-top: 20px;
}
.right-img.has_video a {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
  text-align: center;
  align-items: center;
}
.right-img.has_video a i {
  color: #77c914;
  position: absolute;
  /* bottom: 0; */
  left: 0;
  right: 0;
  /* top: 0; */
  font-size: 90px;
  z-index: 99;
  top: 33%;
}
a.three_cta {
    cursor: pointer;
    padding: 14px 20px 14px 20px;
    background-color: #76BC21;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}
a.three_cta:hover {
    background: #0075c9;
}
a.three_cta i {
    margin-left: 12px;
    font-size: 18px;
}
/**** Responsive Media Query****/

@media (max-width: 1790px) {
  .slider-img .text, .home-insights .container, .industry-home .container, .container1 {
    max-width: 1500px;
  }
  .tabs-content {
    padding-left: 40px;
  }
  .tab-img {
    margin-right: 40px;
  } 

}
@media (max-width: 1599px) {
  .slider-img .text, .home-insights .container, .industry-home .container, .container1 {
    max-width: 1260px;
  }
/*
  .home-bottom-slider .overlay .text, .fullscreen-bg .container {
    max-width: 1024px;
  }
*/
     .home-bottom-slider .overlay .text, .fullscreen-bg .container {
    max-width: 1300px;
  }
  .news-text-home {
    padding-left: 0px;
  }
  .tabs-content {
    padding-left: 0;
  }
  .tab-img {
    margin-right: 40px;
    max-width: 460px;
  }
  .tab-img-right {
    margin-left: 40px;
    max-width: 360px;
  }
  .resource-list .row .row .col-12 {
    padding: 0 15px;
  }
  .row.gutter-2 .col-12 {
    padding: 30px 15px;
  }
  .row.gutter-2 {
    margin: -30px -15px;
  }
  .services-list .text h3 {
    font-size: 32px;
  }
  .form-rihgt.form-rihgt-2 .form-right-inner, .form-rihgt.form-rihgt-2 .text-only {
    padding: 40px 40px 0px 40px;
  }
  .form-rihgt.form-rihgt-2 .text {
    padding-left: 40px;
  }
	.recent-section .investor-materials {
		padding: 53px 45px 30px 45px;
	}
	.recent-section .shareholder-tools .inner {
		padding: 54px 45px 34px 45px;
	}
	.recent-section .shareholder-tools .search-bar {
		padding: 23px 45px 23px 45px;
	}
	.b2iLibToolsContainer .select-selected, .b2iPressContainer span#b2iLibSearch{
		    width: 36%;
	}
	
  .right-img.has_video a i {
    top: 30%;
  }
}
.talk-half {
  position: relative;
}
.talk-half::after {
  content: "";
  width: calc(50vw - 60px);
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
}

@media (max-width: 1439px) {
  h1, .news-list-home .title h3, .home-bottom-slider .overlay .text .text-wrap h3, .industry-home .title h3 {
    font-size: 56px;
  }
  .top-text h1 {
    line-height: 100%;
  }
  .slider-img .text, .home-insights .container, .industry-home .container, .container1, .resources-center {
    max-width: 980px;
  }
/*
  .home-bottom-slider .overlay .text, .fullscreen-bg .container {
    max-width: 768px;
  }
*/
    .home-bottom-slider .overlay .text, .fullscreen-bg .container {
    max-width: 1020px;
  }
  .tab-img {
    max-width: 360px;
  }
  .brand-logo {
    margin-left: 100px;
  }
  .desktop-menu li.desktop-contact {
    padding-left: 10px;
    padding-right: 10px;
  }
  .desktop-menu li.menu-lavel-1 > a {
    font-size: 15px;
  }
  .desktop-menu li.menu-lavel-1 {
    margin-right: 20px;
  }
  .news-list-home ul {
    flex-direction: column;
  }
  .news-list-home ul li {
    width: 100%;
    padding: 0;
    border-right: 0;
    border-top: solid 1px #e4e7e9;
    padding: 15px 0;
  }
  .form-rihgt .form-right-inner, .form-rihgt .text-only {
    padding: 40px 0px 0px 40px;
  }
  .h2-green-section .text h2 {
    font-size: 24px;
    line-height: 120%;
  }
  .h2-green-section .text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .spacer-190 {
    height: 100px;
  }
  .blue-bg-text .text {
    padding: 60px 0px 60px 60px;
    font-size: 20px;
    line-height: 167%;
  }
  .blockquote-blue, .text-block-main blockquote {
    max-width: 500px;
    margin-right: -180px;
    padding: 40px 0 40px 48px;
    font-size: 24px;
    line-height: 167%;
  }
  .text-block-main h2 {
    font-size: 24px;
    line-height: 167%;
  }
  .page-404 .top-text h4 {
    font-size: 30px;
	}
	.page-404 a.readmore1 {
		font-size: 30px;
		height: 27px;
	}
	.services-list a.readmore1 i {
		font-size: 16px;
		width: 16px;
	}
	.services-list a.readmore1 {
		font-size: 16px;
	}
	.investor-r-section .h2-green-section h2 {
		font-size: 28px;
	}
	.investor-r-section .h2-green-section {
		padding-top: 30px;
		padding-right: 30px;
		padding-bottom: 30px;
	}
	.investor-r-section .blue-bg-text .text {
		padding-left: 65px;
	}		
	.recent-section .investor-materials {
		padding: 30px 25px 30px 25px;
	}
	.recent-section .shareholder-tools .inner {
		padding: 30px 25px 30px 25px;
	}
	.recent-section .shareholder-tools .search-bar {    
		padding: 15px 25px 15px 25px;
	}
	.recent-section .investor-materials h2 {
		font-size: 32px;
		margin-bottom: 25px;
	}
	.recent-section .shareholder-tools h2 {
		font-size: 32px;
	}
	.recent-section .recent-releases {
		padding-top: 30px;
	}
	.recent-section .recent-releases h2 {
		font-size: 32px;
		margin-bottom: 25px;
	}	
	.recent-section .investor-materials .material-links ul li {		
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.recent-section .recent-releases .news-item {
		margin-bottom: 20px;
	}
	.recent-section {
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.text-block-main .PressItem19 .PressItem19itemLinks_container .PressItem19Date {
		width: 270px;
	}
	.b2iPressContainer span#b2iLibSearch {
		width: 50%;
	}
	.b2iLibToolsContainer .select-selected{
		width: 50%;
		margin-right: 15px;
	}	
	.b2iPressContainer span#b2iLibSearch {
		width: 50%;
	}
	.teambio_item h2 {
		font-size: 32px;
	}
	.teambio_item {
		margin-bottom: 30px;
	}
	.teambio_info address ul li .bio-links {
		font-size: 18px;
	}
	.right-img.has_video a i {
    font-size: 70px;
  }
}


@media (max-width: 1199px) {
	.main.location_template .location_fields {
    margin-top: 20px;
}
  .icon-grid .text {
    padding-left: 0;
    padding-right: 0;
  }
  .slider-img .text, .home-insights .container, .industry-home .container, .container1, .resources-center {
    max-width: 843px;
  }
/*
  .home-bottom-slider .overlay .text {
    max-width: 560px;
  }
*/
   .home-bottom-slider .overlay .text {
    max-width: 868px;
  }
  h1, .news-list-home .title h3, .home-bottom-slider .overlay .text .text-wrap h3, .industry-home .title h3 {
    font-size: 42px;
  }
  .text-news h4 {
    font-size: 28px;
    line-height: 36px;
  }
  .promo-left-main, .promo1-left-main {
    width: calc(90% - 60px);
  }
  .popup-text-flex .promo-img .textwrap h3, .popup-text-flex .promotext .textwrap h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .desktop-menu {
    padding: 0;
  }
  .desktop-menu li.menu-lavel-1 {
    margin-right: 13px;
  }
    .country-selector.weglot-dropdown span.wglanguage-name {
        padding: 7px 30px 7px 10px;
    }
    .desktop-menu li.desktop-contact {
        font-size: 14px !important;
    }
    .country-selector.weglot-dropdown span.wglanguage-name {
        font-size: 14px !important;
    }
    .desktop-menu li.menu-lavel-1 {
        margin-right: 10px !important;
    }
    .desktop-menu li.menu-lavel-1 {
        margin-right: 11px;
    }
  .brand-logo {
    max-width: 100px;
    margin-top: 30px;
  }
  .footer-logo {
    max-width: 100px;
  }
  .desktop-menu li.menu-lavel-1 > a {
    font-size: 13px;
  }
  .mobile-show {
    display: block;
      padding: 0px;
      margin: 0;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-accrordian .tabs-content {
    padding-left: 0;
    padding: 0 0 30px 0;
  }
  .mobile-accrordian button.btn {
    border: none;
    padding: 0;
    border-radius: 0;
    display: flex;
    color: #000000;
    padding: 0;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    min-height: 66px;
    align-items: center;
    font-weight: bold;
    letter-spacing: -0.05em;
  }
  .mobile-accrordian button.btn:focus {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
  }
  .mobile-accrordian button.btn.collapsed {
    color: #76bc21;
  }
  .mobile-accrordian .hr {
    height: 1px;
    background-color: #E4E7E9;
  }
  .tabs-content .tab-img,
.tabs-content .tab-img-right {
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 30;
  }
  .form-rihgt {
    margin-top: 0;
    background-color: transparent;
    min-height: inherit;
  }
  .form-rihgt.form-rihgt-2 {
    margin-top: 0;
  }
  .form-rihgt::after {
    display: none;
  }
  .form-rihgt .form-right-inner {
    background-color: transparent;
  }
  .form-rihgt .form-right-inner, .form-rihgt .text-only {
    padding-left: 0;
  }
  .top-text {
    padding-left: 0;
  }
  .h2-green-section .text {
    padding-left: 0;
  }
  .spacer-100 {
    height: 60px;
  }
  .rcl .text {
    position: static;
    padding: 20px;
    min-height: inherit;
  }
  .blue-bg-text {
    margin-top: 30px;
  }
  .blue-bg-text .text {
    padding: 40px;
  }
  .row.gutter-1 {
    padding-top: 30px;
  }
  .blockquote-blue, .text-block-main blockquote {
    max-width: 400px;
    margin-right: -80px;
    padding: 30px 0 30px 38px;
    font-size: 20px;
    line-height: 167%;
  }
  .text-block-main h2 {
    font-size: 24px;
    line-height: 167%;
  }
  .talk-half::after {
    display: none;
  }
  .form-rihgt.form-rihgt-2 .form-right-inner, .form-rihgt.form-rihgt-2 .text-only {
    padding-left: 0;
    padding-right: 0;
  }
  .form-code-here {
    min-height: inherit;
  }
  .form-rihgt.form-rihgt-2 .text {
    padding-left: 0;
  }
  .right-img {
    padding-top: 30px;
  }
  .readmore1 {
    line-height: 30px;
    height: inherit;
  }
  .readmore1::before {
    display: none;
  }
  .readmore1:hover {
    line-height: 30px;
  }
  .readmore1 i:last-child {
    display: none;
  }
	.scrollTop {
		width: 50px;
		height: 50px;
		bottom: 57px;
		right: 40px;
	}
	.page-404 .inner-top-section {		
		height: calc(100vh - 79px);
	}
	.services-list a.readmore1 i {
		font-size: 17px;
		width: 20px;
	}	
	.services-list a.readmore1 {
		font-size: 20px;
	}
	.fix-bottom-resources.footer-touched {
		bottom: 79px;
	}
	div#map_canvas {
		height: 630px !important;
	}
	.investor-r-section .blue-bg-text:before {
		content: "";
		position: absolute;
		top: 0;
		height: 100%;
		background-color: #0077c8;
		z-index: 0;
		width: 100%;
		left: -100%;
	}
	.investor-r-section .blue-bg-text .text {
		padding-top: 40px;
		padding-left: 0;
		padding-bottom: 42px;
	}
	.rightcolpadding .B2iChartContainer {
		width: 100% !important;
		margin-top: 30px;
	}
	.text-block-main .b2iPressContainer .b2iNav, .text-block-main .b2iSecContainer .b2iNav {
		padding-top: 40px;
	}
	.b2iPressContainer, .b2iSecContainer{
		padding-bottom: 60px;
	}
	.b2iSECtopSelect tr td.b2iSECtopSelectCell2 {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.teambio_item h2 {
		font-size: 28px;
		margin-bottom: 5px;
	}
	.teambio_item {
		margin-bottom: 20px;
	}
	.teambio_info p {
		font-size: 16px;
	}
	.teambio_info address ul li .bio-links {
		font-size: 16px;
	}
	.right-img.has_video a i {
    font-size: 90px;
    top: 35%;
  }
}
.mobile-header {
  display: none;
}

@media (max-width: 992px) {
  .text-block-main .alignleft, .text-block-main .alignright {
    float: none;
    margin-right: auto;
    margin-right: auto;	
  }
  a.link-btn {
    font-size: 16px;    
}
  .text-block-main .alignleft figcaption, .text-block-main .alignright figcaption {
    border-left: solid 3px #0077C8;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    letter-spacing: 0;
    color: #475057;
    padding-left: 13px;
  }
  .rcl {
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
  }
  .green-down-arrow {
    margin-left: -10px;
    width: 20px;
    height: 10px;
    background-size: contain;
    bottom: 40px;
  }
  .owl-home-top .owl-dots {
    bottom: 10px;
  }
  .contact-form-top-bg {
    width: 100vw;
  }
  .form-here {
    min-height: inherit;
  }
  .blockquote-blue, .text-block-main blockquote {
    float: none;
    margin-left: 0;
    max-width: inherit;
    margin-right: 0;
  }
  .figure-right, .figure-left {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: inherit;
    width: 100%;
  }
  body {
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 100px;
  }
  .mobile-header {
    display: flex;
    padding: 10px 23px 10px 20px;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    border-bottom: solid 1px #E8EDF1;
  }
  .btn.slide-menu-control {
    padding: 0;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .side-pannel {
    width: 100vw;
    height: 100px;
    top: inherit;
    bottom: 0;
  }
  .promo-bar {
    width: 100vw;
    height: 50px;
  }
  .promo-bar .promo-center {
    transform: rotate(0deg);
    width: 100vw;
    height: 50px;
  }
  .promo-bar .promo-center .promo-text {
    transform: translate(0, 0);
  }
  .promo-bar .promo-center .promo-text {
    width: 100vw;
    height: 50px;
  }
  .promo-bar .promo-center {
    border-top: solid 1px #E8EDF1;
  }
  .promo-bar .promo-center .promo-text {
    font-size: 18px;
  }
  .promo-left-main, .promo1-left-main {
    width: 100%;
    left: 0;
  }
  .promo-social {
    width: 100vw;
    height: 50px;
    justify-content: center;
  }
  .promo-social ul {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-bottom: 0;
  }
  .promo-social ul li {
    width: 100%;
    height: 50px;
    border-left: solid 1px #E8EDF1;
  }
  .promo-social ul li:first-child {
    border-left: solid 0px #E8EDF1;
  }
  header {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
  }
  .brand-logo, header.srolled .brand-logo {
    max-width: 84.54px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .mobile-search {
    padding: 20px;
  }
  .form-control.ds-input {
    border-radius: 0;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 72px;
    height: calc(1.5em + 1.4rem + 2px);
    background-image: url(../images/mobile-search.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 26px) center;
    border: none;
    background-color: #0077C8;
    color: #ffffff;
  }
  .form-control.ds-input::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
  }
  .form-control.ds-input:-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
  }
  .form-control.ds-input::placeholder {
    color: #ffffff;
    opacity: 1;
  }
  .form-control.ds-input:focus {
    background-color: #0077C8;
  }
  .header-inner {
    display: none;
  }
  .slider-img .text, .home-insights .container, .industry-home .container, .container1 {
    max-width: 100%;
  }
  .resources-center {
    max-width: inherit;
    width: 100%;
  }
/*
  .home-bottom-slider .overlay .text {
    max-width: 460px;
  }
*/
      .home-bottom-slider .overlay .text {
    max-width: 100%;
  }
  .home-insights, .industry-home .container {
    padding: 45px 0;
  }
  .tabs-content .tab-img, .tabs-content .tab-img-right {
    max-width: inherit;
    margin-bottom: 30px;
    float: none;
  }
  h2 {
    font-size: 32px;
  }
  .resources-center-button a.btn {
    font-size: 20px;
    padding: 16px 32px;
  }
  .resources-text-list {
    padding: 30px;
  }
  .resources-text-list ul {
    display: block;
  }
  .resources-text-list ul li {
    width: 100%;
  }
  .fix-bottom-resources {
    z-index: 99;
    bottom: 100px;
  }
  
  .fix-bottom-resources.position-absolute {
    margin-left: 0px;
    bottom: 0px;
  }
  .Filter-block {
    padding: 40px 0;
  }
  .resource-center-top {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .resource-list {
    margin-top: -100px;
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .resource-list .row .row {
    margin: 0;
  }
  .rcl .text {
    max-width: inherit;
    width: 100%;
    margin-bottom: 20px;
  }
  .rc-pagination {
    padding: 30px 0;
  }
  .inner-top-section .overlay, .inner-top-section {
    min-height: 550px;
  }
  .top-text h4 {
    font-size: 28px;
  }
  .services-list .img {
    margin-bottom: 20px;
  }
  .services-list .text h3 {
    font-size: 24px;
    line-height: 167%;
  }
  .promo-left-main, .promo1-left-main {
    transform: translate(0%, 100%);
  }
  .modal-open .promo-left-main {
    transform: translate(0, 0%);
  }
  .modal-open1 .promo1-left-main {
    transform: translate(0, 0%);
  }
  .container1-rc {
    max-width: 98%;
  }
  .text-block-main .alignright {
    margin-left: 0;
  }
  .promo-bar .promo-center .promo-text span {
		width: 20px;
		height: 20px;
	}
	.popup-text-flex .promo-img {
		height: auto;
	}
	.scrollTop {
		bottom: 117px;
		right: 11px;
		width: 45px;
		height: 45px;
	}
	.scrollTop span {
		font-size: 18px;
		padding-top: 3px;
	}
	.page-404 .inner-top-section .top-text {
		width: 100%;
		max-width: 100%;
	}
	.page-404 .inner-top-section {
		height: auto;
	}
	.fix-bottom-resources.footer-touched {
		bottom: 179px;
	}
	div#map_canvas {
		height: 600px !important;
	}	
	.recent-section .col-12.col-md-6.col-xl-4:first-child {
		width: 100% !important;
		flex: 0 0 100%;
		max-width: 100%;
		padding-bottom: 0;
	}
	.recent-section .shareholder-tools .material-links ul li{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.recent-section .shareholder-tools .material-links ul li i {
		margin-right: 15px;
		font-size: 26px;
	}
	.recent-section .shareholder-tools input.news-events-search{
		font-size: 16px;
	}
	.investor-r-section .blue-bg-text .b2iClientQuote_Title div {
		font-size: 54px;
	}
	.text-block-main .PressItem19 .PressItem19itemLinks_container .PressItem19Date {
		width: 463px;
		padding-right: 14px;
	}	
	.text-block-main .PressItem19 .PressItem19Icon {
		padding-left: 20px;
	}
	.b2iSECtopSelect tr td.b2iSECtopSelectCell2 span#FilingsLabelContainer {
		display: block;
		margin-bottom: 10px;
	}
	.teambio_info {
		padding-top: 15px;
	}	
	.teambio_item h2 {
		font-size: 26px;
	}
	.teambio_item .pvr {		
		margin: 0 0 20px 0;
	}
	.teambio_item {
		width: 47.7%;
		margin-right: 4.6%;
	}	
	.teambio_box .teambio_item:nth-of-type(3n + 3) {
		margin-right: 4.6%;
	}
	.teambio_box .teambio_item:nth-of-type(2n + 2) {
		margin-right: 0;
	}
	.teambio {
		padding: 10px 5px 25px 5px;
	}
	.form-text-wrap-area .hub-s-form {
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.form-text-wrap-area .hb-right-block {
		width: 100%;
	}
  .right-img.has_video a i {
    font-size: 70px;
    top: 35%;
  }
}


@media (max-width: 767px) {
	a.three_cta{
		margin-top:0px;
	}
  .talk-to-expert a {
    font-size: 30px;
  }
  .popup-text-flex .promotext .textwrap {
    padding-bottom: 40px;
  }
  .news-list-home .title {
    margin-bottom: 8px;
  }
  .news-list-home .title a {
    transform: translateY(1px);
    margin-left: 10px;
  }
  .news-list-home ul li {
    border-top: solid 0px #e4e7e9;
    border-bottom: solid 1px #e4e7e9;
  }
  .contact-page-address {
    padding: 45px 24px;
  }
  .contact-page-address .address-list {
    margin-bottom: 10px;
  }
  .map-w .Filter-block {
    padding-left: 24px;
    padding-right: 24px;
  }
  .map-result {
    padding: 45px 24px;
  }
  .map-result .table-dark {
    min-width: 500px;
  }
  .contact-page-form {
    padding-right: 24px;
  }
  .text-block-main h2 {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 45px;
  }
  .img-3-row .col-12 {
    margin-bottom: 30px;
  }
  .featured {
    margin-bottom: 45px;
  }
  .mobile-accrordian .tabs-content {
    padding-bottom: 0;
  }
  body {
    font-size: 16px;
    padding-bottom: 100px;
  }
  .tab-text p {
    letter-spacing: -0.02em;
  }
  .slider-img .text, .home-insights .container, .industry-home .container, .container1,
.home-bottom-slider .overlay .text, .fullscreen-bg .container {
    max-width: calc(100vw - 44px);
  }
  .top-text {
    width: 100%;
    max-width: inherit;
  }
  .popup-form {
    padding: 24px;
  }
  .form-here {
    padding-top: 45px;
  }
  .popup-text-flex, .popup-form {
    display: block;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }
  .popup-text-flex .promo-img, .popup-text-flex .promotext {
    width: 100%;
  }
  .popup-text-flex .promo-img .textwrap, .popup-text-flex .promotext .textwrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }
  .popup-text-flex .promo-img .textwrap h3, .popup-text-flex .promotext .textwrap h3 {
    font-size: 24px;
    line-height: 110%;
  }
  .inner-top-section .overlay::before {
    display: none;
  }
  .inner-top-section, .inner-top-section .overlay, .form-code-here {
    min-height: inherit;
  }
  .inner-top-section .disply-text {
    font-size: 100px;
    line-height: 75px;
  }
  .top-text {
    padding-top: 140px;
  }
  .top-text h4, .form-rihgt .form-right-inner h3 {
    font-size: 24px;
    line-height: 110%;
  }
  .h2-green-section .text h2 {
    font-size: 20px;
  }
  .spacer-190, .spacer-100, .spacer-105 {
    height: 45px;
  }
  .fullscreen-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .fullscreen-bg .container .advanced-engineering {
    padding-left: 0;
    max-width: inherit;
  }
  .fullscreen-bg .container .advanced-engineering p {
    font-size: 16px;
    line-height: 167%;
  }
  h2 {
    font-size: 28px;
  }
  .form-rihgt .form-right-inner {
    padding-top: 20px;
  }
  .form-rihgt .form-right-inner p {
    font-size: 18px;
  }
  .fullscreen-bg .container .advanced-engineering h1 {
    margin-bottom: 20px;
  }
  .top-text h1, h1, .fullscreen-bg .container .advanced-engineering h1, .news-list-home .title h3, .home-bottom-slider .overlay .text .text-wrap h3, .industry-home .title h3 {
    font-size: 30px;
    line-height: 105%;
  }
  .pattern-bradcrum {
    background-image: none;
  }
  .readmore1 {
    font-size: 18px;
  }
  .full-screen, .Home-top, .home-bottom-slider, .slider-container {
    min-height: inherit;
  }
  .slider-img {
    min-height: 550px;
    align-items: flex-end;
  }
    
  .slider-img .text {
    padding-bottom: 60px;
  }
  .slider-img::after {
    background-image: none;
  }
  .home-bottom-slider .overlay {
    min-height: 100%;
  }
  .home-bottom-slider .overlay .text {
    padding: 120px 20px;
    min-height: 590px;
  }
  .home-bottom-slider .overlay::before, .home-bottom-slider .overlay::after {
    display: none;
  }
  .arrow-nav {
    top: inherit;
    bottom: 30px;
  }
  .resources-center-button a.btn {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
    align-items: center;
    text-align: left;
  }
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .breadcum .container-fluid .link {
    padding-left: 9px;
  }
  .news-page-title {
    padding-bottom: 45px;
    padding-left: 24px;
  }
  .wf-box {
    padding: 24px;
  }
  .wf-box p {
    font-size: 18px;
  }
  .arrow-nav .owl-prev {
    margin-left: 24px;
    padding-left: 0;
    padding-right: 0;
  }
  .arrow-nav .owl-next {
    margin-right: 24px;
    padding-left: 0;
    padding-right: 0;
  }
  .arrow-nav .owl-prev::before, .arrow-nav .owl-next::after {
    background-size: contain;
    width: 16px;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .arrow-nav .owl-prev span, .arrow-nav .owl-next span {
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(50vw - 60px);
    line-height: 16px;
  }
  .arrow-nav .owl-prev span {
    text-align: left;
  }
  .arrow-nav .owl-next span {
    text-align: right;
  }
  .form-here .hs-form-private {
    margin-left: 0px;
    margin-right: 0px;
  }  
  .form-here fieldset .hs-form-field, .form-here .hs-submit {
    margin-left: 10px;
    margin-right: 10px;
  }
  .popup-text-flex .promo-img {
		height: 262px;
	}
	.form-here fieldset.form-columns-1 .hs-dependent-field {
		margin-left: 0;
	}	
	.page-404 .top-text h1 {
		font-size: 36px;
	}
	.page-404 .top-text h4 {
		font-size: 26px;
	}
	.page-404 a.readmore1 {
		font-size: 26px;
	}
	.form-here fieldset .hs-form-field input, .form-here fieldset .hs-form-field textarea {		
		font-size: 18px;
	}
	.form-here fieldset .hs-form-field .input select{
		font-size: 18px;
	}
	.form-here .submitted-message {
		font-size: 20px;
	}
	.form-here .hs_services_interest legend.hs-field-desc {
		font-size: 18px;
	}
	.form-here .input ul.inputs-list label.hs-form-checkbox-display {
		font-size: 14px;
	}
	footer .col-12, footer .col {
		width: 50% !important;
		max-width: 50%;
	}
	footer {
		padding: 15px 22px;
	}
	.fix-bottom-resources.footer-touched {
		bottom: 159px;
	}
	.investor-r-section .h2-green-section h2 {
		font-size: 26px;
	}
	.recent-section .shareholder-tools .material-links ul li a {
		font-size: 20px;
	}
	.recent-section .col-12.col-md-6.col-xl-4 {
		padding-top: 0;
		padding-bottom: 30px;
	}
	.recent-section {
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.text-block-main .b2iLibToolsContainer {
		padding: 0 0 20px;
	}
	.text-block-main .hbspt-form fieldset .hs-form-field input, .text-block-main .hbspt-form fieldset .hs-form-field textarea {
		font-size: 18px;
	}
	.text-block-main .b2iEmailSignupRow input{
		font-size: 18px;
	}
	.text-block-main .b2iEmailContainer {
		padding: 40px 0 60px;
	}
	.slider-img .text img {
    width: 100px;
    margin-bottom: 20px;
  }
  .home-bottom-slider .overlay .text .text-wrap img{
    width: 100px;
  }
}

@media (max-width: 680px) {
	table.b2iSECtopTitleTable tbody tr td:first-child {
		background: #0077c8 !important;				
		padding-top: 7px !important;
		padding-bottom: 7px !important;
	}
	.b2iSECtopTitleTable tr {
		border-bottom: 0 !important;
	}
	.b2iSECtopSelect select {		
		margin-bottom: 10px;
	}
	.b2iSECtopSelect tr td.b2iSECtopSelectCell2 {
		padding-bottom: 10px;
	}
	.b2iSECtopTitleTable tr td {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.b2iSECtopTitleTable tbody {
		border: 2px solid #768692 !important;
	}
	.FilterLabel {
		padding-right: 0;
	}
	.b2iSECtopSelect .b2iSelect{
		    margin-bottom: 15px
	}
	.text-block-main #b2iEmailSignUp {
		grid-template-columns: inherit !important;
	}
	.text-block-main .b2iEmailSignupRow {
		margin-bottom: 30px;
	}
	.text-block-main .b2iEmailContainer .b2iform input[type=button] {
		font-size: 18px;
		padding: 12px 25px;
	}
}

@media (max-width: 600px) {
	footer .col-12, footer .col {
		width: 100% !important;
		max-width: 100%;
	}
	.copyright {
		margin-top: 5px;
	}
	footer {
		padding: 10px 22px;
	}
	.fix-bottom-resources.footer-touched {
		bottom: 181px;
	}		
	.investor-r-section .blue-bg-text .text {
		padding-top: 30px;
		padding-left: 0;
		padding-bottom: 30px;
		padding-right: 0;
	}
	.investor-r-section .h2-green-section h2 {
		font-size: 24px;
	}	
	.investor-r-section .blue-bg-text .b2iClientQuote_Title div {
		font-size: 42px;
	}
	.investor-r-section .blue-bg-text .b2iClientQuote_Title div .b2iQuoteHeader {
		font-size: 20px;
	}
	.investor-r-section .blue-bg-text .b2iClientQuote_Title span.sep {
		margin: 0 4px;
	}
	.investor-r-section .blue-bg-text .b2iClientQuoteDataRow span {
		font-size: 18px;
	}
	.investor-r-section .h2-green-section {
		padding-right: 0;
	}
	.text-block-main .b2iLibToolsContainer{
		display: block;
	}
	.b2iLibToolsContainer .select-selected {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.b2iPressContainer span#b2iLibSearch {
		width: 100%;
	}
	.b2iSECtopSelect .b2iSelect{
		max-width: 100% !important;
	}
	.teambio_item h2 {
		font-size: 24px;
	}
}

@media (max-width: 480px) {
	.form-here fieldset .hs-form-field, .form-here .hs-submit {
		margin-left: 5px;
		margin-right: 5px;
	  }
	  .form-here fieldset ul li {
		width: 100%;
	}
	div#map_canvas {
		height: 550px !important;
	}
	 .recent-section .investor-materials .material-links ul li a, .recent-section .shareholder-tools .material-links ul li a {
		font-size: 18px;
	} 
	.recent-section .investor-materials h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.recent-section .shareholder-tools h2 {
		font-size: 30px;
	}
	.text-block-main .PressItem19 .PressItem19itemLinks_container .PressItem19Date {
		width: 100%;
		padding-right: 0;
		text-align: center;		
		margin-bottom: 10px;
		display: block;
	}
	.text-block-main .PressItem19 .PressItem19itemLinks_container{
		display: block;
	}
	.text-block-main .PressItem19 .PressItem19itemLinks_container .PressItem19Headline {
		width: 100%;
		display: block;
		text-align: center;
		padding-right: 0;
		margin-bottom: 10px;
	}
	.text-block-main .PressItem19 .PressItem19Icon {
		padding-left: 0;
		text-align: center;
		padding-right: 0;
	}
	.text-block-main .PressItem19 .PressItem19itemLinks_container {
		padding-top: 17px;
		padding-bottom: 10px;
	}
	.text-block-main .b2iPressContainer .b2iNav, .text-block-main .b2iSecContainer .b2iNav {
		padding-top: 30px;
		
	}
	.b2iPressContainer, .b2iSecContainer{
		padding-bottom: 40px;
	}
	.text-block-main .b2iPressContainer .b2iNav span {		
		font-size: 16px;
	}
	.teambio_item {
		width: 100%;				
		margin: 10px 0 20px !important;
	}
	.teambio {
		padding: 10px 0 15px 0;
	}	
	.team_titlebox h5 {
		margin-bottom: 0;
	}
	.press-rel-section .rc-list {
		display: block;
		text-align: center;
	}
	.press-rel-section .rc-list .text-wrap {
		padding-right: 0;
	}
	.press-rel-section .rc-list .pdf-wrap {
		width: 100%;
		text-align: center;
	}
	.press-rel-section .rc-list .date-wrap {
		width: 100%;
		padding-right: 0;
		margin-bottom: 9px;
	}
	.text-block-main .hbspt-form fieldset .hs-form-field .input {
		margin-bottom: 0 !important;
	}
	.investor-r-section .h2-green-section a{
		font-size: 18px;
	}
  .right-img.has_video a i {
    font-size: 55px;
  }
}
@media (max-width: 400px) {
	.form-here fieldset .hs-form-field, .form-here .hs-submit {
		margin-left: 0;
		margin-right: 0;
	  }
	  .form-here fieldset {
		display: block;
	  }
	  .investor-r-section .blue-bg-text .b2iClientQuoteDataRow span {
		font-size: 16px;
	}
	.investor-r-section .blue-bg-text .b2iClientQuote_Title div {
		font-size: 34px;
	}
	.investor-r-section .blue-bg-text .b2iClientQuote_Title div .b2iQuoteHeader {
		font-size: 18px;
	}
	.investor-r-section .blue-bg-text .b2iClientQuote_Title .b2iarrow {
		font-size: 20px;
	}
	.investor-r-section .h2-green-section h2 {
		font-size: 22px;
	}
	.rightcolpadding .amChartsPeriodSelectorButtonDiv input{font-size: 12px;margin-left: 5px;} 
	.text-block-main .b2iEmailContainer .b2iform div#b2iEmailButtons {
		grid-template-columns: inherit;
	}
	.text-block-main .b2iEmailContainer .b2iform input[type=button] {
		margin: 0;
		margin-bottom: 10px;
	}
  .right-img.has_video a i {
    font-size: 45px;
  }
}
.hs-error-msg {
  color: #ff1100;
}/*# sourceMappingURL=style.css.map */

.promotional-slider button.owl-prev.disabled { display: none; }
.promotional-slider button.owl-next.disabled { display: none; }
.no-scroll .slider-container.promotional-slider .home-bottom-slider .overlay .text { padding-top: 0; min-height: auto !important; }
.no-scroll .slider-container.promotional-slider { min-height: auto !important; }
.no-scroll .slider-container.promotional-slider .home-bottom-slider .overlay { min-height: auto !important; padding:128px 0; background: linear-gradient(180deg, rgba(8, 25, 55, 0.4) 0%, rgba(8, 25, 55, 0) 100%); }
.no-scroll .slider-container.promotional-slider .home-bottom-slider { min-height: 650px !important; }
.promotional-slider .arrow-nav .owl-prev::before { background-image: url(../images/white-arrow-lft.png); width: 48px; height: 41px; }
.promotional-slider .arrow-nav .owl-next::after { background-image: url(../images/white-arrow-rt.png); width: 48px; height: 41px; }
.promotional-slider .arrow-nav button span { display: none; }
.no-scroll .full-width-cta { position: relative; top: 0; transform: translateY(0px); }
.full-width-cta .full-width-cta-inner { background-color: #0077c8; padding: 86px 150px 80px 150px; max-width: 1480px; margin: 0 auto; position: relative; }
.full-width-cta .full-width-cta-content h2 { color: #fff; font-family: "Barlow", sans-serif; font-weight: 600; line-height: 1.3; letter-spacing: 0.9px; margin-bottom: 15px; }
.full-width-cta .full-width-cta-content p { color: #fff; font-family: "Barlow", sans-serif; font-weight: 500; font-size: 21px; letter-spacing: 0; line-height: 1.5; }
.full-width-cta .full-width-cta-content .readmore1 { color: #fff; font-family: "Barlow", sans-serif; font-weight: 700; margin-top: 12px; letter-spacing: 0; }
.full-width-cta .full-width-cta-content .readmore1:before { color: #fff; font-family: "Barlow", sans-serif; font-weight: 700; }
.full-width-cta .full-width-cta-content p a { color: #fff; text-decoration: underline; transition: all 0.5s ease-in-out; }
.full-width-cta .full-width-cta-content p a:hover { color: #76a821; }
.full-width-cta .full-width-cta-content { max-width: 725px; position: relative; z-index: 111;}
.full-width-cta .full-width-cta-inner:after { content: ""; position: absolute; top: 0; right: 0;background-position: top right; background-image: url(../images/pattern-img1.png); width: 100%; height: 100%; background-repeat: no-repeat; }
.full-width-cta { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); }

.no-scroll .success-stories-block { padding-top: 50px; }
section.success-stories-main .full-screen { display: flex; align-items: center; }
.success-stories-block { padding-left:calc((100% - 1460px) / 2); max-width:100%; margin-left: auto; }
.success-stories-block .success-stories-heading h2 { color: #255c7d; font-size: 50px; font-weight: 600; font-family: "Barlow", sans-serif; letter-spacing: 0; line-height:45px;}
.success-stories-block .success-stories-heading p { color: #255c7d; font-size: 21px; font-weight: 500; font-family: "Barlow", sans-serif; letter-spacing: 0; }
.success-stories-block .success-stories-heading { max-width: 740px; margin-bottom: 40px; }
.success-stories-slider .owl-item .item-wrap { padding: 40px 40px 40px 40px; position: relative; height: 100%;}
.success-stories-slider .owl-item .item {  height: 640px; background-repeat: no-repeat; background-position: center center; position: relative; background-size: cover; }
.success-stories-slider .owl-item .item span { color: #6dd50a; font-weight: 700; font-size: 24px; font-family: "Barlow", sans-serif; text-transform: uppercase; letter-spacing: 0; margin-bottom: 0px; display: inline-block; }
.success-stories-slider .owl-item .item h3 { color: #fff; font-weight: 700; font-size: 40px; line-height: 1.2; font-family: "Barlow", sans-serif; letter-spacing: 0; }
.success-stories-slider .owl-item .item p { color: #fff; font-size: 21px; font-weight: 500; font-family: "Barlow", sans-serif; letter-spacing: 0;}
.success-stories-slider .owl-item .item .item-content-hover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0;  transition: all 0.5s ease-in-out;  z-index: 11; padding:40px 40px; }
.success-stories-slider .owl-item .item-content { width: 100%; height: 100%; display: flex; align-items: end; flex-wrap: wrap; position: relative; z-index: 11; transition: all 0.5s ease-in-out; }
.success-stories-slider .owl-item .item .item-wrap:after { content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: rgb(0 119 200 / 80%); opacity: 0; transition: all 0.5s ease-in-out;}
.success-stories-slider .owl-item .item .item-wrap:before { content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; opacity: 1; transition: all 0.5s ease-in-out; background: linear-gradient(to bottom, rgba(43, 43, 43, 0.1) 0%, rgba(43, 43, 43, 1) 100%); }
.success-stories-slider .owl-item .item a { position: relative; }
.success-stories-slider .owl-item .item a:hover .item-content-hover  { opacity: 1; }
.success-stories-slider .owl-item .item a:hover .item-content  { opacity: 0; }
.success-stories-slider .owl-item .item a:hover .item-wrap:after { opacity: 1; }
.success-stories-slider .owl-item .item a:hover .item-wrap:before { opacity: 0; }
.success-stories-slider .owl-item .item-content-hover .arrow { width: 64px; height: 64px; border: 1px solid #fff; display: flex; align-items: center; justify-content: center; position: absolute;  bottom: 40px; }
.success-stories-slider .owl-item .item-content-hover .arrow img { width: auto; height: auto; }
.success-stories-block-wrap .success-stories-slider .owl-nav { position: absolute; top: -110px; right: calc((100% - 1230px) / 2); bottom: auto; display: flex; align-items: center; }
.success-stories-block-wrap .success-stories-slider .owl-nav button { width: 50px; height: 50px; background-color: #6dd50a; display: flex; align-items: center; justify-content: center; margin-left: 12px; position: relative; transition: all 0.5s ease-in-out; }
.success-stories-block-wrap .success-stories-slider .owl-nav button:first-child { margin-left: 0; }
.success-stories-block-wrap .success-stories-slider .owl-nav button:hover { background-color: #76a821;}
.success-stories-block-wrap .success-stories-slider .owl-nav button span { display: none; }
.success-stories-block-wrap .success-stories-slider .owl-nav button.owl-next:before { background-image: url(../images/arrow-right.png); background-repeat: no-repeat; width: 50px; height: 50px; content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); right: 0; margin: 0 auto; background-position: center center; }
.success-stories-block-wrap .success-stories-slider .owl-nav button.owl-prev:before { background-image: url(../images/arrow-right.png); background-repeat: no-repeat; width: 50px; height: 50px; content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%) rotate(180deg); right: 0; margin: 0 auto; background-position: center center; }


.certifications-and-awards { background-color: #f2efed; padding: 80px 0; }
.certifications-and-awards-inner {  display: flex; align-items: center;}
.certifications-awards-slider .owl-stage { display: flex;align-items: center; margin-left: 4px; }
.certifications-awards-slider .item img { width: auto; }
.certifications-and-awards .certifications-and-awards-title h2 { color: #255c7d; font-size: 50px; font-weight: 600; font-family: "Barlow", sans-serif; letter-spacing: 0; margin-bottom: 25px; }
.certifications-and-awards .certifications-and-awards-title p { color: #255c7d; font-size: 21px; font-weight: 500; font-family: "Barlow", sans-serif; letter-spacing: 0; }
.certifications-and-awards .certifications-and-awards-title { margin-bottom: 60px; max-width: 640px; }
.certifications-awards-slider .owl-nav.disabled { display: inline-block !important; }
.certifications-awards-slider button.owl-prev span { display: none; }
.certifications-awards-slider button.owl-next span { display: none; }
.certifications-awards-slider .item figure { margin: 0 !important; }
.certifications-awards-slider button.owl-prev:before { background-image: url(../images/logo-arrow-left.png); background-repeat: no-repeat; width: 48px; height: 41px; content: ""; position: absolute; left: -140px; top: 35%; right: 0; transform: translateY(-50%); background-size: 100%; bottom: auto !important; }
.certifications-awards-slider button.owl-next:before { background-image: url(../images/logo-arrow-left.png); background-repeat: no-repeat; width: 48px; height: 41px; content: ""; position: absolute; right: -40px !important; left: auto; top: 35%; right: 0; transform: translateY(-50%) rotate(180deg); background-size: 100%; }


.industry-block:after { content: ""; position: absolute; top: 0; right: 0; background-position: top right; background-image: url(../images/accordion-pattern.png); width: 50%; height: 100%; background-repeat: no-repeat; }
.industry-block { background-color: #255c7d; padding:70px 0 0; position: relative; border-left: 1px solid #fff; }
.industry-block .industry-block-inner { max-width: 1500px; padding:0 20px; margin:0 auto; position: relative; z-index: 111; }
.industry-block .industry-block-title h2 { color: #fff; font-size: 71px; font-weight: 300; font-family: "Barlow", sans-serif; letter-spacing: 0; margin-bottom: 33px; }
.industry-block .industry-block-title p { color: #fff; font-size: 21px; font-weight: 500; font-family: "Barlow", sans-serif; letter-spacing: 0; }
.industry-block .industry-block-title { max-width: 700px; margin-bottom: 90px; }

.industry-block .accordion__item:before { content: ""; position: absolute; left: 0; top: 0; width:100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-image: url(../images/gradient-img1.png); }
.industry-block .accordion__item:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-image: url(../images/gradient-img2.png); }
/*.industry-block .accordion__item:before { content: ""; position: absolute; left: 0; top: 0; width: 60%; height: 100%; background: linear-gradient(to right, rgba(11, 12, 40, 1) 50%, rgba(11, 12, 40, 0.2) 100%); }*/
.industry-block .accordion__item { border-top: 1px solid #fff; position: relative; z-index: 11; background-repeat: no-repeat; background-size: cover; background-position: right center; background-color: #000; }
.industry-block .accordion__item .accordion__title { position: relative; display: block; padding: 43px calc((100% - 1460px)/2) 48px  calc((100% - 1460px)/2); margin-bottom: 0px; color: #1dccfd; font-weight: 700; font-size: 40px; font-family: "Barlow", sans-serif; letter-spacing: 0; text-decoration: none; background-color: #255c7d; border-radius: 0px; -webkit-transition: background-color 0.2s; transition: background-color 0.2s; cursor: pointer; text-transform: uppercase; }
.industry-block .accordion-content-bg-inner p { color: #fff; font-size: 21px; font-weight: 500; font-family: "Barlow", sans-serif; letter-spacing: 0; margin: 0 0 15px 0; }
.industry-block .accordion-content-bg-inner h1 { color: #fff; margin-bottom: 20px; }
.industry-block .accordion-content-bg-inner h4 { color: #fff; margin-bottom: 20px; }
.industry-block .accordion-content-bg-inner h3 { color: #fff; margin-bottom: 20px; }
.industry-block .accordion-content-bg-inner h5 { color: #fff; margin-bottom: 20px; }
.industry-block .accordion-content-bg-inner h6 { color: #fff; margin-bottom: 20px; }
.industry-block .accordion-content-bg-inner ol li { color: #fff; position: relative; font-size: 21px; font-weight: 500; font-family: "Barlow", sans-serif; margin-bottom: 10px; padding-left:5px; }
.industry-block .accordion-content-bg-inner ol { padding:0 0 0 20px; }
.industry-block .accordion-content-bg-inner ul li { color: #fff; list-style: none; position: relative; font-size: 21px; font-weight: 500; font-family: "Barlow", sans-serif; margin-bottom: 10px; padding-left: 25px; }
.industry-block .accordion-content-bg-inner ul { padding-left: 0; }
.industry-block .accordion-content-bg-inner ul li:before { content: ""; position: absolute; left: 0; top: 12px; background: #fff; width: 8px; height: 8px; border-radius: 50%; }
.industry-block .accordion-content-bg-inner h2 { color: #1dccfd; font-size: 40px; font-weight: 700; font-family: "Barlow", sans-serif; letter-spacing: 0; margin-bottom: 33px; }
/*.industry-block .accordion-content-bg {  background-repeat: no-repeat; background-size: 60%; background-position: right top; padding: 0px 0 38px 0; min-height: 480px; }*/
.industry-block .accordion-content-bg-inner .arrow figure img { width: 35px; margin-left: 18px;     transition: all 0.5s ease-in-out; }
.industry-block .accordion-content-bg-inner .arrow:hover img { margin-left: 24px; }
.industry-block .accordion-content-bg-inner .arrow figure { margin-bottom: 0; }
.industry-block .accordion-content-bg-inner .arrow { margin-top: 30px; display: flex; align-items: center; font-size: 22px; font-weight: 500; font-family: "Barlow", sans-serif; color: #1dccfd; }
.industry-block .accordion__item .accordion__title:hover { transition: all 0.5s ease-out; }
.industry-block .accordion__item .accordion-active { background-color: transparent; padding-bottom: 38px; }
.industry-block .accordion__item .accordion__title .accordion__arrow { vertical-align: middle; font-size: 80px; font-weight: 700; -webkit-transition: all 0.2s ease-out; transition: all 0.2sease-out; width: 39px; height: 39px; display: inline-block; float: right; margin-top: -6px; }
.industry-block .accordion__item .accordion__rotate { transform: rotate(225deg); }
.industry-block .accordion__item .accordion__content { padding:0 0 200px 0px; margin-bottom: 0px; font-size: 14px; display: none; background-color: transparent; max-width: 1460px; margin: 0 auto;  position: relative; }
.industry-block .accordion__item .accordion__arrow-item { font-weight: 300; color: #1dccfd; }
.industry-block .accordion-content-bg-inner { position: relative; z-index: 11; }
.industry-block .accordion-content-bg { max-width: 680px; }
/*-------------------------------------*/

section.inner-hero-banner-section { overflow: hidden; }
.inner-hero-banner-section .top-text span { text-transform: uppercase; font-size: 27px; font-weight: 700; color: #6dd50a; letter-spacing: 0; margin-bottom: 20px; display: inline-block; }
.inner-hero-banner-section .top-text h1 { font-weight: 300; letter-spacing: 0; margin-bottom: 30px; }
.inner-hero-banner-section .top-text h4 { font-weight: 400; font-size: 30px;letter-spacing: 0;}
section.inner-hero-banner-section .inner-top-section .overlay::before { content: ""; position: absolute; left: 0; bottom: 0;  background-size: 100%; background-repeat: no-repeat; background-image: url(../images/inners-banner-patern.png); width:550px; height: 100%;}
section.inner-hero-banner-section .inner-top-section { min-height: auto; }
section.inner-hero-banner-section .inner-top-section .overlay { min-height: auto; }
section.inner-hero-banner-section .inner-top-section .top-text { padding: 265px 20px 190px 20px; max-width: 750px; }
.page-id-181 section.inner-hero-banner-section .inner-top-section .top-text { padding-bottom: 260px; }
section.inner-hero-banner-section .container1 { max-width: 1500px; }

section.short-hero-banner-section .top-text { padding: 0; max-width: 750px; }
section.short-hero-banner-section .container1 { max-width: 1500px; padding:0 20px; }
section.short-hero-banner-section { background-color: #255c7d; padding: 160px 0 145px 0; margin-top: 0px; position: relative; }
.page-id-5669 section.short-hero-banner-section { margin-top: 35px;}
section.short-hero-banner-section .top-text span { font-size: 27px; font-weight: 700; color: #6dd50a; letter-spacing: 0; margin-bottom: 20px; display: inline-block; }
section.short-hero-banner-section .top-text h2 { font-size: 72px; font-weight: 300; letter-spacing: 0; }
section.short-hero-banner-section .top-text h3 { font-weight: 400; font-size: 30px;letter-spacing: 0;}
.short-hero-banner-section:after { content: ""; position: absolute; right: 0; bottom: 0;  background-size: 100%; background-repeat: no-repeat; background-image: url(../images/short-banner-pattern.png); width:675px; height: 100%; background-position: right bottom; }

.breadcum.without-background { padding: 45px 0 50px 0; max-width: 1500px; margin: 0 auto;}
.breadcum.without-background:after { display: none; }
.breadcum.without-background .link { font-size: 16px; line-height: 1.2;  flex-wrap: inherit; }
.breadcum.without-background .link a { font-size: 16px; color: #255c7d; font-weight: 500;transition: all 0.5s ease-in-out;  line-height: 18px; }
.breadcum.without-background .link a:hover { font-weight: 600; }
.breadcum.without-background .link b { color: #255c7d; line-height: 20px; }



/*two-dimensional-tabbed start here*/
section.two-dimensional-tabbed-content { margin-top: 130px; }
.two-dimensional-tabbed-content .two-dimensional-tabbed-title { background-color: #f2efed; padding: 55px 0 55px 60px; }
.two-dimensional-tabbed-content .two-dimensional-tabbed-title h2 { margin: 0; color: #255c7d; font-weight: 300; font-size: 72px; letter-spacing: 0;  }
.two-dimensional-tabbed-content .container1 { max-width: 100%; }
.two-dimensional-tabbed-content ul.resp-tabs-list { margin: 0px; padding: 0px; display: flex; flex-wrap: wrap; }
.two-dimensional-tabbed-content .resp-tabs-list li { position: relative;font-weight: 700; font-size: 24px; display: inline-block; margin: 0; list-style: none; cursor: pointer; float: left; color: #76a821; text-transform: uppercase; width: 33.33%; text-align: center; background-color: #f2efed; padding: 16px 15px 45px 15px;  transition: all 0.5s ease-in-out; flex-grow: 1; }
.two-dimensional-tabbed-content .resp-tabs-container { clear: left; border: none !important; display: inline-block; width: 100%; padding: 74px 60px; }
.two-dimensional-tabbed-content h2.resp-accordion { cursor: pointer; display: none; }
.two-dimensional-tabbed-content .resp-tab-content { display: none; }
.two-dimensional-tabbed-content .resp-content-active, .resp-accordion-active { display: block; }
.two-dimensional-tabbed-content .resp-vtabs .resp-tabs-list li:last-child { border-bottom: none; }
.two-dimensional-tabbed-content .resp-vtabs .resp-tabs-list li { display: inline-block; padding: 24px 0px 24px !important; margin: 0 0 0px; cursor: pointer; float: none; width: 100%; background: transparent; border-bottom: 1px solid rgb(118 134 146 / 20%); text-align: left; font-size: 24px; text-transform: inherit; letter-spacing: 0;}
.two-dimensional-tabbed-content .resp-vtabs ul.resp-tabs-list { float: left; width: 22%; margin: 0px 0 0 0 !important; padding: 0; }
.two-dimensional-tabbed-content .resp-vtabs .resp-tabs-container { padding: 0 0 0 180px; float: left; width: 78%; clear: none; }
.two-dimensional-tabbed-content .resp-vtabs li.resp-tab-active { position: relative; z-index: 1; background: transparent; color: #255c7d; }
.two-dimensional-tabbed-content .resp-tabs-list li.resp-tab-item.hor_1.resp-tab-active { background: transparent; color: #255c7d; }
.two-dimensional-tabbed-content .resp-tabs-list li span { display: inline-block; position: relative; z-index: 1; transition: all 0.5s ease-in-out; }
.two-dimensional-tabbed-content .resp-tabs-list li.resp-tab-item.hor_1.resp-tab-active:after { content: ""; position: absolute; left: 0px; top: -5px; background: #fff; width: 100%; height: 107%; opacity: 1; border-radius: 8px; transition: all 0.5s ease-in-out; }
.two-dimensional-tabbed-content .inner-vertical-tab-wrap-inner { display: flex; flex-wrap: wrap; }
.two-dimensional-tabbed-content .inner-vertical-tab-wrap-inner .inner-vertical-tab-content {width: 50%;}
.two-dimensional-tabbed-content .inner-vertical-tab-wrap-inner .inner-vertical-tab-img { width: 50%; max-width: 421px; margin-left: auto; padding-left: 15px; }
.two-dimensional-tabbed-content .inner-vertical-tab-wrap-inner .inner-vertical-tab-img img { width: 100%; }
.two-dimensional-tabbed-content .inner-vertical-tab-content h2 { color: #255c7d; font-size: 50px; line-height: 1.1; font-weight: 600; letter-spacing: 0; margin-bottom: 20px;}
.two-dimensional-tabbed-content .inner-vertical-tab-content p { color: #255c7d; font-size: 21px; line-height: 1.5; font-weight:500; margin-bottom: 20px; }
.two-dimensional-tabbed-content .inner-vertical-tab-wrap-inner .inner-vertical-tab-content .readmore i { font-size: 24px; margin: 0 0 0 45px; }
.two-dimensional-tabbed-content .inner-vertical-tab-wrap-inner .inner-vertical-tab-content .readmore i:before { background-image: url(../images/form-btn-arrow.png); background-position: 88% 50%; background-repeat: no-repeat; content: "" !important; width: 22px; height: 18px; position: absolute; top: 50%; transform: translateY(-50%); right: 28px; transition: all 0.5s ease-in-out; }
.two-dimensional-tabbed-content .inner-vertical-tab-wrap-inner .inner-vertical-tab-content .readmore:hover i:before {    background-image: url(../images/arrow-right.png); }
.two-dimensional-tabbed-content .inner-vertical-tab-wrap-inner .inner-vertical-tab-content .readmore { border: 1px solid #76a821; padding: 20px 50px 20px 30px; font-weight: 500; font-size: 24px; display: inline-block; margin: 36px 0 0 0; letter-spacing: 0; position: relative; }
.two-dimensional-tabbed-content .inner-vertical-tab-wrap-inner .inner-vertical-tab-content .readmore span { background: none !important; }
.two-dimensional-tabbed-content .inner-vertical-tab-wrap-inner .inner-vertical-tab-content .readmore:hover { background-color: #76a821; color: #fff; }
.two-dimensional-tabbed-content .resp-arrow { width: 0; height: 0; float: right; margin-top: 9px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 12px solid #76a821; position: absolute; right: 15px; }
.two-dimensional-tabbed-content h2.resp-tab-active span.resp-arrow { border: none; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 12px solid #255c7d; }
.two-dimensional-tabbed-content .resp-easy-accordion h2.resp-accordion { display: block; }
.two-dimensional-tabbed-content .resp-jfit { width: 100%; margin: 0px; }
.two-dimensional-tabbed-content .resp-tab-content-active { display: block; }

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 767px) {
    .two-dimensional-tabbed-content ul.resp-tabs-list { display: none; }
    .two-dimensional-tabbed-content h2.resp-accordion { position: relative; display: block; background-color: #f2efed !important; font-size: 22px; line-height: 1.3; font-weight: 600; padding: 15px 35px 15px 15px; color: #76a821; }
    .two-dimensional-tabbed-content h2.resp-accordion.resp-tab-active { color: #255c7d; }
    .two-dimensional-tabbed-content .resp-vtabs .resp-tabs-container { border: none; float: none; width: 100%; min-height: 100px; clear: none; }
    .two-dimensional-tabbed-content .resp-accordion-closed { display: none !important; }
}


.cta-centered-content .container1 { max-width: 1500px; padding:0 20px;}
.cta-centered-content { background-color: #255c7d; padding: 115px 0; position: relative; }
.cta-centered-content .cta-centered-content-text h3 { color: #1dccfd !important; font-size: 40px; font-weight: 700; letter-spacing: 0; margin-bottom: 10px; }
.cta-centered-content .cta-centered-content-text p { color: #fff !important; font-size: 21px; font-weight: 500; letter-spacing: 0;}
.cta-centered-content .cta-centered-content-text { width: 50%; }
.cta-centered-content .cta-centered-content-button { width: 50%; text-align: right; }
.cta-centered-content .cta-centered-content-wrap { display: flex; align-items: center; position: relative; z-index: 11; }
.cta-centered-content-button .cta-button { background-color: #6dd50a; color: #fff; font-size: 21px; font-weight: 700; padding: 9px 32px 9px 32px; letter-spacing: 0; transition: all 0.5s ease-in-out; border: 1px solid transparent; display: inline-block; }
.cta-centered-content-button .cta-button:hover { border-color:#6dd50a; background-color:transparent;}
.cta-centered-content:after { content: ""; position: absolute; right: 0; bottom: 0; background-size: 100%; background-repeat: no-repeat; background-image: url(../images/short-banner-pattern.png); width: 675px; height: 100%; background-position: right bottom; }


.carousel-text-cta { background-color: #ddf7ff; padding: 80px 0 80px 0; }
.carousel-text-cta-slider .item h2 { font-size: 72px; color: #255c7d; font-weight: 300; letter-spacing: 0; margin-bottom: 20px; }
.carousel-text-cta-slider .item { text-align: center; padding: 0; }
.carousel-text-cta-slider .item h3 { color: #255c7d; font-size: 34px; font-weight: 600; letter-spacing: 0; margin-bottom: 15px; }
.carousel-text-cta-slider button.owl-prev:before { background-image: url(../images/logo-arrow-left.png); background-repeat: no-repeat; width: 48px; height: 41px; content: ""; position: absolute; left: -300px; top: 50%; right: 0; transform: translateY(-50%); background-size: 100%; bottom: auto !important; }
.carousel-text-cta-slider button.owl-next:before { background-image: url(../images/logo-arrow-left.png); background-repeat: no-repeat; width: 48px; height: 41px; content: ""; position: absolute; right: -300px !important; left: auto; top: 50%; right: 0; transform: translateY(-50%) rotate(180deg); background-size: 100%; }
.carousel-text-cta-slider button.owl-next span { display: none ;}
.carousel-text-cta-slider button.owl-prev span { display: none ;}
.carousel-text-cta-slider .owl-nav { font-size: 0; line-height: 0; }
.carousel-text-cta-slider .item .readmore1 { margin-top: 15px !important; }
.carousel-text-cta-slider.owl-carousel .owl-stage { display: flex; align-items: center; }

.iconbox-left-align .icon-grid { padding: 60px 0; border-top: none; }
.iconbox-left-align .icon-grid .text { text-align: left; }
.iconbox-left-align .icon-grid .text i { margin: 0 0 32px 0; }
.iconbox-left-align .icon-grid .text h4 { color: #255c7d; margin-bottom: 23px; }
.iconbox-left-align .icon-grid .text p { margin-bottom: 0; color: #255c7d; font-size: 21px; font-weight: 500; letter-spacing: 0; line-height: 1.5; }

.full-width-content.cta-centered-content-main { padding: 0px 0 80px; }
.cta-centered-content-main .container1 { max-width: 1500px; padding: 0 20px; }
.cta-centered-content-wrap .cta-centered-content-text h3 { font-size: 40px; font-weight: 700; color: #255c7d; margin-bottom: 12px; }
.cta-centered-content-wrap .cta-centered-content-text p { font-size: 21px; line-height: 1.4; font-weight: 500; color: #255c7d; letter-spacing: 0; }
.cta-centered-content-wrap form fieldset input { padding: 0 0 4px 0; border: none; border-bottom: 1px solid #d3cbc2; color: #255c7d; font-size: 21px; font-weight: 500; width: 100% !important; }
.cta-centered-content-wrap form fieldset select { padding: 0 0 4px 0; border: none; border-bottom: 1px solid #d3cbc2; color: #255c7d; font-size: 21px; font-weight: 500; width: 100% !important; }
.cta-centered-content-wrap form fieldset textarea { padding: 0 0 4px 0; border: none; border-bottom: 1px solid #d3cbc2; color: #255c7d; font-size: 21px; font-weight: 500; width: 100% !important; }
.cta-centered-content-wrap form fieldset { max-width: 100%; }
.cta-centered-content-wrap form fieldset input:focus-visible { outline: none; }
.cta-centered-content-wrap form fieldset select:focus-visible { outline: none; }
.cta-centered-content-wrap form fieldset textarea:focus-visible { outline: none; }

.cta-centered-content-wrap form fieldset input::-webkit-input-placeholder { color: #255c7d; font-weight: 500; }
.cta-centered-content-wrap form fieldset input::-moz-placeholder { color: #255c7d; font-weight: 500; }
.cta-centered-content-wrap form fieldset input:-ms-input-placeholder { color: #255c7d; font-weight: 500; }
.cta-centered-content-wrap form fieldset input:-moz-placeholder { color: #255c7d; font-weight: 500; }

.cta-centered-content-wrap form fieldset textarea::-webkit-input-placeholder { color:#255c7d; font-weight:500; }
.cta-centered-content-wrap form fieldset textarea::-moz-placeholder { color: #255c7d; font-weight: 500; }
.cta-centered-content-wrap form fieldset textarea:-ms-input-placeholder { color: #255c7d; font-weight: 500; }
.cta-centered-content-wrap form fieldset textarea:-moz-placeholder { color: #255c7d; font-weight: 500; }
.cta-centered-content-wrap form .hs_submit.hs-submit input.hs-button { background-color: transparent; font-size: 24px; font-weight: 500; color: #76a821; display: inline-block; border: 2px solid #76a821; margin: 30px 0 0 0; padding: 17px 127px 20px 30px; letter-spacing: 0 !important; transition: all 0.5s ease-in-out; background-image: url(../images/form-btn-arrow.png); background-position: 88% 50%; background-repeat: no-repeat; background-size: 22px; }
.cta-centered-content-wrap form .hs_submit.hs-submit input.hs-button:hover { background-color: #76a821; color: #fff; background-image: url(../images/arrow-right.png);}
.cta-centered-content-wrap form .hs_recaptcha { margin: 20px 0 0 0; }

.related-resources { padding: 80px 0;}
.related-resources .container1 { max-width: 1500px; padding: 0 20px; }
.related-resources-content-wrap .cta-centered-content-text h3 { font-size: 72px; font-weight: 300; color: #255c7d; letter-spacing: 0;}
.related-resources-content-wrap .cta-centered-content-text p { color: #255c7d; font-size: 21px; font-weight: 500; letter-spacing: 0; }
.related-resources-content-wrap .related-resources-list ul { list-style: none; margin-bottom: 0px; padding: 0; }
.related-resources-content-wrap .related-resources-list ul li { list-style: none; margin-bottom: 28px; padding-left: 60px; }
.related-resources-content-wrap .related-resources-list ul li:last-child { margin-bottom: 0; }
.related-resources-content-wrap .related-resources-list ul li a { color: #76a821; font-weight: 700; font-size: 27px; line-height: 1.3; width: 500px; letter-spacing: 0.1px; position: relative; }
.related-resources-list ul li a:hover { color: #6dd50a; text-decoration: underline; text-decoration-color: #6dd50a; text-underline-offset: 5px; }
.related-resources-content-wrap .related-resources-list ul li a:before { content: ""; position: absolute; left: -55px; top: -3px; background-repeat: no-repeat; background-image: url(../images/pdf-icon.png); width: 30px; height: 40px;  display: none; }
.related-resources-content-wrap .cta-centered-content-text { margin-bottom: 38px; }
.related-resources-content-wrap .related-resources-list ul li img { position: absolute; left: -55px; top: -3px; }
.related-resources-content-wrap .related-resources-list ul li i { position: absolute; left: -55px; top: 6px; }

.container-fluid { max-width:1500px; padding:0 20px; }

.content-with-side-image { padding: 180px 0 120px; }
.content-with-side-image .content-with-side-image-wrap { display: flex; }
.content-with-side-image .content-with-side-image-wrap .content-with-side-image-content { width: 50%; padding-right: 15px; }
.content-with-side-image .content-with-side-image-wrap .content-with-side-img { width: 50%; max-width: 580px; margin-left: auto; }
.content-with-side-image .content-with-side-image-wrap .content-with-side-img figure { margin: 0; }
.content-with-side-image .content-with-side-image-wrap .content-with-side-img img { width: 100%; }
.content-with-side-image .content-with-side-image-content label { color: #76bc21; font-weight: 700; font-size: 24px; letter-spacing: -1.1px; margin: 0 0 18px 0; display: inline-block; }
.content-with-side-image .content-with-side-image-content h2 { font-size: 72px; font-weight: 300; color: #255c7d; letter-spacing: 0; margin:0 30px 30px 0; }
.content-with-side-image .content-with-side-image-content p { color: #255c7d; font-size: 21px; font-weight: 500; letter-spacing: 0; line-height: 1.5; }
.content-with-side-image-wrap .content-with-side-image-content .readmore1 { margin-top: 40px; font-size: 24px; }
.content-with-side-image-wrap .content-with-side-image-content .readmore1 i { transform: translateY(-1px); } 
.content-with-side-image-wrap .content-with-side-image-content .readmore1:hover i:last-child { top: 8px; }
.content-with-side-image-wrap.media-text .content-with-side-image-content { order: 2; padding: 0 0 0 30px; }
.content-with-side-image-wrap.media-text .content-with-side-img { margin-left: 0; margin-right: auto ;}

.background-width-content { padding:230px 0;position: relative;background-position: center center; background-size: cover; background-repeat: no-repeat; }
.background-width-content:before { content: ""; position: absolute; left: 0; top: 0; background-color: rgb(0 17 47 / 50%); width: 100%; height: 100%; }
.background-width-content .background-width-content-wrap { position: relative; z-index: 111; text-align: center; max-width: 900px; margin: 0 auto; }
.background-width-content .background-width-content-wrap h3 { color: #1dccfd; font-weight: 700; font-size: 40px; margin: 0 0 0 0; letter-spacing: 0; margin-bottom: 10px;}
.background-width-content .background-width-content-wrap h2 { color: #fff; font-size: 72px; font-weight: 300; letter-spacing: 0; margin-bottom: 20px; }
.background-width-content .background-width-content-wrap p { color: #fff; letter-spacing: 0; font-size: 21px; font-weight: 500; }
.background-width-content:after {position: absolute; content: "";  background-image: url(../images/promotional-slider-pattern.png); background-repeat: no-repeat; background-position: right top; top: -140px; background-size: 100%; height: 660px; width: 260px; right: 0; left: auto; }

.two-column-carousel-slider { background-color: #255c7d; padding: 150px 0 115px 0; }
.two-column-carousel-slider .item-wrap { display: flex; }
.two-column-carousel-slider .item-wrap .two-column-slider-img { margin: 0; width:203px; }
.two-column-carousel-slider .item-wrap figure { margin: 0; height: 203px; width: 203px;  }
.two-column-carousel-slider .item-wrap .two-column-slider-content { margin: 0; width: 100%; }
.two-column-carousel-slider .item-wrap figure img { width: 100%; height: 100%; object-fit: cover; }
.two-column-carousel-slider .item-wrap .two-column-slider-img + .two-column-slider-content { width: calc(100% - 203px); padding-left: 60px; padding-right: 90px; position: relative; top: -9px; }
.two-column-carousel-slider .two-column-slider-content h3 { color: #1dccfd; font-size: 40px; font-weight: 700; letter-spacing: 0; margin-bottom: 18px; }
.two-column-carousel-slider .two-column-slider-content p { color: #fff; font-size: 21px; line-height: 1.5; margin: 0 0 20px 0; letter-spacing: 0; }
.two-column-carousel-slider .two-column-slider-content a {  font-size: 20px;  letter-spacing: 0;  font-weight: 700;  color: #fff;  margin: 15px 0 0 0;  display: inline-block; transition: all 0.5s ease-in-out; }
.two-column-carousel-slider .two-column-slider-content a:hover { color: #6dd50a; }
.two-column-carousel-slider .two-column-slider-content a i { font-size: 16px; margin-left: 0px; }
.two-column-slider-owl-carousel .owl-nav button { width: 50px; height: 50px; background-color: #6dd50a !important; margin-right: 12px; transition: all 0.5s ease-in-out; }
.two-column-slider-owl-carousel .owl-nav button:hover { background-color:#76a821 !important; }
.two-column-slider-owl-carousel .owl-nav button:last-child { margin-right: 0; }
.two-column-slider-owl-carousel .owl-nav { text-align: right; margin: 50px 0 0 0; }
.two-column-slider-owl-carousel .owl-nav button span { color: #fff; font-size: 65px; font-weight: 100; line-height: 35px; }


.two-column-cards { padding:114px 0; background-color: #f2efed; }
.two-column-cards .two-column-cards-title { width:900px; }
.two-column-cards .two-column-cards-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 60px;}
.two-column-cards .two-column-cards-heading h2 { letter-spacing: 0; font-size: 50px; font-weight: 600; color: #255c7d; margin-bottom: 15px;}
.two-column-cards .two-column-cards-heading p { color: #255c7d; font-size: 21px; font-weight: 500; letter-spacing: 0; }
.two-column-cards .two-column-cards-heading a.readmore1 { letter-spacing: 0; }
.two-column-cards .two-column-cards-row { display: flex; flex-wrap: wrap;  margin:0 -50px;}
.two-column-cards .two-column-cards-row .two-column-cards-col { width: 50%; padding:0 50px; margin-bottom: 20px; }
.two-column-cards .two-column-cards-col-inner { background-color: #fff; }
.two-column-cards .two-column-cards-col-inner figure img { width: 100%; height: 100%; object-fit: cover; }
.two-column-cards .two-column-cards-col-inner figure { margin: 0 !important; height: 392px; position: relative; }
.two-column-cards .two-column-cards-content p { color: #255c7d; font-size: 21px; font-weight: 500; letter-spacing: 0; transition: all 0.5s ease-in-out; }
.two-column-cards .two-column-cards-content h4 { color: #255c7d; font-size: 24px; font-weight: 700; letter-spacing: 0; transition: all 0.5s ease-in-out; }
.two-column-cards .two-column-cards-content span { color: #76bc21; font-size: 20px; font-weight: 700; letter-spacing: 0; display: inline-block; margin-top: 25px; transition: all 0.5s ease-in-out; }
.two-column-cards .two-column-cards-content { padding:44px 44px 40px 44px; transition: all 0.5s ease-in-out; }
.two-column-cards .two-column-cards-col-inner figure:after { content: ""; position: absolute; left: 0; top: 0; background-color: rgb(0 119 200 / 10%); width: 100%; height: 100%; }
.two-column-cards .two-column-cards-row .two-column-cards-col a:hover .two-column-cards-content { background-color: #76a821; }
.two-column-cards .two-column-cards-row .two-column-cards-col a:hover .two-column-cards-content  h4{ color: #fff; }
.two-column-cards .two-column-cards-row .two-column-cards-col a:hover .two-column-cards-content  p { color: #fff; }
.two-column-cards .two-column-cards-row .two-column-cards-col a:hover .two-column-cards-content  span { color: #fff; }
.two-column-cards .two-column-cards-content span i { font-size: 16px; margin-left: 3px; }


.simple-content-block .figure-right { margin-left: 110px; }
.simple-content-block figure.figure.figure-left { margin-right:80px; }
.simple-content-block h2 { color: #255c7d; font-size: 50px; font-weight: 600; letter-spacing: 0; line-height: 1;}
.simple-content-block h3 { color: #1dccfd; font-size: 40px; font-weight: 700; letter-spacing: 0;  line-height: 1.4; margin-bottom: 18px;}
.simple-content-block h4 { color: #255c7d; font-size: 24px; font-weight: 700; letter-spacing: 0; line-height: 1.5; margin-bottom: 20px; }
.simple-content-block p { color: #255c7d; font-size: 21px; font-weight: 500; letter-spacing: 0; }
.simple-content-block ul li { color: #255c7d; font-size: 21px; font-weight: 500; letter-spacing: 0; }
.simple-content-block ul li:before { top: 18px; }
.simple-content-block ul { display: inline-block; }
.simple-content-block .blockquote-blue::after, .simple-content-block .text-block-main blockquote::after { width: auto; }
.simple-content-block blockquote:after { width: auto !important; position: relative; }
.simple-content-block blockquote { margin: 0; padding: 32px 30px 40px 46px !important; background-color: #255c7d; position: relative; }
.simple-content-block blockquote:before { content: ""; position: absolute; width: 100%; height: 100%; background-position: right top;  background-image: url(../images/blockquote-pattern.png); background-repeat: no-repeat; top: 0; right: 0; }
.simple-content-block blockquote p { margin: 0; padding: 0; font-size: 40px; font-weight: 700; display: inline-block; color: #fff; line-height: 1.2; }
.simple-content-block blockquote a { display: inline-block !important; width: 100% !important; font-size: 24px; font-weight: 600; color: #fff !important; transition: all 0.5s ease-in-out;  background: transparent !important; margin-top: 55px; }
.simple-content-block blockquote a:hover { color: #76BC21 !important; background: transparent !important; }
.simple-content-block blockquote a i { margin-left: 12px; }
.simple-content-block p a { color: #76a821; font-weight: 700; letter-spacing: 0; }
.simple-content-block p a:hover { color: #6dd50a;  }

.link-with-ctas-bar.cta-centered-content-main.background-green { background-color: #6dd50a;  }
.link-with-ctas-bar.cta-centered-content-main.background-dark-green { background-color: #76a821;  }
.link-with-ctas-bar.cta-centered-content-main.background-blue { background-color: #255c7d; }
.link-with-ctas-bar.cta-centered-content-main.background-light-blue { background-color: #0077c8; }
.link-with-ctas-bar.cta-centered-content-main.background-gray { background-color: #f2efed; }
.link-with-ctas-bar.cta-centered-content-main.background-white { background-color: #fff; }
.link-with-ctas-bar.cta-centered-content-main { padding: 35px 0 35px 0; }
.link-with-ctas-bar.cta-centered-content-main .two-column-cards-btn { display: flex; align-items: center; justify-content: center; }
.link-with-ctas-bar.cta-centered-content-main .two-column-cards-btn a { display: flex; align-items: center; justify-content: center; }
.link-with-ctas-bar.cta-centered-content-main .two-column-cards-btn a span { display: inline-block; margin-right: 20px; }
.link-with-ctas-bar.cta-centered-content-main .two-column-cards-btn figure { margin: 0;}
.link-with-ctas-bar.cta-centered-content-main .two-column-cards-btn a { color: #fff; font-size: 40px; letter-spacing: 0; height: 40px; font-weight: 700; padding-right: 24px; transition: all 0.5s ease-in-out; }
.link-with-ctas-bar a.readmore { color: #76a821; font-size: 24px; border: 2px solid #76a821; display: inline-block; padding: 18px 30px 20px 30px; font-weight: 500; letter-spacing: 0; margin-right: 20px; transition: all 0.5s ease-in-out;  }
.link-with-ctas-bar a.readmore:hover { background: #6dd50a; color: #fff; border-color: #6dd50a; }
.link-with-ctas-bar a.readmore span i { margin-left: 40px; }
.link-with-ctas-bar a.readmore:hover span { background: transparent !important; }

.resource-center-filter.filter-resources-type .filter-form .filter_topic .select-items { margin-top: 0; }
.resource-center-filter.filter-resources-type .filter-form .filter_topic .select-items div.same-as-selected {      background: #6dd50a; color: #fff; }
.resource-center-filter.filter-resources-type .filter-form .filter_topic .select-items div { background: #76a821; font-weight: 500; }
.resource-center-filter.filter-resources-type .filter-form .filter_topic .select-items div:hover { background: #6dd50a; color: #fff;  }
.resource-center-filter.filter-resources-type { background: transparent; padding: 15px 0 40px 0; }
.resource-center-filter.filter-resources-type .filter-form .select-selected.select-drop-down-created { border: 2px solid #76a821; background-color: transparent; background-image: url(../images/resources-search-icon.png); color: #76a821; font-weight: 500; font-size: 24px; padding: 16px 20px 16px 20px; height: auto !important; display: inline-block; letter-spacing: 0; background-size: 20px; background-position: 95% 50%; }
.resource-center-filter.filter-resources-type .filter-form .form-control { border: 2px solid #76a821; background-color: transparent; color: #76a821; font-weight: 500; font-size: 24px; padding: 16px 20px 16px 20px; height: auto !important; display: inline-block; letter-spacing: 0; background-position: 95% 50%; }
.resource-center-filter.filter-resources-type .filter-form.row { margin: 0 -15px; }
.resource-center-filter.filter-resources-type .filter-form .form-control::-webkit-input-placeholder { color: #76a821; font-weight: 500; }
.resource-center-filter.filter-resources-type .filter-form .form-control::-moz-placeholder { color: #76a821; font-weight: 500; }
.resource-center-filter.filter-resources-type .filter-form .form-control:-ms-input-placeholder { color: #76a821; font-weight: 500; }
.resource-center-filter.filter-resources-type .filter-form .form-control:-moz-placeholder { color: #76a821; font-weight: 500; }
.filter-resources-results .resource-meta-content-wrap { background-color: #fff; padding: 30px 40px; transition: all 0.5s ease-in-out; }

.filter-resources-results #show_resources .rc-paginations-outer { column-count: 3; margin:0 -35px; }
.filter-resources-results #show_resources .rc-list { border: none; padding: 0 35px;  }
.filter-resources-results #show_resources .rc-list .resource-meta-content-main-wrap { border:1px solid #c0b7a2; margin:0 0 30px 0; padding: 0;  }
.filter-resources-results #show_resources .rc-list a { display: inline-block; width: 100% !important; }
.filter-resources-results #show_resources .rc-list figure { width: 100%; display: inline-block; height: 240px; margin: 0; }
.filter-resources-results #show_resources .rc-list figure img { width: 100%; display: inline-block; height: 100%; object-fit: cover; }
.filter-resources-results #show_resources .rc-list .resource-meta-content-wrap p:last-child {margin-bottom: 0; }
.filter-resources-results .rc-bg { background-color: transparent; padding-top: 0; }
.filter-resources-results .resource-meta-content-wrap span { color: #1dccfd; font-weight: 500; text-transform: uppercase; letter-spacing: 0; font-size: 21px; display: inline-block; width: 100%; transition: all 0.5s ease-in-out; margin-bottom: 18px;}
.filter-resources-results .resource-meta-content-wrap h3 { color: #255c7d; font-weight: 700; letter-spacing: 0; font-size: 24px; transition: all 0.5s ease-in-out; }
.filter-resources-results .resource-meta-content-wrap p { color: #255c7d; font-weight: 500; letter-spacing: 0; font-size: 21px; transition: all 0.5s ease-in-out; }
.filter-resources-results #show_resources .rc-list a:hover .resource-meta-content-wrap { background-color: #76a821; }
.filter-resources-results #show_resources .rc-list a:hover .resource-meta-content-wrap span { color: #ffffff;     transition: all 0.5s ease-in-out; }
.filter-resources-results #show_resources .rc-list a:hover .resource-meta-content-wrap h3 { color: #ffffff; transition: all 0.5s ease-in-out; }
.filter-resources-results #show_resources .rc-list a:hover .resource-meta-content-wrap p { color: #ffffff; transition: all 0.5s ease-in-out; }
.filter-resources-results #show_resources .rc-list figure + .resource-meta-content-wrap h3 { color: #76a821; }
.filter-resources-results .rc-pagination ul li a { color: #76a821; font-weight: 500; }
.filter-resources-results .rc-pagination ul li.active a { color: #fff; font-weight: 500; }
.filter-resources-results .rc-pagination ul li a:hover { background-color: #76a821; color: #fff; }
.filter-resources-results .rc-pagination  { padding: 40px 0; }
.resource-center-filter.filter-resources-type .filter-form { display: flex; flex-wrap: wrap; margin:0 -10px;  }
.resource-center-filter.filter-resources-type .filter-form .filter-select-type { width: 25%; padding:0 10px; margin-bottom: 20px; cursor: pointer; } 
.resource-center-filter.filter-resources-type .filter-form .filter-solution { display: none; }
.resource-center-filter.filter-resources-type .filter-form .filter-industry { display: none; }

.breadcum.without-background .link { padding: 0; }
.resource-center-detail .article-title h1 { font-size: 50px; color: #255c7d; font-weight: 600; letter-spacing: 0; }
.resource-center-detail .readmore1.left { font-size: 24px; text-transform: inherit; font-weight: 500; letter-spacing: 0.5px; }
.resource-center-detail .readmore1 i { font-size: 24px; }
.resource-center-detail .readmore1.left:hover i:first-child { top: 4px; }
.resource-center-detail .social-share li a i { font-size:28px; }
.resource-center-detail .social-share li { margin-left: 39px; }
.resource-center-detail .article-social { margin-bottom: 40px; }
.resource-center-detail .social-share li:last-child { margin-right: 10px; }
.resource-center-detail .text.text-block-main span { font-weight: 500 !important; }
.resource-center-detail-content .text.text-block-main p { color: #255c7d; font-size: 21px; font-weight: 500 !important; letter-spacing: 0; }
.resource-center-detail-content .text.text-block-main p span {  font-weight: 500 !important; letter-spacing: 0; color: #255c7d; }
.resource-center-detail-content .text.text-block-main ul { display: inline-block; }
.resource-center-detail-content .text.text-block-main h1 { color: #255c7d; letter-spacing: 0; margin-bottom: 30px; }
.resource-center-detail-content .text.text-block-main h3 { color: #255c7d; letter-spacing: 0; }
.resource-center-detail-content .text.text-block-main h3 { color: #1dccfd; font-size: 40px; letter-spacing: 0; font-weight: 700; line-height: 50px !important; margin-bottom: 10px; }
.resource-center-detail-content .text.text-block-main h2 { margin-bottom:20px; line-height: 30px;}
.resource-center-detail-content .text.text-block-main h2 span {  font-size: 24px; line-height: 30px; color: #255c7d; font-weight: 700 !important;}
.resource-center-detail-content .text.text-block-main figure.figure.figure-right { max-width: 600px; }
.resource-center-detail-content .text.text-block-main h3 span { font-weight: 700 !important; }
.resource-center-detail-content .article-meta .row { justify-content: flex-start !important; }
.resource-center-detail-content .article-meta .col-auto:first-child { display: none; }
.resource-center-detail-content .article-meta { padding-top: 0; border-top: none }
.resource-center-detail-content .article-meta .readmore i { margin: 0; }
.resource-center-detail-content .article-meta .readmore span { margin-left: 10px; }
.resource-center-detail-content .article-meta .readmore1 { font-size: 24px; letter-spacing: 0; font-weight: 500;     text-transform: inherit; }
.resource-center-detail-content .article-meta .readmore1 i { font-size:24px; }
.resource-center-detail-content .article-meta .readmore1.left:hover i:first-child { top: 2px; }
.resource-center-detail-content .article-meta .readmore:hover span { background: transparent !important; }


.cta-centered-content-wrap form fieldset .hs-fieldtype-checkbox .input ul li { width: 33.33%; list-style:none; position: relative;  padding:0 15px; }
.cta-centered-content-wrap form fieldset .hs-fieldtype-checkbox .input ul { display: flex; flex-wrap: wrap; padding: 0; margin: 0 -15px;}
.cta-centered-content-wrap form fieldset .hs-fieldtype-checkbox .input label { display: flex; cursor: pointer; }
.cta-centered-content-wrap form fieldset .hs-fieldtype-checkbox .input label input { width: 18px !important; height: 18px; position: absolute; top: 7px; }
.cta-centered-content-wrap form fieldset .hs-fieldtype-checkbox .input label span { width: 100%; color: #255c7d; font-weight: 500; font-size: 21px; display: inline-block; padding-left: 43px; }
.cta-centered-content-wrap form fieldset legend { font-size: 21px; font-weight: 500; color: #255c7d; display: inline-block; margin-bottom: 18px; }

.map-with-direction .map-with-direction-wrap { display: flex; flex-wrap: wrap; }
.map-with-direction .map-with-direction-wrap .map-with-direction-content { width: 50%; display: flex; align-items: center; justify-content: center; position: relative; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.map-with-direction .map-with-direction-wrap .map-with-direction-map { width: 50%; }
.map-with-direction .map-with-direction-wrap-content { position: relative; z-index: 11; max-width: 100%; padding-left: calc((100% - 545px) / 2); padding-right: 150px; }
.map-with-direction-content:before { content: ""; position: absolute; left: 0; top: 0; background-image: url(../images/map-overlay.png);  background-position: center center; background-repeat: no-repeat; background-size: cover; width: 100%; height: 100%; z-index: 11; }
.map-with-direction-content:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgb(0 119 200 / 65%); }
.map-with-direction .map-with-direction-wrap-content h2 { font-size: 72px; color: #fff; font-weight: 300; letter-spacing: 0; margin-bottom: 35px;  }
.map-with-direction .map-with-direction-wrap-content p { font-size: 21px; color: #fff; letter-spacing: 0; font-weight: 500; margin-bottom: 0;}
.map-with-direction .map-with-direction-content-inner a { font-size: 21px; color: #fff; letter-spacing: 0; font-weight: 500; transition: all 0.5s ease-in-out; }
.map-with-direction .map-with-direction-content-inner a:hover { color: #76bc21; }
.map-with-direction .map-with-direction-wrap-content .direction-link { font-size: 21px; font-weight: 700; letter-spacing: 0; align-items: center; margin-top: 20px; }
.map-with-direction .map-with-direction-content-inner { max-width: 250px; }
.map-with-direction .map-with-direction-wrap-content .direction-link figure { margin: -5px 0 0 0; position: relative; }
.map-with-direction .map-with-direction-wrap-content .direction-link:hover figure:after { opacity: 1; }
.map-with-direction .map-with-direction-wrap-content .direction-link:hover figure img { opacity: 0; }
.map-with-direction .map-with-direction-wrap-content .direction-link figure img { transition: all 0.5s ease-in-out; }
.map-with-direction .map-with-direction-wrap-content .direction-link figure:after { content: ""; width: 16px; height: 22px; position: absolute; top: 7px; left: 0; background-image: url(../images/location-icon-white.png) !important; background-repeat: no-repeat; opacity: 0; transition: all 0.5s ease-in-out; }
.map-with-direction .map-with-direction-wrap-content .direction-link span { padding-left: 13px; }

.map-with-direction .table { display: flex; flex-wrap: wrap; background: transparent; margin:0 -45px; }
.map-with-direction .map-with-direction-listing { width: 33.33%; padding:0 45px; }
.map-with-direction .map-listing-location .title { color: #76a821; font-weight: 700; font-size: 24px; letter-spacing: 0; }
.map-with-direction .map-result { padding:0 0 95px 0; background: transparent; }
.map-direction-filter-result .filter-form { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.map-direction-filter-result .filter-select-type { width: 25%; padding: 0 10px; margin-bottom: 20px; cursor: pointer; }
.map-direction-filter-result .filter-select-type select:focus-visible { outline: none; }
.map-direction-filter-result .filter-select-type select { cursor: pointer;border: 2px solid #76a821 !important; background-color: transparent; background-image: url(../images/resources-search-icon.png) !important; color: #76a821; font-weight: 500; font-size: 24px; padding: 16px 20px 16px 20px; height: auto !important; display: inline-block; letter-spacing: 0; background-size: 20px; background-position: 95% 50%; background-repeat: no-repeat;  -webkit-appearance: none; appearance: none; width: 100%;}
.Filter-block.map-direction-filter-result { background: transparent; padding:110px 0 10px 0; }
.map-with-direction .map-listing-add h4 { display:flex; width: 100%; color: #255c7d; font-size: 21px; font-weight: 700; }
.map-with-direction .map-listing-add p { color: #255c7d; font-size: 21px; font-weight: 500; margin-bottom: 0; }
.map-with-direction .map-result-title { display: none; }
.map-with-direction .map-listing-add span { display: flex; color: #255c7d; font-size: 21px; font-weight: 500; }
.map-with-direction .map-listing-add a { width: 100%; display: inline-block; color: #255c7d; font-weight: 500; font-size: 21px; transition: all 0.5s ease-in-out; margin-left: 5px;}
.map-with-direction .map-listing-add a:hover { color: #76a821; }
/*-------------------------------------*/
.accordion__items .accordion__titles { position: relative; display: block; padding: 13px 30px 15px 0px; background-color: transparent; border-radius: 3px; -webkit-transition: background-color 0.2s; transition: background-color 0.2s; cursor: pointer;  }
.map-with-direction-listing-inner.accordion__items { border-bottom: 1px solid #e4e7e9; }
.accordion__items .accordion__titles .accordion__arrow { position: absolute; top: 13px; right: 0; display: inline-block; vertical-align: middle; text-align: center; color: #fff; font-weight: 700; margin-right: 0; background-color: transparent; border-radius: 50%; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.accordion__items .accordion__contents { padding: 0 0 0 0; margin-bottom: 23px; font-size: 14px; display: none; background-color: transparent; }
.accordion__items .accordion__arrow-item { font-weight: 700; color: #76a821; font-size: 24px; position: relative; }
.accordion__items .accordion__contents a.direction-link { font-size: 21px; letter-spacing: 0; margin-top: 20px; color: #76a821; font-weight: 700; }
.accordion__items .accordion__contents a.direction-link:hover { color: #255c7d; }
.accordion__items .accordion__contents .direction-link i { margin-right: 6px; margin: 0 10px 0 0; position: relative; top: -2px; }
.accordion__items .accordion__arrow-item:after { position: absolute; content: ""; background-image: url(../images/plus-icon.svg);background-repeat: no-repeat; background-position: center center; width: 12px; height: 12px; position: absolute; right: 16px; top: 10px; }
.accordion__items .accordion__titles .accordion__arrow.accordion__rotate .accordion__arrow-item:after {background-image: url(../images/minus-icon.svg); }
h3.location-no-found { color: #255c7d; font-size: 30px; font-weight: 600; }
h3.resource-no-found { color: #255c7d !important; font-size: 30px; font-weight: 600; }
/*-------------------------------------*/
.no-scroll .promotional-slider .home-bottom-slider .overlay:after { background-image: url(../images/promotional-slider-pattern.png); background-repeat: no-repeat; background-position: right top; top: -140px; background-size: 100%; height: 660px; width: 260px; right: 0; left: auto; }



.no-scroll .video-block { position: relative; top: 0; transform: translateY(0px); }
.video-block .video-block-inner { background-color: #0077c8; padding: 86px 150px 80px 150px; max-width: 1480px; margin: 0 auto; position: relative; background-size: cover; background-repeat: no-repeat; background-position: center center; display: flex; align-items: center; justify-content: space-between;}
.video-block .video-block-inner:before { content: ""; position: absolute; width: 100%; height: 100%; background: rgb(0 119 200 / 70%); top: 0; left: 0;  }
.video-block .video-block-content h2 { color: #fff; font-family: "Barlow", sans-serif; font-weight: 600; line-height: 1.3; letter-spacing: 0.9px; margin-bottom: 15px; }
.video-block .video-block-content p { color: #fff; font-family: "Barlow", sans-serif; font-weight: 500; font-size: 21px; letter-spacing: 0; line-height: 1.5; }
.video-block .video-block-content .readmore1 { color: #fff; font-family: "Barlow", sans-serif; font-weight: 700; margin-top: 12px; letter-spacing: 0; }
.video-block .video-block-content .readmore1:before { color: #fff; font-family: "Barlow", sans-serif; font-weight: 700; }
.video-block .video-block-content p a { color: #fff; text-decoration: underline; transition: all 0.5s ease-in-out; }
.video-block .video-block-content p a:hover { color: #76a821; }
.video-block .video-block-content { max-width: 725px; position: relative; z-index: 111;}
.video-block .video-block-inner:after { content: ""; position: absolute; top: 0; right: 0;background-position: top right; background-image: url(../images/pattern-img1.png); width: 100%; height: 100%; background-repeat: no-repeat; }
.video-block { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); }
.video-block .video-popup-icon { position: relative; z-index: 1; }
.country-selector.weglot-dropdown { margin-left: 10px; }
.country-selector.weglot-dropdown span.wglanguage-name { cursor: pointer; padding: 7px 60px 7px 20px; background-color: #76BC21; display: flex; align-items: center; color: #ffffff; letter-spacing: -0.05em; font-size: 16px; font-weight: 700; height: auto; border: none !important; }
.country-selector.weglot-dropdown .wgcurrent { border: none; }
.country-selector.weglot-dropdown .wgcurrent:after { top:22px; background-image: url(../images/white-wgarrowdown.png) !important;}
.country-selector { z-index: 0; }

.left-text-block a.readmore { border: 1px solid #76a821; padding: 20px 50px 20px 30px; font-weight: 500; font-size: 24px; display: inline-block; margin: 36px 0 0 0; letter-spacing: 0; position: relative; }
.left-text-block a.readmore:hover span { background: none !important; }
.left-text-block a.readmore:hover { background-color: #76a821; color: #fff; }

.accordion-header .industry-block-title h2 { font-weight: 300; color: #255c7d; letter-spacing: 0; margin: 0 0px 20px 0; }
.accordion-header .industry-block-title p { color: #255c7d; font-size: 21px; font-weight: 500; letter-spacing: 0; line-height: 1.5; }
.accordion-header .industry-block-title { margin-bottom: 50px; }

@media screen and (max-width: 1440px), 
       screen and (max-height: 767px) {
    .success-stories-block .success-stories-heading { margin-bottom: 20px; }
           .success-stories-slider .owl-item .item { height: 530px; }
}
@media (max-width: 1800px) {
    .desktop-menu li.menu-lavel-1 { margin-right: 25px; }
    .certifications-awards-slider button.owl-prev:before { left: -70px; }
    .certifications-awards-slider button.owl-next:before { right: -70px !important; }
    .certifications-awards-slider-wrap { margin: 0 70px; }
    .certifications-awards-slider .item figure img { margin: 0 auto; }
    .industry-block .accordion__item .accordion__title .accordion__arrow { right:calc((100% - 1300px)/2); }
    .industry-block:after { background-size: 100%; }
    .carousel-text-cta-slider button.owl-prev:before { left: -100px; }
    .carousel-text-cta-slider button.owl-next:before { right: -100px !important; }
}
@media (max-width: 1599px) {
    .desktop-menu li.menu-lavel-1 { margin-right: 20px; }
    section.inner-hero-banner-section .container1 { max-width: 1300px; }
    section.short-hero-banner-section .container1 { max-width: 1300px; }
    .container-fluid { max-width: 1300px; }
    .cta-centered-content .container1 { max-width: 1300px; }
    .cta-centered-content-main .container1 { max-width: 1300px; }
    .related-resources .container1 { max-width: 1300px; }
    
    .industry-block .accordion__item .accordion__title .accordion__arrow { right: 100px; }
    .success-stories-block { max-width: 100%; padding-left: calc((100% - 1260px) / 2); }
    .industry-block .accordion__item .accordion__title { padding: 43px calc((100% - 1260px)/2) 48px  calc((100% - 1260px)/2); }
    .industry-block .accordion__item .accordion__content { max-width: 1255px;}
    .full-width-cta .full-width-cta-inner { padding: 80px 50px 80px 50px; }
    .video-block .video-block-inner { padding: 80px 50px 80px 50px; }
    .success-stories-slider .owl-item .item-wrap { padding:40px 20px; }
    .success-stories-slider .owl-item .item .item-content-hover { padding:40px 20px; }
    .success-stories-slider .owl-item .item h3 { font-size: 30px; }
    .success-stories-slider .owl-item .item p { font-size: 18px; }
    .success-stories-slider .owl-item .item span { font-size: 20px; }
    .success-stories-slider .owl-item .item { height: 550px; }
    .industry-block .industry-block-title h2 { font-size: 60px; margin-bottom: 20px; }
    .cta-centered-content:after { width: 550px; }
    .carousel-text-cta-slider .item h2 { font-size: 60px; }
    .carousel-text-cta-slider .item h3 { font-size: 30px; }
    .two-dimensional-tabbed-content .two-dimensional-tabbed-title h2 { font-size: 60px; }
    .two-dimensional-tabbed-content .resp-vtabs .resp-tabs-container { padding: 0 0 0 100px; }
    .two-dimensional-tabbed-content .resp-vtabs ul.resp-tabs-list {width: 25%; }
    .two-dimensional-tabbed-content .resp-vtabs .resp-tabs-container {width: 75%; }
    .content-with-side-image { padding: 120px 0 120px; }
    .content-with-side-image .content-with-side-image-content h2 { font-size: 60px; }
    .background-width-content .background-width-content-wrap h2 { font-size: 60px; }
    .two-column-carousel-slider .item-wrap .two-column-slider-img + .two-column-slider-content { width: calc(100% - 203px); padding-left: 30px; padding-right: 30px; }
    .two-column-carousel-slider .two-column-slider-content h3 { font-size: 36px; }
    .two-column-cards .two-column-cards-row .two-column-cards-col { padding: 0 30px; }
    .two-column-cards .two-column-cards-row { margin: 0 -30px; }
    .two-column-cards { padding: 80px 0; }
    .two-column-cards .two-column-cards-col-inner figure { height: 350px; }
    .simple-content-block h2 {margin-bottom: 20px; }
    .filter-resources-results #show_resources .rc-list { padding: 0 20px;  }
    .filter-resources-results #show_resources .rc-list .resource-meta-content-main-wrap { margin:0 0 20px 0; padding: 0;  }
    .filter-resources-results #show_resources .rc-paginations-outer { margin: 0 -20px; }
    .resource-center-filter.filter-resources-type .filter-form .select-selected.select-drop-down-created { font-size: 21px; }
    .resource-center-filter.filter-resources-type .filter-form .form-control { font-size: 21px; }
    .filter-resources-results .resource-meta-content-wrap { padding: 30px 30px; }
    .resource-center-detail .article-title h1 { font-size: 45px; }
    .resource-center-detail .social-share li { margin-left: 30px; }
    .resource-center-detail-content .text.text-block-main h3 { font-size: 35px; line-height:40px !important; }
    .simple-content-block figure.figure.figure-left { max-width: 550px; margin-right: 60px; }
    section.two-dimensional-tabbed-content { margin-top: 100px; }
    .map-with-direction .map-with-direction-wrap-content { padding-left: calc((100% - 495px) / 2); padding-right: 100px; }
    .map-with-direction .table { margin:0 -25px; }
    .map-with-direction .map-with-direction-listing { padding:0 25px; }
    .map-direction-filter-result .filter-select-type select { font-size: 21px; }
}
@media (max-width: 1439px) {
    section.inner-hero-banner-section .container1 { max-width: 1020px; }
    section.short-hero-banner-section .container1 { max-width: 1020px; }
    .container-fluid { max-width: 1020px; }
    .cta-centered-content-main .container1 { max-width: 1020px; }
    .related-resources .container1 { max-width: 1020px; }
    .cta-centered-content .container1 { max-width: 1020px; }
    .success-stories-block { max-width: 100%; padding-left: calc((100% - 990px) / 2); }
    .success-stories-slider .owl-item .item p { font-size: 18px; line-height: 1.3; }
    .success-stories-slider .owl-item .item h3 { font-size: 26px; }
    .certifications-awards-slider-wrap { margin: 0 40px; }
    .certifications-awards-slider button.owl-next:before { right: -40px !important; }
    .certifications-awards-slider button.owl-prev:before { left: -40px; }
    .certifications-and-awards .certifications-and-awards-title { margin-bottom: 30px; }
    .full-width-cta .full-width-cta-inner:after { width: 30%; height: 30%; background-size: 100%; }
    .full-width-cta .full-width-cta-inner { padding: 80px 30px 80px 30px; }
    .video-block .video-block-inner:after { width: 30%; height: 30%; background-size: 100%; }
    .video-block .video-block-inner { padding: 80px 30px 80px 30px; }
    .success-stories-block-wrap .success-stories-slider .owl-nav { right: 20px; }
    .industry-block .accordion__item .accordion__content { max-width: 980px; }
    .industry-block .industry-block-title h2 { font-size: 55px; margin-bottom: 20px; }
    .industry-block .accordion__item .accordion__title { font-size: 35px; }
    .industry-block .accordion__item .accordion__title { padding: 30px calc((100% - 980px) / 2) 30px calc((100% - 980px) / 2); }
    .industry-block .accordion__item .accordion__title .accordion__arrow { top: 24px; }
    .industry-block .accordion__item:after { width: 100%; }
    .industry-block .accordion__item .accordion__content { padding: 0 0 150px 0px; }
    .full-width-cta .full-width-cta-content h2 { line-height: 1.2; }
    .video-block .video-block-content h2 { line-height: 1.2; }
    .short-hero-banner-section:after { width: 500px;}
    section.short-hero-banner-section .top-text h2 { font-size: 60px; }
    section.short-hero-banner-section .top-text h3 { font-size: 26px; }
    .cta-centered-content { padding: 80px 0; }
    .carousel-text-cta-slider-wrap { margin:0 50px; }
    .carousel-text-cta-slider button.owl-next:before { right: -50px !important; }
    .carousel-text-cta-slider button.owl-prev:before { left: -50px !important; }
    .carousel-text-cta-slider .item h2 { font-size: 50px; }
     .carousel-text-cta-slider .item h3 { font-size: 26px; }
    .two-dimensional-tabbed-content .two-dimensional-tabbed-title h2 { font-size: 50px; }
    .related-resources-content-wrap .cta-centered-content-text h3 { font-size: 50px; }
    .two-dimensional-tabbed-content .inner-vertical-tab-content h2 { font-size: 44px; }
    .two-dimensional-tabbed-content .inner-vertical-tab-wrap-inner .inner-vertical-tab-content .readmore { padding: 15px 25px 15px 25px; font-size: 22px; margin: 15px 0 0 0; }
    .two-dimensional-tabbed-content .resp-vtabs .resp-tabs-list li { padding: 20px 0px 20px !important; font-size: 20px; }
    .two-dimensional-tabbed-content .resp-tabs-container { padding:50px 60px; }
    .two-dimensional-tabbed-content .resp-tabs-list li { padding:20px 15px 25px 15px; }
    .two-dimensional-tabbed-content .resp-vtabs .resp-tabs-container { padding: 0 0 0 70px; }
    .two-dimensional-tabbed-content .inner-vertical-tab-content p { font-size: 20px; line-height: 1.4; }
    .two-dimensional-tabbed-content .resp-tabs-list li { font-size: 22px; }
    .carousel-text-cta { padding:40px 0;}
    .related-resources-content-wrap .related-resources-list ul li a { font-size: 24px; }
    .related-resources-content-wrap .related-resources-list ul li a:before { top: -6px; }
    .related-resources { padding:60px 0; }
    .content-with-side-image { padding: 100px 0 100px; }
    .content-with-side-image .content-with-side-image-content h2 { font-size: 50px; letter-spacing: 0; margin: 0 0px 20px 0;  }
    .content-with-side-image .content-with-side-image-content label { font-size: 22px; letter-spacing: 0; }
    .content-with-side-image-wrap .content-with-side-image-content .readmore1 { margin-top: 20px; }
    .background-width-content .background-width-content-wrap h2 { font-size: 50px; }
    .background-width-content .background-width-content-wrap h3 { font-size: 30px; }
    .background-width-content { padding:170px 0; }
    .two-column-carousel-slider .item-wrap .two-column-slider-img { width: 170px; }
    .two-column-carousel-slider .item-wrap figure { height: 170px; width: 170px; }
    .two-column-carousel-slider .item-wrap .two-column-slider-img + .two-column-slider-content { width: calc(100% - 170px); padding-left: 20px; padding-right: 20px; }
    .two-column-carousel-slider .two-column-slider-content h3 { font-size: 32px; }
    .two-column-carousel-slider { padding:100px 0; }
    .two-column-carousel-slider .two-column-slider-content a { margin: 0; }
       .two-column-cards .two-column-cards-row .two-column-cards-col { padding: 0 15px; }
    .two-column-cards .two-column-cards-row { margin: 0 -15px; }
    .two-column-cards .two-column-cards-col-inner figure { height: 280px; }
    .two-column-cards .two-column-cards-content { padding:30px 30px;  }
    .two-column-cards { padding: 60px 0; }
    .two-column-cards .two-column-cards-heading h2 { font-size: 40px; }
    .two-column-cards .two-column-cards-heading { margin-bottom: 40px; }
    .two-column-cards .two-column-cards-title { width: 600px; }
    .two-column-cards .two-column-cards-content p { font-size: 18px; line-height: 1.4; }
    .related-resources-content-wrap .related-resources-list ul li i { top: 4px; }
    .related-resources-content-wrap .related-resources-list ul li img { top: -6px; }
    .cta-centered-content-wrap .cta-centered-content-text h3 { font-size: 38px; }
    .link-with-ctas-bar.cta-centered-content-main .two-column-cards-btn a { font-size: 35px; }
    .simple-content-block blockquote { padding: 30px 20px 30px 20px !important; }
    .simple-content-block blockquote p { font-size: 30px;}
    .simple-content-block h2 { font-size: 40px; }
    .simple-content-block h3 { font-size: 30px; line-height: 1.2; }
    .simple-content-block .figure-right { margin-left: 40px; }
    .filter-resources-results .resource-meta-content-wrap { padding: 20px 20px; }
    
    .filter-resources-results #show_resources .rc-list { padding: 0px;  }
    .filter-resources-results #show_resources .rc-list .resource-meta-content-main-wrap { margin:0 0 15px 0; padding: 0;  }
    .filter-resources-results #show_resources .rc-paginations-outer { margin: 0px; }
    .resource-center-filter.filter-resources-type .filter-form .select-selected.select-drop-down-created { font-size: 18px; }
    .resource-center-filter.filter-resources-type .filter-form .form-control { font-size: 18px; }
    .resource-center-filter.filter-resources-type .filter-form .select-selected.select-drop-down-created { padding: 12px 10px 12px 10px;  background-size: 15px;}
    .resource-center-filter.filter-resources-type .filter-form .form-control { padding: 12px 10px 12px 10px; }
    .resource-center-filter.filter-resources-type { padding: 15px 0 40px 0; }
    .filter-resources-results #show_resources .rc-list figure { height: 200px; }
    .filter-resources-results .resource-meta-content-wrap p { font-size: 19px; line-height: 1.4; }
    .resource-center-detail-content .text.text-block-main figure.figure.figure-right { max-width: 450px; }
    .resource-center-detail-content .text.text-block-main figure.figure.figure-left { max-width: 450px; }
    .simple-content-block figure.figure.figure-left { margin-right: 0; }
        section.two-dimensional-tabbed-content { margin-top:80px; }
    .cta-centered-content-wrap form fieldset .hs-fieldtype-checkbox .input label span { font-size: 19px; padding-left: 35px; }
    .cta-centered-content-wrap form fieldset .hs-fieldtype-checkbox .input label input { top: 4px; }
    .map-with-direction .map-with-direction-wrap-content { padding-left: calc((100% - 315px) / 2); padding-right: 50px; }
    .map-with-direction-map div#map_canvas { height: 600px !important; }
    .map-with-direction .map-with-direction-wrap-content h2 { font-size: 60px; margin-bottom: 25px; }
    .map-with-direction .map-result { padding: 0 0 70px 0; }
    .Filter-block.map-direction-filter-result { padding: 70px 0 10px 0; }
        .map-with-direction .table { margin:0 -15px; }
    .map-with-direction .map-with-direction-listing { padding:0 15px; }
    .map-with-direction .map-listing-location .title { font-size: 20px; }
    .map-direction-filter-result .filter-select-type select { font-size: 18px; padding: 12px 10px 12px 10px; background-size: 15px; }
    .map-with-direction .map-listing-add h4 { font-size: 19px; line-height: 29px; }
    .map-with-direction .map-listing-add p { font-size: 19px; }
       .map-with-direction .map-listing-add span { font-size: 19px; }
    .map-with-direction .map-listing-add a { font-size: 19px;  width: calc(100% - 100px);}
    .full-width-content.cta-centered-content-main { padding: 0px 0 60px; }
    .background-width-content:after { top: -110px; background-size: 100%; height: 560px; width: 200px; }
    .two-dimensional-tabbed-content .inner-vertical-tab-wrap-inner .inner-vertical-tab-content .readmore i:before { top: 52%; }
    .video-block .video-block-content { max-width: 650px; padding-right: 30px; }
}

@media (max-width: 1300px) {
    .desktop-menu li.menu-lavel-1 { margin-right: 15px; }
    .country-selector.weglot-dropdown span.wglanguage-name { padding: 7px 35px 7px 15px; }
}
@media (max-width: 1199px) {
    .accordion-header .industry-block-title p { font-size: 20px; }
    .accordion-header .industry-block-title h2 { margin: 0 0px 12px 0; }
    .accordion-header .industry-block-title { margin-bottom: 30px; }
    .industry-block .accordion-content-bg-inner ul li { font-size: 20px; }
    .industry-block .accordion-content-bg-inner ol li { font-size: 20px; }
    section.inner-hero-banner-section .container1 { max-width: 868px; }
    section.short-hero-banner-section .container1 { max-width: 868px; }
    .container-fluid { max-width: 868px; }
    .cta-centered-content-main .container1 { max-width: 868px; }
    .cta-centered-content .container1 { max-width: 868px; }
    .related-resources .container1 { max-width: 868px; }
    .success-stories-block { max-width: 100%; padding-left: calc((100% - 843px) / 2); }
    .industry-block .accordion__item .accordion__title { padding: 30px calc((100% - 843px)/2) 30px  calc((100% - 843px)/2); }
    .industry-block .accordion__item .accordion__content { max-width: 843px; }
    .certifications-and-awards .certifications-and-awards-title h2 { font-size: 38px; }
    .certifications-and-awards .certifications-and-awards-title p { font-size: 20px; }
    .industry-block .accordion-content-bg-inner p { font-size: 20px; }
    .cta-centered-content .cta-centered-content-text p { font-size: 20px; }
    .iconbox-left-align .icon-grid .text p { font-size: 20px; }
    .industry-block .industry-block-title p { font-size: 20px; }
    .full-width-cta .full-width-cta-content p { font-size: 20px; }
    .full-width-cta .full-width-cta-content h2 { line-height: 1.1; }
    .video-block .video-block-content p { font-size: 20px; }
    .video-block .video-block-content h2 { line-height: 1.1; }
    .two-column-cards .two-column-cards-heading p { font-size: 20px; }
    .home-bottom-slider .overlay .text .text-wrap p { font-size: 20px; }
    .cta-centered-content-wrap .cta-centered-content-text p { font-size: 20px; }
    .simple-content-block p {  font-size: 20px; }
    .conference-item .slider-img:after { width: 50%; height: 50%; background-size: 100%; }
    .home-bottom-slider .overlay:after { background-size: 100%; width: 180px; left: auto; right: 0; }
    .success-stories-block .success-stories-heading { margin-bottom: 35px; }
    .success-stories-block .success-stories-heading h2 { font-size: 40px; }
    .success-stories-block .success-stories-heading p { font-size: 20px; }
    .success-stories-slider .owl-item .item-content-hover .arrow { width: 50px; height: 50px; }
    .success-stories-slider .owl-item .item-content-hover .arrow img { width: 20px; }
    .industry-block .industry-block-title h2 { font-size: 40px; }
    .industry-block .accordion__item .accordion__title { font-size: 30px; }
    .industry-block .accordion-content-bg-inner .arrow img { width: 30px;}
    .industry-block .accordion-content-bg-inner .arrow { margin-top: 20px; }
    .industry-block .accordion__item:after { opacity: 0.8; }
    .industry-block .accordion__item:before { width: 100%; opacity: 0.8; }
    .inner-hero-banner-section .top-text h4 { font-size: 26px; }
       section.short-hero-banner-section .top-text h2 { font-size: 50px; }
    section.short-hero-banner-section .top-text h3 { font-size: 24px; }
    section.short-hero-banner-section .top-text span { font-size: 24px; margin-bottom: 15px; }
    section.short-hero-banner-section { padding: 120px 0 100px 0; margin-top:0px; }
    .cta-centered-content:after { width: 400px; }
    .cta-centered-content { padding: 60px 0; }
    .cta-centered-content .cta-centered-content-text h3 { font-size: 34px; }
    .iconbox-left-align .icon-grid .text i { margin: 0 0 20px 0; }
        .carousel-text-cta-slider .item h2 { font-size: 40px; }
     .carousel-text-cta-slider .item h3 { font-size: 22px; line-height: 1.3; }
    .carousel-text-cta-slider button.owl-next:before { width: 36px; height: 32px; }
    .carousel-text-cta-slider button.owl-prev:before { width: 36px; height: 32px; }
    .two-dimensional-tabbed-content .two-dimensional-tabbed-title h2 { font-size: 40px; }
    .two-dimensional-tabbed-content .inner-vertical-tab-content h2 { font-size: 40px; }
    .two-dimensional-tabbed-content .two-dimensional-tabbed-title { padding: 45px 0 45px 40px; }
    .two-dimensional-tabbed-content .resp-tabs-container { padding: 50px 40px; }
    .two-dimensional-tabbed-content .resp-vtabs .resp-tabs-list li { padding: 15px 0px 15px !important; font-size: 20px; }
    .two-dimensional-tabbed-content .resp-vtabs .resp-tabs-container { padding: 0 0 0 20px; width: 70%; }
    .two-dimensional-tabbed-content .resp-vtabs ul.resp-tabs-list { width: 30%; }
    .two-dimensional-tabbed-content .resp-tabs-list li { font-size: 20px; padding: 15px 15px 15px 15px; }
    .related-resources-content-wrap .cta-centered-content-text h3 { font-size: 40px; }
    .related-resources-content-wrap .cta-centered-content-text p { font-size: 19px; line-height: 1.3; }
    .content-with-side-image { padding: 80px 0 80px; }
    .content-with-side-image .content-with-side-image-content h2 { font-size:48px; }
    .content-with-side-image .content-with-side-image-content label { font-size: 20px; }
    .content-with-side-image .content-with-side-image-content p { font-size: 20px; line-height: 1.4; }
    .background-width-content .background-width-content-wrap h2 { font-size: 40px; }
    .background-width-content .background-width-content-wrap h3 { font-size: 26px; }
    .two-column-carousel-slider .two-column-slider-content h3 { font-size: 28px; margin-bottom: 10px; }
    .two-column-carousel-slider .two-column-slider-content p { font-size: 19px; line-height: 1.4;  }
    .two-column-carousel-slider .item-wrap figure { height: 120px; width: 120px; }
    .two-column-carousel-slider .item-wrap .two-column-slider-img { width: 120px; }
    .two-column-carousel-slider .item-wrap .two-column-slider-img + .two-column-slider-content { width: calc(100% - 120px); padding-left: 15px; padding-right: 0; }
    .two-column-carousel-slider .two-column-slider-content a { font-size: 18px; }
    .two-column-carousel-slider .two-column-slider-content p { margin-bottom: 12px; }
    .two-column-carousel-slider { padding: 80px 0; }
    .two-column-slider-owl-carousel .owl-nav { margin: 30px 0 0 0; }
    .two-column-cards .two-column-cards-heading h2 { font-size: 38px; }
    .two-column-cards .two-column-cards-col-inner figure { height: 220px; }
    .two-column-cards .two-column-cards-content { padding: 30px 20px; }
    .two-column-cards .two-column-cards-content span { margin-top: 20px; }
    .background-width-content { padding: 140px 0; }
    .background-width-content:after { top: -77px; height: 500px; width: 140px; }
    .cta-centered-content-wrap .cta-centered-content-text h3 { font-size: 36px; }
    .cta-centered-content-wrap form .hs_submit.hs-submit input.hs-button { font-size: 22px; margin: 30px 0 0 0; padding: 12px 77px 12px 20px; }
     .link-with-ctas-bar.cta-centered-content-main .two-column-cards-btn a { font-size: 30px; }
    .link-with-ctas-bar.cta-centered-content-main { padding: 25px 0 20px 0; }
    .link-with-ctas-bar a.readmore span i { margin-left: 10px; }
    .link-with-ctas-bar a.readmore { margin-right: 10px; font-size: 20px; padding: 13px 20px 13px 20px; }
        .simple-content-block h2 { font-size: 30px; }
    .simple-content-block ul li { font-size: 20px; }
    .no-scroll .slider-container.promotional-slider .home-bottom-slider .overlay { padding: 90px 0; }
    .filter-resources-results .resource-meta-content-wrap p { font-size: 18px; line-height: 1.4; }
    .filter-resources-results .resource-meta-content-wrap h3 { font-size: 22px; }
    .filter-resources-results .resource-meta-content-wrap span { font-size: 18px; margin-bottom: 12px;}
    .filter-resources-results #show_resources .rc-list figure { height: 180px; }
    .filter-resources-results .rc-pagination { padding: 30px 0; }
    .resource-center-filter.filter-resources-type .filter-form .filter-select-type { width: 50%; } 
    .resource-center-filter.filter-resources-type { padding: 0px 0 20px 0; }
    .resource-center-detail-content .text.text-block-main h3 { font-size: 30px; line-height: 35px !important; }
    .resource-center-detail-content .text.text-block-main p { font-size: 19px; }
    .resource-center-detail .social-share li a i { font-size: 20px; }
    .resource-center-detail .social-share li { margin:0 15px; }
    .resource-center-detail .readmore1.left { font-size: 20px; }
    .resource-center-detail .readmore1 i { font-size: 20px; }
    .resource-center-detail-content .article-meta .readmore1 { font-size: 20px; }
    .resource-center-detail-content .article-meta .readmore1 i { font-size: 20px; }
    .resource-center-detail .article-social .row { align-items: center !important; }
    .resource-center-detail-content .text-blog.text-block-main { padding-bottom: 20px; }
    .resource-center-detail-content .article-meta { margin-bottom: 20px; }
        section.two-dimensional-tabbed-content { margin-top: 60px; }
    .map-with-direction .map-with-direction-wrap-content h2 { font-size: 50px; margin-bottom: 10px; }
    .map-with-direction-map div#map_canvas { height: 500px !important; }
    .map-with-direction .map-with-direction-wrap-content p { font-size: 20px; }
    .map-with-direction .map-with-direction-wrap-content a { font-size: 20px; }
    .map-with-direction .map-result { padding: 0 0 60px 0; }
    .Filter-block.map-direction-filter-result { padding: 60px 0 10px 0; }
    .map-direction-filter-result .filter-select-type { width: 50%; }
    .map-with-direction .map-listing-add h4 { font-size: 18px; line-height: 28px; }
    .map-with-direction .map-listing-add p { font-size: 18px; line-height: 28px; }
    .map-with-direction .map-listing-location .title { font-size: 18px; line-height: 28px; }
    .accordion__items .accordion__contents a.direction-link { font-size: 18px; }
    .accordion__items .accordion__titles { padding: 11px 30px 11px 0px; }
    .accordion__items .accordion__titles .accordion__arrow { top: 9px; }
    .map-with-direction .map-listing-add span { font-size: 18px; }
    .map-with-direction .map-listing-add a { font-size: 18px; }
    .no-scroll .promotional-slider .home-bottom-slider .overlay:after { top: -105px; background-size: 100%; height: 500px; width: 190px; }
    .two-dimensional-tabbed-content .resp-tabs-list li.resp-tab-item.hor_1.resp-tab-active:after { top: -5px; width: 100%; height: 108%; }
    .industry-block .accordion__item { background-size: cover; background-position: center center; }
    .video-block .video-popup-icon img { width: 140px; }
    .left-text-block a.readmore { font-size: 20px;  padding: 16px 30px 16px 30px; margin: 25px 0 25px 0; }
}
@media (max-width:992px) {
    .container-fluid { max-width: 100% !important; }
    .container1 { max-width: 100% !important; padding:0 20px; overflow: hidden;}
    section.inner-hero-banner-section .container1 { max-width: 560px; }
    section.short-hero-banner-section .container1 { max-width: 560px; }
    .container-fluid { max-width: 560px; }
    .cta-centered-content-main .container1 { max-width: 560px; }
    .cta-centered-content .container1 { max-width: 560px; }
    .related-resources .container1 { max-width: 560px; }
    .full-screen { min-height: inherit; }
    .certifications-and-awards .certifications-and-awards-title h2 { font-size: 32px; }
    .certifications-and-awards .certifications-and-awards-title p { font-size: 18px; line-height: 1.3; }
    .success-stories-block .success-stories-heading p { font-size: 18px; line-height: 1.3; }
    .cta-centered-content .cta-centered-content-text p { font-size: 18px; line-height: 1.3; }
    .industry-block .accordion-content-bg-inner p { font-size: 18px; line-height: 1.3; }
    .industry-block .accordion-content-bg-inner { overflow: hidden; }
    .home-bottom-slider .overlay .text .text-wrap p { font-size: 18px; line-height: 1.3; }
    .two-column-cards .two-column-cards-content p { font-size:18px; line-height: 1.3; }
    .background-width-content .background-width-content-wrap p { font-size:18px; line-height: 1.3; }
    .cta-centered-content-wrap .cta-centered-content-text p { font-size:18px; line-height: 1.3; }
    .simple-content-block p { font-size:18px; line-height: 1.3; }
     .simple-content-block ul li { font-size: 18px; }
    .industry-block .industry-block-title p { font-size: 18px; }
/*    .success-stories-block { max-width: 100%; padding-left: calc((100% - 560px) / 2); }*/
    .success-stories-block { max-width: 100%; padding-left:20px; }
    .industry-block .accordion__item .accordion__title { padding: 30px 20px; }
    .industry-block .accordion__item .accordion__content { max-width: 100%; padding: 0 20px 100px 20px; }
    .certifications-awards-slider button.owl-next:before { width: 30px; height: 26px; }
    .certifications-awards-slider button.owl-prev:before { width: 30px; height: 26px; }
    .full-width-cta .full-width-cta-content p { font-size: 18px; }
    .full-width-cta .full-width-cta-inner:after { width: 200px; }
    .full-width-cta { position: relative; left: 0; right: 0; top: 0; transform: translateY(0); margin:40px 0; }
    .video-block .video-block-content p { font-size: 18px; }
    .video-block .video-block-inner:after { width: 200px; }
    .video-block { position: relative; left: 0; right: 0; top: 0; transform: translateY(0); margin:40px 0; }
    .success-stories-block-wrap .success-stories-slider .owl-nav { position: relative; top: 0; right: 0; bottom: 0; display: flex; align-items: center; margin-top: 20px; }
    .success-stories-block { padding-top: 50px; padding-bottom: 50px; }
    .industry-block .accordion__item .accordion__title { font-size: 25px; }
    .industry-block .industry-block-title { margin-bottom: 40px; }
    .short-hero-banner-section:after { width: 350px; }
    .breadcum.without-background { padding: 40px 0 15px 0; }
    .cta-centered-content .cta-centered-content-text { width: 100%; }
    .cta-centered-content .cta-centered-content-button { width: 100%; text-align: left; margin-top: 20px; }
    .cta-centered-content .cta-centered-content-wrap { flex-wrap: wrap; }
    .iconbox-left-align .icon-grid .text p { font-size: 18px;  line-height: 1.4; }
    .iconbox-left-align .icon-grid .text h4 { margin-bottom: 10px; }
    .two-dimensional-tabbed-content .inner-vertical-tab-content h2 { font-size: 36px; }
    .two-dimensional-tabbed-content .inner-vertical-tab-wrap-inner .inner-vertical-tab-content { width: 100%; margin-bottom: 30px; }
    .two-dimensional-tabbed-content .inner-vertical-tab-wrap-inner .inner-vertical-tab-img { width: 100%; max-width: 350px; margin-left: 0; padding-left: 0; }
    .related-resources-content-wrap .related-resources-list ul li a { font-size: 20px; }
    .related-resources-content-wrap .related-resources-list ul li a:before { top: -4px; background-size: 100%; width: 25px; height: 35px; }
    .related-resources-content-wrap .related-resources-list ul li { padding-left: 40px; }
    .related-resources-content-wrap .related-resources-list ul li img { position: absolute; left: -40px; top: -6px; width: 25px; }
    .related-resources-content-wrap .related-resources-list ul li a:before { left: -40px; }
    .related-resources-content-wrap .related-resources-list ul li i { left: -40px; }
    .content-with-side-image { padding: 60px 0; }
    .content-with-side-image .content-with-side-image-content h2 { font-size: 40px; }
    .content-with-side-image .content-with-side-image-wrap { flex-wrap: wrap; }
    .content-with-side-image .content-with-side-image-wrap .content-with-side-image-content { width: 100%; padding: 0; order: 2;}
    .content-with-side-image .content-with-side-image-wrap .content-with-side-img { width: 100%; max-width: 100%; margin-bottom: 30px; order: 1; }
    .content-with-side-image-wrap .content-with-side-image-content .readmore1 { font-size: 22px; letter-spacing: 0; }
    .background-width-content { padding: 100px 0; }
    .two-column-carousel-slider .two-column-slider-content p { font-size: 18px; line-height: 1.3; }
    .two-column-cards .two-column-cards-heading p { font-size: 18px; line-height: 1.3; }
    .two-column-cards .two-column-cards-heading { flex-wrap: wrap; }
    .two-column-cards .two-column-cards-title { width: 100%; }
    .two-column-cards .two-column-cards-heading { margin-bottom: 30px; }
    .two-column-cards { padding: 50px 0; }
    .simple-content-block ul li:before { top: 17px; }
    .simple-content-block .figure-right { margin-left: 0; }
    .simple-content-block .figure-right img { width: 100%; }
    .simple-content-block blockquote:before { background-size: 100%; width: 250px; }
    .filter-resources-results #show_resources .rc-paginations-outer { column-count: 2; }
    .filter-resources-results .resource-meta-content-wrap { padding: 20px 15px; }
    .resource-center-detail .article-social { margin-bottom: 30px; padding-top: 35px; }
    .resource-center-detail { padding: 25px 0 0 0; }
    .resource-center-detail-content .text.text-block-main p { font-size: 18px; line-height: 1.5; margin-bottom: 20px; }
    .resource-center-detail .featured { margin-bottom: 30px; }
    .resource-center-detail-content .text.text-block-main h1 { margin-bottom: 20px; }
    .resource-center-detail-content .text.text-block-main h3 { font-size: 26px; line-height: 32px !important; }
    .resource-center-detail-content .article-meta { margin-bottom: 0; }
    .cta-centered-content-wrap form fieldset .hs-fieldtype-checkbox .input ul li { width: 50%; }
    .cta-centered-content-wrap form fieldset .hs-fieldtype-checkbox .input label span { font-size: 18px; padding-left: 30px; }
    .map-with-direction .map-with-direction-wrap-content h2 { font-size: 40px; }
    .map-with-direction .map-with-direction-wrap-content p { font-size: 18px; }
    .map-with-direction .map-with-direction-wrap-content a { font-size: 18px; }
    .map-with-direction .map-with-direction-wrap-content .direction-link { font-size: 20px; margin-top: 10px; }
    .map-with-direction .map-with-direction-listing { width: 50%; }
    .map-with-direction .map-with-direction-wrap-content { padding-left: 20px; padding-right: 20px; }
    section.inner-hero-banner-section .inner-top-section .top-text { padding: 265px 0px 190px 0px; max-width: 100%; }
    .industry-block .industry-block-inner { padding: 0; }
    .full-width-content.cta-centered-content-main { padding: 0px 0 40px; }
    .no-scroll .slider-container.promotional-slider .home-bottom-slider { min-height: 550px !important; }
    .industry-block { border-left: none; }
    .industry-block .accordion-content-bg-inner ol { padding: 0 0 0 15px; }
    .industry-block .accordion-content-bg-inner ol li { font-size: 18px; }
    .industry-block .accordion-content-bg-inner ul li { font-size: 18px; }
    .industry-block .accordion-content-bg-inner ul li:before { top: 11px; width: 6px; height: 6px; border-radius: 50%; }
    .industry-block .accordion-content-bg-inner ul li { padding-left:20px; }
    
}
@media (max-width:767px) {
    .accordion-header .industry-block-title p { line-height: 28px; }
    .breadcum::after { width: 400px; height: 223px; background-size: 100%; }
    .slider-img .text, .home-insights .container, .industry-home .container, .container1, .home-bottom-slider .overlay .text, .fullscreen-bg .container { max-width: 100%; }
    .container-fluid { max-width:100%; }
    .certifications-and-awards { padding: 50px 0 20px 0; } 
    .certifications-and-awards .certifications-and-awards-title h2 { font-size: 30px; margin-bottom: 10px; }
    .success-stories-block .success-stories-heading h2 { font-size: 30px; } 
    .success-stories-block { max-width: 100%; padding-left: 15px; }
    .industry-block .accordion__item .accordion__title { font-size: 24px; }
    .industry-block .accordion__item .accordion__title { padding: 25px 15px 25px 15px; }
    .industry-block .accordion__item .accordion__title .accordion__arrow { font-size: 50px; }
    .industry-block .accordion__item .accordion__content { max-width:100%; padding-right: 15px; padding-left: 15px; }
    .industry-block .accordion__item .accordion__title .accordion__arrow { right: 15px; }
    .certifications-awards-slider-wrap { margin: 0; }
    .certifications-awards-slider button.owl-prev:before { left: 0px; }
    .certifications-awards-slider button.owl-next:before { right: 0px !important; }
    .certifications-and-awards-inner { height: inherit; }
    
    .success-stories-block-wrap .success-stories-slider .owl-nav button { width: 40px; height: 40px; }
    .success-stories-block-wrap .success-stories-slider .owl-nav button.owl-prev:before { width: 20px; height: 20px;  background-size: 100%; }
    .success-stories-block-wrap .success-stories-slider .owl-nav button.owl-next:before { width: 20px; height: 20px;  background-size: 100%; }
    .industry-block .accordion__item .accordion__title .accordion__arrow { width: 24px; height: 24px; }
    .industry-block .accordion__item .accordion__title .accordion__arrow.accordion__rotate { height: 32px; }
    .industry-block .accordion__item .accordion__title .accordion__arrow { top: 22px; }
    .industry-block .accordion__item .accordion__rotate { top: 30px !important; }
    section.inner-hero-banner-section .inner-top-section .top-text { padding: 180px 0px 150px 0px; max-width: 100%; }
    section.inner-hero-banner-section .container1 { max-width: 100%; }
    .inner-hero-banner-section .top-text h4 { font-size: 26px; } { font-size: 22px; line-height: 1.3; }
    .inner-hero-banner-section .top-text h1 { margin-bottom: 20px; }
    .inner-hero-banner-section .top-text span { font-size: 22px; margin-bottom: 10px; }
    section.inner-hero-banner-section .inner-top-section .overlay::before { display: block; width: 280px; }
       section.short-hero-banner-section .top-text h2 { font-size: 44px; }
    section.short-hero-banner-section .top-text h3 { font-size: 22px; }
    section.short-hero-banner-section .top-text span { font-size: 20px;  }
    .cta-centered-content .container1 { max-width: 100%; }
    .cta-centered-content .cta-centered-content-text h3 { font-size: 30px; }
    .cta-centered-content-button .cta-button { font-size: 18px; padding: 9px 25px 9px 25px; }
    .cta-centered-content:after { width: 300px; }
    .carousel-text-cta-slider .item h2 { font-size:34px; }
    .related-resources-content-wrap .cta-centered-content-text h3 { font-size: 34px; }
     .carousel-text-cta-slider .item h3 { font-size: 20px; }
    .carousel-text-cta { padding: 40px 0 40px 0; }
    .two-dimensional-tabbed-content .two-dimensional-tabbed-title h2 { font-size: 34px; }
    .two-dimensional-tabbed-content .inner-vertical-tab-content h2 { font-size:32px; }
    .two-dimensional-tabbed-content .resp-vtabs .resp-tabs-container { padding: 0 15px; width: 100%; }
    .two-dimensional-tabbed-content .inner-vertical-tab-wrap-inner { display: flex; flex-wrap: wrap; padding: 20px 0 20px 0; }
    .two-dimensional-tabbed-content .inner-vertical-tab-wrap-inner .inner-vertical-tab-content .readmore { padding: 10px 35px 10px 15px; font-size: 20px; margin: 1px 0 0 0; }
    .two-dimensional-tabbed-content .inner-vertical-tab-wrap-inner .inner-vertical-tab-content .readmore i { font-size: 21px; margin: 0 0 0 15px; position: relative; top: 2px; }
    .two-dimensional-tabbed-content .inner-vertical-tab-wrap-inner .inner-vertical-tab-content { margin-bottom: 20px; }
    .two-dimensional-tabbed-content .two-dimensional-tabbed-title { padding: 30px 20px 30px 20px; }
    .two-dimensional-tabbed-content .resp-tabs-container { padding: 40px 0px; }
    .cta-centered-content-main .container1 { max-width: 100%; }
    .related-resources .container1 { max-width: 100%; }
    .related-resources { padding:50px 0; }
    .related-resources-content-wrap .cta-centered-content-text p { font-size: 18px; line-height: 1.3; }
    .content-with-side-image .content-with-side-image-content h2 { font-size: 36px; }
    .content-with-side-image .content-with-side-image-content p { font-size: 18px; }
    .content-with-side-image-wrap .content-with-side-image-content .readmore1 { font-size: 20px; }
    .background-width-content .background-width-content-wrap h2 { font-size: 34px; }
    .two-column-carousel-slider { padding: 60px 0; }
    .two-column-slider-owl-carousel .owl-nav { margin: 20px 0 0 0; }
    .two-column-slider-owl-carousel .owl-nav button { width: 40px; height: 40px; }
    .two-column-slider-owl-carousel .owl-nav button span { font-size: 50px; line-height: 26px; }
    .two-column-cards .two-column-cards-heading h2 { font-size: 30px; }
    .cta-centered-content-wrap .cta-centered-content-text h3 { font-size: 32px; }
    .link-with-ctas-bar a.readmore { margin-right: 10px; font-size: 20px; padding: 16px 20px 16px 20px; margin-bottom: 10px;}
        .simple-content-block h3 { font-size: 26px; }
    .simple-content-block .figure-right img { width: auto; }
    .two-column-cards-equal { height: auto !important; }
    .two-column-carousel-slider .two-column-slider-content h3 { font-size: 26px; }
    .carousel-text-cta-slider-wrap { margin: 0 35px; }
    .carousel-text-cta-slider button.owl-prev:before { width: 31px; height: 27px; left: -35px !important; }
    .carousel-text-cta-slider button.owl-next:before { width: 31px; height: 27px; right: -35px !important; }
    section.short-hero-banner-section .container1 { max-width: 100%; }
    .link-with-ctas-bar.cta-centered-content-main .two-column-cards-btn a { font-size:25px; }
    .map-with-direction .map-with-direction-wrap-content h2 { font-size: 34px; }
    .map-with-direction .map-with-direction-wrap .map-with-direction-content { width: 100%; padding: 50px 20px 50px 20px; }
    .map-with-direction .map-with-direction-wrap .map-with-direction-map { width: 100%; }
    .map-with-direction .map-with-direction-wrap-content { padding-left: 0; padding-right: 0; width: 100%; }
    .accordion__items .accordion__contents { margin-bottom: 15px; }
    .two-column-cards .two-column-cards-row .two-column-cards-col { width: 100%; padding: 0; margin-bottom: 20px; }
    .two-column-cards .two-column-cards-row { margin: 0; }
    .two-column-cards .two-column-cards-content span { margin-top: 8px; }
    .two-dimensional-tabbed-content .inner-vertical-tab-wrap-inner .inner-vertical-tab-content .readmore i:before { top: -17px; transform: translateY(0%); right: -20px; bottom: auto; }
    .two-column-carousel-slider .item-wrap { padding:0 10px;}
    .industry-block .accordion__item { background-size: initial; background-position: center center; }
    .industry-block .accordion__item:before { width: 100%; }
    .page-id-181 section.inner-hero-banner-section .inner-top-section .top-text { padding-bottom: 150px; }
    .video-block .video-block-inner { flex-wrap: wrap; }
    .video-block .video-block-content { max-width: 100%; padding-right: 0; margin: 0 0 30px 0; }
    .video-block .video-block-content .readmore1 { margin-top: 0; }
    .video-block .video-popup-icon img { width: 100px; }
}

@media (max-width:575px) {
    .breadcum::after { width: 300px; height: 223px; }
    .industry-block .accordion__item:before { opacity: 0.5; }
    .success-stories-block {padding: 50px 15px; }
       section.short-hero-banner-section .top-text h2 { font-size: 38px; }
    section.short-hero-banner-section .top-text h3 { font-size: 20px; }
    .short-hero-banner-section:after { width: 300px; }
    .carousel-text-cta-slider .item h2 { font-size: 30px; }
    .two-dimensional-tabbed-content .inner-vertical-tab-content h2 { font-size: 30px; margin-bottom: 10px; }
    .two-dimensional-tabbed-content .inner-vertical-tab-content p { font-size: 18px; line-height: 1.4; }
    .two-dimensional-tabbed-content h2.resp-accordion { font-size: 20px; }
    .related-resources-content-wrap .cta-centered-content-text h3 { font-size: 30px; }
    .content-with-side-image { padding: 50px 0 40PX; }
    .no-scroll .slider-container.promotional-slider .home-bottom-slider .overlay { padding: 100px 0 100px; }
    .two-column-cards .two-column-cards-col-inner figure { height: 190px; }
    .two-column-carousel-slider .item-wrap .two-column-slider-img { width: 90px; }
    .two-column-carousel-slider .item-wrap figure { height: 90px; width: 90px; }
    .two-column-carousel-slider .item-wrap .two-column-slider-img + .two-column-slider-content { width: calc(100% - 90px); padding-left: 15px; }
    .filter-resources-results #show_resources .rc-paginations-outer { column-count: 1; }
    .resource-center-filter.filter-resources-type .filter-form .filter-select-type { width: 100%; }
    .link-with-ctas-bar a.readmore { width: 230px; text-align: center; }
    .cta-centered-content-wrap form fieldset .hs-fieldtype-checkbox .input ul li { width: 100%; }
    .map-with-direction .map-with-direction-listing { width: 100%; }
    .map-direction-filter-result .filter-select-type { width: 100%; }
    .map-with-direction .map-with-direction-listing { padding: 0; }
    .map-with-direction .table { display:inline-block; background:transparent; margin: 0; min-width: 100%; }
    .Filter-block.map-direction-filter-result { padding: 50px 0 10px 0; }
    .map-with-direction .map-result { padding: 0 0 50px 0; }
    .left-text-block a.readmore { font-size: 18px; padding: 14px 20px 14px 20px; }
}