@charset "UTF-8";
/* BLUE COLOR */
/* RED COLOR */
/* GREY COLOR */
/* GRADIENT COLOR */
/* ICONS */
/* RESPONSIVE BREAKPOINTS */
@font-face {
  font-family: "Roboto";
  src: local("Roboto Black"), local("Roboto-Black"), url("/sites/default/fonts/Roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto"), local("Roboto-Regular"), url("/sites/default/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/sites/default/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Light"), local("Roboto-Light"), url("/sites/default/fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Medium"), local("Roboto-Medium"), url("/sites/default/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

body {
  color: #393939;
  font-size: 1rem;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1600px;
  }
}
ul {
  list-style: none;
}

.g_h1 {
  font-size: 3.125rem;
  line-height: 3.7rem;
  word-wrap: break-word;
  margin: 0 0 0.25rem;
}

.g_h2 {
  font-size: 2rem;
}

.g_h3 {
  font-size: 1.875rem;
}

.g_h4 {
  font-size: 1.5rem;
  line-height: normal;
}

.g_h5 {
  font-size: 1.25rem;
  line-height: 1.9rem;
}

.g_h6 {
  font-size: 1rem;
  line-height: normal;
}

.g_bkg_blue {
  background: #EFF7FE !important;
}

.g_bkg_sky-blue {
  background: #1487CE;
}

.g_bkg_grey {
  background: #f2f2f2;
}

.g_bkg_black {
  background: #393939;
}

.g_bkg_blue_dark {
  background: #026AAA;
}

.g_bkg_blue_l2 {
  background: #F5FAFF;
}

.g_bkg_orange {
  background: #FFA600;
}

.g_bkg_blue_grad {
  background: transparent linear-gradient(107deg, #018FBF 0%, #026AAA 100%) 0% 0% no-repeat padding-box;
}

.g_bkg_blue_grad_2 {
  background: transparent linear-gradient(105deg, #2098E2 0%, #026AAA 100%) 0% 0% no-repeat padding-box;
}

.g_bkg_white {
  background-color: #ffffff !important;
}

.g_bkg_red {
  background: #e44f3d;
}

.g_bkg_blue-d3 {
  background: #006699;
}

.g_txt_blue, .g_txt_blue a {
  color: #026AAA;
}

.g_txt_blue-d3 {
  color: #006699;
}

.g_txt_blue-d4 {
  color: #1487CE;
}

.g_txt_sky_blue {
  color: #1487CE;
}

.g_txt_white {
  color: white;
}

.g_txt_orange {
  color: #FFA600;
}

.g_txt_orange-3 {
  color: #FAA626;
}

.g_txt_dark {
  color: #393939;
}

.g_txt_seagreen {
  color: #76FFB6;
}

.g_outlook_blue {
  color: #032E72;
}

.g_txt_yellow {
  color: #FFEB3B;
}

.g_txt_torquise {
  color: #76ffb6;
}

.g_txt_dark_blue {
  color: #2BA9FA;
}

.hide-title {
  display: none;
}

.banner-small {
  height: 60vh !important;
}

.border-dash-b {
  border-bottom: 1px dashed #b4b4b4;
}

.border-dash-r {
  border-right: 1px dashed #b4b4b4;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover {
  color: #2a6496;
}

.g_deft_btn {
  background: #ffffff;
  padding: 0.35rem 0.95rem 0.38rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  color: #026AAA;
  text-transform: uppercase;
  transition: all 0.4s ease;
  border: 1px solid;
  font-weight: 700;
  margin-top: 0.625rem;
  text-decoration: none;
}
.g_deft_btn:hover {
  background: #026AAA;
  color: #ffffff;
}

.g_deft_btn.no_bg {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.g_deft_btn.no_bg:hover {
  background: #026AAA;
}

.g_deft_btn.smart_btn {
  background: #FFA600;
  border-color: #FFA600;
  color: #ffffff;
}
.g_deft_btn.smart_btn:hover {
  background: transparent;
  border-color: #FFA600;
  color: #FFA600;
}

.g_deft_btn.smart_btn.smart-banner-cta {
  background: #FFA600;
  border-color: #FFA600;
  color: #ffffff;
}
.g_deft_btn.smart_btn.smart-banner-cta:hover {
  background: transparent;
  border-color: #ffffff;
}

.g_deft_btn.smart_btn.no_bg {
  background: transparent;
  border-color: #ffffff;
}
.g_deft_btn.smart_btn.no_bg:hover {
  background: #FFA600;
  border-color: #FFA600;
  color: white;
}

.banner-btn {
  background: #026AAA;
  padding: 0.35rem 0.95rem 0.38rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  color: white;
  text-transform: uppercase;
  transition: all 0.4s ease;
  border: 1px solid #026AAA;
  font-weight: 700;
  margin-top: 0.8rem;
  text-decoration: none;
  display: inline-block;
}
.banner-btn:hover {
  color: white;
}

.form-btn {
  background: #006699;
  padding: 0.35rem 0.95rem 0.38rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  color: white;
  text-transform: uppercase;
  transition: all 0.4s ease;
  border: 1px solid #006699;
  font-weight: 700;
  margin-top: 0;
  text-decoration: none;
  display: inline-block;
}

.banner-link {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.2s ease;
  line-height: 3rem;
  font-size: 0.875rem;
}
.banner-link:hover {
  color: #ffffff;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.2rem;
}

.g_download_btn {
  border: 2px solid #006699;
  padding: 0.8rem 1.7rem;
  line-height: 36px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  color: #006699;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.g_download_btn:hover {
  background: #006699;
  color: #fff;
}

/*Hero banner Css starts here*/
.background-image-holder {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.banner-text_wrapper {
  z-index: 3;
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
}
.banner-text_wrapper.h-100 {
  position: absolute;
  z-index: 2;
  width: 100%;
}
.banner-text_wrapper h2 {
  font-size: 1.313rem;
  line-height: 1.5rem;
  font-weight: 900;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  margin-bottom: 1rem;
}
.banner-text_wrapper h3 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: normal;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
.banner-text_wrapper .inner-banner.banner-text {
  margin-top: 4rem;
}
.banner-text_wrapper .inner-banner.banner-text h2 {
  margin-bottom: 0;
}
.banner-text_wrapper .inner-banner.banner-text p {
  color: white;
  font-size: 1rem;
}

.banner-sm {
  height: 60vh !important;
}

/*Hero banner Css ends here*/
/*Page title startes hert*/
h1.page-title {
  font-size: 3.125rem;
  font-weight: bold;
  color: #026AAA;
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #393939;
}

/*Page title startes hert*/
.contact-block-footer {
  width: 100%;
  padding: 6% 50px;
  margin: 0 auto;
  background-color: #393939;
  background-image: url(/prod/s3fs-public/footer-bg-contact.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.contact-block-footer h2 {
  font-size: 4.25rem;
  line-height: 4.25rem;
}
.contact-block-footer h2 span {
  font-weight: 900;
}
.contact-block-footer .contact-icon {
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 2rem 0.8rem 1rem;
  margin: 0;
  height: 100%;
  color: #fff;
  z-index: 99;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  background: rgba(0, 0, 0, 0.46);
}
.contact-block-footer .contact-icon .ct-title {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-weight: bold;
  text-align: center;
}
.contact-block-footer .contact-icon p {
  font-size: 0.9rem;
}
.contact-block-footer .contact-icon a {
  color: white;
}
.contact-block-footer .contact-icon a img {
  width: auto;
  height: 4rem;
}
.contact-block-footer .contact-icon:hover {
  background: rgba(0, 0, 0, 0.54);
  cursor: pointer;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.footer {
  background-color: #1D4C6A;
  background-image: url(/prod/s3fs-public/footer-bg-discover.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* footer toggle */
}
.footer .footer-quick-links .title2 {
  font-size: 1rem;
  font-weight: bold;
}
.footer .footer-quick-links a {
  color: white;
}
.footer .footer-quick-links .link-list {
  font-size: 0.74rem;
  padding: 0.5rem;
  list-style: none;
  line-height: 2rem;
  width: 100%;
}
.footer .footer-quick-links .link-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.footer .footer-app-icon {
  list-style: none;
  display: block;
  padding: 0;
  width: 100%;
}
.footer .footer-app-icon li {
  display: inline-block;
  width: 48%;
  float: none;
  margin: 0;
  padding: 0;
}
.footer .social-icon-bottom {
  clear: both;
}
.footer .copyright-links {
  color: white;
  font-size: 0.7rem;
}
.footer .copyright-links a {
  color: white;
}
.footer .footer-toggle {
  position: relative;
}
.footer .footer-toggle a {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 2px dotted white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-position: 95% 50%;
  background-repeat: no-repeat;
}

.gep-customers-slide, .gep-awards-slide {
  overflow: hidden;
}
.gep-customers-slide .client-logos .slick-slide, .gep-awards-slide .client-logos .slick-slide {
  padding: 1rem;
}
.gep-customers-slide .client-logos img, .gep-awards-slide .client-logos img {
  padding: 1rem 2rem;
  background: #ffffff;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}

.navbar-custom {
  padding: 9px 0;
  border-bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  letter-spacing: 1px;
  -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  z-index: 99;
}

section.innerPage_Hero {
  height: 85vh;
  overflow: hidden;
  position: relative;
  background-color: #006699;
}
section.innerPage_Hero h2 {
  font-size: 2.5rem;
  line-height: 2.75rem;
  font-weight: 900;
}
section.innerPage_Hero h3 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: normal;
}
section.innerPage_Hero .background-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000000;
  background-size: cover !important;
  background-position: 50% 50% !important;
}
section.innerPage_Hero .background-image-holder img {
  width: 100%;
  object-fit: cover;
}
section.innerPage_Hero .background-image-holder img.mobile-image {
  display: block;
}
section.innerPage_Hero .background-image-holder img.desktop-image {
  display: none;
}
section.innerPage_Hero .kb-asset-banner h1 {
  font-size: 2.5rem;
  line-height: 2.75rem;
  font-weight: 900;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
section.innerPage_Hero .kb-asset-banner h2 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: normal;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23026AAA' %3e%3cpath fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z'/></svg>");
}

.accordion.gep-smart-accordion .accordion-button {
  color: #393939;
}
.accordion.gep-smart-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFA600' %3e%3cpath fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z'/%3e%3c/svg%3e");
}
.accordion.gep-smart-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z'/></svg>");
}

.accordion-item {
  margin-bottom: 0.8rem;
}
.accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item .accordion-body {
  background: #EFF7FE;
}
.accordion-item .accordion-button {
  color: #026AAA;
  font-weight: bold;
  font-size: 1.2rem;
}
.accordion-item .accordion-button:not(.collapsed) {
  background: transparent linear-gradient(123deg, #018FBF 0%, #026AAA 100%) !important;
  color: white;
}
.accordion-item .accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

section.container-fluid.blue-gradiant {
  background: transparent linear-gradient(105deg, #2098e2 0%, #026aaa 100%) 0% 0% no-repeat padding-box;
}

.other-services-wrap h2 {
  font-size: 2.5rem;
  line-height: 2.75rem;
  font-weight: 900;
  color: white;
  text-align: left;
  word-break: break-word;
  width: 90%;
}
.other-services-wrap ul {
  padding: 0;
  margin: 0;
}
.other-services-wrap ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.other-services-wrap ul li a {
  color: white;
  font-size: 0.813rem;
}
.other-services-wrap ul li a:hover {
  padding-left: 10px;
  color: #fff;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.other-services-wrap ul li a i {
  margin-right: 0.3rem;
}
.other-services-wrap .service-links-desc p {
  color: #fff;
}
.other-services-wrap .service-links-desc p a {
  color: #fff;
  display: inline-block;
}
.other-services-wrap .service-links-desc p a:hover {
  padding-left: 0;
}
.other-services-wrap .service-links-desc a {
  color: #fff;
}
.other-services-wrap .service-links a {
  color: white;
  font-size: 0.813rem;
  line-height: 1.25rem;
  display: block;
}
.other-services-wrap .service-links a:hover {
  padding-left: 10px;
  color: #fff;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.other-services-wrap .service-links a i {
  margin-right: 0.3rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.other-services-wrap .service-links p {
  color: white;
}
.other-services-wrap .service-links ul {
  margin: 0;
  padding: 0;
}
.other-services-wrap .service-links ul li, .other-services-wrap .service-links ul a {
  font-size: 0.813rem;
  vertical-align: middle;
  line-height: 1rem;
}
.other-services-wrap .service-links ul i {
  font-size: 1rem;
}

.brochure_list {
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
  border-bottom: 1px dotted #9e9e9e;
}
.brochure_list p {
  font-size: 0.8rem;
  font-weight: bold;
  margin: 0;
}
.brochure_list a {
  font-size: 0.8rem;
}

.customer-testimonials {
  background-image: url(/prod/s3fs-public/parallax_images/qout-opt-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 2rem 0;
}
.customer-testimonials h2 {
  font-size: 3rem;
}
.customer-testimonials .customer-slide p {
  padding: 0.8rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2rem;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 0;
}
.customer-testimonials .customer-slide .auth-name {
  text-align: center;
  font-size: 0.8rem;
}
.customer-testimonials span.qt-title {
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
  display: block;
}
.customer-testimonials .carousel-indicators {
  margin-bottom: -20px;
}

.card {
  border: 1px solid rgba(0, 0, 0, 0.2705882353);
}
.card .card-body {
  padding: 1.4rem 1.4rem;
  padding-bottom: 4rem;
}
.card .card-body img {
  height: 73px;
}
.card .card-body .g_deft_btn {
  position: absolute;
  bottom: 1.4rem;
}
.card .card-body .card-title {
  font-size: 1.25rem;
}

.card.no-cta .card-body {
  padding-bottom: 1.4rem;
}

.list-2, .bullets {
  padding: 0 1.2rem;
  font-size: 1rem;
  list-style: none;
  line-height: 1.4rem;
  margin-bottom: 0;
}
.list-2 li, .bullets li {
  text-indent: -22px;
  padding-left: 0.8rem;
  padding-bottom: 0.6rem;
}
.list-2 li::before, .bullets li::before {
  content: "⚬";
  color: #1487CE;
  font-weight: bold;
  font-size: 1.125rem;
  margin-right: 0.82rem;
}

.page-node-type-blog-posts .featured-blog ul {
  padding: 0 1.2rem;
  font-size: 1rem;
  list-style: none;
  line-height: 1.4rem;
  margin-bottom: 0;
}
.page-node-type-blog-posts .featured-blog ul li {
  text-indent: -22px;
  padding-left: 0.8rem;
  padding-bottom: 0.6rem;
}
.page-node-type-blog-posts .featured-blog ul li::before {
  content: "⚬";
  color: #1487CE;
  font-weight: bold;
  font-size: 1.125rem;
  margin-right: 0.82rem;
}

.assetlp-page .kb-details-body ul {
  padding: 0 1.2rem;
  font-size: 1rem;
  list-style: none;
  line-height: 1.4rem;
  margin-bottom: 0;
}
.assetlp-page .kb-details-body ul li {
  text-indent: -22px;
  padding-left: 0.8rem;
  padding-bottom: 0.6rem;
}
.assetlp-page .kb-details-body ul li::before {
  content: "⚬";
  color: #1487CE;
  font-weight: bold;
  font-size: 1.125rem;
  margin-right: 0.82rem;
}

.list-2.or-list li::before {
  color: #FF8C05;
}

.core-values ul {
  list-style: none;
}
.core-values ul li {
  width: 100%;
  margin-bottom: 1.25rem;
  display: inline-block;
}
.core-values ul li .vl-icon-div {
  float: left;
  width: 22%;
}
.core-values ul li .vl-text-div {
  float: left;
  width: 75%;
  margin-top: -5px;
}

.services-featured ul {
  padding: 0;
}
.services-featured ul li {
  border-bottom: 1px solid rgba(39, 164, 241, 0.6509803922);
  margin-bottom: 1.2rem;
}

.customer-quote {
  background-image: url(/prod/s3fs-public/quote.svg);
  background-repeat: no-repeat;
  background-position: 48% 30px;
  padding-top: 8rem;
}
.customer-quote .quote-text {
  font-size: 1.2rem;
  line-height: 2rem;
}
.customer-quote .quote-author {
  font-size: 0.8rem;
}

.quote-white .customer-quote {
  background-image: url(/prod/s3fs-public/quote-white.svg);
  background-repeat: no-repeat;
  background-position: 48% 30px;
  padding-top: 8rem;
}
.quote-white .customer-quote .quote-text {
  color: #fff;
}
.quote-white .customer-quote .quote-author {
  color: #fff;
}

.aside-brouchure {
  padding: 0;
  border: 1px solid #eee;
  margin-bottom: 1.8rem;
  margin-left: 1.5rem;
  border-radius: 8px;
  overflow: hidden;
  width: 25%;
}
.aside-brouchure a.brochure-dw-btn {
  background: transparent linear-gradient(113deg, #018FBF 0%, #026AAA 100%) 0% 0% no-repeat padding-box;
  display: block;
  padding: 0.75rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

.gep_tabs.nav-tabs {
  border-bottom: 1px solid #333;
}
.gep_tabs.nav-tabs .nav-link {
  padding: 1.2rem 1.6rem;
  background: #EFF7FE 0% 0% no-repeat padding-box;
  color: #393939;
  font-weight: bold;
}
.gep_tabs.nav-tabs .nav-link:hover {
  border-bottom-color: #393939;
}
.gep_tabs.nav-tabs .nav-link.active {
  background: transparent linear-gradient(123deg, #018FBF 0%, #026AAA 100%) 0% 0% no-repeat padding-box;
  color: #ffffff;
  border-bottom-color: #393939;
}

.tab-content {
  border-bottom: 2px solid #018FBF;
  margin-bottom: 1rem;
}

.blue-gradient-1 {
  background: transparent linear-gradient(105deg, #2098e2 0%, #026aaa 100%) 0% 0% no-repeat padding-box;
}

.blue-gradient-2 {
  background: transparent linear-gradient(113deg, #018FBF 0%, #026AAA 100%) 0% 0% no-repeat padding-box;
}

.rounded-8 {
  border-radius: 8px;
}

.smart-v-tabs .vtabs.smart-tabs li {
  padding: 1.2rem 1.8rem;
  letter-spacing: 0;
  color: #A3A3A3;
  cursor: pointer;
  text-align: right;
  border-right: 4px solid #dddddd;
}
.smart-v-tabs .vtabs.smart-tabs li img {
  margin-left: 0.9rem;
  filter: brightness(0) saturate(100%) invert(71%) sepia(7%) saturate(8%) hue-rotate(6deg) brightness(91%) contrast(90%);
  position: relative;
  height: 33px;
}
.smart-v-tabs .vtabs.smart-tabs li.active {
  color: #1487CE;
  font-weight: 600;
  border-right-color: #026AAA;
}
.smart-v-tabs .vtabs.smart-tabs li.active img {
  filter: brightness(0) saturate(100%) invert(40%) sepia(82%) saturate(936%) hue-rotate(171deg) brightness(89%) contrast(91%);
}
.smart-v-tabs .vtab_content {
  padding: 1.2rem;
  display: none;
}
.smart-v-tabs .vtab_content img {
  width: 40%;
  height: auto;
}
.smart-v-tabs .vtab_content h4 {
  letter-spacing: 0;
  color: #026AAA;
  margin-top: 1.4rem;
  font-weight: bold;
}
.smart-v-tabs .tab-content-col .vtab_container {
  padding: 1.8rem;
}
.smart-v-tabs .vtab_drawer_heading {
  display: none;
}

.smart-v-tabs.g_smart .vtabs.smart-tabs li.active {
  color: #FFA600;
  font-weight: 600;
  border-right-color: #FFA600;
}
.smart-v-tabs.g_smart .vtabs.smart-tabs li.active img {
  filter: brightness(0) saturate(100%) invert(71%) sepia(58%) saturate(3096%) hue-rotate(359deg) brightness(101%) contrast(105%);
}
.smart-v-tabs.g_smart .vtab_content h4 {
  color: #FFA600;
}
.smart-v-tabs.g_smart .vtab_content .g_deft_btn.smart_btn:hover {
  border-color: #FFA600;
  color: #FFA600;
}

.brochure-title-block .brochure-heading {
  font-size: 0.85rem;
}
.brochure-title-block .btn {
  font-size: 0.85rem;
  color: #026AAA;
  background: #ffffff;
  font-weight: bold;
}

.aside-bar-right {
  width: 365px;
}
.aside-bar-right p {
  color: #069;
  font-size: 0.85rem;
  line-height: 1.4rem;
}
.aside-bar-right a.g_bkg_blue_dark.g_txt_white:hover {
  color: white;
}

.gep-sidebar {
  width: 100%;
  padding: 1px 0;
  margin: 10px 0px 20px 3px;
  float: right;
  display: block;
  position: relative;
  background: transparent linear-gradient(107deg, #018FBF 0%, #026AAA 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  color: #fff;
  font-size: 1.125rem;
  transition: 0.5s all;
  transform: rotateZ(0);
}
.gep-sidebar .gep-sidebar-head {
  margin-left: 0;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  padding: 1.2rem;
}
.gep-sidebar .gep-side-bar-content {
  margin-bottom: 1.4rem;
  opacity: 1;
  transition: 0.5s all;
}
.gep-sidebar .gep-side-bar-content p {
  color: white;
}
.gep-sidebar .gep-side-bar-content .list-2 {
  padding: 0 0.8rem;
}
.gep-sidebar .gep-side-bar-content .list-2 li::before {
  color: white;
}
.gep-sidebar .gep-side-bar-content a {
  color: #8ff0ff;
}
.gep-sidebar .cls-btn {
  display: none;
}
.gep-sidebar .exp-btn, .gep-sidebar .cls-btn {
  padding: 0.2rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: #f2f2f2;
  line-height: 1.4rem;
  color: #1487CE;
}

.gep-sidebar.sd-close {
  width: 40%;
  padding: 1px 0;
  margin: 10px 0px 20px 25px;
  overflow: hidden;
}
.gep-sidebar.sd-close .gep-side-bar-content {
  max-height: 0;
  margin: 0 0 0 30px;
  top: -60px;
  left: -100px;
  opacity: 0;
  overflow: hidden;
}
.gep-sidebar.sd-close .gep-sidebar-head {
  font-size: 22px;
  line-height: 26px;
  text-align: left;
  padding: 32px;
}

.h-tabs .h-tab-header {
  background: #013555;
}
.h-tabs .h-tab-header ul {
  width: 100%;
  padding: 0;
  margin: 0;
  float: left;
  list-style: none;
}
.h-tabs .h-tab-header ul li {
  padding-left: 5px;
  padding-right: 5px;
  background: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #1D4C6A;
  text-align: center;
  display: inline-block;
}
.h-tabs .h-tab-header ul li button {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0.95rem;
  border: 0;
  background: transparent;
  border-top: 8px solid transparent;
}
.h-tabs .h-tab-header ul li button span {
  color: #ffffff;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  padding-top: 0.8rem;
  transition: all 0.5s ease;
  display: block;
}
.h-tabs .h-tab-header ul li button img {
  height: 40px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(59deg) brightness(106%) contrast(101%);
}
.h-tabs .h-tab-header ul li button:hover {
  background: #013555;
}
.h-tabs .h-tab-header ul li button.active {
  background: #fff;
  border-top: 8px solid #1487CE;
}
.h-tabs .h-tab-header ul li button.active img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(11%) saturate(5400%) hue-rotate(168deg) brightness(96%) contrast(105%);
}
.h-tabs .h-tab-header ul li button.active span {
  color: #013555;
}
.h-tabs .tab-content {
  border: 0;
}
.h-tabs .tab_drawer_heading {
  display: none;
}

.banner-v-slider {
  position: absolute;
  top: 22vh;
  right: 1.8rem;
  z-index: 9;
}
.banner-v-slider .v-slide {
  width: 350px;
  z-index: 2;
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.47);
  position: relative;
  height: auto;
  overflow: hidden;
}
.banner-v-slider .v-slide .slide-content {
  border-right: 0px;
  margin: 1px 0 7px;
  background: rgba(255, 255, 255, 0);
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  border-bottom: 1px dashed #ffffff !important;
  height: 100%;
}
.banner-v-slider .v-slide .slide-content .slide-info {
  padding-left: 0;
  padding-right: 0;
}
.banner-v-slider .v-slide .slide-content .slide-info .slide-title {
  color: #ffffff;
  font-size: 0.8rem;
  line-height: 1.1rem;
  text-align: right;
}
.banner-v-slider .v-slide .slide-content .slide-info .slide-title a {
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: break-spaces;
}
.banner-v-slider .v-slide .slide-content .slide-info .slide-btn {
  margin-top: 12px;
  color: #bfbcbc;
  font-size: 0.8rem;
  text-align: right;
}
.banner-v-slider .v-slide .slide-content .slide-info .slide-btn a {
  color: #ffffff;
}
.banner-v-slider .v-slide .slick-slide {
  height: 110px;
}
.banner-v-slider .v-slide .view-footer a {
  font-size: 0.8rem;
}

.insights-head h4 {
  font-size: 1.25rem;
  letter-spacing: 0;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.counter-strip {
  background: url(/prod/s3fs-public/company-counter-bg.png) no-repeat;
}

.customer-quote .quote-text {
  font-size: 1.25rem;
  line-height: 1.8rem;
  margin-top: 1rem;
}
.customer-quote .quote-author {
  font-size: 0.8rem;
}

.gep-icons-card {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
  opacity: 1;
  padding: 1.25rem;
  padding-top: 1.2rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
  display: block;
  overflow-wrap: break-word;
  line-height: 1.2rem;
}
.gep-icons-card:hover {
  background: #1487CE;
  transform: scale(1.1);
}
.gep-icons-card:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(59deg) brightness(106%) contrast(101%);
}
.gep-icons-card:hover span {
  color: #ffffff;
}
.gep-icons-card img {
  height: 45px;
  width: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  filter: brightness(0) saturate(100%) invert(30%) sepia(81%) saturate(1068%) hue-rotate(173deg) brightness(92%) contrast(104%);
}
.gep-icons-card span {
  color: #393939;
  font-size: 0.8rem;
  font-weight: 500;
}

.smart-promotion-1 {
  background: url(/prod/s3fs-public/innovate-ny-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.smart-promotion-2 {
  background: url(/prod/s3fs-public/testimonial-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.smart-blogs-block {
  background: #1D4C6A;
}
.smart-blogs-block .blog-card img {
  border: 3px solid #ffffff;
  margin-bottom: 0.5rem;
}
.smart-blogs-block .blog-card .blog-title {
  font-size: 0.85rem;
}
.smart-blogs-block .blog-card a {
  font-size: 0.85rem;
  color: #fff;
}

.g-smart-links .page-links a {
  font-size: 0.9rem;
  font-weight: bold;
  color: #ffffff;
  display: block;
}
.g-smart-links .page-links .learn-more {
  font-size: 0.8rem;
  text-decoration: underline;
}
.g-smart-links .smart-link-btn {
  padding: 0.55rem 0.95rem 0.58rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  background: #000;
  color: #fff;
}

.gep-nexxe-quick-links {
  background: transparent linear-gradient(107deg, #018FBF 0%, #026AAA 100%) 0% 0% no-repeat padding-box;
}
.gep-nexxe-quick-links .feature-link a.feature-main-link {
  font-size: 0.85rem;
  font-weight: bold;
  color: #ffffff;
}
.gep-nexxe-quick-links .feature-link ul {
  padding: 0;
}
.gep-nexxe-quick-links .feature-link ul a {
  font-size: 0.8rem;
  color: #ffffff;
  padding: 0.45rem 0;
  display: block;
}

.gep-spotlight {
  background: #e4f2f3;
}
.gep-spotlight .spotlight-head {
  font-weight: bold;
  color: #ffffff;
  background-color: #026AAA;
  padding: 0.4rem 1rem;
  display: inline-block;
}
.gep-spotlight .gep-spotlight-slider img {
  border: 6px solid #fff;
}
.gep-spotlight .gep-spotlight-slider p {
  font-size: 0.9rem;
}
.gep-spotlight .gep-spotlight-slider .carousel-indicators {
  bottom: -3rem;
}
.gep-spotlight .gep-spotlight-slider .carousel-indicators [data-bs-target] {
  background-color: #393939;
}

.gep-smart-stats .gep-stats-num {
  color: #006699;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
}
.gep-smart-stats .gep-stats-text {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}

/*
.card{
    .card-body{
        img{
            height: 73px;
        }
    }
}
*/
.gep-smart-images {
  position: relative;
}
.gep-smart-images .smart-image-laptop {
  width: 550px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.gep-smart-images .smart-image-ipad {
  width: 320px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  position: absolute;
  top: 111px;
  left: 44%;
}

.banner-left-badge {
  position: relative;
}
.banner-left-badge .badge-block {
  position: absolute;
  top: -5px;
}
.banner-left-badge .badge-block img {
  width: 150px;
}

.smart-video-card img {
  height: 72px;
  margin-bottom: 0.5rem;
}

.img-text-div {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  padding: 25px 0px;
  margin: 20px 0px;
}
.img-text-div p {
  color: #006699;
  font-size: 23px;
  line-height: 38px;
  margin-bottom: 0px;
  display: table-cell;
  vertical-align: middle;
}

.card.w-btn .card-body {
  padding-bottom: 4rem;
}

/* Badge */
.badge-t-r-y {
  font-weight: bold !important;
  border-width: 0.1rem !important;
  color: white;
  border-bottom-left-radius: 0.5rem !important;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  background-color: #ffc107 !important;
}

/* form-styleguide */
.form-component {
  font-size: 0.813rem;
}
.form-component ::placeholder {
  color: rgba(85, 85, 85, 0.5);
}
.form-component :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(85, 85, 85, 0.5);
}
.form-component ::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(85, 85, 85, 0.5);
}
.form-component label {
  font-weight: bold;
}
.form-component label.form-check-label {
  font-weight: normal;
  font-size: 0.8rem;
  line-height: 1.3rem;
  float: left;
}
.form-component .form-control {
  font-size: 0.75rem;
  color: rgb(85, 85, 85);
  font-weight: bold;
}
.form-component .form-control:focus {
  color: rgb(85, 85, 85);
}
.form-component .form-select {
  font-size: 0.75rem;
  color: rgba(85, 85, 85, 0.5);
  font-weight: bold;
}
.form-component .form-select:focus {
  color: rgb(85, 85, 85);
}
.form-component .form-check {
  margin: 0;
  padding: 0;
}
.form-component .form-check-input {
  margin: 0;
  padding: 0;
  margin: 0.15rem 0.6rem 0 0;
}
.form-component .consent .form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 1rem 0 0;
}
.form-component .consent .form-check-label {
  font-size: 1rem;
}
.form-component p {
  font-size: 0.65rem;
  line-height: 1.25rem;
  padding: 0;
  margin: 0 0 0.313rem;
  text-align: left;
}

.btn.blue-d3 {
  background-color: #006699;
}

div.card-img {
  overflow: hidden;
}

/* image hover zoon */
.card:hover .zoom {
  transition: transform 1s;
  cursor: pointer;
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
}

.filter-btn a.banner-btn {
  background: #088ada;
}

.kb-tag-cloud-wrapper {
  position: absolute;
  right: 0;
  top: 25%;
  z-index: 9;
  overflow: hidden;
}
.kb-tag-cloud-wrapper .kb-tag-cloud {
  border: 1px solid rgba(226, 223, 223, 0.25);
  position: relative;
  -webkit-transition: right 0.8s;
  transition: right 0.8s;
  background: transparent linear-gradient(158deg, #018FBF 0%, #026AAA 100%) 0% 0%;
}
.kb-tag-cloud-wrapper .kb-tag-cloud ul {
  padding: 1rem;
}
.kb-tag-cloud-wrapper .kb-tag-cloud ul li {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #fff;
}
.kb-tag-cloud-wrapper .kb-tag-cloud ul li a {
  color: #fff;
  font-size: 0.8rem;
}
.kb-tag-cloud-wrapper .kb-tag-cloud .side-slider-opener {
  cursor: pointer;
  font: 600 14px/24px "roboto";
  padding: 7px 10px;
  background: transparent linear-gradient(176deg, #018FBF 0%, #026AAA 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  color: #fff;
  top: 155px;
  width: 150px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.kb-tag-cloud-wrapper .kb-tag-cloud .side-slider-opener .ba {
  float: right;
  margin: 4px 0 0 0;
}
.kb-tag-cloud-wrapper .kb-tag-cloud.closed-tray {
  right: -232px;
}
.kb-tag-cloud-wrapper .kb-tag-cloud.closed-tray .side-slider-opener {
  left: -95px;
}
.kb-tag-cloud-wrapper .kb-tag-cloud.open-tray {
  right: 0;
  z-index: 10;
}
.kb-tag-cloud-wrapper .kb-tag-cloud.open-tray .side-slider-opener {
  left: -95px;
}

/*Partners page*/
.partner-quotes {
  background: transparent linear-gradient(101deg, #2098E2 0%, #026AAA 100%) 0% 0% no-repeat padding-box !important;
}
.partner-quotes .partner-quote {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
}
.partner-quotes .parner-quote-auth {
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
}
.partner-quotes .parner-quote-auth-desig {
  color: #ffffff;
  margin-bottom: 0;
}
.partner-quotes .col-md-3 {
  text-align: center;
}
.partner-quotes .col-md-3 img {
  width: 80%;
}

.partner-details .partners-title {
  color: #026AAA;
  border-top: 0;
  width: 120px;
}
.partner-details .table > tbody > tr > td {
  border-top: 0;
}
.partner-details .table {
  margin-top: 0;
}

#block-bannerrighticon .position-absolute.top-50 {
  z-index: 9;
}

.resources-card {
  margin-bottom: 1.5rem;
}
.resources-card .card-body {
  padding-bottom: 2rem;
}
.resources-card .card-body h5 a {
  font-size: 1rem;
  font-weight: bold;
}
.resources-card .card-footer {
  background: none;
  border: 0;
  padding-bottom: 1.5rem;
}
.resources-card .card-footer .view-all-link {
  text-decoration: underline;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #393939;
  text-transform: uppercase;
  line-height: 2rem;
}

.location-slider {
  height: auto;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
  box-shadow: 1px 1px 6px 0px rgba(162, 162, 162, 0.2);
}
.location-slider #locationcarousel .carousel-control-prev {
  justify-content: start;
}
.location-slider #locationcarousel .carousel-control-prev span.carousel-control-prev-icon {
  background-color: #797979;
}
.location-slider #locationcarousel .carousel-control-next {
  justify-content: end;
}
.location-slider #locationcarousel .carousel-control-next span.carousel-control-next-icon {
  background-color: #797979;
}
.location-slider #locationcarousel .carousel-item .carousel-caption {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #fafafa;
  height: auto;
  text-align: left;
  padding: 13px;
  min-height: 135px;
}
.location-slider #locationcarousel .carousel-item .carousel-caption h5 {
  font-weight: bold;
  color: #393939;
}
.location-slider #locationcarousel .carousel-item .carousel-caption p {
  font-weight: bold;
}
.location-slider #locationcarousel .carousel-item.active {
  display: block;
}
.location-slider #locationcarousel .carousel-item-next {
  display: block;
}
.location-slider #locationcarousel .carousel-item-prev {
  display: block;
}

#block-bannerrighticon {
  position: absolute;
  right: 8%;
  top: 38%;
  width: 21%;
  z-index: 2;
  opacity: 0.9;
}

.subscribe-form .form-head {
  background: #006699;
  padding: 0.7rem 1.2rem;
}
.subscribe-form .form-head h2 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
.subscribe-form .form-body {
  padding: 2rem 1.5rem 1rem;
  background: #eeeeee;
}
.subscribe-form .form-body .form-concent {
  margin-top: 1.2rem;
}
.subscribe-form .form-body .form-concent p {
  font-size: 0.7rem;
  line-height: 1.2rem;
  margin-bottom: 0.2rem;
}
.subscribe-form .form-body .form-concent-check {
  margin-top: 1rem;
}
.subscribe-form .form-body .form-concent-check label {
  font-size: 0.8rem;
  margin-left: 0.5rem;
}
.subscribe-form .form-body .form-submit-btn {
  margin-top: 1.5rem;
}
.subscribe-form .form-body .form-submit-btn button, .subscribe-form .form-body .form-submit-btn input[type=submit] {
  background: #E44F3D;
  border: 0;
  padding: 0.6rem 2.5rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
}
.subscribe-form .form-body .form-submit-btn button:hover, .subscribe-form .form-body .form-submit-btn input[type=submit]:hover {
  background: #006699;
}
.subscribe-form .form-body .form-q-links {
  margin-top: 1rem;
  font-size: 0.688rem;
}
.subscribe-form .form-body .form-q-links p {
  font-size: 0.8rem;
}
.subscribe-form .linkdin-login-btn a {
  background: #026AAA;
  padding: 0.35rem 0.95rem 0.38rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  color: #ffffff;
  border: 1px solid #026AAA;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.gdpr-gep {
  background-image: url(/prod/s3fs-public/gdpr-parallax-banner_1.png);
  width: 100%;
  background-size: cover;
}

.fun-thumbnails {
  position: relative;
  overflow: hidden;
}
.fun-thumbnails .fun-image img {
  margin-bottom: 15px;
  width: 100%;
}
.fun-thumbnails .fun-image-caption {
  position: absolute;
  bottom: 14px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: 14px;
  color: #fff;
  font-size: 18px;
  text-align: left;
}

.gep-search-form {
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  z-index: 999;
  background-image: url(/prod/s3fs-public/search-form-bg-new.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.gep-search-form .close-search {
  padding: 6px 12px;
  position: absolute;
  z-index: 11;
  top: 10vh;
  left: 10vw;
  font-size: 1.4rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  color: #fff;
}
.gep-search-form form#search-block-form {
  width: 70%;
  margin: 45vh auto;
}
.gep-search-form form#search-block-form input {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 1.2rem;
  margin: 0;
}
.gep-search-form form#search-block-form .btn.btn-primary {
  height: 58px;
  background: #fff;
  border: 0;
  /* width: 34px; */
  padding: 0;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.gep-search-form form#search-block-form .btn.btn-primary .icon-search {
  padding: 1rem;
  color: #363636;
  font-size: 1.5rem;
}
.gep-search-form form#search-block-form ul#custom-block-search {
  width: 100% !important;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.gep-search-form form#search-block-form ul#custom-block-search li {
  padding: 0.35rem 0;
  border-bottom: 1px solid #eee;
}
.gep-search-form form#search-block-form ul#custom-block-search li .autocomplete-suggestion-suggestion-suffix {
  font-size: 0.85rem;
}

.serch-banner-form {
  height: 82vh;
  background: #026AAA;
}
.serch-banner-form .search-form-wrapper {
  width: 60%;
  position: absolute;
  z-index: 10;
  top: 30%;
  left: 20%;
}
.serch-banner-form .search-form-wrapper form#search-block-form {
  width: 100%;
}
.serch-banner-form .search-form-wrapper form#search-block-form input {
  margin: 0;
}
.serch-banner-form .search-form-wrapper form#search-block-form .btn.btn-primary {
  height: 58px;
  background: #fff;
  border: 0;
  /* width: 34px; */
  padding: 0;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.serch-banner-form .search-form-wrapper form#search-block-form .btn.btn-primary .icon-search {
  padding: 1rem;
  color: #363636;
  font-size: 1.5rem;
}
.serch-banner-form .search-form-wrapper .form-check {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  padding: 0;
}
.serch-banner-form .search-form-wrapper .form-check input {
  margin: 0.2rem;
}
.serch-banner-form .search-form-wrapper .form-check label {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  padding-left: 0.5rem;
}
.serch-banner-form .search-form-wrapper .form-check.form-type-checkbox {
  width: 22%;
}
.serch-banner-form .search-form-wrapper .form-actions.js-form-wrapper.form-wrapper {
  position: absolute;
  top: 69px;
  right: 0;
  margin: 0;
}
.serch-banner-form .search-form-wrapper .form-actions.js-form-wrapper.form-wrapper input {
  border: 0;
  background: url(/prod/s3fs-public/search-ico.svg) no-repeat right;
  background-size: 20px;
  padding: 5px;
  color: transparent;
  background-position: center;
}

.search-result-count {
  padding: 1.2rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.search-result-count .result-count-topic {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin: 0;
  display: inline-block;
}
.search-result-count .results-count {
  float: right;
  font-size: 16px;
  color: #000;
}
.search-result-count .results-count .show-results-count {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 5px;
  padding: 0;
}
.search-result-count .results-count .show-results-count li {
  display: inline-block;
}

.search-result {
  border-bottom: 1px solid #eee;
}
.search-result .search-result-ico .icon {
  height: 90px;
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
}
.search-result .search-result-ico .icon.whitepapers {
  background-image: url(/prod/s3fs-public/White_paper.svg);
}
.search-result .search-result-ico .icon.case-study {
  background-image: url(/prod/s3fs-public/Case_study.svg);
}
.search-result .search-result-ico .icon.research-report {
  background-image: url(/prod/s3fs-public/Research_report.svg);
}
.search-result .search-result-ico .icon.webcasts {
  background-image: url(/prod/s3fs-public/Web_cast.svg);
}
.search-result .search-result-ico .icon.newsroom {
  background-image: url(/prod/s3fs-public/Newsroom.svg);
}
.search-result .search-result-ico .icon.leadership {
  background-image: url(/prod/s3fs-public/Leadership.svg);
}
.search-result .search-result-ico .icon.page {
  background-image: url(/prod/s3fs-public/page.svg);
}
.search-result .search-result-ico .icon.blog-posts {
  background-image: url(/prod/s3fs-public/blog.svg);
}
.search-result .search-result-data h3 a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #292929;
}
.search-result .search-result-data h3 .content-type-label {
  font-weight: 400;
  font-size: 0.8rem;
}

.global-language-wrapper {
  margin: 0 0 15px;
  text-align: right;
}
.global-language-wrapper .global-language {
  padding: 3px 10px;
  margin-left: 5px;
  display: inline-block;
  background-color: #006699;
  color: #ffffff;
  font-size: 9px;
  text-transform: uppercase;
  line-height: 14px;
}
.global-language-wrapper .global-language a {
  background-color: #333333;
  color: #ffffff;
  margin: 0 -10px;
  padding: 4px 10px;
}

.row.vision-mission .card .card-body {
  padding-bottom: 2rem;
}
.row.vision-mission .card .card-body img {
  height: auto;
}

.price-calulator label {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}
.price-calulator .gep-calulated-result p.info {
  margin-top: 5%;
  font-size: 21px;
}
.price-calulator .gep-calulated-result p.default-msrp {
  font-size: 21px;
  color: #006699;
  font-weight: bold;
}
.price-calulator .gep-calulated-result .tex-result-set p.texas-dir-price {
  border-top: 2px dotted #000;
  padding-top: 7px;
  margin-top: 20px;
  font-size: 16px;
  color: #006699;
  font-weight: 900;
}

.fs-6 {
  font-size: 0.7rem !important;
}

/* GEP-GO */
.inline-image-card {
  padding: 1rem 0;
}
.inline-image-card img {
  max-width: 3rem;
  margin: 0 1rem 0 0;
}

/* LOGIN PAGE */
#login-page body {
  background: url(/prod/s3fs-public/login-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
#login-page body .breadcrumb .breadcrumb-item + .breadcrumb-item {
  color: white;
}

.g-login .card {
  border-radius: 1rem;
  border: 0 !important;
  border-bottom: 0.563rem solid #FFCB05 !important;
}
.g-login .card .card-body {
  padding-bottom: 1rem;
}
.g-login .card h2, .g-login .card .card-title {
  font-size: 1.75rem;
  color: #1487CE;
}
.g-login .card .g_deft_btn {
  font-weight: normal;
}
.g-login .card:hover {
  background: transparent linear-gradient(107deg, #018FBF 0%, #026AAA 100%) 0% 0% no-repeat padding-box;
}
.g-login .card:hover .card-text, .g-login .card:hover .card-title {
  color: white !important;
}
.g-login .card:hover .banner-btn {
  color: #006699;
  background: white;
}

/* WEBCAST - VIDEO REQUEST */
.video-request strong {
  font-size: 18px;
  font-weight: 900;
}
.video-request #request-webcast label.form-label {
  font-size: 0.813rem;
  font-weight: bold;
  margin: 0;
}
.video-request #request-webcast .form-control, .video-request #request-webcast .form-select, .video-request #request-webcast .form-textarea {
  background: none;
  border: 0;
  border-bottom: 1px dotted #393939;
  min-height: auto;
  font-size: 0.875rem;
  border-radius: 0;
}
.video-request #request-webcast .invalid-feedback {
  font-size: 0.625rem;
  font-style: italic;
}
.video-request #request-webcast .consent p, .video-request #request-webcast .consent-label {
  font-size: 0.813rem;
  line-height: normal;
}
.video-request #request-webcast .webform-submit {
  font-size: 1.25rem;
}

/* ENDS WEBCAST - VIDEO REQUEST */
.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*
main {
    padding: 150px 0 0;
}
*/
.page-node-type-customer-event .container.banner-data {
  margin-top: 75px;
}
.page-node-type-customer-event .container.banner-data .home-banner .main-logo.txt-left {
  z-index: 99;
}
.page-node-type-customer-event .container.banner-data .home-banner .col-md-6.col-sm-12.no-padding-fix {
  z-index: 99;
}
.page-node-type-customer-event .container.banner-data .home-banner .evt-details h2 {
  font-size: 22px;
  font-weight: 900;
  padding-bottom: 9px;
  margin-bottom: 0px;
  padding-top: 0;
  margin-top: 0;
  line-height: 35px;
}
.page-node-type-customer-event .container.banner-data .home-banner .evt-details h3 {
  font-size: 18px;
  line-height: 25px;
  text-shadow: none;
  width: 87%;
  font-weight: bold;
}
.page-node-type-customer-event .container.banner-data .home-banner .evt-details .banner-speaker h4 {
  font-size: 14px;
}
.page-node-type-customer-event .container.banner-data .home-banner .evt-details .banner-speaker h5 {
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0px;
}

label.error.customjserror {
  color: red;
  font-size: 0.8rem;
}

/* video-block */
.video-block .video-container {
  border: 8px solid #292929;
  border-radius: 0.625rem;
}
.video-block .video-container video {
  width: 100%;
  height: auto;
  margin: 0;
  display: flex;
}

/* NEWS AND UPDATES */
.news-update .card.header {
  background: #292929;
}
.news-update .card.header .card-img {
  width: 100%;
  height: 242px;
  object-fit: cover;
  opacity: 0.3;
}
.news-update .card.header .card-img-overlay .card .card-img-top {
  width: auto;
  height: 92px;
  margin-bottom: 0.5rem;
}
.news-update .card.header .card-img-overlay .card .card-body .card-title {
  font-size: 1.875rem !important;
}
.news-update .card .card-body .g_deft_btn {
  position: relative;
  bottom: auto;
}

/* Social icons */
.g_social_icon {
  display: inline-block;
  max-width: 2.4rem;
}
.g_social_icon i {
  margin-left: -0.1rem;
}

.social_bg_fb {
  background: #3B5998;
}

.social_bg_tw {
  background: #55ACEE;
}

.social_bg_in {
  background: #007bb5;
}

.client-logos nav.slick__arrow {
  position: relative;
  top: -50%;
}
.client-logos nav.slick__arrow .slick-next {
  right: -50px;
}
.client-logos nav.slick__arrow .slick-next::before {
  color: #026AAA;
  content: "\f285" !important;
  font-family: bootstrap-icons !important;
}
.client-logos nav.slick__arrow .slick-prev {
  right: -25px;
  left: auto;
}
.client-logos nav.slick__arrow .slick-prev::before {
  color: #026AAA;
  content: "\f284" !important;
  font-family: bootstrap-icons !important;
}

.block-twitter-ajax h2 {
  font-size: 1.6rem;
  margin-top: 1rem;
  font-weight: bold;
}
.block-twitter-ajax #tweets {
  overflow: hidden;
  height: 208px !important;
}
.block-twitter-ajax #tweets .tweet {
  color: #fff;
  font-size: 0.8rem;
}

/* breadcrumb */
.breadcrumb {
  margin: 1.5rem 0;
  float: none;
  padding-top: 1rem;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding: 0;
}
.breadcrumb li {
  font-size: 0.875rem;
  padding: 0;
  line-height: 1.5rem;
}
.breadcrumb li.breadcrumb-item::after {
  padding: 0 0.5rem;
  content: var(--bs-breadcrumb-divider, "›");
  font-size: 1rem;
  font-weight: bold;
  margin-left: 0;
}
.breadcrumb li.breadcrumb-item::before {
  display: none;
}
.breadcrumb li:last-child.breadcrumb-item::after {
  display: none;
}
.breadcrumb li a {
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-decoration: none;
}

/* ENDS - breadcrumb */
.show-more-btn {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  margin-top: 10px;
}
.show-more-btn:hover {
  text-decoration: none;
  background-color: #eee !important;
}

.vertical-contact-cta {
  position: relative;
  width: 0;
  height: 8.5rem;
  overflow: visible;
  position: fixed;
  top: 70vh;
  left: auto;
  right: 0px;
  margin: 0;
  padding: 0;
}
.vertical-contact-cta .new-contact-cta {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 22;
}
.vertical-contact-cta .new-contact-cta a {
  border-radius: 8px 10px 0 0;
  font-size: 0.875rem;
  line-height: 0.875rem;
  background: #393939;
  color: white;
  display: block;
  color: white;
  white-space: nowrap;
  text-transform: uppercase;
  outline: 0;
  text-decoration: none;
  padding: 1rem 1.5rem;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-bottom: 0;
}

.tab_drawer_heading {
  display: none;
}

/* Product Info page*/
.col-md-4.col-sm-6.demo-vid {
  overflow: hidden;
}

.demo-vid img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

.demo-vid:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transform: scale(1.2);
}

.demo-vid .video-info {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.6392156863);
  height: 80px;
  padding-top: 17px;
}

.demo-vid .video-info h3 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  transition: all 0.5s ease;
  margin-top: 0;
}

.demo-vid .video-info h3 a {
  color: #fff;
}

.demo-vid:hover .video-info {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  background: #FFA600;
  height: 80px;
  padding-top: 17px;
}

.factsheet-card .factsheets {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #dedede;
  border-radius: 5px;
}
.factsheet-card .factsheet-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFA600;
  text-align: center;
  bottom: -100px;
  transition: all 0.5s ease;
}
.factsheet-card .factsheet-overlay .btn {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background: #fff;
  border: 0px;
  color: #000;
  font-size: 12px;
  font-weight: bold;
}
.factsheet-card .factsheets:hover .factsheet-overlay {
  bottom: 0px;
}

/*Product info ends*/
#webinar-thank-you-page .g_h1 {
  letter-spacing: -0.125rem;
}

@media screen and (max-width: 767px) {
  .gep-smart-images .smart-image-laptop {
    width: auto;
  }
  .gep-smart-images .smart-image-ipad {
    width: auto;
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 1rem;
  }
  .feature-link ul li {
    float: none;
  }
  .smart-v-tabs .tab-content-col .vtab_container {
    padding: 0px;
  }
  .vtab_container {
    width: 100%;
  }
  .vtabs {
    display: none;
  }
  .vtab_drawer_heading {
    margin-top: 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid rgba(112, 112, 112, 0.3019607843);
    border-radius: 8px 8px 8px 8px;
    cursor: pointer;
    transition: all 0.4s ease;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 1.2rem;
    display: block !important;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .vtab_drawer_heading h3 {
    font-size: 18px;
    font-weight: 900;
    color: #026AAA;
    width: 85%;
    display: inline-block;
    line-height: 26px;
    margin-top: 5px;
  }
  .vtab_drawer_heading.t_active h3 {
    color: #fff;
  }
  .t_active {
    background: transparent linear-gradient(123deg, #018FBF 0%, #026AAA 100%) !important;
    color: #fff;
  }
  .vtab_drawer_heading i.bi {
    color: #1487CE;
    font-size: 1.2rem;
    line-height: 32px;
    margin-left: 1rem;
  }
  .vtab_drawer_heading.t_active i.bi {
    color: #ffffff;
  }
  .h-tabs .nav {
    display: none;
  }
  .h-tabs .tab_drawer_heading {
    padding: 15px 20px;
    margin: 0;
    display: block;
    background-color: #fff;
    color: #393939;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 900;
    border: 1px solid #b4b4b4;
    border-radius: 8px;
  }
  .h-tabs .tab_container {
    border: none;
  }
  .h-tabs .d_active {
    background: linear-gradient(109deg, #018FBF 0%, #026AAA 100%) 0% 0% no-repeat padding-box;
    color: #fff;
  }
  .aside-brouchure {
    width: 100%;
    margin: 15px auto;
  }
  .aside-brouchure .asset-access-call-wrapper {
    position: relative;
    width: auto;
    right: 0%;
    margin-top: 0;
    top: 0;
  }
  .banner-v-slider {
    display: none;
  }
  .banner-left-badge {
    display: none;
  }
  .quick-nav {
    display: none;
  }
  .kb-tag-cloud-wrapper {
    display: none;
  }
  .client-logos nav.slick__arrow {
    display: none !important;
  }
  .tab_drawer_heading.d_active {
    background-color: #069;
    color: #fff;
  }
  .tab_drawer_heading {
    padding: 10px 20px 15px;
    margin: 0;
    display: block !important;
    background-color: #666;
    color: #fff;
    cursor: pointer;
    user-select: none;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 900;
  }
  .nav.gep_tabs {
    display: none;
  }
  .g_h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .two-btn-set span {
    display: inline-flex;
  }
  .order_2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order_1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 480px) {
  .g_h1 {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }
  .g_h2 {
    font-size: 1.8rem;
  }
  .gep-search-form form#search-block-form {
    margin: 35vh auto;
    width: 80%;
  }
  .serch-banner-form .search-form-wrapper {
    width: 70%;
    left: 12%;
  }
  ul.pagination {
    flex-wrap: wrap;
  }
  ul.pagination li {
    margin-bottom: 0.75rem;
  }
}
.LoginBoxTrigger, a, button, input[type=submit] {
  cursor: pointer;
}

.home-video-pop .modal-dialog {
  width: 75%;
  margin: 0 auto;
  text-align: center;
}
.home-video-pop .modal-dialog .modal-content {
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
  border: 0px;
}
.home-video-pop .modal-dialog .modal-content .modal-header {
  background: rgba(255, 255, 255, 0);
  border: 0px;
  padding: 0px;
}
.home-video-pop .modal-dialog .modal-content .modal-header button.btn-close {
  background: #000;
  color: #fff;
  font-size: 30px;
  opacity: 1;
  padding: 0 10px;
  line-height: 25px;
  margin-top: 10p;
  margin-bottom: 0px;
  margin-right: 20px;
}
.home-video-pop .modal-dialog .modal-content .modal-body {
  position: relative;
  padding: 20px;
  padding-top: 0;
}

.download-report-button {
  margin-left: 10px;
  float: left;
  border-left: 1px solid #999;
  padding-left: 9px;
}
.download-report-button .download-report {
  background: #1487CE;
  padding: 5px 25px;
  float: left;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  font-family: roboto;
  border-radius: 4px;
}

.LoginBoxTrigger, a, button, input[type=submit] {
  cursor: pointer;
}

/* Image PlaceHolder Animated Background */
/* Skeleton - Image Preloader */
.placeholder-glow img,
.kb-here-image img,
.kb-trending-image img,
.kb-collateral-wrap img,
.background-image-holder img,
.blog-image img,
.featured-blog img, img.background-image,
.background-image-holder-1 img,
.kb-image img,
.asset-image img {
  width: 100%;
  height: inherit;
  min-height: fit-content;
  display: block;
  transform: rotate(20%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%), #026AAA;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%) #026AAA; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0))) #026AAA; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%) #026AAA; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%) #026AAA; /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%) #026AAA; /* IE10+ */
  object-fit: cover;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#026AAAe8",GradientType=1 ); /* IE6-9 */
  background-repeat: repeat-y;
  background-size: 50%;
  background-position: -100% 0;
  animation: shine 1s infinite;
}

@keyframes shine {
  to {
    background-position: 200% 0;
  }
}
/* END Skeleton - Image Preloader */
.fs-sm {
  font-size: 0.8rem !important;
}

.fs-md {
  font-size: 1.2rem !important;
}

.fs-lg {
  font-size: 2rem !important;
}

ul.pagination {
  margin: 40px auto;
  width: fit-content;
}
ul.pagination li.page-item {
  padding: 0 0.2rem;
}
ul.pagination li.page-item a {
  color: #000;
  font-size: 0.85rem;
}
ul.pagination li.page-item:hover {
  color: #fff;
}

.bounce {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  position: absolute;
  z-index: 9;
  bottom: 30px;
  left: 50%;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.bounce .bi {
  width: 60px;
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.industry-insights h4 {
  font-size: 1.2rem !important;
}
.industry-insights .card .card-body {
  padding: 1rem;
  padding-bottom: 1rem;
}

.retail-card-deck li {
  border: 0px solid blue;
  list-style: none;
  display: inline-block;
  margin: 10px 16px 15px 0;
}
.retail-card-deck li .cards {
  background-color: #fff;
  border: 1px solid #DEDEEC;
  border-radius: 8px;
  text-align: center;
  width: 120px;
  height: 150px;
  padding: 10px;
  margin: 0;
}
.retail-card-deck li .cards .card-img {
  position: relative;
  padding: 0;
  display: table;
  text-align: center;
  margin: 0 auto;
}
.retail-card-deck li .cards .card-img img {
  width: auto;
  height: 45px;
  margin: 10px auto;
}
.retail-card-deck li .cards .card-caption {
  position: relative;
  vertical-align: middle;
  text-align: center;
  left: 0;
  min-height: 50px;
}
.retail-card-deck li .cards .card-caption p {
  font-size: 16px;
  color: #393939;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.retail-card-deck li .cards .card-caption p a {
  color: #393939;
}

.price-calulator label {
  font-size: 0.8rem;
  font-weight: bold;
}
.price-calulator #gep-tex-function label {
  font-size: 1rem;
  color: #006699;
}

.new-close {
  padding: 3px 10px;
  border: 1px Solid #eee;
  position: absolute;
  top: 10px;
  right: -20px;
  background: rgba(0, 0, 0, 0.5803921569);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  border-radius: 25px;
  z-index: 99;
}

.text-dark {
  color: #393939;
}

.offcanvas .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  z-index: 99999;
}

#block-homebannerbottom {
  z-index: 9;
}

.slick-dots li button::before {
  font-size: 10px !important;
  color: #fff !important;
  opacity: 0.5 !important;
}
.slick-dots li.slick-active button::before {
  font-size: 12px !important;
  color: #fff !important;
  opacity: 0.85 !important;
}

.gep-main-head {
  font-size: 2.5rem;
  line-height: 3rem;
}

/* Share Widget */
.share-widget-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  margin: 0;
  padding: 0;
}
.share-widget-mobile .dropdown-menu.gep-share {
  display: none;
  padding: 0;
  min-width: auto;
  width: auto;
  background-color: transparent;
}
.share-widget-mobile .dropdown-menu.gep-share.show {
  display: block;
}

.slider-banner-home .banner-text_wrapper {
  margin-top: 0;
}
.slider-banner-home .banner-text_wrapper h1 {
  font-weight: 900;
  font-size: 2.5rem;
}
.slider-banner-home .banner-text_wrapper h2 {
  font-weight: 900;
  font-size: 2.75rem;
  line-height: 3rem;
}
.slider-banner-home .banner-text_wrapper h3 {
  font-size: 1.375rem;
}

@media screen and (max-width: 1024px) {
  .slider-banner-home-mobile {
    display: block !important;
  }
  .slider-banner-home-mobile .banner-text_wrapper {
    position: relative;
    padding: 1.2rem;
    padding-bottom: 2rem;
    background: #000000;
    width: 100%;
    left: 0;
  }
  .slider-banner-home-mobile .banner-text_wrapper h2 {
    color: #fff;
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .slider-banner-home-mobile .banner-text_wrapper h3 {
    color: #fff;
  }
  .slider-banner-home-mobile ul.slick-dots {
    display: none !important;
  }
  .slider-banner-home-mobile nav.slick__arrow {
    display: none;
  }
  .slider-banner-home-mobile nav.slick__arrow .slick-prev, .slider-banner-home-mobile nav.slick__arrow .slick-next {
    position: relative;
  }
  .slider-banner-home-mobile nav.slick__arrow .slick-prev {
    left: 0;
  }
  .slider-banner-home-mobile nav.slick__arrow .slick-next {
    right: 0;
  }
  .slider-banner-home-mobile .background-image-holder-1 img {
    width: 100%;
    min-height: 280px;
    object-fit: cover;
  }
  .slider-banner-home {
    display: none;
  }
}
.background-image.desktop-image {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
}

.eu-cookie-compliance-message {
  color: #fff;
  float: left;
  font-weight: normal;
  margin: 14px 0 0;
  max-width: 87% !important;
  font-family: "Open Sans", Arial, sans-serif !important;
}
.eu-cookie-compliance-message p {
  font-size: 15px !important;
  font-weight: normal !important;
  line-height: 1.4;
  margin: 0 0 5px 0;
}

.eu-cookie-compliance-buttons button {
  background: #fff !important;
  border-radius: 0 !important;
  height: 20px;
  line-height: 11px;
  border: 1px solid #dcdcdc;
  color: #000;
  font-family: Arial, sans-serif;
  font-weight: bold;
  padding: 4px 8px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #ffffff;
  font-size: 13px;
}

/* common css ends */
/* maintenance-page styling */
.maintenance-page header {
  top: 0;
  padding: 1rem 0;
}
.maintenance-page header img {
  height: 3rem;
  width: auto;
}
.maintenance-page .name-and-slogan {
  display: none;
}
.maintenance-page .content-wrapper {
  border-top: 1px dashed #666666;
  padding-bottom: 20px;
  border-bottom: 1px dashed #666666;
  margin-bottom: 20px;
  font: 900 27px/35px "Roboto", sans-serif;
  text-align: center;
}
.maintenance-page .gear-icon {
  width: 126px;
  height: 126px;
  background-image: url(/prod/s3fs-public/maintenance-page-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  margin: 30px auto 30px;
}

/* login-page */
#login-page .path-user .gep_container, #password-page .path-user .gep_container {
  padding: 12rem 0 4rem;
  background: #006699 url(/prod/s3fs-public/gep-user-login-bg.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
#login-page .path-user .gep_container .inside_page_body, #password-page .path-user .gep_container .inside_page_body {
  max-width: 50%;
  margin: 0 auto;
  background-color: white;
  padding: 2rem;
}
#login-page .path-user .gep_container .inside_page_body .breadcrumb, #password-page .path-user .gep_container .inside_page_body .breadcrumb {
  margin-top: 0;
  padding-top: 0;
}
#login-page .path-user .gep_container .inside_page_body #block-geptheme-local-tasks .nav-item, #password-page .path-user .gep_container .inside_page_body #block-geptheme-local-tasks .nav-item {
  display: inline-block;
}
#login-page .path-user .gep_container .inside_page_body #user-login-form label, #login-page .path-user .gep_container .inside_page_body #user-pass label, #password-page .path-user .gep_container .inside_page_body #user-login-form label, #password-page .path-user .gep_container .inside_page_body #user-pass label {
  font-size: 0.813rem;
  line-height: 1.6rem;
  font-weight: 700;
  margin-bottom: 0;
}
#login-page .path-user .gep_container .inside_page_body #user-login-form input.form-text, #login-page .path-user .gep_container .inside_page_body #user-pass input.form-text, #password-page .path-user .gep_container .inside_page_body #user-login-form input.form-text, #password-page .path-user .gep_container .inside_page_body #user-pass input.form-text {
  width: 100%;
  height: 1.8rem;
  padding-left: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  border-radius: 0;
}
#login-page .path-user .gep_container .inside_page_body #user-login-form .form-submit, #login-page .path-user .gep_container .inside_page_body #user-pass .form-submit, #password-page .path-user .gep_container .inside_page_body #user-login-form .form-submit, #password-page .path-user .gep_container .inside_page_body #user-pass .form-submit {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 900;
  font-size: 1.5rem;
  background: #006699;
  border: 0;
  border-radius: 0;
}
#login-page .path-user .gep_container .inside_page_body #user-login-form .description, #login-page .path-user .gep_container .inside_page_body #user-pass .description, #password-page .path-user .gep_container .inside_page_body #user-login-form .description, #password-page .path-user .gep_container .inside_page_body #user-pass .description {
  font-size: 0.75rem;
  color: grey;
}

.text-white {
  color: white;
}
.text-white p {
  color: white;
}

@media screen and (max-width: 1150px) {
  .serch-banner-form .search-form-wrapper .form-check.form-type-checkbox {
    width: auto;
  }
}
.blue-border-top {
  border-top-color: #026AAA !important;
}

.gep-mid-market {
  background: #026AAA;
  color: #ffffff;
  background: url(/prod/s3fs-public/midmarket-background.png) no-repeat fixed 0 0 #026AAA;
  background-size: cover;
}
.gep-mid-market ul li::before {
  color: #FFCB05 !important;
  font-size: 40px !important;
  line-height: 6px;
  content: "." !important;
}

.thumbnail.video-thumbnail {
  position: relative;
  border: 0;
}
.thumbnail.video-thumbnail img {
  border-radius: 8px;
}
.thumbnail.video-thumbnail .caption {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.thumbnail.video-thumbnail .caption h3 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
.thumbnail.video-thumbnail a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.fsi-wrapper {
  padding: 1rem 0;
  background: url(/prod/s3fs-public/fsi-bg.png) no-repeat 50% 50%;
  background-attachment: fixed;
  background-size: cover;
}

.fsi-wrapper .fsi-box {
  background: #fff;
  border: 1px solid #D6D6D6;
  border-top: 0.5em solid #FFCB05;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
}

/* Europe Event */
.page-node-type-europe-events .region-top-banner {
  margin-bottom: 3rem;
}

.top-slider-banner.slick-slider .slick-dots {
  bottom: 35px;
}
.top-slider-banner.slick-slider section.innerPage_Hero .banner-text_wrapper.h-100 {
  min-height: 400px;
}

.c-pointer {
  cursor: pointer;
}

.reports-modal .modal-body .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.reports-modal .modal-body .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.reports-modal .modal-body .carousel-control-next, .reports-modal .modal-body .carousel-control-prev {
  width: auto;
}

.new-asst {
  padding: 0.1rem;
}

.promotion-box-video2 {
  height: 308px;
  overflow: hidden;
  cursor: pointer;
}
.promotion-box-video2 .web-videod img {
  width: 100%;
}

section.transforn-future {
  background: #026AAA;
  background-image: url(/prod/s3fs-public/partners.svg);
}

section.industries .industry-card {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
  opacity: 1;
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  height: 100%;
  transition: all 0.5s ease;
  display: block;
  overflow-wrap: break-word;
}
section.industries .industry-card img {
  height: 3.75rem;
  display: block;
  margin: 0 auto 1rem;
}
section.industries .industry-card .card-title {
  text-align: center;
  font: 14px/20px "Roboto", sans-serif;
  letter-spacing: 0;
  color: #393939;
  margin-top: 10px;
  transition: all 0.5s ease;
  display: block;
}
section.industries .industry-card.view-all {
  position: relative;
}
section.industries .industry-card.view-all span {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font: 20px/36px "Roboto", sans-serif;
  letter-spacing: 0;
  color: #393939;
}
section.industries .industry-card:hover {
  background: #1487CE;
  transform: scale(1.1);
}
section.industries .industry-card:hover img {
  filter: invert(100%) sepia(6%) saturate(2%) hue-rotate(265deg) brightness(150%) contrast(100%);
}
section.industries .industry-card:hover .card-title {
  color: #FFFFFF;
}
section.industries .industry-card.c-red:hover {
  background: transparent linear-gradient(225deg, #C30540 0%, #620320 100%) 0% 0% no-repeat padding-box;
}
section.industries .industry-card.c-red:hover svg.card-ico {
  fill: #ffffff;
}
section.industries .industry-card.c-red svg.card-ico {
  fill: #58031C;
}
section.industries .industry-card.c-blue:hover {
  background: transparent linear-gradient(226deg, #22519B 0%, #053074 100%) 0% 0% no-repeat padding-box;
}
section.industries .industry-card.view-all {
  background: #DEDEED;
}
section.industries .industry-card.view-all:hover {
  background: #DEDEED;
}

.Home-refesh-video {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.Home-refesh-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.Home-refesh-video .container {
  position: relative;
  z-index: 2;
}

.Home-refesh-video .display-1 {
  font-family: "Roboto", sans-serif;
  font-size: 3rem !important;
  font-weight: bold !important;
  line-height: 3.1rem;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.Home-refesh-video .display-2 {
  font-family: "Roboto", sans-serif;
  font-size: 2rem !important;
  font-weight: bold !important;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  line-height: 2.4rem;
}

.home-banner a.btn.btn-primary {
  background-color: #fff;
  color: #026AAA;
  border: 0;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1rem !important;
  text-transform: uppercase;
}

.banner-promotion p {
  color: white;
}
.banner-promotion .promo-title {
  background: #006699;
  position: relative;
  width: auto;
  height: auto;
}
.banner-promotion .promo-title p {
  font-weight: bold;
  font-size: 1.2rem;
}
.banner-promotion .promo-title:after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 34px solid #006699;
  border-top: 38px solid transparent;
  border-bottom: 42px solid transparent;
}
.banner-promotion .pomo-details {
  background: black;
}
.banner-promotion .pomo-details p {
  padding-left: 2rem;
}

.blog-news-sec .blogs-home-page {
  padding: 3rem;
}
.blog-news-sec .blogs-home-page img {
  border: 3px solid #ffffff;
}
.blog-news-sec .blogs-home-page .blog-title {
  margin-top: 0.8rem;
}
.blog-news-sec .blogs-home-page .blog-title a {
  color: white;
  font-size: 0.85rem;
}
.blog-news-sec .blogs-home-page .read-more {
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  text-decoration: underline;
  font-size: 0.85rem;
}
.blog-news-sec .news-home-page {
  padding: 3rem 1rem 3rem;
}
.blog-news-sec .news-home-page .news-card {
  padding: 1.25rem;
  background: #fff;
  border-radius: 10px;
  height: 100%;
}
.blog-news-sec .news-home-page .news-card p.news-title a {
  color: #393939;
  font-weight: bold;
}
.blog-news-sec .news-home-page .news-card .news-link {
  color: #428bca;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.85rem;
}

.fresh-thinking {
  background: url(/prod/s3fs-public/parallax_images/fresh-thinking-03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.asset-head {
  color: white;
  font-size: 1.2rem;
}
.asset-head:hover {
  color: white;
}

.asset-cards {
  background: white;
  margin-top: 0.55rem;
}
.asset-cards .asset-title {
  padding: 1.2rem;
  height: 165px;
}
.asset-cards .asset-title a {
  color: #026AAA;
  font-weight: bold;
}
.asset-cards .asset-links {
  padding: 1.2rem;
}
.asset-cards .asset-links .view-link {
  font-size: 0.8rem;
  color: #393939;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .banner-promotion .pomo-details p {
    padding-left: 0;
  }
  .banner-promotion .promo-title:after {
    content: none;
  }
  .Home-refesh-vide.video-refresh-mobile {
    display: block !important;
  }
  .Home-refesh-vide.video-refresh-mobile .slider-text {
    position: relative;
    padding: 1.2rem;
    padding-bottom: 2rem;
    background: #000000;
    width: 100%;
    left: 0;
  }
  .Home-refesh-vide.video-refresh-mobile .slider-text h2 {
    padding-bottom: 10px;
    font-size: 21px;
    line-height: 26px;
    color: #fff;
  }
  .Home-refesh-vide.video-refresh-mobile .slider-text p {
    line-height: 22px;
    font-size: 12px;
    color: #fff;
  }
  .Home-refesh-video {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .blog-news-sec .blogs-home-page {
    padding: 2rem 0 !important;
  }
  .blog-news-sec .news-home-page {
    padding: 2rem 0 !important;
  }
}
.Home-refesh-vide.video-refresh-mobile {
  display: none;
}

section.slider-banner-home {
  height: 100vh !important;
  background: #000000;
}
section.slider-banner-home .view-banners {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000000;
  background-size: cover !important;
  background-position: 50% 50% !important;
  opacity: 1;
  height: 100vh;
  top: 0;
  transition: all 0s ease !important;
  transition: opacity 0.3s ease !important;
  overflow: hidden;
}
section.slider-banner-home .view-banners .slick .slick-slide {
  height: 100vh !important;
}
section.slider-banner-home .view-banners .slick .slick-slide .background-image-holder-1 {
  width: 100%;
  min-height: 280px;
  height: 100vh;
  background-position: center center;
  background-size: cover;
}
section.slider-banner-home .view-banners .slick .slick-slide .background-image-holder-1 img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
section.slider-banner-home .view-banners .slick .slick-slide .banner-text-wrapper {
  width: 65%;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 5%;
}
section.slider-banner-home .view-banners .background-image-holder-1 {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
}
section.slider-banner-home .view-banners .background-image-holder-1 img {
  max-width: 100%;
  min-height: 100%;
  height: 100%;
  width: 100%;
}
section.slider-banner-home ul.slick-dots {
  display: none !important;
}
section.slider-banner-home nav.slick__arrow {
  display: none;
}

.page-node-type-home-page main {
  padding: 0 !important;
}

.kb-insights-slider-hp .slick-slide img {
  background: none;
  padding: 0px;
  width: 100%;
  height: 145px;
  border-radius: 10px;
}

.kb-insights-slider-hp .slick-slide .kb-image {
  min-height: 145px;
  background: transparent;
}

.kb-insights-slider-hp .slick-slide {
  padding: 5px;
}

.kb-insights-slider-block {
  position: absolute;
  top: 0;
  width: 370px;
  z-index: 9;
  right: 65px;
  top: 19vh;
  margin-top: 10px;
}

/*#index-page .banner-bottom.container-fluid{
  position: relative;
  height: 200px;
}*/
.kb-insights-slider-hp .slick-dots li {
  display: inline-block;
}

.kb-insights-slider-hp .slick-prev.slick-arrow {
  display: none !important;
}

.kb-insights-slider-hp .slick-next.slick-arrow {
  display: none !important;
}

.kb-insights-slider-hp .kb-details .kb-title-overlay {
  position: absolute;
  height: 100%;
  /*background: #0000001f;*/
  border-bottom: 10px solid;
  border-radius: 10px;
  padding: 15px;
  padding-top: 15px;
}

.kb-insights-slider-hp .kb-details .kb-title-overlay.br-color-yellow {
  border-color: #ffeb3b;
}

.kb-insights-slider-hp .kb-details .kb-title-overlay.br-color-blue {
  border-color: #00D3FF;
}

.kb-insights-slider-hp .kb-details .kb-title-overlay.br-color-orange {
  border-color: #FF6D13;
}

.kb-insights-slider-hp .kb-details .kb-title-overlay.br-color-white {
  border-color: #fff;
}

.kb-insights-slider-hp .kb-details {
  position: relative;
  overflow: hidden;
}

.kb-insights-slider-hp .kb-details .kb-title-overlay h4 a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.kb-insights-slider-hp .kb-details .kb-title-overlay h4 {
  line-height: 18px;
}

.kb-insights-slider-hp .kb-details .kb-title-overlay p {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.kb-insights-slider-hp .kb-details .kb-title-overlay a.kb-link-ico {
  text-align: right;
  display: block;
  font-size: 25px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.kb-insights-slider-hp .kb-details .kb-title-overlay a.kb-link-ico {
  animation-duration: 1s;
  animation-iteration-count: 1;
  transform-origin: bottom;
}

.kb-insights-slider-hp .kb-details .kb-title-overlay a.kb-link-ico:hover {
  animation-name: bounce-arrow;
  animation-timing-function: ease;
}

@keyframes bounce-arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
.key-insight-block {
  /*border-radius: 10px;*/
  overflow: hidden;
}

.insights-black-bkg {
  background: #000000;
}

.insights-blue-bkg {
  background: transparent linear-gradient(300deg, #2098E2 0%, #026AAA 100%) 0% 0% no-repeat padding-box;
}

.key-insight-block .insights-head h4 {
  font-size: 18px;
  padding: 10px 15px;
  margin: 0;
}

.key-insight-block .key-insights-slider {
  padding: 0 15px;
}

.key-insight-block .key-insights-slider .slide-info {
  border-right: 1px solid #fff;
  margin-right: 21px;
  height: 80px;
}

.key-insight-block .key-insights-slider .slick-active + .slick-active + .slick-active {
  border-right: 0 !important;
}

/*.key-insight-block .key-insights-slider .kb-title{
  text-align: right;
}
*/
.key-insight-block .key-insights-slider .kb-title a {
  color: #fff;
  font-size: 14px;
}

/*.key-insight-block .key-insights-slider .kb-link{
  text-align: right;
}*/
.key-insight-block .key-insights-slider .kb-link a {
  color: #ffc107;
  font-size: 14px;
}

.key-insight-block .slick-nav span {
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}

.key-insight-block .slick-nav span.divider {
  font-size: 14px;
  margin-right: 2px;
}

.key-insight-block .slick-nav p {
  text-align: right;
}

.key-insight-block .slick-nav {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0px 15px;
}

@media screen and (max-width: 767px) {
  .mobile-asset-view {
    padding: 10px 10px;
    background: transparent linear-gradient(300deg, #2098E2 0%, #026AAA 100%) 0% 0% no-repeat padding-box;
    margin-bottom: 5px;
  }
  .mobile-asset-view .slide-info h4 a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
  }
  .mobile-asset-view .slide-info h4 {
    line-height: 20px;
    width: 90%;
    float: left;
  }
  span.kb-link-icon {
    margin-left: 10px;
  }
  .mobile-asset-view .slide-info p {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
  }
  .banner-assets-block-mobile.new-message {
    background: #fff;
  }
  .mobile-asset-view a.kb-link-ico {
    color: #fff;
    font-size: 20px;
  }
}
@media screen and (max-width: 850px) {
  .key-insight-block {
    display: none;
  }
  .banner-assets-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .key-insight-block .slick-nav {
    padding: 12px;
  }
  .banner-left-badge .badge-block {
    top: -47vh;
  }
  .bounce {
    display: none;
  }
}
@media screen and (min-width: 1600px) {
  .kb-insights-slider-block {
    top: 24vh;
  }
  .key-insights-slide {
    top: 90vh;
  }
}
.banner-assets-block-mobile {
  display: none;
}

.slider-banner-home-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .promotion-box-video2 {
    height: 100%;
  }
  .kb-insights-slider-block {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .kb-insights-slider-block {
    top: 15vh;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .promotion-box-video2 {
    height: 253px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .promotion-box-video2 {
    height: 300px;
  }
}
@media screen and (min-width: 1920px) {
  .promotion-box-video2 {
    height: 420px;
  }
}
#block-bannerbadge {
  position: absolute;
  z-index: 9;
  width: auto;
  top: 78vh; /* bottom: 0; */
  left: 5%;
}

.page-node-type-home-page .home-banner.banner-text {
  width: 49%;
  position: absolute;
  z-index: 9;
  top: 30%;
  left: 5%;
}
.page-node-type-home-page .home-banner.banner-text .slider-text h2, .page-node-type-home-page .home-banner.banner-text .slider-text h3 {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .page-node-type-home-page .home-banner.banner-text {
    width: 100%;
    position: relative;
    left: 0;
    margin-top: 1rem;
  }
}
/* HEADER CSS STARTS HERE */
header {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: fixed;
  z-index: 99;
  width: 100%;
  top: auto;
}
header .topnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .topnav ul li {
  display: inline-block;
  line-height: unset;
}
header .topnav ul li a {
  outline: none;
  text-decoration: none;
  color: white;
  display: inline-block;
  padding: 0 0.5rem;
  font-size: 1rem;
  line-height: 1rem;
}
header .topnav ul li a img {
  max-width: 1rem;
  max-height: 1rem;
  width: 1rem;
  height: auto;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(321deg) brightness(101%) contrast(103%);
}
header .topnav ul li:hover img {
  opacity: 0.7;
}
header .topnav ul .dropdown.language-select .dropdown-toggle::after {
  display: none;
}
header .topnav ul .dropdown.language-select ul {
  margin-top: 0.5rem !important;
  left: -80px !important;
}
header .topnav ul .dropdown.language-select ul li {
  display: block;
}
header .topnav ul .dropdown.language-select ul li a {
  color: #393939;
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  display: block;
}
header .topnav ul .dropdown.language-select ul li a:hover {
  background: #eee;
}
header .topnav .dropdown-menu li {
  display: block;
}
header .main-nav {
  margin: 0 auto;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
  /* RIGHT MENU STYLING Starts */
  /* RIGHT MENU STYLING Ends */
}
header .main-nav .navbar {
  padding: 0;
  margin: 0 1rem;
}
header .main-nav .navbar .navbar-brand {
  padding: 0;
}
header .main-nav .navbar .navbar-brand img {
  max-width: 200px;
  width: 100%;
  height: 40px;
}
header .main-nav .navbar .navbar-dark .navbar-toggler {
  border-color: transparent;
  box-shadow: none;
}
header .main-nav .navbar .megamenu {
  padding: 1rem;
}
header .main-nav .quick-nav a {
  font-weight: bold;
}
header .main-nav .quick-nav li {
  display: block;
  color: #b3a1a1;
}
header .main-nav .quick-nav li.dropdown {
  padding: 2px 10px;
}
header .main-nav .quick-nav li.dropdown:hover .dropdown-menu {
  display: block;
}
header .main-nav .quick-nav li.dropdown > a {
  font-size: 0.85rem;
}
header .main-nav .quick-nav li.dropdown a {
  padding: 0.35rem;
}
header .main-nav .quick-nav > li a {
  font-size: 0.85rem;
}
header .main-nav .quick-nav > li > .dropdown-menu {
  margin-top: 0.75rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 0;
  top: 1.6rem;
  left: -2.2rem;
  z-index: 9999;
  background: #fff;
  border: 0;
}
header .main-nav .quick-nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 80px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}
header .main-nav .quick-nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 81px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: "";
}
header .main-nav .quick-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  /*display: none;*/
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1803921569);
  background-clip: padding-box;
}
header .main-nav .quick-nav .dropdown-menu > li a {
  display: block;
  padding: 8px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 500;
}
header .main-nav .quick-nav .dropdown-menu > li a:hover {
  background: #026AAA;
  color: #ffffff;
}
header .main-nav .quick-nav .dropdown-menu > li a:focus {
  background: #026AAA;
  color: #ffffff;
}
header .main-nav .dropdown-menu.dropdown-solution {
  width: 100vw;
  height: auto !important;
  left: 0 !important;
  margin-left: -1rem !important;
  border: 0;
}
header .main-nav .dropdown-menu.dropdown-solution > li {
  padding: 2rem 0 !important;
  background: white;
}
header .main-nav .dropdown-menu.dropdown-solution > li .container {
  max-width: 1170px;
}
header .main-nav .dropdown-menu.dropdown-solution > li .title {
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #2196F3;
  font-weight: 500;
  position: relative;
  padding: 0.5rem 0 !important;
  margin: 0 0 0.5rem;
}
header .main-nav .dropdown-menu.dropdown-solution > li .title::after {
  content: "";
  position: absolute;
  width: 3rem;
  top: 1.8rem;
  left: 0;
  border-bottom: 2px solid #2196F3;
}
header .main-nav .dropdown-menu.dropdown-solution > li .title:hover {
  background: transparent !important;
  color: #2196F3 !important;
}
header .main-nav .dropdown-menu.dropdown-solution > li a:focus {
  background: transparent !important;
  color: #333;
}
header .main-nav .dropdown-menu.dropdown-solution li ul {
  margin: 0;
  padding: 0;
  border: 0px solid red;
}
header .main-nav .dropdown-menu.dropdown-solution li ul li {
  font-size: 0.85rem;
  font-weight: 500;
}
header .main-nav .dropdown-menu.dropdown-solution li ul li a.sol-dd-main {
  color: #2196F3;
  display: block;
  padding: 0.4rem 0;
}
header .main-nav .dropdown-menu.dropdown-solution li ul li a.sol-dd-main:hover {
  background: transparent;
  color: #2196F3;
}
header .main-nav .dropdown-menu.dropdown-solution li ul li ul {
  border: 0px solid blue;
  list-style-type: "-";
  font-weight: normal;
  margin-left: 0.3rem;
}
header .main-nav .dropdown-menu.dropdown-solution li ul li ul li {
  font-size: 0.7rem;
  padding-left: 0.5rem;
  font-weight: normal;
}
header .main-nav .dropdown-menu.dropdown-solution li ul li ul li a {
  color: #393939;
  padding: 0.3rem 0 0.3rem 0.3rem !important;
  display: inline-block !important;
}
header .main-nav .dropdown-menu.dropdown-solution li ul li ul li a:hover {
  background: transparent !important;
  color: #2196F3 !important;
}
header .main-nav .dropdown-menu.dropdown-solution li ul li ul li ul {
  border: 0px solid green;
  list-style-type: "›";
  padding-left: 0.2rem;
}
header .main-nav .dropdown-menu.dropdown-solution li ul li ul li ul li {
  font-size: 0.7rem;
  padding-left: 0.5rem;
  font-weight: normal;
}
header .main-nav .dropdown-menu.dropdown-solution li ul li ul li ul li a {
  color: #393939;
}
header .main-nav .dropdown-menu.dropdown-solution li ul li ul li ul li a:hover {
  color: #428bca;
}
header .main-nav .dropdown-menu.dropdown-solution:before {
  left: auto !important;
  right: 541px;
}
header .main-nav .dropdown-menu.dropdown-solution:after {
  left: auto !important;
  right: 542px;
}
header .main-nav .dropdown-menu.dropdown-solution ul.dashed-list li:before {
  content: "-";
  text-indent: 0;
  margin: 0;
  margin-right: 5px;
}
header .main-nav .dropdown-menu.dropdown-solution ul.dashed-list ul.dashed-list li:before {
  content: "›";
  text-indent: 0;
  margin: 0;
  margin-left: 10px;
  margin-right: 5px;
}
header .main-nav .g-search-mobile i {
  color: white;
}
header .main-nav .hamburger {
  text-decoration: none;
  display: block;
  color: #716e6e;
  width: 30px;
  height: 3px;
  padding: 15px 0;
  margin: 0 0.5rem;
  position: relative;
}
header .main-nav .hamburger span.bars {
  width: 30px;
  height: 3px;
  display: block;
  position: relative;
  background-color: white;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .main-nav .hamburger span.bars:before, header .main-nav .hamburger span.bars:after {
  content: " ";
  width: 100%;
  height: inherit;
  position: absolute;
  left: 0;
  background-color: inherit;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .main-nav .hamburger span.bars:before {
  top: 9px;
}
header .main-nav .hamburger span.bars:after {
  bottom: 9px;
}
header .main-nav .offcanvas {
  background: transparent;
  max-width: 340px;
  border: 0;
}
header .main-nav .menu2 {
  border: 0px solid red;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
  box-shadow: 2px 0px 19px 1px rgba(0, 0, 0, 0.56);
  width: 320px;
  height: 100%;
  padding: 70px 0 0;
  margin-top: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  background-color: #292929;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* Menu2 styling  */
  /* @mixin transition {
      -webkit-transition: all .3s ease-out;
      -moz-transition: all .3s ease-out;
      -ms-transition: all .3s ease-out;
      transition: all .3s ease-out;
  }
  }
  */
  /* Hamburger styling */
}
header .main-nav .menu2 a.home-title {
  font-size: 1.2rem;
  color: white;
  text-decoration: none;
  text-align: left;
  position: absolute;
  left: auto;
  right: 1.5rem;
  top: 1.5rem;
}
header .main-nav .menu2 ul {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
header .main-nav .menu2 ul li {
  float: none;
}
header .main-nav .menu2 ul li a, header .main-nav .menu2 ul li div {
  width: 100%;
  padding: 8px 25px;
  border-bottom: 1px dotted #af9090;
  position: relative;
  color: white;
  cursor: pointer;
  font-size: 12px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-animation: 0.5s slide-right;
  -moz-animation: 0.5s slide-right;
  -o-animation: 0.5s slide-right;
  animation: 0.5s slide-right;
  font-family: "Roboto", sans-serif;
  display: block;
}
header .main-nav .menu2 ul li a:after, header .main-nav .menu2 ul li div:after {
  content: "";
  width: 0;
  height: 3px;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #28cae3;
  transition: width 0.2s;
}
header .main-nav .menu2 ul li a span.arrow, header .main-nav .menu2 ul li div span.arrow {
  font-size: 1rem;
  line-height: 1rem;
  position: absolute;
  top: 0.4rem;
  left: auto;
  right: 1rem;
}
header .main-nav .menu2 ul li a.gep-menu-label {
  color: #28cae3;
  font-weight: bold;
  font-size: 1rem;
  display: block;
}
header .main-nav .menu2 ul li.last.leaf a {
  color: #ffae25;
  font-size: 15px;
}
header .main-nav .menu2 ul li.back-button {
  position: absolute;
  top: -3rem;
}
header .main-nav .menu2 ul li.back-button div {
  border-bottom: 0px;
  margin-left: 0.2rem;
}
header .main-nav .menu2 ul li.back-button div span.arrow {
  font-size: 1rem;
  line-height: 1rem;
  position: absolute;
  top: 0.4rem;
  left: 1rem;
}
@-webkit-keyframes slide-right {
  from {
    margin-left: 100%;
    width: 300%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}
@-moz-keyframes slide-right {
  from {
    margin-left: 100%;
    width: 300%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}
@-o-keyframes slide-right {
  from {
    margin-left: 100%;
    width: 300%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}
@keyframes slide-right {
  from {
    margin-left: 100%;
    width: 300%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}
header .main-nav .menu2 .main-menu li a:hover:after,
header .main-nav .menu2 .main-menu li div:hover:after {
  width: 100%;
}
header .main-nav .menu2 .site-map-menu a.dead-link:hover:after {
  width: 0;
}
header .main-nav .menu2 .main-menu li a i,
header .main-nav .menu2 .main-menu li div i {
  position: absolute;
  top: 15px;
  right: 10px;
}
header .main-nav .menu2 .main-menu li a .fa-angle-left,
header .main-nav .menu2 .main-menu li div .fa-angle-left {
  top: 13px;
  left: 10px;
}
header .main-nav .menu2 .top-nav-collapse .bars,
header .main-nav .menu2 .top-nav-collapse .bars:before,
header .main-nav .menu2 .top-nav-collapse .bars:after {
  background-color: #716e6e;
}
header .main-nav .menu2 .hamburger.open .bars {
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .main-nav .menu2 .hamburger.open .bars::before {
  top: 0;
  background-color: white;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .main-nav .menu2 .hamburger.open .bars::after {
  bottom: 0;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .main-nav .menu2.show {
  overflow-y: scroll;
  border: none;
}
header .main-nav .menu2.show .menu2 {
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .main-nav .menu2.show .menu2:hover {
  overflow-y: auto;
}
header .mega-nav .dropdown:hover .dropdown-menu {
  /*display: block;*/
  margin-top: 0;
}
header .mega-nav .navbar {
  padding: 0;
  margin: 0;
}
header .mega-nav .navbar .navbar-nav .nav-item {
  padding: 0 1rem;
}
header .mega-nav .navbar .navbar-nav .nav-item .nav-link {
  color: white;
}
header .mega-nav .navbar .navbar-nav .nav-item .nav-link:hover {
  color: white;
}
header .mega-nav .navbar .navbar-nav .nav-item .dropdown-menu.megamenu {
  height: 80vh;
}
header .mega-nav .navbar .navbar-nav .dropdown-menu .col-megamenu {
  height: 100%;
  border-right: 1px dashed #ccc;
  position: relative;
}
header .mega-nav .navbar .navbar-nav .dropdown-menu .col-megamenu .title {
  font-size: 0.9rem !important;
  text-transform: uppercase;
  color: #2196F3 !important;
  font-weight: 500;
  position: relative;
  padding: 0.5rem 0 !important;
  margin: 0 0 0.5rem !important;
}
header .mega-nav .navbar .navbar-nav .dropdown-menu .col-megamenu .title::after {
  content: "";
  position: absolute;
  width: 3rem;
  top: 1.8rem;
  left: 0;
  border-bottom: 2px solid #2196F3;
}
header .mega-nav .navbar .navbar-nav .dropdown-menu .col-megamenu .title:hover {
  background: transparent !important;
  color: #2196F3 !important;
}
header .mega-nav .navbar .navbar-nav .dropdown-menu .col-megamenu .list-unstyled {
  margin-top: 0.5rem;
}
header .mega-nav .navbar .navbar-nav .dropdown-menu .col-megamenu .list-unstyled li {
  padding: 0.25rem 0;
}
header .mega-nav .navbar .navbar-nav .dropdown-menu .col-megamenu .list-unstyled li p {
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
  line-height: 1rem;
  color: #2196F3;
  font-weight: 500;
}
header .mega-nav .navbar .navbar-nav .dropdown-menu .col-megamenu .list-unstyled li p i {
  font-size: 0.75rem;
}
header .mega-nav .navbar .navbar-nav .dropdown-menu .col-megamenu .list-unstyled li a {
  font-size: 0.75rem;
  color: #333;
  font-weight: 500;
  transition: all 0.2s ease;
}
header .mega-nav .navbar .navbar-nav .dropdown-menu .col-megamenu .list-unstyled li a:hover {
  color: #2196F3;
}
header .mega-nav .navbar .navbar-nav .dropdown-menu .col-megamenu .list-unstyled li a.new-intend {
  background: url(/prod/s3fs-public/new-dash.png) no-repeat -8px 6px;
  padding-left: 10px;
  margin-left: 10px;
}
header .mega-nav .navbar .navbar-nav .dropdown-menu .col-megamenu .list-unstyled li a.featured-menu-link::after {
  content: "Featured Capability";
  position: absolute;
  background: #2196F3;
  color: #fff;
  border-radius: 15px;
  font-size: 10px;
  margin-top: 4px;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
header .mega-nav .navbar .navbar-nav .dropdown-menu .col-megamenu .insights-head {
  font-size: 1rem;
  font-weight: bold;
}
header .mega-nav .navbar .navbar-nav .dropdown-menu .col-megamenu .read-more-insights {
  float: right;
  color: #393939;
  font-size: 0.85rem;
  font-weight: bold;
}
header .custom-nav-fixed {
  background: #fff;
  transition: all 0.5s ease-in-out, padding 0.5s ease-in-out;
}
header .custom-nav-fixed .link-light {
  color: #393939;
}
header .custom-nav-fixed .topnav img {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(321deg) brightness(101%) contrast(103%);
}
header .custom-nav-fixed .hamburger span.bars {
  background-color: #393939;
}
header .custom-nav-fixed .g-search-mobile i {
  color: #393939;
}

@media screen and (max-width: 1024px) {
  .mega-nav {
    display: none;
  }
  .quick-nav {
    display: none;
  }
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}
/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
@media (max-width: 992px) {
  header {
    top: auto;
  }
  header .main-nav {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  /*.view.view-kb-top-grid, .view-display-id-category_grid{ margin: 90px auto 0;}*/
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  header {
    top: 0;
  }
  header .main-nav {
    padding: 1rem 0 !important;
  }
  header .main-nav .navbar .navbar-brand img {
    max-width: 150px;
  }
}
/* ============ mobile view .end// ============ */
/* HEADER CSS ENDS HERE*/
.hamburger-menu {
  position: relative;
  z-index: 9999;
  text-indent: -999rem;
  display: block;
  width: 32px;
  height: 32px;
}

.hamburger-menu-button {
  width: 40px;
  height: 40px;
  padding: 0;
  display: block;
  position: relative;
  margin-top: 0;
  z-index: 9999;
  background: transparent;
  border: 0px solid white;
  box-sizing: content-box;
  border-radius: 50%;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  outline: 0;
}

.hamburger-menu-button-open {
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -12px;
}

.hamburger-menu-button-open,
.hamburger-menu-button-open::before,
.hamburger-menu-button-open::after {
  position: absolute;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hamburger-menu-button-open::before,
.hamburger-menu-button-open::after {
  left: 0;
  content: "";
}

.hamburger-menu-button-open::before {
  top: 8px;
}

.hamburger-menu-button-open::after {
  bottom: 8px;
}

.hamburger-menu-button-close {
  background: transparent;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hamburger-menu-button-close::before {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.hamburger-menu-button-close::after {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.block-gep-strategy-pages-menu .dropdown-menu.megamenu {
  padding-top: 2rem;
}

.block-gep-managed-services-menu .dropdown-menu.megamenu {
  padding-top: 2rem;
}

.block-gep-software-pages-menu .nav-item.has-megamenu .nav-link img.menu-link-img {
  height: 23px;
}
.block-gep-software-pages-menu .nav-item.has-megamenu:nth-child(2) .nav-link img.menu-link-img {
  height: 19px;
}
.block-gep-software-pages-menu .nav-item.has-megamenu:nth-child(3) .nav-link img.menu-link-img {
  height: 16px;
}
.block-gep-software-pages-menu .nav-item.has-megamenu:nth-child(4) .nav-link img.menu-link-img {
  height: 19px;
}
.block-gep-software-pages-menu .nav-item.has-megamenu:nth-child(5) .nav-link img.menu-link-img {
  height: 19px;
}
.block-gep-software-pages-menu .dropdown-menu.megamenu {
  padding-top: 2rem;
}

/* Banner */
.no-banner {
  margin-bottom: 2px;
  height: 70px;
}

.primary-links.new-intend::before {
  content: "‐";
  font-size: 0.8rem;
  font-weight: bold;
  margin-right: 0.82rem;
}

/* header css ends */
.new-industries li .dashed-list:before {
  content: "-";
  text-indent: 0;
  margin: 0;
  margin-right: 5px;
}

.ceo-info .founder-details {
  position: absolute;
}
.ceo-info .founder-details .founder-name {
  font-size: 1.875rem;
  line-height: 2.5rem;
}
.ceo-info .founder-details .founder-desc {
  font-size: 1.125rem;
}

.ceo-quote .quote-text {
  font-size: 2.25rem;
  line-height: 2.8rem;
}

.slide-up-content .slide-cards {
  text-align: center;
  background: #F5FAFF;
  border-radius: 8px;
  border: 1px solid #ddd;
  position: relative;
  transition: background 0.4s ease;
  height: 100%;
}
.slide-up-content .slide-cards .slide-img-blk {
  background: #fff;
  padding-bottom: 10px;
}
.slide-up-content .slide-cards .slide-img-blk .card-img {
  padding-top: 20px;
  padding-bottom: 10px;
}
.slide-up-content .slide-cards .slide-img-blk .card-title h4 {
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #1487CE;
  text-transform: uppercase;
}
.slide-up-content .slide-cards .card-front-txt {
  font-size: 0.9rem;
}

span.big-text {
  font-size: 4rem;
  font-weight: bold;
  color: white;
}

span.small-text {
  font-size: 3.5rem;
}

.stats-fig p {
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 18px;
  text-align: center;
  padding-bottom: 0px;
  font-weight: 400;
  color: white;
}

.carr-apply .cul-box {
  position: relative;
}
.carr-apply .miss-vison-iteam {
  background: #2699d9;
}
.carr-apply .gep-core-iteam {
  background: #fa9a22;
}
.carr-apply .women-item {
  background: #3070be;
}
.carr-apply .advocacy-item {
  background: #26be9c;
}
.carr-apply .cul-icon {
  width: 76px;
  height: 76px;
  padding: 9px;
  margin: 8px;
  float: left;
}
.carr-apply .cul-icon svg {
  fill: white;
}
.carr-apply .cul-text {
  float: left;
  width: 67%;
}
.carr-apply .cul-text h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 1.5rem;
  color: #fff;
  margin-bottom: 0px;
  margin-bottom: 0.8rem;
  line-height: 1.5rem;
}
.carr-apply .cul-text p {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-top: -0.5rem;
}
.carr-apply .cul-btn {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: #fff;
  padding: 0px 4px;
  color: #000;
  font-size: 1rem;
  padding-left: 6px;
}
.carr-apply .cul-btn a {
  padding: 5px;
}

.sustainability-bkg {
  background: #026AAA;
  color: #ffffff;
  background: url(/prod/s3fs-public/sustainability_background.jpg) no-repeat fixed 0 0;
  background-size: cover;
}

.date-wrap {
  background: #00aeef;
}

.partners-logo {
  height: 135px;
  border: 1px solid rgb(238, 238, 238);
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 767px) {
  .ceo-info .founder-details {
    position: relative !important;
    margin-top: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .ceo-info .founder-details .founder-name {
    text-align: center;
  }
  .ceo-info .founder-details .founder-desc {
    text-align: center;
  }
  .stats-fig p {
    margin-bottom: 50px;
  }
  .stats-fig p:first-child {
    margin-bottom: 0;
  }
  .reccomended-assets {
    margin-bottom: 30px;
  }
}
.banner-v-slider .view-media-coverage-news h4 {
  font-size: 1rem;
  font-weight: bold;
}

.empower-women .card-subtitle {
  font-size: 0.813rem;
}
.empower-women .card-text {
  color: #006699;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  span.big-text {
    font-size: 2.6rem;
  }
  span.small-text {
    font-size: 2.2rem;
  }
}
/* Main Leadership css page starts here*/
.gep-big-quotemark {
  background: url(https://uatmkt.gep.com/sites/all/themes/gep/images/quote.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 38px;
}

/* leadership qoute ceo*/
.leadershp-top-content {
  background: #f2f2f2;
}
.leadershp-top-content .ceo-quote h3 {
  text-align: center;
  font-size: 1.375rem;
  letter-spacing: 0px;
  font-weight: 600;
  color: #393939;
  line-height: 2rem;
}
.leadershp-top-content .leadr-top-quote-section {
  border-bottom: 1px solid #707070;
  margin-top: 1rem;
}

.leadr-top-title-section h4 {
  letter-spacing: 0px;
  color: #026AAA;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 1.875rem;
}

/* leadership qoute CEO ends*/
/*Leadership tabs start here*/
.leadership-tab .card .card-body {
  padding-bottom: 0 !important;
  padding: 1rem 0.5rem;
}
.leadership-tab .card .card-body a {
  color: #026AAA;
  font-weight: 700;
  display: block;
}
.leadership-tab .card .card-body h5.card-title {
  color: #026AAA;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
}
.leadership-tab .card .card-body p.card-text {
  font-size: 0.75rem;
  color: #292929;
}
.leadership-tab button#nav-corporate-tab {
  background-color: #026AAA;
  color: #fff;
}
.leadership-tab button#nav-software-tab {
  background-color: #f58600;
  color: #fff;
}
.leadership-tab button#nav-services-tab {
  background-color: #4ea100;
  color: #fff;
}
.leadership-tab .nav-tabs {
  border-bottom: 4px solid #1487ce;
}
.leadership-tab .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 20px 47px;
  margin-right: 4px;
  font-weight: bold;
}
.leadership-tab .nav-tabs .nav-link.active {
  transform: scaleY(1.1);
  margin-bottom: 3px !important;
}

/* Leadership tabs ends here*/
/*More Insights starte here*/
section.container-fluid.blue-gradiant {
  background: transparent linear-gradient(105deg, #2098e2 0%, #026aaa 100%) 0% 0% no-repeat padding-box;
}

/*Leadership Details page*/
.Leader_Imag {
  margin-top: 20px;
}
.Leader_Imag h3.leader-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #026AAA;
  padding-top: 10px;
  text-transform: uppercase;
}
.Leader_Imag .designation {
  font-size: 1.375rem;
  font-weight: 900;
}
.Leader_Imag img {
  width: 100%;
}

.leader-quotes {
  background: #f2f2f2;
  padding-top: 50px;
  margin-top: 20px;
  padding-bottom: 1px;
}
.leader-quotes .gep-big-quotemark {
  background: url(/prod/s3fs-public/quote.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 38px;
}
.leader-quotes .lead-quote {
  font-size: 1.625rem;
  padding-top: 1rem !important;
  position: relative;
  letter-spacing: 0px;
  color: #292929;
  text-align: center;
  font-weight: 500;
  width: 65%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .leadershp-top-content {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .leadershp-top-content {
    width: 100%;
    padding-bottom: 2rem;
  }
  .leadershp-top-img {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .leadership-tab .nav-tabs .nav-link {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .leader-quotes .lead-quote {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .leader-quotes .lead-quote {
    width: 100%;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    font-size: 1.125rem;
  }
}
/* Main Leadership css ends page*/
/* News release page starts here*/
/* News Release css starts here*/
.newslisting {
  font-family: "Roboto", sans-serif;
}
.newslisting h2.news-year {
  font-weight: bold;
  color: #026AAA;
  font-size: 1.5rem;
}
.newslisting .newsrow {
  background: #ffffff;
  padding: 20px;
  border: 1px solid #D7DDE3;
  border-radius: 8px;
}
.newslisting .news-title a {
  font-size: 1.5rem;
  font-weight: 900;
  color: #026AAA;
  line-height: 1.75rem;
}
.newslisting .news-creted-date {
  font-weight: bold;
  font-size: 1.125rem;
  color: #292929;
}
.newslisting i.bi.bi-facebook {
  color: #3b5998;
}
.newslisting i.bi.bi-twitter {
  color: #55acee;
}
.newslisting i.bi.bi-linkedin {
  color: #0e76a8;
}
.newslisting .news-readmore {
  display: inline-block;
}
.newslisting .news-readmore a {
  background: #026AAA;
  color: #fff;
  padding: 10px;
  font-size: 0.8rem;
  line-height: 2rem;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: bold;
}
.newslisting .news-readmore a i {
  line-height: 2rem;
  border-radius: 5px;
}
.newslisting .news-social-share {
  font-size: 1.125rem;
  font-weight: bold;
}
.newslisting .news-social-share ul {
  padding-left: 0;
}
.newslisting .news-social-share ul li {
  display: inline-block;
  padding-right: 5px;
}
.newslisting .newsrow .g_download_btn {
  border: 1px solid #006699 !important;
  padding: 0.6rem 1rem !important;
  border-radius: 5px !important;
  margin-left: 1rem;
}

.newsarchive h2 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.newsarchive .item-list ul {
  padding: 0;
}
.newsarchive .item-list ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0px 0px 2.2em 0.5em;
}
.newsarchive .item-list ul li a {
  color: #292929;
  background-color: #ddd;
  padding: 10px 25px;
  font-weight: bold;
}
.newsarchive .item-list ul li a:hover {
  background: #006699;
  color: #fff;
}

.news-details h1.news-title {
  font-size: 2.25rem;
  font-weight: 900;
  color: #026AAA;
  line-height: 2.75rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.news_detail_page a {
  color: #026AAA;
}
.news_detail_page h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #026AAA;
  margin-top: 10px;
}
.news_detail_page ul {
  margin-left: 20px;
}
.news_detail_page ul li::before {
  content: "⚬";
  color: #1487CE;
  font-weight: bold;
  font-size: 18px;
  margin-right: 12px;
}
.news_detail_page ul li {
  list-style-type: none;
}

.row.media-contact {
  border: 1px solid #006699;
  padding: 20px;
  background: #EFF7FE;
  margin: 20px 0px;
}
.row.media-contact h3 {
  font-weight: bold;
  font-size: 25px;
}

/* News Release css ends here*/
@media screen and (max-width: 480px) {
  .news-details h1.news-title {
    font-size: 1.75rem;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .news-details h1.news-title {
    font-size: 2rem;
    line-height: 2.55rem;
  }
}
/* News Release page ends here*/
/* events page css starts here*/
/* Events Css starts here*/
.event_card {
  margin-bottom: 30px;
}
.event_card .card {
  border-color: #eeeeee;
}
.event_card .card .evt-img-wrap {
  display: table;
  min-height: 162px;
  position: relative;
  background: #fff;
}
.event_card .card .evt-img-wrap .up-event-img {
  padding: 5px;
  display: table-cell;
  vertical-align: middle;
}
.event_card .card .evt-img-wrap .up-event-img img {
  max-width: 100%;
  width: 100%;
}
.event_card .card-body {
  padding: 0px;
  border: 0;
  margin-top: 0px;
  position: relative;
  background: #EFF7FE !important;
  overflow: hidden;
  padding-bottom: 5rem !important;
}
.event_card .event-label {
  background: #08a1ff;
  color: #fff;
  font-weight: normal;
  position: absolute;
  top: 0;
  z-index: 9;
  left: 0;
  padding: 2px 15px;
  font-size: 0.813rem;
}
.event_card .up-event-place {
  font-size: 0.875rem;
}
.event_card .event-label.webinar {
  background: #ff5b08;
}
.event_card img {
  max-width: 100%;
  width: 100%;
}
.event_card h5.card-title {
  font-size: 1rem !important;
  font-weight: bold;
  color: #026AAA;
}
.event_card a.btn.btn-primary {
  font-size: 0.875rem;
  background: #026AAA;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: table;
  margin: 20px auto;
}

/* Events css ends here*/
/* events page css ends here*/
/*awards page css starts here*/
.row.awards-list-item {
  border: 1px solid #D7DDE3;
  border-radius: 8px;
}
.row.awards-list-item h3 {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  text-align: left;
  letter-spacing: 0px;
  color: #026AAA;
  font-weight: 600;
}
.row.awards-list-item .awards-item-content {
  padding: 15px;
  padding-left: 20px;
  border-left: 1px solid #D7DDE3;
}
.row.awards-list-item .award-img img {
  height: 135px;
  width: auto;
}

/*awards page css ends here*/
/* Clients page starts here*/
.featured-clients ul li {
  list-style-type: none;
  display: inline-block;
  margin: 5px;
  border: 1px solid #ccc;
  padding: 2px 45px;
}
.featured-clients ul li img {
  padding: 10px;
  max-width: 145px;
}

.customer-talk {
  background: #EFF7FE !important;
}
.customer-talk .video-item {
  background: rgb(255, 255, 255);
  padding: 15px;
  margin: 10px;
  min-height: 306px;
  border-radius: 8px;
}
.customer-talk .video-item .test-image {
  position: relative;
}
.customer-talk .video-item .test-image::before {
  content: " ";
  background-image: url(/prod/s3fs-public/cust-video-icon.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
}
.customer-talk .video-item .video-details h5 {
  font-weight: 900;
  margin-top: 10px;
  font-size: 1rem;
}
.customer-talk .video-item .video-details p.designation {
  font-size: 0.813rem;
}
.customer-talk #block-views-block-client-details-testimonials .slide {
  border-bottom: 1px dotted #292929;
  padding-top: 1rem;
  height: 210px;
}
.customer-talk #block-views-block-client-details-testimonials .slide p {
  font-size: 0.875rem;
}
.customer-talk #block-views-block-client-details-testimonials .slide span.testimonial_author {
  font-size: 0.938rem;
  font-weight: bold;
}

span.industry-icon-cus img {
  width: 57px !important;
  margin-right: 10px;
}

.industries-we-work-with .industry-icon-wrap {
  min-height: 250px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 8px;
  position: relative;
}
.industries-we-work-with .industry-icon-wrap:hover {
  background: #1487CE;
}
.industries-we-work-with .industry-icon-wrap:hover .client-industry-name {
  color: #fff;
}
.industries-we-work-with .industry-icon-wrap:hover .lead-jump-btn a {
  color: #fff;
}
.industries-we-work-with .industry-icon-wrap .client-industry-name {
  position: absolute;
  top: 82px;
  left: 0;
  padding: 51px 15px;
  text-align: center !important;
  font-size: 1.125rem;
  font-weight: bold;
  width: 100%;
}
.industries-we-work-with .industry-icon-wrap .lead-jump-btn {
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 22px;
}
.industries-we-work-with .industry-icon-wrap .lead-jump-btn a {
  color: #026AAA;
}
.industries-we-work-with .industry-icon-wrap .client-industry-id {
  width: 30%;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
}

.cpg-industry {
  background-image: url(/prod/s3fs-public/gep-industries-sprites.png);
  background-repeat: no-repeat;
  background-position: -30px -17px;
  width: 92px;
  height: 95px;
  margin-top: 10px;
  position: absolute;
}

.industry-icon-wrap:hover .cpg-industry {
  background-image: url(/prod/s3fs-public/gep-industries-sprites-hover.png);
  background-repeat: no-repeat;
  background-position: -30px -17px;
}

.retail-industries {
  background-image: url(/prod/s3fs-public/gep-industries-sprites.png);
  background-repeat: no-repeat;
  background-position: -191px -31px;
  width: 92px;
  height: 95px;
  margin-top: 10px;
  position: absolute;
}

.industry-icon-wrap:hover .retail-industries {
  background-image: url(/prod/s3fs-public/gep-industries-sprites-hover.png);
  background-repeat: no-repeat;
  background-position: -191px -31px;
}

.pharma-industries {
  background-image: url(/prod/s3fs-public/gep-industries-sprites.png);
  background-repeat: no-repeat;
  background-position: -347px -36px;
  width: 92px;
  height: 95px;
  margin-top: 10px;
  position: absolute;
}

.industry-icon-wrap:hover .pharma-industries {
  background-image: url(/prod/s3fs-public/gep-industries-sprites-hover.png);
  background-repeat: no-repeat;
  background-position: -347px -36px;
}

.mfg-industries {
  background-image: url(/prod/s3fs-public/gep-industries-sprites.png);
  background-repeat: no-repeat;
  background-position: -495px -27px;
  width: 92px;
  height: 95px;
  margin-top: 10px;
  position: absolute;
}

.industry-icon-wrap:hover .mfg-industries {
  background-image: url(/prod/s3fs-public/gep-industries-sprites-hover.png);
  background-repeat: no-repeat;
  background-position: -495px -27px;
}

.eu-industries {
  background-image: url(/prod/s3fs-public/gep-industries-sprites.png);
  background-repeat: no-repeat;
  background-position: -644px -18px;
  width: 92px;
  height: 95px;
  margin-top: 10px;
  position: absolute;
}

.industry-icon-wrap:hover .eu-industries {
  background-image: url(/prod/s3fs-public/gep-industries-sprites-hover.png);
  background-repeat: no-repeat;
  background-position: -644px -18px;
}

.chem-industries {
  background-image: url(/prod/s3fs-public/gep-industries-sprites.png);
  background-repeat: no-repeat;
  background-position: -798px -26px;
  width: 92px;
  height: 95px;
  margin-top: 10px;
  position: absolute;
}

.industry-icon-wrap:hover .chem-industries {
  background-image: url(/prod/s3fs-public/gep-industries-sprites-hover.png);
  background-repeat: no-repeat;
  background-position: -798px -26px;
}

.finance-industries {
  background-image: url(/prod/s3fs-public/gep-industries-sprites.png);
  background-repeat: no-repeat;
  background-position: -798px -26px;
  width: 92px;
  height: 95px;
  margin-top: 10px;
  position: absolute;
}

.industry-icon-wrap:hover .finance-industries {
  background-image: url(/prod/s3fs-public/gep-industries-sprites-hover.png);
  background-repeat: no-repeat;
  background-position: -798px -26px;
}

.tech-industries {
  background-image: url(/prod/s3fs-public/gep-industries-sprites.png);
  background-repeat: no-repeat;
  background-position: -40px -164px;
  width: 92px;
  height: 95px;
  margin-top: 10px;
  position: absolute;
}

.industry-icon-wrap:hover .tech-industries {
  background-image: url(/prod/s3fs-public/gep-industries-sprites-hover.png);
  background-repeat: no-repeat;
  background-position: -40px -164px;
}

.gov-industries {
  background-image: url(/prod/s3fs-public/gep-industries-sprites.png);
  background-repeat: no-repeat;
  background-position: -349px -155px;
  width: 92px;
  height: 95px;
  margin-top: 10px;
  position: absolute;
}

.industry-icon-wrap:hover .gov-industries {
  background-image: url(/prod/s3fs-public/gep-industries-sprites-hover.png);
  background-repeat: no-repeat;
  background-position: -349px -155px;
}

.biz-industries {
  background-image: url(/prod/s3fs-public/gep-industries-sprites.png);
  background-repeat: no-repeat;
  background-position: -472px -163px;
  width: 92px;
  height: 95px;
  margin-top: 10px;
  position: absolute;
}

.industry-icon-wrap:hover .biz-industries {
  background-image: url(/prod/s3fs-public/gep-industries-sprites-hover.png);
  background-repeat: no-repeat;
  background-position: -472px -163px;
}

.hospitality-industries {
  background-image: url(/prod/s3fs-public/gep-industries-sprites.png);
  background-repeat: no-repeat;
  background-position: -649px -161px;
  width: 92px;
  height: 95px;
  margin-top: 10px;
  position: absolute;
}

.industry-icon-wrap:hover .hospitality-industries {
  background-image: url(/prod/s3fs-public/gep-industries-sprites-hover.png);
  background-repeat: no-repeat;
  background-position: -649px -161px;
}

.others-industries {
  background-image: url(/prod/s3fs-public/gep-industries-sprites.png);
  background-repeat: no-repeat;
  background-position: -761px -155px;
  width: 92px;
  height: 95px;
  margin-top: 10px;
  position: absolute;
}

.industry-icon-wrap:hover .others-industries {
  background-image: url(/prod/s3fs-public/gep-industries-sprites-hover.png);
  background-repeat: no-repeat;
  background-position: -761px -155px;
}

.Clients-modal .modal-dialog {
  max-width: 992px; /* New width for default modal */
}
.Clients-modal .modal-header {
  background: #026AAA;
  color: #fff;
}
.Clients-modal .clients-accod-header {
  background: #ececec;
  padding: 8px 20px;
  font-size: 1rem;
}
.Clients-modal .clients-list-text ul {
  margin: 0;
}
.Clients-modal .clients-list-text ul li {
  list-style-type: none;
  display: inline-block;
  margin: 10px;
}

@media screen and (max-width: 480px) {
  .Clients-modal .clients-list-text ul {
    margin: 0;
  }
  .Clients-modal .clients-list-text ul li {
    list-style-type: disc;
    display: list-item;
  }
}
@media screen and (min-width: 540px) and (max-width: 767px) {
  .featured-clients ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
/* Clients page ends here*/
/* CAREER PAGE STYLING STARTS */
/* WHY GEP */
.why-gep {
  background: url(/prod/s3fs-public/WHY-GEP-BG.png) no-repeat 50% 50%;
  background-size: cover;
}
.why-gep button {
  background: rgba(243, 241, 241, 0.09);
  border: 0;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.5rem;
  margin-left: 0.2rem;
}
.why-gep button i {
  font-weight: bold;
  color: #ffffff;
}
.why-gep button:hover {
  background: rgba(243, 241, 241, 0.2);
}
.why-gep .card {
  cursor: pointer;
}
.why-gep .card .card-img-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.96) 2%, rgba(159, 159, 159, 0) 100%);
}
.why-gep .card .card-img-overlay h4 {
  font-size: 18px;
  line-height: 26px;
  color: white;
}
.why-gep .card .card-img-overlay .card-text {
  opacity: 0;
  transition: all 0.5s ease;
  height: 5%;
}
.why-gep .card .card-img-overlay .card-text p {
  color: white;
  font-size: 0.813rem;
}
.why-gep .card:hover .card-img-overlay .card-text {
  opacity: 1;
  height: 70%;
}

.find-your-place .card a strong {
  font-size: 1.125rem;
  color: #393939;
}
.find-your-place .card a:hover .card-img-top {
  filter: invert(40%) sepia(98%) saturate(699%) hue-rotate(167deg) brightness(90%) contrast(92%);
}
.find-your-place .card a:hover strong {
  color: #1487CE;
}

.banner-overlay-right {
  height: 75%;
  margin-top: 10%;
}
.banner-overlay-right img {
  height: 100%;
}

.life-at-gep .lag-next, .life-at-gep .lag-prev {
  background: transparent;
  width: 2rem;
  height: 2rem;
}

.parallax-bg {
  background-attachment: fixed;
}

.gep-per-se {
  background-image: url(../images/careers-parallax-asset.jpg);
  background-size: cover;
}

.careers-pill-badge a.g_deft_btn {
  border-color: #393939;
  font-weight: normal;
  color: #393939;
}
.careers-pill-badge a.g_deft_btn:hover {
  color: white;
  border-color: #006699;
}

.joinus .card img {
  max-height: 100px;
}

.campus-connect .ccs-next, .campus-connect .ccs-prev {
  background: transparent;
  width: 2rem;
  height: 2rem;
}

.gptw {
  background-image: url(/prod/s3fs-public/campus-connect--gptw-bg.jpg);
  background-size: cover;
}

.list-of-universities .card {
  border-radius: 0.6rem;
  overflow: hidden;
  border-color: #DEDEDE;
}
.list-of-universities .card .uni-loc {
  font-size: 0.688rem;
  color: #292929;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.list-of-universities .card .uni-grad {
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0;
}
.list-of-universities .card .uni-grad a {
  font-size: 0.813rem;
  text-decoration: none;
  color: #2a6496;
  font-weight: normal;
}

.types-of-jobs .card {
  cursor: pointer;
  border-radius: 0.5rem !important;
  overflow: hidden;
}
.types-of-jobs .card .card-img-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(159, 159, 159, 0) 25%);
}
.types-of-jobs .card .card-img-overlay h4 {
  font-size: 18px;
  line-height: 26px;
  color: white;
}
.types-of-jobs .card .card-img-overlay p {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.types-of-jobs .card .card-img-overlay .card-text {
  opacity: 0;
  transition: all 0.5s ease;
  height: 0;
}
.types-of-jobs .card .card-img-overlay .card-text a {
  font-size: 0.75rem;
  color: white;
}
.types-of-jobs .card:hover .card-img-overlay .card-text {
  opacity: 1;
  height: 40%;
}

.find-campus .card {
  border-radius: 4;
  border: 1px solid #DEDEED;
}
.find-campus .card .c-date {
  width: 100%;
  height: 100%;
  text-align: center;
  background: #f2f2f2;
  padding: 1rem 0;
}
.find-campus .card .c-date .rec-month, .find-campus .card .c-date .rec-year {
  min-height: 1.6rem;
  margin: 0;
}
.find-campus .card p, .find-campus .card h3, .find-campus .card h4 {
  margin: 0;
}
.find-campus .card .rec-details {
  width: 100%;
  height: 100%;
}

.light-bg {
  background: #f2f2f2;
}

.lag-slider {
  position: relative;
  border-radius: 0.5rem 0 0 0.5rem !important;
  overflow: hidden;
  margin: 0 !important;
}
.lag-slider .slick-list {
  z-index: 1;
}
.lag-slider .slick-dots {
  bottom: auto;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: 1rem;
  z-index: 2;
}
.lag-slider .slick-dots li {
  text-align: center;
  margin: 5px;
  width: auto;
  height: auto;
}
.lag-slider .slick-dots li button {
  width: auto;
  height: auto;
}
.lag-slider .slick-dots li button:before {
  display: inline-block;
  width: 12px;
  height: 12px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ababab;
  border: 1px solid #fff;
  border-radius: 12px;
  opacity: 1;
}
.lag-slider .slick-dots .slick-active button:before {
  width: 20px;
  height: 12px;
  margin: 0;
  background-color: #2098E2;
  transform: translate(-25%, 0); /*margin-left: -50%;*/
}

/* BENEFIT */
.benefit .card {
  cursor: pointer;
  max-height: 190px;
}
.benefit .card .overlay-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  height: 0;
}
.benefit .card:hover .overlay-text {
  opacity: 1;
  height: 100%;
}

.career-badge {
  position: absolute;
  right: 8%;
  top: 30%;
  width: 21%;
  z-index: 2;
  opacity: 0.9;
}
.career-badge ul.gptw-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
.career-badge ul.gptw-icons li {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 200px;
  animation-name: xfade;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-delay: 0;
  animation-play-state: running;
  animation-fill-mode: forwards;
}
.career-badge ul.gptw-icons li:nth-child(1) {
  animation-delay: 36s;
}
.career-badge ul.gptw-icons li:nth-child(2) {
  animation-delay: 32s;
}
.career-badge ul.gptw-icons li:nth-child(3) {
  animation-delay: 28s;
}
.career-badge ul.gptw-icons li:nth-child(4) {
  animation-delay: 24s;
}
.career-badge ul.gptw-icons li:nth-child(5) {
  animation-delay: 20s;
}
.career-badge ul.gptw-icons li:nth-child(6) {
  animation-delay: 16s;
}
.career-badge ul.gptw-icons li:nth-child(7) {
  animation-delay: 12s;
}
.career-badge ul.gptw-icons li:nth-child(8) {
  animation-delay: 8s;
}
.career-badge ul.gptw-icons li:nth-child(9) {
  animation-delay: 4s;
}
.career-badge ul.gptw-icons li img {
  width: 75%;
}

@keyframes xfade {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.life-at-gep-slider {
  margin-top: 1rem;
}
.life-at-gep-slider .card .card-body {
  padding-top: 0;
}

/* CONTACT-US PAGE STYLING STARTS */
.innerPage_Hero {
  position: relative;
  z-index: 1;
}

.contact-us-form {
  position: relative;
  z-index: 9;
}
.contact-us-form .form-container {
  position: relative;
  margin-top: -6.8rem;
}
.contact-us-form .nav {
  background: #026AAA;
}
.contact-us-form .nav .nav-item .nav-link {
  border-top: 0.4rem solid #026AAA;
  padding-bottom: 0.4rem;
  background: transparent;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
}
.contact-us-form .nav .nav-item .nav-link img, .contact-us-form .nav .nav-item .nav-link span {
  display: block;
  margin: 0.5rem auto;
}
.contact-us-form .nav .nav-item .nav-link img {
  filter: invert(99%) sepia(0%) saturate(1680%) hue-rotate(165deg) brightness(107%) contrast(100%);
}
.contact-us-form .nav .nav-item .nav-link:hover img {
  filter: invert(11%) sepia(10%) saturate(7%) hue-rotate(72deg) brightness(98%) contrast(87%);
}
.contact-us-form .nav .nav-item .nav-link:hover span {
  color: #393939;
}
.contact-us-form .nav .nav-item .nav-link.active {
  background: #f2f2f2;
  border-color: #1487CE;
}
.contact-us-form .nav .nav-item .nav-link.active img {
  filter: invert(42%) sepia(88%) saturate(529%) hue-rotate(159deg) brightness(92%) contrast(97%);
}
.contact-us-form .nav .nav-item .nav-link.active span {
  color: #428bca;
}
.contact-us-form .nav .nav-item .nav-link.active :before {
  content: "";
  height: 0.2rem;
}
.contact-us-form #ContactUs-tabContent {
  font-size: 0.8rem;
  padding-bottom: 1.5rem;
}
.contact-us-form #ContactUs-tabContent .form-label {
  font-weight: bold;
}
.contact-us-form #ContactUs-tabContent .form-control, .contact-us-form #ContactUs-tabContent p {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.contact-us-form #ContactUs-tabContent .form-control {
  padding: 0.6rem 0.75rem;
}
.contact-us-form #ContactUs-tabContent .form-submit {
  background: #026AAA;
  height: 3.25rem;
  width: 100%;
  font-size: 1.375rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.contact-us-form #ContactUs-tabContent .consent-label {
  font-size: 1rem;
  line-height: 1.2rem;
}
.contact-us-form #ContactUs-tabContent .consent-label input {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.6rem;
}
.contact-us-form #ContactUs-tabContent .consent-label span {
  position: relative;
  vertical-align: top;
}

.gep-locations {
  background: url(/prod/s3fs-public/gep-locations-bg.png) no-repeat 50% 50%;
  background-size: cover;
  /*nav-pills*/
}
.gep-locations .nav-pills a {
  opacity: 0.6;
}
.gep-locations .nav-pills a img, .gep-locations .nav-pills a span {
  display: block;
  text-align: center;
  margin: 1rem auto;
  white-space: nowrap;
}
.gep-locations .nav-pills a img {
  filter: invert(99%) sepia(0%) saturate(1680%) hue-rotate(165deg) brightness(107%) contrast(100%);
  height: 67px;
  width: 100%;
}
.gep-locations .nav-pills a:hover, .gep-locations .nav-pills a.active {
  opacity: 1;
}
.gep-locations .responsive-tabs {
  padding: 1.5rem 0;
}
.gep-locations .responsive-tabs .nav-pills {
  display: none;
}
.gep-locations .responsive-tabs .tab-content {
  border: 0;
}
.gep-locations .responsive-tabs .tab-content .row {
  overflow: auto;
  max-height: 655px;
  width: 100%;
  /* scroll pane styling */
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.gep-locations .responsive-tabs .tab-content .row::-webkit-scrollbar {
  width: 0.2rem;
}
.gep-locations .responsive-tabs .tab-content .row::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.gep-locations .responsive-tabs .tab-content .row::-webkit-scrollbar-thumb {
  background: #888;
}
.gep-locations .responsive-tabs .tab-content .row::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.gep-locations .responsive-tabs .card {
  height: 100%;
}
.gep-locations .responsive-tabs .card .card-title small {
  color: #393939;
  font-size: 0.75rem;
  font-weight: normal;
}
.gep-locations .responsive-tabs .card .card-title span.ghq {
  font-size: 0.75rem;
  color: #393939;
  font-weight: 400;
}
.gep-locations .responsive-tabs .card .card-text {
  font-size: 0.85rem;
}
.gep-locations .responsive-tabs .card .card-text p {
  font-size: 0.85rem;
  line-height: 1.4rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .gep-locations .responsive-tabs .nav-pills {
    display: flex;
  }
  .gep-locations .responsive-tabs .card {
    border: none;
  }
  .gep-locations .responsive-tabs .card .card-header {
    display: none;
  }
  .gep-locations .responsive-tabs .card .collapse {
    display: block;
  }
}

/* contact-us Responsive max-width 768px */
@media (max-width: 767px) {
  .contact-us-form .form-container {
    margin-top: 3rem;
  }
  .contact-us-form .form-container .tab-pane {
    padding: 2rem !important;
  }
  .contact-us-form .nav .nav-item .nav-link {
    width: 46vw;
  }
  .contact-us-form .nav .nav-item .nav-link img {
    display: none;
  }
  .email-us .heading {
    text-align: center;
  }
  .email-us .heading img, .email-us .heading h2 {
    text-align: center;
    margin: 0 auto;
  }
  .gep-locations .responsive-tabs .tab-pane {
    display: block !important;
    opacity: 1;
  }
  .gep-locations .responsive-tabs .tab-pane .card-header {
    padding: 0;
  }
  .gep-locations .responsive-tabs .tab-pane .card-header h3 {
    color: white;
    background: #1D4C6A;
    padding: 0.6rem 1.2rem;
    font-weight: bold;
  }
  .gep-locations .responsive-tabs .tab-pane .card-header h3.collapsed {
    background: #666666;
  }
  .gep-locations .responsive-tabs .tab-content {
    width: 100%;
  }
  .gep-locations .responsive-tabs .tab-content .row {
    max-height: 320px;
    margin: 0 auto 1rem;
  }
}
.text-blue-d3 {
  color: #006699;
}

.webform-confirmation .card .card-img-top {
  max-height: 56px;
}
.webform-confirmation .card .card-img-top img {
  width: auto;
  height: 100%;
}

.link-dark {
  color: #393939;
  text-decoration: none;
}
.link-dark:hover {
  color: #006699;
}

.thk-location-wrap {
  background: url(/prod/s3fs-public/world-map-template.svg) no-repeat 50% 50%;
  background-size: cover;
}
.thk-location-wrap .card {
  margin: 0 0.5rem;
}

.thk-services-wrap ul li {
  line-height: 2rem;
  font-size: 0.9rem;
}
.thk-services-wrap ul li i {
  font-size: 0.65rem;
}

@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
    margin: 0 auto;
  }
}
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
  color: #393939;
}

/* medium and up screens */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-end.active,
.carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  .carousel-inner .carousel-item-start.active,
.carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}
.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}

.thk-industry-slider .card-img {
  text-align: center;
}
.thk-industry-slider .card-img img {
  margin: 0 auto;
}
.thk-industry-slider .carousel-control-prev i, .thk-industry-slider .carousel-control-next i {
  display: block;
  color: #393939;
  border: 3px solid #393939;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.thk-industry-slider .carousel-control-prev i::before, .thk-industry-slider .carousel-control-next i::before {
  vertical-align: initial;
}
.thk-industry-slider .carousel-control-prev {
  justify-content: left;
}
.thk-industry-slider .carousel-control-next {
  justify-content: right;
}

.text-dark {
  color: #393939;
}

.bg-blue-d3 {
  background: #006699;
}

.gep-software-smart {
  background: url(/prod/s3fs-public/GEP-SMART-BG-new.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.gep-software-nexxe {
  background: url(/prod/s3fs-public/gep-nexxe-block-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.nexxe-bg-x {
  background: url(/prod/s3fs-public/gep-nexxe-x-bg.svg);
  background-repeat: no-repeat;
  background-position-x: -255px;
}

@media screen and (max-width: 767px) {
  .nexxe-bg-x {
    background: none;
  }
}
/* industry styling starts here */
.g_industry .gep-icons-card {
  min-height: 12rem;
}

.background-image-holder {
  z-index: 1;
}

.video-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.video-overlay::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}

.our-track-record {
  color: #ffffff;
  background: #026AAA url(/prod/s3fs-public/our-track-record.jpg) no-repeat fixed 0 0;
  background-size: cover;
}
.our-track-record .list-2 li::before {
  color: #FF8C05 !important;
  font-size: 22px !important;
}

a.btn-link {
  text-decoration: underline;
  color: #292929;
}
a.btn-link:hover {
  text-decoration: none;
  color: #006699;
}

.industry-insights .btn {
  font-size: 0.75rem;
}
.industry-insights .btn i {
  font-size: 0.6rem;
}
.industry-insights .card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.curved-pattern {
  background: url(../../images/grey-curved-pattern.jpg) 50% 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.side-image-top-yellow-card .card {
  border-radius: 0 0 0.5rem 0.5rem !important;
  border-top: 0.5rem solid #FFCB05;
  overflow: hidden;
}
.side-image-top-yellow-card .card .card-body .card-title {
  font-size: 2rem !important;
  color: #1487CE;
}
.side-image-top-yellow-card .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-experts .card .card-body p {
  font-size: 0.7rem;
}

#industrial-manufacturing-page .g_h1 {
  margin-bottom: 1rem;
}

/* mixin for text overlay background with opacity */
/* ENDS - mixin for text overlay background with opacity */
.kb-hero-sec {
  overflow: hidden;
}
.kb-hero-sec .kb-hero-card {
  position: relative;
  padding: 2px;
}
.kb-hero-sec .kb-hero-card .kb-here-text {
  position: absolute;
  z-index: 1;
  color: #fff;
  bottom: 2px;
  padding: 1.5rem;
  width: 60%;
  background: black; /* The Fallback */
  background: rgba(0, 0, 0, 0.2);
  /* mixin for text overlay background with opacity */
}
.kb-hero-sec .kb-hero-card .kb-here-text h2 {
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
  line-height: 1.75rem;
  color: white;
  font-weight: 700;
  text-shadow: 1px 1px #666666;
}
.kb-hero-sec .kb-hero-card .kb-here-text h2 a {
  color: white;
}
.kb-hero-sec .kb-hero-card .kb-here-text .kb-asst-cat {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.813rem;
  margin-bottom: 0.5rem;
}
.kb-hero-sec .kb-hero-card .kb-here-text .kb-asst-cat a {
  color: #FFE833;
}
.kb-hero-sec .kb-hero-card .kb-cta {
  font-size: 0.75rem;
}
.kb-hero-sec .kb-hero-card .kb-cta a {
  background: #fff;
  padding: 0.3rem 0.625rem;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  color: #026AAA;
  display: inline-block;
}
.kb-hero-sec .kb-hero-card.small-thumb {
  max-height: 250px;
  overflow: hidden;
  margin-bottom: 2px;
}
.kb-hero-sec .kb-hero-card.small-thumb .kb-here-text {
  bottom: 0;
}
.kb-hero-sec .kb-hero-card.small-thumb .kb-here-text h2 {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.kb-hero-sec .kb-hero-card.large-thumb {
  height: 502px;
  overflow: hidden;
  margin-bottom: 2px;
}
.kb-hero-sec .kb-hero-card.large-thumb .kb-here-text {
  bottom: 9.375rem;
  padding-left: 2rem;
}
.kb-hero-sec .kb-hero-card .kb-here-image {
  width: 100%;
  height: 100%;
  min-height: 502px;
}
.kb-hero-sec .kb-hero-card .kb-here-image img {
  object-fit: cover;
  min-height: 250px;
  min-width: 100%;
  height: 100%;
}
.kb-hero-sec h4 {
  font-weight: 300;
  margin-top: 0;
  padding-left: 10px;
  padding-top: 32px;
}
.kb-hero-sec .con-left {
  padding: 0;
}
.kb-hero-sec .con-right {
  padding: 0;
}

/* trending-kb */
.trending-kb .row {
  margin-bottom: 12px;
}
.trending-kb .h2-title {
  display: inline;
}
.trending-kb .h2-title a {
  color: #026AAA !important;
}
.trending-kb .kb-category-view {
  float: right;
  margin-top: 24px;
  font-size: 16px;
}
.trending-kb .kb-category-view a {
  font-weight: bold;
}

.kb-category-view {
  font-size: 0.813rem;
  font-weight: bold;
  margin: 0.625rem 0 0;
  white-space: nowrap;
}
.kb-category-view i {
  font-size: 0.625rem;
  vertical-align: middle;
}

/* ENDS - trending-kb */
/*.kb-here-text.small-card  {
bottom: 40px;
}*/
.kb-here-text.small-card h2 {
  font-size: 14px;
  line-height: 22px;
}

.kb-trending-topic img {
  width: 100%;
}
.kb-trending-topic .kb-trending-text {
  min-height: 7.5rem;
}
.kb-trending-topic .kb-new-card {
  position: relative;
}

.kb-trending-text h2 {
  font-size: 1rem;
  font-weight: 700 !important;
  margin: 0.625rem 0 0;
  padding: 0.625rem;
  line-height: 22px;
  font-weight: 500;
}
.kb-trending-text h2 a {
  color: #292929 !important;
}

.col-md-3.kb-new-card {
  border: 1px solid #006699;
  padding: 0px;
}

.kb-gep-in-news ul, .kb-podcast ul {
  list-style-type: none;
}

/*.kb-gep-in-news ul,.kb-podcast ul {
  padding: 15px;
}*/
.kb-other img {
  width: 100%;
}

.more-kb-asset {
  background: #DEDEED;
  padding: 50px 0px;
}

/*.more-kb-asset .col-md-12 {
  border: 1px solid #D9D9D9;
  border-radius: 0px 0px 5px 5px;
  padding: 0px;
  background: #fff;
  margin-bottom: 20px;
}*/
.more-kb-asset .kb-other {
  border: 1px solid #D9D9D9;
  border-radius: 0px 0px 5px 5px;
  padding: 0px;
  background: #fff;
  margin-bottom: 20px;
  min-height: 410px;
}

.more-kb-asset .kb-other .kb-trending-text {
  height: 120px;
}

.kb-cts {
  padding: 0.625rem 0.25rem;
}
.kb-cts a {
  color: #1487CE;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875rem;
  padding: 0;
  margin: 0 0.875rem;
  display: block;
}

.container-fluid.trending-kb {
  padding: 55px 0px;
}

.kb-new-card {
  background: #F0F7FD 0% 0% no-repeat padding-box;
  border: 1px solid #D9D9D9;
  border-radius: 0px 0px 5px 5px;
}
.kb-new-card img {
  width: 100%;
  min-height: 7rem;
}

.tags-wrap {
  margin-top: 10px;
  border-top: 2px solid #006699;
  padding-top: 10px;
}

.tags-wrap ul {
  list-style-type: none;
  padding-left: 10px;
}

.tags-wrap ul li {
  display: inline-block;
  padding: 2px;
  border: 1px solid #afafaf;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 11px;
}

.tags-wrap ul li a {
  color: #026AAA;
}

.row.kb-hero-list .kb-new-card {
  background: rgb(255, 255, 255);
  position: relative;
  height: 100%;
}
.row.kb-hero-list .kb-new-card .kb-trending-text {
  min-height: 105px;
}
.row.kb-hero-list .kb-new-card .kb-trending-image {
  height: auto;
}
.row.kb-hero-list .kb-new-card .kb-trending-image a {
  width: 100%;
  height: 100%;
}
.row.kb-hero-list .kb-new-card .kb-trending-image a img {
  object-fit: cover;
  height: auto;
  width: 100%;
}

.kb-new-card .tags-wrap {
  /*position: absolute;*/
  bottom: 0px;
  width: 100%;
}

.kb-white-card {
  width: 100%;
  height: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
}
.kb-white-card h2 {
  font-size: 13px;
  line-height: 22px;
  padding-top: 0px;
  font-weight: bold;
}
.kb-white-card .kb-cts a {
  font-size: 0.75rem;
}
.kb-white-card .kb-trending-text {
  min-height: 78px;
}

.color-bg-new {
  background: #EFF7FE;
}

.color-bg-inver .kb-white-card, .kb-new-card {
  background: #F0F7FD 0% 0% no-repeat padding-box;
}

.kb-gep-in-news ul li p a, .kb-podcast ul li p a {
  color: #393939;
  font-weight: 500;
  font-size: 14px;
}

.kb-gep-in-news ul li p a.kb-readmore, .kb-podcast ul li p a.kb-readmore {
  color: #1487CE;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}

.kb-gep-in-news ul li, .kb-podcast ul li {
  padding-bottom: 5px;
  padding-top: 10px;
  border-bottom: 1px dashed #bbb;
}

.kb-gep-in-news ul li:last-child, .kb-podcast ul li:last-child {
  border-bottom: 0;
}

.kb-gep-in-news ul, .kb-podcast ul {
  padding-top: 0;
  padding-left: 0;
}

.frist-cont-row.color-bg-new .g_h2 {
  display: inline;
}
.frist-cont-row.color-bg-new .g_h2 a {
  color: #026AAA !important;
}
.frist-cont-row.color-bg-new span.kb-category-view {
  float: right;
  margin-top: 24px;
  font-size: 16px;
}
.frist-cont-row.color-bg-new span.kb-category-view a {
  font-weight: bold;
}

.frist-cont-row.color-bg-inver .h2-title {
  display: inline;
}
.frist-cont-row.color-bg-inver .h2-title a {
  color: #026AAA !important;
}
.frist-cont-row.color-bg-inver span.kb-category-view {
  float: right;
  margin-top: 24px;
  font-size: 16px;
}
.frist-cont-row.color-bg-inver span.kb-category-view a {
  font-weight: bold;
}

.kb-category-links {
  padding: 10px 25px;
  padding-top: 7px;
}
.kb-category-links a {
  padding-right: 5px;
  padding-left: 5px;
  color: #ffffff !important;
  font-size: 14px;
}

.view-kb-topics.view-display-id-category {
  margin-top: 110px;
}
.view-kb-topics.view-display-id-category .view-header .h2-title {
  margin-left: 30px;
}

/*
.row.kb-hero-sec{
    margin: 0;
    margin-top: -14px;
}
*/
.kb-collateral-list h5.card-title {
  font-size: 0.875rem;
}

.kb-collateral-wrap {
  overflow: hidden;
}
.kb-collateral-wrap.card {
  border-color: #eeeeee;
}
.kb-collateral-wrap.card img {
  min-height: 236px;
}
.kb-collateral-wrap.card .card {
  border: 0;
  overflow: hidden;
}
.kb-collateral-wrap.card .card img {
  border: 0;
}
.kb-collateral-wrap.card .card:hover img {
  transform: scale(1.2);
}
.kb-collateral-wrap.card .card-body {
  padding: 1rem;
  padding-bottom: 0;
}
.kb-collateral-wrap.card .card-body .asset-title {
  min-height: 6.25rem;
}
.kb-collateral-wrap.card .card-body .asset-title a {
  font-size: 16px;
  font-weight: 900;
  color: #000;
}
.kb-collateral-wrap .kb-cta {
  margin: 0;
  clear: both;
  padding-bottom: 1rem;
}
.kb-collateral-wrap .kb-cta a {
  position: relative !important;
  bottom: auto !important;
}

.gep-share {
  display: block;
  height: auto;
  padding-bottom: 2rem;
}
.gep-share ul {
  margin: 0;
  padding: 0px;
  float: none;
  height: auto;
}
.gep-share ul li {
  display: inline-block;
  padding: 0.2rem;
  font-size: 0.813rem;
  font-weight: bold;
  margin: 0;
  float: none;
  text-align: center;
}
.gep-share ul li a {
  text-align: center;
  color: white;
  text-decoration: none;
  display: block;
  margin: 0 auto;
}
.gep-share ul li i {
  color: white;
  padding: 0.4rem 0.6rem;
  display: block;
  border-radius: 100%;
  text-align: center;
  font-size: 1rem;
}
.gep-share ul li i.bi.bi-linkedin {
  background: #0e76a8;
}
.gep-share ul li i.bi.bi-twitter {
  background: #55acee;
}
.gep-share ul li i.bi.bi-facebook {
  background: #3b5998;
}
.gep-share ul li i.bi.bi-envelope, .gep-share ul li i.bi.bi-telephone-fill {
  background: #2196F3;
}
.gep-share ul li i.bi.bi-youtube {
  background: red;
}
.gep-share .social-btn {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gep-share .social-btn li {
  display: inline-block;
  padding: 0;
  margin: 0;
  text-indent: 0;
}
.gep-share .social-btn li::before {
  display: none;
}
.gep-share .social-btn li a {
  text-decoration: none;
  transition: transform 0.3s ease-out;
}
.gep-share .social-btn li a i {
  font-size: 0.688rem;
  line-height: 1rem;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  border-radius: 0;
}
.gep-share .social-btn li a:hover {
  transform: translateY(-4px);
}

.footer .gep-share ul li i {
  padding: 0.2rem 0.1rem 0.1rem 0.5rem;
  font-size: 1.5rem;
}

/*White Paper Css ends here*/
/* Details page css starts here*/
.asset-details {
  position: relative;
}
.asset-details .asset-access-call-wrapper {
  position: absolute;
  right: 2%;
  z-index: 1;
  width: 28%;
  margin-top: 40px;
  top: 0;
}

.asset-image {
  border: 2px solid #eeeeee;
}
.asset-image img {
  width: 100%;
}

.call-icon {
  margin-left: -1px;
  background-repeat: no-repeat;
  background: transparent linear-gradient(107deg, #018FBF 0%, #026AAA 100%) 0% 0%;
  border: 1px solid #026AAA;
  border-radius: 0 0 8px 8px;
  text-align: center;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 43px;
  text-transform: uppercase;
}

.kb-form-wrapper {
  padding: 50px;
  width: 100%;
  margin-top: 5%;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  background: #F8F8F8;
}
.kb-form-wrapper input[type=submit], .kb-form-wrapper button[type=submit] {
  height: 42px;
  display: inline-block;
  padding: 8px 50px;
  margin: 1rem 0;
  line-height: normal;
  border: 0px;
  background: #1487CE;
  color: #fff;
  width: auto;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 4px !important;
}
.kb-form-wrapper .form-q-links {
  color: #393939;
}
.kb-form-wrapper .form-q-links a {
  font-size: 0.875rem;
  font-weight: normal;
  color: #006699;
}
.kb-form-wrapper .form-q-links a:hover {
  color: #6ab3d8;
}
.kb-form-wrapper .gep-form-errors.alert.alert-block.messages.error {
  margin: 0 !important;
  padding: 0 !important;
}
.kb-form-wrapper .form-control {
  width: 100%;
  height: 50px;
  font-weight: bold;
  font-size: 0.8rem;
  margin-bottom: 5px;
  font-weight: bold;
  box-shadow: none;
  border: 1px solid #919191;
  background-color: #ffffff;
  color: #292929;
  padding-left: 10px;
  border-radius: 4px;
  display: block;
  padding: 6px 12px;
  line-height: 1.428571429;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.kb-form-wrapper button.btn.btn-primary {
  line-height: 43px;
  border: 0px;
  background: #1487CE;
  color: #fff;
  padding: 0 30px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 4px !important;
  margin-top: 20px;
}
.kb-form-wrapper .form-check {
  font-size: 0.875rem;
  font-weight: normal;
  color: #000;
  margin-bottom: 1rem;
}
.kb-form-wrapper .consent-stmt p {
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin: 0 0 0.4rem;
  padding: 0;
}
.kb-form-wrapper .form-item-accept-consent-stmt-1 label {
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.25rem;
}

.form-item--error-message {
  color: #cc3333;
  font-style: italic;
  font-size: 10px;
  margin-top: 0.2rem;
  text-align: left;
  position: relative;
}
.form-item--error-message::before {
  margin-right: 0.3rem;
  padding: 0;
}
.form-item--error-message span, .form-item--error-message strong {
  font-weight: normal;
  font-style: italic;
  color: red;
  font-size: 0.6rem;
  margin-right: 0.5rem;
}

.kb-form-text p {
  color: #026AAA;
  font-weight: normal;
}
.kb-form-text p.form-div-1 {
  font-size: 1.313rem;
  margin-bottom: 0;
}
.kb-form-text p.form-div-2 {
  font-weight: 900;
  font-size: 2.375rem;
  text-transform: uppercase;
  letter-spacing: -2px;
  line-height: normal;
}

.webcast-thank {
  background: transparent url(/prod/s3fs-public/webcast-bg.svg) center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  margin-top: 50px;
  height: 365px;
}
.webcast-thank video {
  margin: 0 auto;
  width: 100%;
  max-width: 506px;
  border: 0.5rem solid #393939;
  background: #393939;
  border-radius: 0.5rem;
  height: 100%;
  max-height: 315px;
  padding: 0;
  object-fit: fill;
  display: block;
  outline: none;
}

p.webcast-message {
  font-size: 0.7rem;
  text-align: center;
}

.kb-recommendations h2 {
  font-size: 2.5rem;
  line-height: normal;
  margin-bottom: 2rem;
}
.kb-recommendations .kb-recommend-card .kb-details {
  padding: 0.8rem;
  min-height: 315px;
}
.kb-recommendations .kb-recommend-card .kb-details h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.4rem;
  line-height: 1.4rem;
}
.kb-recommendations .kb-recommend-card .kb-details p {
  font-size: 0.85rem;
}
.kb-recommendations .kb-recommend-list {
  border-bottom: 1px dashed #b6b6b6;
  margin-bottom: 1rem;
}
.kb-recommendations .kb-recommend-list .kb-recommend-category {
  font-size: 0.8rem;
  font-weight: bold;
}
.kb-recommendations .kb-recommend-list .kb-recommend-title {
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.4rem;
}
.kb-recommendations .kb-recommend-list a {
  font-size: 0.8rem;
}
.kb-recommendations .kb-recommend-category {
  font-size: 1.2rem;
  font-weight: bold;
}
.kb-recommendations h4.card-header {
  font-size: 1.125rem;
  margin: 0 0 1rem;
  font-weight: 700;
  padding: 0;
}
.kb-recommendations .card {
  border: 0;
}
.kb-recommendations .card .card-body {
  padding: 1rem;
  margin: 0;
}
.kb-recommendations .card .card-body h5 {
  font-size: 1rem;
  padding: 0;
  margin: 0 0 1rem;
}

.podcast-player {
  margin: 30px 0px 0 0;
  background: #0079b5;
  padding: 30px 14px 2px;
  color: #fff;
}
.podcast-player p.webcast-message {
  position: relative;
  bottom: 0px;
  color: #ffffff;
}
.podcast-player audio {
  width: 100%;
}

h4.asset-title.card-title {
  height: 115px;
}

.gep-insights .insights-author-detail {
  background: #056ead;
  padding: 20px;
  margin-left: -24px;
  width: 60%;
  padding-bottom: 15px;
  padding-left: 30px;
}
.gep-insights p.a-name {
  font-size: 32px;
  color: #ffffff;
  font-weight: 500;
  line-height: 34px;
}
.gep-insights p.a-dsg {
  color: #fff;
  font-size: 22px;
}
.gep-insights p.a-company {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
.gep-insights .insights-author-desc p {
  color: #056ead;
  font-style: italic;
}
.gep-insights .gep-insights-after-content h2 {
  font-weight: 500;
  margin-top: 25px;
  font-size: 34px;
  line-height: 38px;
}
.gep-insights .gep-insights-after-content .insights-quote {
  color: #056ead;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.insight-mobile-banner-wrap {
  display: none;
}

.js-pager__items.pager {
  margin: 0 auto 1.5rem;
  padding: 0;
  float: none;
  display: block;
  width: 100%;
  text-align: center;
}
.js-pager__items.pager .pager__item {
  margin: 0 auto;
  padding: 0;
  display: inline-block;
  float: none;
}
.js-pager__items.pager .pager__item .button {
  border: 0;
  border-radius: 0;
  background-color: white;
  color: #428bca;
  font-size: 0.813rem;
  font-weight: normal;
  display: inline-block;
  padding: 0.3rem 0.875rem;
  border: 1px solid lightgray;
}
.js-pager__items.pager .pager__item .button:hover {
  text-decoration: none;
  background-color: #006699;
}

#block-gepknowledgebankmenu {
  padding: 0.563rem;
}
#block-gepknowledgebankmenu .has-megamenu .nav-link {
  font-size: 0.875rem;
  padding: 0;
}
#block-gepknowledgebankmenu .has-megamenu .nav-link::after {
  content: "|";
  display: inline-block;
  font-weight: 100;
  color: white;
  margin-right: 2px;
}
#block-gepknowledgebankmenu .has-megamenu:first-child {
  border: 0 solid red;
}
#block-gepknowledgebankmenu .has-megamenu:first-child .nav-link::after {
  content: " ";
}
#block-gepknowledgebankmenu .has-megamenu:last-child {
  border: 0 solid red;
}
#block-gepknowledgebankmenu .has-megamenu:last-child .nav-link::after {
  content: " ";
}

#node-blog-posts-comment article.comment {
  margin-bottom: 1rem;
}
#node-blog-posts-comment article.comment .comment__submitted {
  margin-bottom: 0;
}
#node-blog-posts-comment article.comment .comment__submitted span[rel="schema:author"] {
  font-size: 0.85rem;
}
#node-blog-posts-comment article.comment .content .field--name-field-comment {
  margin-bottom: 0.5rem;
}
#node-blog-posts-comment article.comment .content ul.links li {
  padding-left: 0;
}
#node-blog-posts-comment article.comment .content ul.links li a {
  font-size: 0.85rem;
}

/* Details page css ends here*/
/* KEY INSIGHTS + APP PROMO */
.new-app-promo {
  max-width: 100% !important;
  background: url(/prod/s3fs-public/app-bg-big.png) no-repeat 50% 50%;
  background-size: cover;
}
.new-app-promo .new-app-wrap-test p {
  font-size: 2rem;
  line-height: normal;
  letter-spacing: -1px;
  color: #000;
  margin: 0;
}
.new-app-promo .new-app-wrap-test h2 {
  font-size: 3.563rem;
  font-weight: bold;
}
.new-app-promo .new-app-wrap-test h2 span.new-appcolor {
  color: #006699;
}
.new-app-promo .new-app-wrap-btn ul {
  list-style: none;
  display: flex;
  margin: 1rem 0;
  padding: 0;
}
.new-app-promo .new-app-wrap-btn ul li {
  display: inline-block;
  margin-right: 1rem;
}
.new-app-promo .new-app-wrap-btn ul li a {
  text-decoration: none;
  outline: 0;
}
.new-app-promo .new-app-wrap-btn ul li a img {
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.new-app-promo .new-app-wrap-btn ul li a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 200ms ease-in;
  transform: scale(1.1);
}

.ajax-progress-throbber .message {
  color: grey;
}

/* ENDS KEY INSIGHTS + APP PROMO*/
/* */
.views-infinite-scroll-content-wrapper .kb-new-card {
  background: white;
}
.views-infinite-scroll-content-wrapper h5.card-title {
  font-size: 0.875rem;
  font-weight: 700;
}

.kb-cat-filter-block .filter-ico i {
  font-size: 2rem;
  line-height: 2rem;
  color: #fff;
}
.kb-cat-filter-block .bef-exposed-form .form--inline {
  margin-top: 0.05rem;
}
.kb-cat-filter-block .bef-exposed-form .form--inline .form-item {
  float: left;
}
.kb-cat-filter-block .form-item, .kb-cat-filter-block .form-actions {
  margin-bottom: 0 !important;
  display: inline-block;
  float: none;
  width: 12.5rem;
  height: 1.938rem;
}
.kb-cat-filter-block .form-item {
  margin-top: 0;
  margin-right: 2rem;
}
.kb-cat-filter-block .form-actions {
  margin: 0;
  width: auto;
}
.kb-cat-filter-block .form-actions .form-submit {
  padding: 0.4rem 2rem;
  border: 0;
  background: #1587ce;
  color: white;
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-transform: none;
  font-weight: bold;
  border-radius: 0 !important;
}
.kb-cat-filter-block .form-select {
  font-size: 0.813rem;
  font-weight: bold;
  border: 0;
  background: white url(../images/chevron-down.svg) no-repeat 95% 0.6rem;
  background-size: 16px 12px;
}
.kb-cat-filter-block .customselect-list-container {
  position: relative;
}
.kb-cat-filter-block .customselect-list-container .customselect-list.customselect-dropdown {
  font-size: 0.813rem;
  font-weight: bold;
  display: block;
  width: 100%;
  height: auto;
  padding: 0.4rem 0 0.25rem 0;
  line-height: 1.5;
  color: #212529;
  background: white url(../images/chevron-down.svg) no-repeat 95% 0.6rem;
  background-size: 16px 12px;
  border: 0px solid #ced4da;
  border-radius: 0.25rem;
}
.kb-cat-filter-block .customselect-list-container .customselect-list.customselect-dropdown.open {
  position: absolute;
  left: 0;
  top: 0;
}
.kb-cat-filter-block .customselect-list-container .customselect-list.customselect-dropdown.open .customselect-list-input-item:not(.customselect-dropdown-text) {
  border: 0;
}
.kb-cat-filter-block .customselect-list-container .customselect-list.customselect-dropdown .customselect-dropdown-text, .kb-cat-filter-block .customselect-list-container .customselect-list.customselect-dropdown .customselect-dropdown-text {
  border: 0;
  padding: 0 1.75rem 0 0.5rem;
  font-weight: bold;
}
.kb-cat-filter-block .customselect-list-container .customselect-list.customselect-dropdown .customselect-list-container {
  position: relative;
}
.kb-cat-filter-block .customselect-list-container .customselect-list.customselect-dropdown .customselect-list .customselect-list-input, .kb-cat-filter-block .customselect-list-container .customselect-list.customselect-dropdown .customselect-list .customselect-reset-input, .kb-cat-filter-block .customselect-list-container .customselect-list.customselect-dropdown .customselect-list .customselect-list-input, .kb-cat-filter-block .customselect-list-container .customselect-list.customselect-dropdown .customselect-list .customselect-reset-input {
  margin: 0.2rem;
}

/* KB Styling ENDS here*/
.podcast-share {
  padding: 0;
  margin: 0;
}
.podcast-share li {
  list-style: none;
  display: inline-block;
  float: none;
  width: 1.8rem;
  height: 1.8rem !important;
}
.podcast-share li a {
  display: block;
}
.podcast-share li a img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.kb-details-body .h2-title {
  font-size: 2rem;
  font-weight: 700;
  color: #026AAA;
}
.kb-details-body .blockquote {
  position: relative;
  padding: 6.5rem 0 0;
}
.kb-details-body .blockquote::before {
  display: block;
  width: 6rem;
  height: 6rem;
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg id='quote' xmlns='http://www.w3.org/2000/svg' width='89.261' height='76.509' viewBox='0 0 89.261 76.509'%3E%3Cpath id='Path_1396' data-name='Path 1396' d='M233.882 29.235V67.49h25.5a25.532 25.532 0 0 1-25.5 25.5v12.752A38.3 38.3 0 0 0 272.137 67.49V29.235Z' transform='translate(-182.876 -29.235)' fill='%23026aaa'/%3E%3Cpath id='Path_1397' data-name='Path 1397' d='M0 67.49H25.5A25.532 25.532 0 0 1 0 92.993v12.752A38.3 38.3 0 0 0 38.255 67.49V29.235H0Z' transform='translate(0 -29.235)' fill='%23026aaa'/%3E%3C/svg%3E");
  position: absolute;
  left: calc(50% - 3rem);
  top: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.kb-details-body .blockquote p {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.kb-details-body .blockquote-footer {
  margin: 0 auto;
  font-size: 0.75rem;
}

.quote-lg {
  margin: 0 0 1rem;
}
.quote-lg .blockquote {
  position: relative;
  padding: 6.5rem 0 0;
}
.quote-lg .blockquote::before {
  display: block;
  width: 6rem;
  height: 6rem;
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg id='quote' xmlns='http://www.w3.org/2000/svg' width='89.261' height='76.509' viewBox='0 0 89.261 76.509'%3E%3Cpath id='Path_1396' data-name='Path 1396' d='M233.882 29.235V67.49h25.5a25.532 25.532 0 0 1-25.5 25.5v12.752A38.3 38.3 0 0 0 272.137 67.49V29.235Z' transform='translate(-182.876 -29.235)' fill='%23026aaa'/%3E%3Cpath id='Path_1397' data-name='Path 1397' d='M0 67.49H25.5A25.532 25.532 0 0 1 0 92.993v12.752A38.3 38.3 0 0 0 38.255 67.49V29.235H0Z' transform='translate(0 -29.235)' fill='%23026aaa'/%3E%3C/svg%3E");
  position: absolute;
  left: calc(50% - 3rem);
  top: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.quote-lg .blockquote p {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.quote-lg .blockquote-footer {
  margin: 0 auto;
  font-size: 0.75rem;
}

blockquote.aside {
  min-width: 18.75rem;
}
blockquote.aside p {
  color: #056ead;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 500;
}
blockquote.aside p i {
  font-size: 2rem;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
blockquote.aside p i.bi--rotate-180 {
  transform: rotate(180deg);
}

.video-placeholder iframe {
  border: 0;
  width: 100%;
  height: 100%;
  min-height: 14rem;
  outline: 0;
}

.asset-bio.card {
  border-radius: 0.5rem;
}
.asset-bio.card .card-body .card-title {
  font-size: 0.938rem;
}
.asset-bio.card .card-body .card-text {
  font-size: 0.813rem;
}
.asset-bio.card .card-body img {
  width: 100%;
  height: 100%;
}
.asset-bio.card .card-body a[role=button] {
  font-size: 0.688rem;
}

.gep-share-vertical {
  position: fixed;
  left: 0;
  top: auto;
  bottom: 10vh;
}
.gep-share-vertical h2 {
  display: none;
}
.gep-share-vertical ul {
  margin: 0;
  padding: 0px;
  float: none;
  height: auto;
}
.gep-share-vertical ul li {
  display: block;
  padding: 0;
  font-weight: bold;
  margin: 0;
  padding: 0;
  float: none;
  text-align: center;
}
.gep-share-vertical ul li a {
  text-align: center;
  color: white;
  text-decoration: none;
  display: block;
  margin: 0;
  text-align: center;
  transition: width 0.15s ease-in-out;
  width: 2pc;
  height: 2pc;
  overflow: hidden;
}
.gep-share-vertical ul li a:hover {
  width: 3pc;
}
.gep-share-vertical ul li a:hover i {
  text-align: center;
}
.gep-share-vertical ul li a i {
  color: white;
  padding: 0;
  display: block;
  border-radius: 0;
  text-align: center;
  font-size: 1rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gep-share-vertical ul li a i.bi.bi-linkedin {
  background: #0e76a8;
}
.gep-share-vertical ul li a i.bi.bi-twitter {
  background: #55acee;
}
.gep-share-vertical ul li a i.bi.bi-facebook {
  background: #3b5998;
}
.gep-share-vertical ul li a i.bi.bi-envelope {
  background: #2196F3;
}
.gep-share-vertical ul li a i.bi.bi-youtube {
  background: red;
}
.gep-share-vertical ul li a i::before {
  display: contents;
  vertical-align: middle;
  line-height: 2pc;
}

#block-views-block-kb-topics-category-grid {
  overflow: hidden;
}

.asset-access-call-wrapper.webcast_asset_wrapper {
  background: rgba(238, 238, 238, 0.57);
  padding: 25px;
  border: #006699 4px solid !important;
  text-align: left;
}
.asset-access-call-wrapper.webcast_asset_wrapper .asset-image {
  border: 0 !important;
}
.asset-access-call-wrapper.webcast_asset_wrapper .asset-image p {
  font-weight: bold;
}
.asset-access-call-wrapper.webcast_asset_wrapper .call-icon {
  text-align: left;
  background: none;
  border: 0;
}
.asset-access-call-wrapper.webcast_asset_wrapper .call-icon a {
  border: 0;
  border-radius: 0;
  background-color: #006699;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.5rem;
  border-radius: 2px;
}

/* KB css ends */
/* CSS Document */
p.asset-small-font {
  font-size: 11px !important;
  text-align: center;
  line-height: 0;
  margin-bottom: 33px;
}

.asset-sub-heading {
  position: relative;
  z-index: 1;
  font-size: 35px;
  font-weight: 900;
  color: #292929;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0px;
  /* border-left: 5px solid $blue-d3;*/
  /* padding-left: 14px; */
  margin: 30px 0px 10px; /*Changed from 30px to 10px*/
  color: #026AAA;
  position: relative;
}

.new-left-padding {
  margin-left: 30px;
}

/* .asset-sub-heading:before{
    position: absolute;
    top: 6px;
    left: -5px;
    content:'';
    width: 5px;
    height: 34px;
    background: $blue-d3;
} */
.small-heading {
  font-size: 20px;
  line-height: 28px;
}

.small-heading:before {
  height: 25px;
  top: 3px;
}

ul.small-bullets li {
  font-size: 14px;
  line-height: 20px;
}

.asset-sub-heading2 {
  position: relative;
  z-index: 1;
  font-size: 28px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  letter-spacing: -1px;
  border-left: 0px solid #006699;
  padding-left: 0px;
  margin: 30px 0px 10px; /*Changed from 30px to 10px*/
  color: #026AAA;
}

.asset-sub-heading3 {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0px;
  border-left: 0px solid #006699;
  padding-left: 0px;
  margin: 25px 0px 15px; /*Changed from 30px to 10px*/
  color: #292929;
  line-height: 24px;
}

h4.asset-sub-heading4 {
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0px;
  /* border-left: 0px solid $blue-d3; */
  padding-left: 0px;
  margin: 25px 0px 15px;
  color: #292929;
  line-height: 22px;
}

.asset-content-wrapper h2 {
  font-size: 28px;
  line-height: 33px;
  color: #006699;
  font-weight: bold;
}
.asset-content-wrapper p {
  font-size: 16px;
  line-height: 26px;
}
.asset-content-wrapper .collateral-info {
  width: 50%;
  margin: 0 auto;
  float: left;
  margin-right: 23px;
  margin-bottom: 39px;
}
.asset-content-wrapper .infograph {
  margin: 10px 0px 30px; /*Changed from 30px to 10px*/
  width: 100%;
  height: auto;
}
.asset-content-wrapper .image-adjustment {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.asset-content-wrapper .qt-title2 {
  font-weight: normal;
  text-align: right;
  font-size: 16px;
  margin-left: 0;
}
.asset-content-wrapper .q-1a {
  top: 12px;
  position: absolute;
  width: 50px;
}
.asset-content-wrapper .q-1a img {
  width: 60px;
}
.asset-content-wrapper .q-2b {
  width: 20px;
  margin-top: -22px;
  display: none;
}
.asset-content-wrapper .q-2b img {
  width: 23px;
}
.asset-content-wrapper ul, .asset-content-wrapper ol {
  line-height: 24px;
  font-size: 16px;
  margin-left: 20px;
  padding: 0px;
}
.asset-content-wrapper ul {
  padding: 0px 20px;
  font-size: 15px;
  list-style: none;
  line-height: 24px;
  margin-bottom: 0;
}
.asset-content-wrapper ul.no-bullets {
  margin-left: 0;
}
.asset-content-wrapper ul.no-bullets li {
  text-indent: 0;
}
.asset-content-wrapper ul.no-bullets li::before {
  content: "";
  margin-right: 0;
}
.asset-content-wrapper ul.disc2 li {
  background-image: url(../images/list-ic-3.png);
}
.asset-content-wrapper ul.indiatbullet li {
  text-indent: -20px;
  background-image: none;
}
.asset-content-wrapper ul li {
  text-indent: -12px;
  padding-left: 10px;
  padding-bottom: 8px;
}
.asset-content-wrapper ul li::before {
  content: "⚬";
  color: #1487CE;
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
  margin-right: 12px;
}
.asset-content-wrapper ul.functional-expertise-points li, .asset-content-wrapper ul.functional-expertise-points .list-thumbnail-adjust {
  background-position: left 17px;
}
.asset-content-wrapper ol li {
  padding: 0 0 5px 20px;
  margin-left: 22px;
  margin-bottom: 10px;
  text-indent: 0;
}
.asset-content-wrapper td, .asset-content-wrapper th {
  padding: 14px !important;
  border: 1px solid #fff !important;
  font-size: 16px;
  line-height: 26px;
  vertical-align: middle !important;
}
.asset-content-wrapper tr {
  background-color: #99bfe8;
}

.user-logged-in .asset-content-wrapper.introduction {
  padding: 30px 30px;
  margin-bottom: 30px;
  background: #f2f2f2;
}
.user-logged-in .asset-content-wrapper ul {
  margin-bottom: 1rem;
}
.user-logged-in .asset-sub-heading {
  margin-top: 10px;
}

.new-qoute-box2 {
  border-top: 2px solid #f6a30a;
  border-bottom: 2px solid #f6a30a;
  position: relative;
  padding: 20px 0px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.new-qoute-box2::before {
  width: 20px;
  height: 20px;
  background: red;
  position: absolute;
  top: 0px;
}
.new-qoute-box2 p {
  padding: 20px 63px;
  color: #006699;
  font-size: 20px;
  line-height: 30px;
  font-family: "Roboto Slab", serif;
  position: relative;
  margin-bottom: 0px;
}

/* Blue box qoute*/
.blue-qoutes {
  border: 3px solid #28cae3;
  padding: 25px;
  margin: 30px 0px;
  position: relative;
}

.blue-qoutes p {
  font-size: 16px;
  line-height: 26px;
  padding: 20px;
}

.blue-qoutes h3 {
  position: absolute;
  top: -34px;
  background: #fff;
  z-index: 1;
  font-size: 28px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  letter-spacing: -1px;
  border-left: 0px solid #006699;
  padding-left: 0px;
  /* margin: 30px 0; */
  color: #292929;
  padding: 0 27px;
}

#internet-of-things-reimagining-procurement-new-digital-ecosystem-page .blue-qoutes h3 {
  top: -23px;
}

/* Orange box qoute*/
.orange-qoutes {
  border: 3px solid #ff9900;
  padding: 25px;
  margin: 30px 0px;
  position: relative;
}

.orange-qoutes p {
  font-size: 16px;
  line-height: 26px;
  padding: 20px;
}

.orange-qoutes h3 {
  position: absolute;
  top: -34px;
  background: #fff;
  z-index: 1;
  font-size: 28px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  letter-spacing: -1px;
  border-left: 0px solid #006699;
  padding-left: 0px;
  /* margin: 30px 0; */
  color: #292929;
  padding: 0 27px;
}

/* Orange Callout box*/
.org-callout-box {
  background: #ff9900;
  padding: 20px;
  color: #000;
  margin: 20px 0px;
}

/* Blue Callout box*/
.blue-callout-box {
  background-color: #006699;
  /*background-image: url(../sites/default/files/misc/icon-1.png);*/
  padding: 20px;
  color: #000;
  margin: 20px 0px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.blue-callout-box p {
  font-size: 22px;
  line-height: 33px;
  font-weight: bold;
}

.blue-callout-box p.normal {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
}

/*blueborderbox*/
.blueborderbox {
  border: 4px solid #165694;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  float: left;
  margin: 25px 0;
}

.blueborderboxRow {
  width: 100%;
  float: left;
  padding: 10px 0;
}

/* Grey box css starts here*/
.grey-callout {
  background: #eeeeee;
  padding: 20px;
  margin-bottom: 15px;
}
.grey-callout .asset-sub-heading2 {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 900;
}
.grey-callout p {
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}

/* Table CSS*/
.blue {
  color: #185875;
}

.yellow {
  color: #FFF842;
}

table {
  margin-top: 30px;
}

#commodity-risk-management-methods-madness-page .design2 {
  width: 720px;
  margin: 0 auto;
}

#commodity-risk-management-methods-madness-page td,
#commodity-risk-management-methods-madness-page th {
  font-size: 14px;
}

/* Background-color of the odd rows */
.design3 {
  width: auto !important;
  margin-top: 0px;
}

.design3 td {
  vertical-align: top !important;
}

.design3 ul, .design3 li {
  margin: 0 !important;
}

.design2 th, .design3 th {
  background-color: #99bfe8;
}

.design1 td:first-child {
  background-color: #99bfe8;
}

.design1 td:last-child {
  background-color: #d6e3f5;
}

.design2 tr:nth-child(odd) {
  background-color: #d6e3f5;
}

.design2 tr:nth-child(even), .design3 tr {
  background-color: #f3f3f3;
}

.design4 th {
  background: #dfdfdf;
}

.design4 tr td {
  background: #fff;
}

.design4 tr td, .design4 tr th {
  border: solid 1px #d6d6d6 !important;
}

.design4 tr td:first-of-type {
  background: #ebf7fa;
}

.bold {
  font-weight: bold;
}

.display-inline {
  display: inline;
}

h2.no-margin-top, h3.no-margin-top {
  margin-top: 0px;
}

h2.no-margin-bottom, h3.no-margin-bottom {
  margin-bottom: 0px;
}

.icon-margin-right {
  margin-right: 10px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.spacer30 {
  height: 30px;
}

.no-padding {
  padding: 0 !important;
}

.download-icon {
  text-transform: uppercase;
  background: #f6a20a;
  font-size: 12px;
  padding: 2px 5px;
  color: #fff;
  white-space: nowrap;
}

.download-icon:hover {
  color: #fff;
  text-decoration: none;
}

ol.qa {
  padding-left: 0px;
  margin-left: 0px;
}

ol.qa {
  margin: 30px 0;
}

ol.qa > li {
  list-style: none;
  margin: 10px 0;
  list-style-type: none;
  counter-increment: item;
}

ol.qa > li:before {
  display: inline-block;
  width: 40px;
  /*padding-right: 20px;*/
  font-weight: bold;
  /*text-align: right;*/
  font-size: 24px;
  content: attr(data-pre) attr(data-start);
}

ol.qa > li h3 {
  display: inline;
}

ol.qa > li p:first-of-type {
  display: inline;
}

ol.qa > li p:nth-child(2) {
  margin-top: 10px;
}

ol.box-bullet li {
  list-style: none;
  list-style-type: none;
  counter-increment: item;
}

ol.box-bullet li:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 7px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  content: counter(item);
  background-color: #006699;
  position: absolute;
  left: 15px;
  margin-top: 5px;
}

ol.box-bullet li.numbered-index:before {
  left: -5px;
}

ul.white-bullet li {
  background-image: url(/sites/default/files/misc/list-ic-1-white.png);
}

ul.style-circle li {
  list-style: circle;
  background-image: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

ul.style-disc li {
  list-style: disc;
  background-image: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.blue-qoutes.no-para-padding p {
  padding: 0px;
}

.font-size-14 {
  font-size: 14px !important;
}

.line-height-16 {
  line-height: 16px !important;
}

.right-floated-image {
  width: 50%;
  float: right;
}

.left-floated-image {
  width: 50%;
  float: left;
}

.reduced-font-heading {
  font-size: 19px;
}

.asset-clear-fix {
  clear: both;
}

.row-wrap {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.right-img-wrap, .left-img-wrap {
  padding: 16px;
}

.row-wrap .asset-sub-heading3 {
  margin-top: 12px;
}

.row-wrap .col-md-6 {
  padding-left: 0px;
}

.new-pramotion-image-right {
  float: right;
  padding: 11px;
  border: 1px solid #006699;
  margin: 20px -43px 0 38px;
}

.cost-capability-steps p {
  font-size: 14px;
  line-height: 20px;
}

.cost-capability-steps hr {
  border-top: dotted;
  /* height: 0; */
}

.aside-bar-right.report-pramotion {
  /* background: red; */
  padding: 25px 20px;
  color: #fff !important;
  margin-top: 33px;
  float: none;
  width: 70%;
  margin: 30px auto;
}

.aside-bar-right.report-pramotion .testi-text h4 {
  margin-bottom: 0px;
  color: #000;
}

.aside-bar-right.report-pramotion .testi-text {
  text-align: center;
}

.aside-bar-right.report-pramotion h3 {
  font-size: 26px;
  line-height: 39px;
  font-weight: 700;
}

.aside-bar-right.report-pramotion .testi-text p {
  color: #000;
}

.aside-bar-right.report-pramotion p {
  text-align: center;
}

/* ============******************************
        All Media quesries Down here 
 ======*************************** ==========*/
@media (min-width: 992px) {
  /*table{
      margin-left: -15px;
      width: 760px;
  }*/
}
@media (min-width: 768px) {
  .aside-bar-right.report-pramotion.wow.fadeInUp {
    float: none !important;
    width: 100%;
  }
  .img-float-right {
    float: right;
  }
  .do-it-yourself {
    margin-left: -33px;
    margin-top: 6px;
  }
}
.padding-zero {
  margin: 0;
  padding: 0px;
}

.clear-float {
  clear: both;
}

table.table-new tr {
  background: #006699;
  border: 2px solid #c3c3c3 !important;
}

table.table-new td {
  background: #006699;
  border: 2px solid #c3c3c3 !important;
}

.logged-in p.content-hide {
  display: none;
}

.ref-small-text {
  font-size: 12px !important;
  line-height: 18px !important;
}

/* Special elements starts here*/
.gep-special-element {
  background: #EFF7FE;
  border-radius: 8px;
  padding: 30px;
  margin: 25px 0px 0;
  display: inline-block;
}
.gep-special-element .spl-head {
  font-size: 26px;
  font-weight: bold;
  color: #1D4C6A;
}
.gep-special-element .lrn-more-btn {
  margin-top: 10px;
  background: #026AAA;
  color: white;
  padding: 5px 12px;
  border-radius: 5px;
}

.new-qoute-box {
  padding: 110px 0 30px 0;
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 0px;
  /*background-image: url(https://webdev2.gep.com/prod/s3fs-public/quote.svg);*/
}
.new-qoute-box::before {
  display: block;
  width: 6rem;
  height: 6rem;
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg id='quote' xmlns='http://www.w3.org/2000/svg' width='89.261' height='76.509' viewBox='0 0 89.261 76.509'%3E%3Cpath id='Path_1396' data-name='Path 1396' d='M233.882 29.235V67.49h25.5a25.532 25.532 0 0 1-25.5 25.5v12.752A38.3 38.3 0 0 0 272.137 67.49V29.235Z' transform='translate(-182.876 -29.235)' fill='%23026aaa'/%3E%3Cpath id='Path_1397' data-name='Path 1397' d='M0 67.49H25.5A25.532 25.532 0 0 1 0 92.993v12.752A38.3 38.3 0 0 0 38.255 67.49V29.235H0Z' transform='translate(0 -29.235)' fill='%23026aaa'/%3E%3C/svg%3E");
  position: absolute;
  left: calc(50% - 3rem);
  top: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.new-qoute-box p {
  padding: 0.313rem 4rem;
  margin-bottom: 0;
  position: relative;
  color: #393939;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: center;
  margin-top: 1rem;
  width: 67%;
  margin: 1.25rem auto;
}
.new-qoute-box p span.qt-title {
  display: block;
  font-size: 0.75rem;
  color: grey;
}

.blog-wrapper {
  padding-top: 2rem;
}
.blog-wrapper .blog-image img {
  min-height: 20rem;
}
.blog-wrapper .blog-title h1 {
  font-size: 2.25rem;
  line-height: 2.7rem;
  font-weight: 900;
}
.blog-wrapper .blog-body h2 {
  color: #026AAA;
  font-size: 2.1rem;
  line-height: 2.65rem;
  font-weight: 700;
  margin: 1rem 0;
  padding: 0;
}
.blog-wrapper .blog-body h3 {
  color: #026AAA;
  margin: 1rem 0;
  font-size: 1.625rem;
  font-size: 700 !important;
}
.blog-wrapper .blog-body p {
  margin: 0 0 0;
  padding: 0 0 1rem;
  color: #393939;
}
.blog-wrapper .blog-body p strong {
  font-weight: bold;
  color: #026AAA;
}
.blog-wrapper .blog-body ul {
  margin: 0 0 1rem;
}
.blog-wrapper .blog-grid-banner .card a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.blog-wrapper .blog-grid-banner .card .badge {
  border-width: 0.1rem !important;
  border-bottom-left-radius: 0.5rem !important;
  font-weight: normal;
  text-transform: uppercase;
}
.blog-wrapper .blog-grid-banner .card .badge:hover {
  color: white;
}
.blog-wrapper .blog-grid-banner .card .card-img-overlay {
  height: auto;
  top: auto;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
}
.blog-wrapper .blog-grid-banner .card .card-img-overlay .card-title {
  font-size: 0.75rem;
  color: #FFEB3B;
  font-weight: normal;
}
.blog-wrapper .blog-grid-banner .card .card-img-overlay .card-title a {
  color: #FFEB3B;
}
.blog-wrapper .blog-grid-banner .card .card-img-overlay .card-text {
  font-size: 0.875rem;
}
.blog-wrapper .blog-grid-banner .card .card-img-overlay a {
  color: white;
  text-decoration: none;
}
.blog-wrapper .featured-blog .card {
  border-radius: 0.5rem !important;
  overflow: hidden;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.blog-wrapper .featured-blog .card .card-title {
  font-size: 0.813rem;
}
.blog-wrapper .featured-blog .card .card-title a {
  color: #393939;
}
.blog-wrapper .featured-blog .card .card-title::before {
  height: 0.688rem;
  display: inline-block;
  width: 0.15rem;
  background: #006699;
  content: "";
  margin-right: 0.25rem;
}
.blog-wrapper .featured-blog .card .card-text a {
  color: #026AAA;
}
.blog-wrapper .featured-blog .card img {
  min-height: 8.75rem;
}
.blog-wrapper .latest-blog .card {
  border-radius: 0.5rem !important;
}
.blog-wrapper .latest-blog .card .card-title {
  font-size: 0.75rem;
}
.blog-wrapper .latest-blog .card .card-title a {
  color: #393939;
}
.blog-wrapper .latest-blog .card .card-title::before {
  height: 0.688rem;
  display: inline-block;
  width: 0.15rem;
  background: #006699;
  content: "";
  margin-right: 0.25rem;
}
.blog-wrapper .latest-blog .card .card-text {
  font-size: 0.75rem;
}
.blog-wrapper .latest-blog .card .card-text a {
  color: #026AAA;
}
.blog-wrapper .blog-categories .list-group-item {
  border: 0;
  border-bottom: 1px dashed #393939;
  font-size: 0.875rem;
  padding: 0.75rem 0;
}
.blog-wrapper .blog-categories .list-group-item .badge {
  font-size: 1rem;
}
.blog-wrapper .tags a {
  background: #f2f2f2;
  color: #428bca;
  font-size: 0.813rem;
}
.blog-wrapper .btn-show-more {
  border: 1px solid #dddddd;
  font-size: 0.813rem;
  background-color: #ffffff;
  color: #428bca;
}
.blog-wrapper .btn-show-more:hover {
  background-color: #006699;
}
.blog-wrapper .blog-bio p {
  font-size: 0.813rem;
  line-height: 1.2rem;
  margin: 0 0 1rem;
}
.blog-wrapper .blog-bio p strong {
  font-size: 0.938rem;
}
.blog-wrapper .blog-bio .btn {
  padding: 0.5rem 1rem;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.813rem;
}
.blog-wrapper .blog-bio .btn:hover {
  color: #ffffff;
}
.blog-wrapper .blog-info {
  font-size: 0.813rem;
}
.blog-wrapper .blog-info p {
  font-size: 0.813rem;
  line-height: normal;
}
.blog-wrapper .table-Scroll .design2 {
  margin: 1.5rem 0;
}
.blog-wrapper .table-Scroll .design2 h3 {
  margin: 0;
  font-weight: bold;
}
.blog-wrapper .table-Scroll .design2 td, .blog-wrapper .table-Scroll .design2 th {
  vertical-align: top;
  padding: 1rem;
}
.blog-wrapper .blog-footer p {
  font-size: 0.813rem;
  line-height: normal;
}
.blog-wrapper .comment-wrapper {
  font-size: 0.813rem;
  line-height: normal;
}
.blog-wrapper .comment-wrapper p, .blog-wrapper .comment-wrapper label, .blog-wrapper .comment-wrapper textarea {
  font-size: 0.813rem;
  line-height: normal;
  margin-bottom: 0.5rem;
}
.blog-wrapper .comment-wrapper label {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.page-node-type-blog-posts .gep_container {
  margin-top: 7.5rem;
}

.glossary-wrapper .glossary-nav li {
  margin: 0.4rem;
}
.glossary-wrapper .glossary-nav li a {
  font-size: 1.875rem;
  padding: 0.2rem 1.4rem !important;
}
.glossary-wrapper .glossary-nav li a:hover {
  background-color: #1487CE;
  color: white;
}
.glossary-wrapper .glossary-nav li a.disabled {
  color: lightgrey;
}
.glossary-wrapper .glossary-list h3 {
  font-size: 2rem;
}
.glossary-wrapper .glossary-list ul {
  list-style: none;
  margin: 0;
  padding: 0.8rem;
}
.glossary-wrapper .glossary-list ul li {
  display: inline-block;
  padding: 0;
  margin: 0.4rem 0;
  width: 49%;
}
.glossary-wrapper .glossary-nav.detail li a {
  font-size: 1rem;
  padding: 0.2rem 0.6rem !important;
}
.glossary-wrapper .glossary-nav.detail li a:hover {
  background-color: #FFA600;
}
.glossary-wrapper .border-bottom {
  border-color: #006699 !important;
}
.glossary-wrapper .related-terms {
  border-top: 2px dotted #393939;
}
.glossary-wrapper .related-terms ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.glossary-wrapper .related-terms ul li {
  display: inline-block;
  margin: 1.2rem 0;
}
.glossary-wrapper .related-terms ul li a {
  padding: 0.8rem;
  background-color: #D8D7D7;
  color: #393939;
}
.glossary-wrapper .related-terms ul li a:hover {
  background-color: #FFA600;
}

.clp-banner.innerPage_Hero {
  height: 650px;
}
.clp-banner.innerPage_Hero h2 {
  font-size: 3rem;
  line-height: 3.125rem;
  font-weight: 900;
}
.clp-banner.innerPage_Hero h3 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: normal;
}

.gep-softwares-abt img {
  height: 55px;
  margin-bottom: 1rem;
}

.footer-social-icon .gep-share {
  padding: 0;
  margin: 0;
  max-width: 500px;
  margin-bottom: 1rem;
}
.footer-social-icon .gep-share ul li {
  margin: 0;
  padding: 0;
  margin-right: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
}
.footer-social-icon .gep-share ul li i {
  border-radius: 0;
  padding: 0;
  color: white;
  width: 100%;
  height: 100%;
}
.footer-social-icon .gep-share ul li i.bi-linkedin {
  background: rgb(0, 119, 181);
}
.footer-social-icon .gep-share ul li i.bi-twitter {
  background: rgb(29, 161, 242);
}
.footer-social-icon .gep-share ul li i.bi-facebook {
  background: rgb(59, 89, 152);
}
.footer-social-icon .gep-share ul li i.bi-youtube {
  background: red;
}
.footer-social-icon .gep-share ul li i.bi-newspaper {
  background: #1D4C6A;
}
.footer-social-icon .footer-app-icon {
  max-width: 420px;
  margin-bottom: 1rem;
}
.footer-social-icon .footer-app-icon .icons-block li {
  overflow: hidden;
}
.footer-social-icon .footer-app-icon .icons-block li img {
  width: auto;
  height: 70%;
}
.footer-social-icon .footer-app-icon .icons-block li img.google-play {
  filter: invert(100%) sepia(0%) saturate(7484%) hue-rotate(133deg) brightness(98%) contrast(106%);
}
.footer-social-icon .footer-app-icon .icons-block li i {
  border-radius: 0;
  padding: 0;
  color: white;
  width: 100%;
  height: 100%;
  display: block;
}
.footer-social-icon .footer-app-icon .icons-block li i.bi-apple {
  background: transparent linear-gradient(105deg, #2098E2 0%, #026AAA 100%) 0% 0% no-repeat padding-box;
}
.footer-social-icon .footer-app-icon .icons-block li.gplay-icon {
  background: transparent linear-gradient(107deg, #018FBF 0%, #026AAA 100%) 0% 0% no-repeat padding-box;
}
.footer-social-icon .contact-us-footer {
  max-width: 220px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.footer-social-icon .contact-us-footer a {
  font-weight: 500;
  color: #393939;
  background: white;
  width: auto;
  font-size: 1.125rem;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0.5rem 1rem;
}
.footer-social-icon .icon-block-head {
  display: inline-block;
}
.footer-social-icon .icons-block {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.footer-social-icon .icons-block li {
  font-size: 0.813rem;
  list-style: outside none none;
  width: 42px;
  line-height: 42px;
  height: 42px;
  margin-right: 0.3rem;
  margin-top: 0;
  display: inline-block;
}
.footer-social-icon .icons-block li:first-child {
  width: auto !important;
  text-align: center;
}
.footer-social-icon .icons-block li i {
  font-size: 1.5rem;
  color: white;
  vertical-align: middle;
}
.footer-social-icon .icons-block li a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-social-icon .icons-block li strong {
  vertical-align: super;
  height: 100%;
}
.footer-social-icon .icons-block li.social-icon-gplus {
  background-position: left top;
}
.footer-social-icon .icons-block li.social-icon-twitter {
  background-position: -48px top;
}
.footer-social-icon .icons-block li.social-icon-linkedin {
  background-position: -96px top;
}
.footer-social-icon .icons-block li.social-icon-fb {
  background-position: -144px top;
}
.footer-social-icon .icons-block li.social-icon-blog {
  background-position: -192px top;
}
.footer-social-icon .icons-block li.iphone-app-icon {
  background-position: -238px top;
}
.footer-social-icon .icons-block li .gplay-icon {
  background-position: -285px top;
}
.footer-social-icon .icons-block li:first-child {
  background: none;
  width: auto;
}

.copyright-links {
  font-size: 0.813rem;
}
.copyright-links p {
  padding: 0;
  margin: 0;
  font-size: 0.813rem;
}

.clpbanner-form {
  position: absolute;
  z-index: 999;
  right: 5%;
  top: 5%;
  background: #fff;
  box-shadow: -1px 2px 6px 0px rgba(21, 21, 21, 0.5490196078);
}
.clpbanner-form .form-head {
  background: #006699;
  padding: 0.7rem 1.2rem;
}
.clpbanner-form .form-head h2 {
  padding: 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.95;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
.clpbanner-form .form-head ::after {
  content: "";
  position: absolute;
  left: 6%;
  top: 50px;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #006699;
  clear: both;
}
.clpbanner-form .form-body {
  padding: 1rem;
}
.clpbanner-form .form-body #login-form-wrapper #login-mail-error {
  background-color: white;
  position: relative;
  z-index: 3;
  float: left;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.clpbanner-form .form-body #login-form-wrapper .form-item-accept-consent-stmt-1 {
  margin-bottom: 0;
}
.clpbanner-form .form-body .form-concent {
  margin-top: 1.2rem;
  clear: both;
}
.clpbanner-form .form-body .form-concent p {
  font-size: 0.7rem;
  line-height: 1.2rem;
  margin-bottom: 0.2rem;
}
.clpbanner-form .form-body .form-concent-check {
  margin-top: 1rem;
}
.clpbanner-form .form-body .form-concent-check label {
  font-size: 0.7rem;
  margin-left: 0.5rem;
}
.clpbanner-form .form-body .form-email {
  position: relative;
  z-index: 2;
}
.clpbanner-form .form-body .form-email input.login-email, .clpbanner-form .form-body .form-email input.form-control {
  margin-bottom: 0px;
  display: block;
  width: 100%;
  height: 54px;
  background: white;
  border: 2px solid #cccccc;
  box-shadow: none;
  font-size: 0.8rem;
  font-weight: 400;
  padding: 6px;
  border-radius: 0px;
  color: #333333;
}
.clpbanner-form .form-body .form-submit-btn {
  margin-top: 1.5rem;
}
.clpbanner-form .form-body .form-submit-btn button, .clpbanner-form .form-body .form-submit-btn input[type=submit] {
  background: #E44F3D;
  border: 0;
  border-radius: 0;
  padding: 0.4rem 3rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}
.clpbanner-form .form-body .form-submit-btn button:hover, .clpbanner-form .form-body .form-submit-btn input[type=submit]:hover {
  background: #006699;
}
.clpbanner-form .form-body .form-q-links {
  font-size: 0.688rem;
  color: #393939;
  margin-top: 1rem;
}
.clpbanner-form .form-body .form-q-links p {
  font-size: 0.8rem;
}
.clpbanner-form .form-body .form-q-links a {
  font-size: 0.688rem;
}
.clpbanner-form .form-item, .clpbanner-form .form-actions {
  margin: 0.5rem 0 0.2rem;
}

.blog-list-subscribe .col-md-3 {
  border-right: 1px solid #ddd;
}
.blog-list-subscribe .col-md-3:last-child {
  border-right: 0;
}
.blog-list-subscribe .blog-list-card img {
  border: 3px solid #fff;
  margin-bottom: 1rem;
  width: 100%;
  box-shadow: 0px 0px 2px #656565;
}
.blog-list-subscribe .blog-list-card .blog-title a {
  color: #393939;
  font-weight: 600;
  font-size: 0.9rem;
}
.blog-list-subscribe .blog-list-card .read-more {
  letter-spacing: 0px;
  color: #393939;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
}

.kb-subscribe-btn {
  color: #000;
  background: #FFCB05;
  padding: 0.65rem 2.1rem;
  font-weight: bold;
  font-size: 0.8rem;
}
.kb-subscribe-btn:hover {
  background: #fff;
  color: #000;
}

.idea-data-container .campaign-img-wrap {
  float: right;
}

.campaign-copy-container {
  height: auto;
  position: relative;
}
.campaign-copy-container .campaign-text-wrap {
  width: 100%;
  padding: 10px 30px;
  z-index: 10;
  background: #f5f5f5;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2117647059);
}
.campaign-copy-container .campaign-text-wrap a {
  padding: 10px 20px;
  display: inline-block;
  background: #f90;
  color: #fff;
}

.collateral-container .collateral-type {
  background: #000;
  padding: 0.2rem 0.8rem;
  display: inline;
}
.collateral-container .collateral-type a {
  color: #fff;
  font-size: 0.85rem;
}

.outlook-c-red {
  color: #58031C !important;
}

.gep-outlook-temp.category-outlook h2 {
  color: #58031C !important;
}
.gep-outlook-temp.category-outlook .dynamicContentMenu__item.active {
  border-left: 2px solid #58031C;
}

.gep-outlook-temp h2 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0px;
  color: #032E72 !important;
  margin: 30px 0px 10px;
}
.gep-outlook-temp h3 {
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0px;
  color: #032E72;
  margin: 30px 0px 10px;
}
.gep-outlook-temp h4 {
  font-size: 1.45rem;
  font-weight: 600;
  margin-top: 25px;
}
.gep-outlook-temp h5 {
  font-size: 1.2em;
  font-weight: 600;
  margin-top: 20px;
}
.gep-outlook-temp p.t-h2 {
  font: 30px/36px Roboto;
  font-weight: 600;
  letter-spacing: 0px;
  color: #032E72;
}
.gep-outlook-temp p.t-h3 {
  font: 24px/34px Roboto;
  font-weight: 600;
  letter-spacing: 0px;
  color: #032E72;
}
.gep-outlook-temp .endnotes-block {
  word-break: break-word;
}
.gep-outlook-temp .endnotes-block p {
  font-size: 12px;
}
.gep-outlook-temp ol.n-bullets {
  margin-left: 15px;
}
.gep-outlook-temp ol.n-bullets li {
  padding-left: 5px;
  padding-bottom: 8px;
  font-size: 16px;
}

#sidebarWrap.user-guide #dinamicMenu {
  height: 500px;
}
#sidebarWrap.user-guide #dinamicMenu .dynamicContentMenu__item a {
  font-size: 0.85rem;
}

#sidebarWrap {
  height: 600px;
  width: 100%;
  float: right;
  position: relative;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
#sidebarWrap #dinamicMenu.fixed {
  position: fixed;
  top: 12rem;
}
#sidebarWrap #dinamicMenu {
  width: 350px;
  height: 600px;
  position: absolute;
}
#sidebarWrap .dynamicContentMenu {
  max-height: 90%;
  overflow: auto;
}
#sidebarWrap .dynamicContentMenu p.sidebar-head {
  border-bottom: 1px solid;
  font-size: 1.2rem;
  letter-spacing: 0px;
  color: #393939;
  text-transform: uppercase;
}
#sidebarWrap .dynamicContentMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: -15px;
  padding-left: 22px;
}
#sidebarWrap .dynamicContentMenu li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}
#sidebarWrap .dynamicContentMenu .dynamicContentMenu__header {
  text-indent: 10px;
  text-transform: uppercase;
}
#sidebarWrap .dynamicContentMenu .dynamicContentMenu__subheader {
  text-indent: 20px;
  display: none;
  text-transform: none !important;
}
#sidebarWrap .dynamicContentMenu .dynamicContentMenu__subheader li {
  text-indent: -10px;
  padding-left: 15px;
  font-size: 12px;
  line-height: 30px;
}
#sidebarWrap .dynamicContentMenu .dynamicContentMenu__subheader .dynamicContentMenu__item {
  background-color: transparent;
  transition: all 0.5s;
  border-left: 2px solid #E2E2E2;
}
#sidebarWrap .dynamicContentMenu .dynamicContentMenu__subheader .dynamicContentMenu__item:hover {
  background-color: var(--itemHoverBackgroundColor, transparent);
}
#sidebarWrap .dynamicContentMenu .dynamicContentMenu__subheader .dynamicContentMenu__item.active {
  border-left: 2px solid #032E72;
}
#sidebarWrap .dynamicContentMenu .dynamicContentMenu__subheader .dynamicContentMenu__subheader {
  text-indent: 30px;
}
#sidebarWrap .dynamicContentMenu .dynamicContentMenu__subheader .dynamicContentMenu__subheader .dynamicContentMenu__subheader {
  text-indent: 40px;
}
#sidebarWrap .scod-flex-container {
  display: flex;
  /* flex-wrap: wrap; */
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
  border-bottom: 1px solid #ccc;
}
#sidebarWrap .scod-flex-container:last-child {
  border-bottom: 0;
}
#sidebarWrap .dynamicContentMenu__header.scod-flex-container {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}
#sidebarWrap .dynamicContentMenu__subheader .dynamicContentMenu__item {
  border-left: 0;
  border-bottom: 1px solid #eeeeee;
}
#sidebarWrap .dynamicContentMenu__item.active a {
  color: #032E72 !important;
  font-weight: 500;
}
#sidebarWrap .gep-outlook-temp.category-outlook .active a {
  color: #58031C !important;
}
#sidebarWrap .dynamicContentMenu_hide {
  display: none;
}

.dynamicContentMenu__extend-page {
  display: none;
}

.floating-testimonial-block {
  background: rgba(238, 238, 238, 0.57);
  line-height: normal;
  border-bottom: #e44f3d 4px solid;
}
.floating-testimonial-block blockquote.blockquote p {
  font-weight: 700;
  font-size: 1rem;
}
.floating-testimonial-block .blockquote-footer {
  font-weight: normal;
}
.floating-testimonial-block .blockquote-footer::before {
  content: "— ";
}

.company-block {
  border: 1px solid #006699;
}

.popup-campaignWrap .page-header {
  display: none;
}

/* author box styles */
.author-info-box {
  padding: 30px;
  background: #F7F7F7;
  margin-top: 40px;
}

.author-info-box .bx-head {
  font-size: 15px;
  margin-bottom: 5px;
  color: #032E72;
}

.category-outlook .author-info-box .bx-head {
  color: #58031C;
}

.author-info-box .bx-text {
  font-size: 13px;
  line-height: 18px;
}

.author-info-box .spl-head .associated-person {
  color: #032E72;
  line-height: 40px;
}

.category-outlook .author-info-box .spl-head .associated-person {
  color: #58031C;
}

.author-info-box a.deft-btn {
  background: #032E72;
  color: #ffffff;
  cursor: pointer;
}

.author-info-box a.deft-btn:hover {
  background: #ffffff;
  color: #032E72;
}

.category-outlook .author-info-box a.deft-btn {
  background: #58031C;
  color: #ffffff;
}

.category-outlook .author-info-box a.deft-btn:hover {
  background: #ffffff;
  color: #58031C;
}

.category-outlook .author-info-box a.deft-btn.invert {
  background: #ffffff;
  color: #58031C;
}

.category-outlook .author-info-box a.deft-btn.invert:hover {
  background: #58031C;
  color: #ffffff;
}

.category-outlook .author-info-box a.deft-btn.invert i {
  color: #58031C !important;
}

.category-outlook .author-info-box a.deft-btn.invert:hover i {
  color: #fff !important;
}

/* GEP Outlook campaign page banner text */
.popup-campaignWrap .container.inside-banner-text {
  top: 30%;
  position: absolute;
  left: 5%;
}

.popup-campaignWrap .inside-banner-text h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 50px;
}

.popup-campaignWrap .inside-banner-text h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 26px;
}

.popup-campaignWrap .inside-banner-text p {
  color: #fff;
}

.popup-campaignWrap button.deft-btn {
  background: #ffffff;
  padding: 5px 15px 6px;
  font-size: 14px;
  border-radius: 4px;
  color: #026AAA;
  text-transform: uppercase;
  transition: all 0.4s ease;
  border: 1px solid;
  font-weight: 700;
  margin-top: 8px;
}

.popup-campaignWrap button.deft-btn:hover {
  background: #026AAA;
  color: #ffffff;
}

.popup-campaignWrap .paper-img.desktop-banner {
  height: 75vh;
}

.popup-campaignWrap .field-type-markup.field-name-field-consent-stmt {
  padding: 14px;
}

@media screen and (max-width: 767px) {
  #sidebarWrap {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .mobile-menu {
    display: none;
  }
}
.thankyou-banner-download.banner-download-button .download.dwnld-file {
  background: #ffffff;
  padding: 5px 15px 6px;
  font-size: 14px;
  border-radius: 4px;
  color: #026AAA;
  text-transform: uppercase;
  transition: all 0.4s ease;
  border: 1px solid;
  font-weight: 700;
  margin-top: 8px;
}

.thankyou-banner-download.banner-download-button .download.dwnld-file:hover {
  background: #026AAA;
  color: #ffffff;
}

a.deft-btn.kb-links-btn {
  position: absolute;
  bottom: 25px;
  left: 37%;
}

.popup-campaignWrap .conatiner-fluid.abt-us {
  background: #fff;
  margin-bottom: 0;
  margin-top: 0;
}

@media screen and (min-width: 1440px) {
  .popup-campaignWrap .container.inside-banner-text {
    top: 30%;
    position: absolute;
    left: 11%;
  }
}
@media screen and (max-width: 1199px) {
  .popup-campaignWrap .container.inside-banner-text {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .outlook-m-menu.navbar-nav {
    display: block;
  }
  /* .outlook-mobile-nav .navbar-header{
  	background: #a3a3a3;
  }

  .outlook-mobile-nav .navbar-collapse{
  	background: #a3a3a3;
  } */
  .outlook-mobile-nav.navbar-inverse .navbar-brand {
    color: #fcfcfc;
    padding: 8px 10px;
  }
  .outlook-mobile-nav.navbar-inverse {
    z-index: 9;
  }
  .outlook-mobile-nav.navbar-inverse .open .dropdown-menu > li > a {
    line-height: 25px;
  }
  .outlook-m-menu .dropdown i.fa {
    float: right;
  }
}
.page-node-type-campaigns .navbar-brand img {
  width: auto;
  height: 100%;
}
.page-node-type-campaigns h1 {
  font-size: 2.375rem;
  font-weight: 900 !important;
  line-height: normal;
}
.page-node-type-campaigns .intro-text {
  margin: 0;
}
.page-node-type-campaigns .clp-why-read-cards .card {
  border-color: #eeeeee;
}
.page-node-type-campaigns .clp-why-read-cards .card .card-body {
  margin: 0;
  padding: 2rem;
}
.page-node-type-campaigns .clp-why-read-cards .card .card-body h3 {
  font-weight: 900;
  font-size: 1.375rem;
  margin-bottom: 1rem;
}
.page-node-type-campaigns .clp-why-read-cards .card .card-body p {
  font-size: 1.125rem;
  color: #777777;
}
.page-node-type-campaigns .closing-arg {
  margin: 0;
}
.page-node-type-campaigns .closing-arg h3 {
  margin: 0;
  font-size: 2.125rem;
  line-height: normal;
}

.clp-why-read {
  background: #006699;
}
.clp-why-read h3 {
  font-size: 1.563rem;
}

.floating-title-block {
  background: rgba(238, 238, 238, 0.57);
  line-height: normal;
  border-bottom: #e44f3d 4px solid;
}
.floating-title-block h3 {
  background-color: #006699;
  font-weight: bold;
  font-size: 1.063rem !important;
  color: white;
}
.floating-title-block blockquote.blockquote p {
  font-weight: normal;
  font-size: 1rem;
}

.quote-icon-head-1 {
  font-size: 2.5rem;
}

.quote-icon-head-2 {
  font-size: 10rem;
}
.quote-icon-head-2 .bi--rotate-180::before {
  transform: rotate(180deg);
}

.campaign-page-slide .lag-slider figure {
  margin: 0 0 1rem;
}
.campaign-page-slide .lag-slider figure .blockquote {
  margin: 0;
}
.campaign-page-slide .lag-slider figure .blockquote p {
  font-size: 1.375rem;
  font-weight: 100;
  line-height: 2rem;
}
.campaign-page-slide .lag-slider figure figcaption.blockquote-footer {
  margin: 0;
}
.campaign-page-slide .lag-slider figure figcaption.blockquote-footer cite {
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 700;
}
.campaign-page-slide .lag-slider .slick-dots {
  bottom: auto;
  width: auto;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.campaign-page-slide .lag-slider .slick-dots li {
  text-align: center;
  margin: 5px;
  width: auto;
  height: auto;
}
.campaign-page-slide .lag-slider .slick-dots li button {
  width: auto;
  height: auto;
}
.campaign-page-slide .lag-slider .slick-dots li button:before {
  display: inline-block;
  width: 12px;
  height: 12px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #e44f3d;
  border-radius: 12px;
  opacity: 1;
}
.campaign-page-slide .lag-slider .slick-dots .slick-active button:before {
  width: 20px;
  height: 12px;
  margin: 0;
  background-color: #e44f3d;
  transform: translate(-25%, 0); /*margin-left: -50%;*/
}

.btn-sm.btn-filled {
  border: 0;
  border-radius: 0;
  background-color: #006699;
  color: white;
  font-size: 0.688rem;
  font-weight: bold;
}

/* campaign css ends */
.wrapper {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.TopHeader {
  width: 100%;
  float: left;
  position: relative;
  padding: 15px 0;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}

.geplogo {
  width: 130px;
  float: left;
}

.SmartByGeplogo {
  width: 240px;
  float: right;
  margin-top: 15px;
}

.ContentWrap {
  width: 100%;
  float: left;
  position: relative;
  background: #c2c2c2;
  padding: 50px 0;
}

.InnerContentWrap {
  width: 100%;
  background: #ffffff;
  float: left;
}

.MenuBox {
  width: 100%;
  background: #696969;
  padding: 15px 0;
  float: left;
  position: relative;
  /*
      transition: all 0.5s ease-in;
      -webkit-transition: all 0.5s ease-in;
      -moz-transition: all 0.5s ease-in;
      -o-transition: all 0.5s ease-in; 
  */
  text-align: center;
  padding-bottom: 35px;
}

.MenuBox.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}

.navlist {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.navlist li {
  margin: 0 25px;
  display: inline-block;
  width: 200px;
  font-size: 12px;
  line-height: 15px;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 7px;
}

.navlist li a:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: transparent;
  left: 45%;
  bottom: -15px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.navlist li:last-child:after {
  display: none;
}

.navlist li:after {
  position: absolute;
  content: "";
  width: 180px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  right: -115px;
  bottom: -9px;
}

.navlist li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.navlist li.active a {
  color: rgb(255, 255, 255);
}

.navlist li.active a:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #00b7d4;
  left: 45%;
  bottom: -15px;
  border-radius: 50%;
  border: 1px solid rgb(255, 255, 255);
}

.bannerBox {
  width: 100%;
  float: left;
  position: relative;
}

.bannerimg {
  width: 100%;
  float: left;
}

.ContentBox {
  width: 100%;
  float: left;
  padding: 30px 55px;
}

.ContentBox p {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.MainContentSection ul {
  margin: 20px 0;
}

.MainContentSection ul li {
  background-image: url(/prod/s3fs-public/list-ic-1.png);
  background-repeat: no-repeat;
  background-position: left 8px;
  padding: 0 0 5px 20px;
  margin-left: 22px;
  list-style-type: none;
  margin-bottom: 10px;
}

.assettiitle {
  font-size: 24px;
  color: #f7941d;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  margin-top: 26px;
  margin-bottom: 0;
}

.assetSubtiitle {
  font-size: 16px;
  color: #6d6e71;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
  line-height: 18px;
  margin-top: 20px;
}

.aside-bar-left {
  width: 367px;
  padding: 19px;
  margin: 0px 30px 10px 0px;
  float: left;
  background: #006699;
  border-left: 4px solid #f7941d;
}

.aside-bar-right {
  width: 367px;
  padding: 19px;
  margin: 0px 0px 10px 30px;
  float: right;
  background: #eeeeee;
  border-left: 4px solid #f7941d;
}

.right-floated-image {
  width: 50%;
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.left-floated-image {
  width: 50%;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.fsectionBox {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.zoomimg {
  width: 100%;
  transition: all 0.2s ease-in-out;
}

.fsectionBox a {
  color: #ffffff;
  text-decoration: none;
}

.fsectionBox h4 {
  position: absolute;
  bottom: 10px;
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  left: 10px;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  line-height: 22px;
}

.fsectionBox p {
  position: absolute;
  bottom: -50px;
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  left: 10px;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  line-height: 22px;
}

.overlay {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.fsectionBox:hover .overlay {
  opacity: 1;
  z-index: 1;
}

.fsectionBox:hover img {
  transform: scale(1.2);
}

.fsectionBox:hover h4 {
  bottom: 50px;
}

.fsectionBox:hover p {
  bottom: 10px;
}

.imgbox {
  margin: 20px 0;
  text-align: center;
}

.arrowbox {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  cursor: pointer;
  width: 70px;
  background: transparent;
  padding: 0;
  height: 45px;
}

.arrowbox img {
  position: relative;
  width: 18px;
  right: -12px;
  top: 8px;
}

.footersection {
  margin-top: 30px;
  background: url(/prod/s3fs-public/pattenbg.jpg);
  background-repeat: repeat;
  padding: 38px 22px;
  border: 1px solid #c2c2c2;
  /* box-shadow: 2px 1px 7px 1px rgba(0, 0, 0, 0.4); */
}

#Back2Top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  opacity: 1;
  z-index: 9;
  display: none;
}

#Back2TopImg {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
}

.downlodbtnwrap {
  text-align: center;
  margin-bottom: 48px;
}

.homedownloadbox {
  position: absolute;
  bottom: -25px;
  right: 20px;
  background: #292929;
  padding: 10px 20px;
  border-radius: 5px;
}

.homedownloadbox img {
  width: 30px;
  margin-left: 15px;
}

.homedownloadbox a {
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  font-weight: 500;
}

.downloadbox {
  position: relative;
  bottom: 0;
  right: 0;
  background: #292929;
  padding: 10px 20px;
  border-radius: 5px;
  /* float: right; */
  width: 206px;
  display: inline-block;
}

.downloadbox img {
  width: 30px;
  margin-left: 15px;
}

.downloadbox a {
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  font-weight: 500;
}

footer {
  width: 100%;
  float: left;
  background: #333333;
  color: #ffffff;
  padding: 15px 0;
}

footer p {
  margin: 0;
}

.qlinks li {
  min-height: 55px;
}

.MainContentSection ul li ul li {
  /* background: red; */
  background-image: url(/prod/s3fs-public/list-ic-2.png);
  background-repeat: no-repeat;
  background-position: left 8px;
  padding: 0 0 5px 20px;
  margin-left: 22px;
  list-style-type: none;
  margin-bottom: 10px;
}

.mb0 {
  margin-bottom: 0;
}

.mt0 {
  margin-top: 0;
}

/*inner pages start*/
.innerbannertitle {
  position: absolute;
  bottom: 70px;
  font-size: 30px;
  color: #ffffff;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  width: 550px;
  padding-left: 55px;
  line-height: 35px;
}

.innerbannertitlesub {
  position: absolute;
  bottom: 15px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  width: 500px;
  padding-left: 55px;
  line-height: 20px;
}

.quickBox {
  width: 100%;
  position: relative;
  float: left;
}

.quickBox h3 {
  font-size: 14px;
  color: #6d6e71;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0px;
  margin-top: 0;
  text-transform: uppercase;
}

.quickBox ul {
  padding: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding-top: 15px;
  padding-bottom: 10px;
  list-style-type: none;
  float: left;
  margin-top: 0;
}

.quickBox ul li {
  background-image: url(/prod/s3fs-public/arrow.png);
  background-repeat: no-repeat;
  background-position: left 2px;
  padding: 0px 0 5px 30px;
  font-size: 15px;
  width: 45%;
  float: left;
}

.quickBox ul li a {
  color: #006aac;
  text-decoration: none;
}

/*inner pages end*/
ol li {
  margin-bottom: 25px;
}

.navlist li.active.nav1 a:before {
  background: #a5a5a5;
}

.navlist li.active.nav2 a:before {
  background: #f9a046;
}

.navlist li.active.nav3 a:before {
  background: #217db6;
}

.navlist li.active.nav4 a:before {
  background: #88c74f;
}

.subnote {
  font-size: 11px !important;
  position: relative;
  margin-top: 20px;
}

.subnote:before {
  content: "";
  height: 1px;
  width: 100px;
  background: #666666;
  position: absolute;
  left: 0;
  top: 0;
}

.CTAImgBox {
  text-align: center;
  margin-bottom: 25px;
}

.CTAImgBox.mobileshow img {
  width: 90%;
}

.mobileshow {
  display: none;
}

@media screen and (max-width: 1100px) {
  .navlist li {
    margin: 0;
    width: 184px;
  }
  .navlist li:after {
    width: 160px;
    right: -80px;
  }
}
@media screen and (max-width: 990px) {
  .navlist li {
    margin: 0;
    width: 175px;
    font-size: 11px;
  }
  .navlist li:after {
    width: 100px;
    right: -50px;
  }
  .aside-bar-right {
    width: 310px;
  }
}
@media screen and (max-width: 767px) {
  .desktopshow {
    display: none;
  }
  .mobileshow {
    display: block;
  }
  .arrowbox {
    display: block;
  }
  .navlist li a {
    position: relative;
    top: 3px;
  }
  .navlist li {
    width: 100%;
    text-align: left;
    font-size: 10px;
    margin: 10px 0;
    padding-left: 30px;
  }
  .navlist li a:before {
    left: -20px;
    bottom: 2px;
  }
  .navlist li:after {
    display: none;
  }
  .navlist li.active a:before {
    left: -20px;
    bottom: 2px;
  }
  .MenuBox {
    padding-bottom: 0;
    padding: 0;
  }
  .ContentBox h2, .ContentBox p, .ContentBox h3 {
    float: left;
    width: 100%;
    line-height: 22px;
  }
  .fsectionBox {
    margin: 10px 0;
  }
  .right-floated-image, .left-floated-image {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .aside-bar-left, .aside-bar-right {
    width: 100%;
    margin: 10px 0;
    float: left;
  }
  .MainContentSection ul {
    margin: 20px 0;
    float: left;
    padding: 0;
  }
  .MainContentSection ul li {
    float: left;
  }
  .geplogo {
    width: 80px;
  }
  .SmartByGeplogo {
    width: 180px;
    margin-top: 5px;
  }
  .ContentWrap {
    padding: 25px 0;
  }
  .assettiitle {
    font-size: 23px;
    margin-top: 20px;
  }
  .assetSubtiitle {
    font-size: 18px;
  }
  .ContentBox {
    padding: 40px 20px;
  }
  .quickBox h3 {
    font-size: 16px;
  }
  .quickBox ul {
    padding-top: 15px;
    margin-top: 5px;
  }
  .quickBox ul li {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    font-size: 14px;
  }
  .innerbannertitle {
    bottom: 30px;
    font-size: 16px;
    width: 280px;
    padding-left: 20px;
    line-height: 18px;
  }
  .innerbannertitlesub {
    bottom: -1px;
    font-size: 12px;
    width: 300px;
    padding-left: 20px;
    line-height: 14px;
  }
  .homedownloadbox {
    bottom: -30px;
    right: 5px;
    padding: 10px 15px;
  }
  .homedownloadbox img {
    width: 20px;
    margin-left: 15px;
    margin-top: -2px;
  }
  .qlinks li {
    min-height: auto;
  }
  .footersection {
    float: left;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 380px) {
  .right-floated-image, .left-floated-image {
    width: 100% !important;
  }
}
.innovate-block {
  padding-top: 103px;
}
.innovate-block p {
  color: #fff;
}
.innovate-block .register-form {
  padding: 1.2rem;
  border: 1px solid rgba(33, 77, 126, 0.9333333333);
  box-shadow: none;
  background: rgba(6, 23, 38, 0.6509803922);
}
.innovate-block .register-form label {
  color: #fff;
}
.innovate-block .register-form .form-component label.form-check-label {
  float: none;
}
.innovate-block .register-form .form-component button.form-submit {
  height: 50px;
  line-height: 48px;
  border: 2px solid #006699;
  background: #18A7FF;
  color: #fff;
  width: 100%;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 0 !important;
  margin-top: 15px;
}

.innovate-footer {
  padding: 72px 30px 21px;
  background-image: url(https://wwww.gep.com/sites/all/themes/gep/images/discover.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.innovate-footer p {
  text-align: center;
  color: #fff;
}

.innovate21-bkg {
  background: url(/prod/s3fs-public/innovateBackground.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.innovate22-bkg {
  background: url(/prod/s3fs-public/innovate-22-background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.innovate-video-gallary-block {
  background: #00243B;
}
.innovate-video-gallary-block .gep_tabs.nav-tabs {
  border-color: #018FBF;
}
.innovate-video-gallary-block .innovate-video-card .card {
  background: transparent;
  border-color: #033e64;
}
.innovate-video-gallary-block .innovate-video-card .card .card-body {
  padding-bottom: 1.4rem;
}
.innovate-video-gallary-block .innovate-video-card .card h5 {
  color: #ee8806;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0px;
  line-height: 21px;
  padding-bottom: 0px;
}
.innovate-video-gallary-block .innovate-video-card .card p {
  font-size: 0.8rem;
  color: #fff;
}

.innovate-thankyou {
  position: absolute;
  z-index: 0;
  top: 18%;
  left: 0;
  right: 0;
  z-index: 9;
}
.innovate-thankyou .row.thankyou-msg h3 {
  color: #fff;
  font-weight: 900;
  margin-top: 90px;
}
.innovate-thankyou .row.thankyou-msg p {
  text-align: center;
  font-size: 22px;
}

.nav-innovate-2022 {
  padding: 1.2rem 0;
  background: #0c2741;
}

.event-date {
  font-size: 1.5rem;
}

.list-dot {
  list-style: disc;
}

.innovate-blue {
  background: #0c2741;
}

.txt_innovate {
  color: #0c2741;
}

.txt_keynote {
  color: #2BA9FA;
}

.btn-blue {
  background: #2BA9FA;
}

h3.speaker-title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #0c2741;
}

@media screen and (max-width: 420px) {
  .innovate-vid {
    height: 240px !important;
  }
}
@media screen and (max-width: 767px) {
  .innovate-vid {
    height: 348px;
  }
  .webform-client-form-wrapper .webform-submission-form {
    padding: 1rem !important;
  }
  .webform-client-form-wrapper .webform-submission-form fieldset {
    padding: 0;
    border: 0;
    border-radius: 0;
    border: 1px solid #dadada;
    background: rgba(152, 152, 152, 0.031372549);
  }
  .webform-client-form-wrapper .webform-submission-form fieldset .form-radios .form-type-radio.js-form-item-innovate-2022-expectations {
    width: 100% !important;
  }
  .webform-client-form-wrapper .webform-submission-form .form-type-radio {
    width: 100% !important;
  }
  .innovate_2023_form {
    padding: 1.5rem !important;
  }
  .innovate_2023_footer .copyright-links {
    text-align: left !important;
    padding: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .innovate-vid {
    height: 450px;
  }
  .webform-client-form-wrapper .webform-submission-form .form-type-radio {
    width: 50% !important;
  }
  .webform-client-form-wrapper .webform-submission-form .form-type-textarea {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1434px) {
  .innovate-vid {
    height: 500px;
  }
}
@media screen and (max-width: 991px) {
  .page-node-type-customer-event section.innerPage_Hero {
    height: 45vh;
  }
}
.webform-client-form-wrapper .webform-submission-form {
  border: 1px solid #eee;
  background: #fff;
  padding: 1.5rem;
}
.webform-client-form-wrapper .webform-submission-form label, .webform-client-form-wrapper .webform-submission-form legend {
  font-size: 16px;
  font-family: Roboto;
  line-height: 18px;
  margin-bottom: 0;
  padding-bottom: 0px;
  font-weight: bold;
}
.webform-client-form-wrapper .webform-submission-form fieldset {
  padding: 10px 25px 5px;
  border: 0;
  border-radius: 0;
  border: 1px solid #dadada;
  background: rgba(152, 152, 152, 0.031372549);
}
.webform-client-form-wrapper .webform-submission-form fieldset .form-radios .form-type-radio.js-form-item-innovate-2022-expectations {
  width: 32%;
  display: inline-block;
}
.webform-client-form-wrapper .webform-submission-form fieldset form-item {
  margin-bottom: 15px !important;
  min-height: auto;
}
.webform-client-form-wrapper .webform-submission-form fieldset .fieldset-wrapper fieldset {
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: none;
}
.webform-client-form-wrapper .webform-submission-form .form-type-radio {
  float: left;
  width: 20%;
  margin-top: 15px;
}
.webform-client-form-wrapper .webform-submission-form .form-type-radio label {
  font-size: 14px !important;
  padding: 2px 0px;
}
.webform-client-form-wrapper .webform-submission-form .form-item-share-contact-details.form-type-radio {
  width: 55% !important;
}
.webform-client-form-wrapper .webform-submission-form .form-submit {
  border: 2px solid #006699;
  background: #006699;
  color: #fff;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 0 !important;
  width: auto;
  margin-top: 20px;
  padding: 10px 30px;
}
.webform-client-form-wrapper .webform-submission-form .form-type-textarea {
  width: 100%;
  display: inline-block;
}
.webform-client-form-wrapper .webform-submission-form #edit-day-1-sessions > legend {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}
.webform-client-form-wrapper .webform-submission-form #edit-day-1-sessions .form-type-radio {
  width: 15%;
}
.webform-client-form-wrapper .webform-submission-form #edit-day-2-sessions > legend {
  margin-bottom: 10px;
  font-size: 24px;
}
.webform-client-form-wrapper .webform-submission-form #edit-day-2-sessions .form-type-radio {
  width: 15%;
}

.innovate-blue-txt {
  color: #093f62;
}

.row.banner-text-area {
  position: absolute;
  z-index: 99;
  top: 26%;
  left: 0;
  right: 0;
}

.page-node-type-customer-event section.innerPage_Hero {
  height: 55vh !important;
}

.page-node-type-customer-event section.innerPage_Hero.innovate-thankyou {
  height: 85vh !important;
}

.page-node-type-customer-event .gep_innovate_2023 section.innerPage_Hero {
  height: 85vh !important;
}

.gep_innovate_2023 .row.banner-text-area {
  position: absolute;
  z-index: 99;
  top: 20%;
  left: 0;
  right: 0;
}
.gep_innovate_2023 .innovate-bkg-blue {
  background: #0A1938;
}
.gep_innovate_2023 .innovate_2023_form {
  background: #1f2d49;
  border-radius: 5px;
  margin-bottom: 4rem;
  padding: 2rem;
}
.gep_innovate_2023 .innovate_2023_form .form-item {
  margin-bottom: 0.5em;
}
.gep_innovate_2023 .innovate_2023_form .form-item label {
  color: #00D3FF;
  font-size: 18px;
}
.gep_innovate_2023 .innovate_2023_form .form-item input.form-control {
  background: #0A1938;
  border: 0;
  padding: 0.875rem 0.75rem;
  color: #fff;
}
.gep_innovate_2023 .innovate_2023_form input.button {
  background: #00D3FF;
  padding: 0.775rem 3rem;
  font-size: 1.2rem;
  color: #0A1938;
  font-weight: 600;
  border: 0;
  margin-top: 15px;
}
.gep_innovate_2023 .i23-blue {
  color: #00D3FF;
}

.innovate_2023_footer .copyright-links {
  text-align: right;
}

/*
min-width media-query
===================== */
@media (min-width: 576px) {
  .home-video-pop .modal-dialog {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .insight-speaker-img img {
    width: 100%;
  }
  .banner-text_wrapper h2 {
    font-size: 2.75rem;
    line-height: 2.75rem;
  }
  .banner-text_wrapper h3 {
    font-size: 1rem;
    padding-top: 0 !important;
  }
  .gep-share-vertical {
    display: block;
  }
}
@media (min-width: 992px) {
  .no-banner {
    margin-bottom: 35px;
    height: 85px;
  }
  #block-gepknowledgebankmenu .nav-link {
    font-size: 1rem;
  }
  section.innerPage_Hero .background-image-holder img.mobile-image {
    display: none;
  }
  section.innerPage_Hero .background-image-holder img.desktop-image {
    display: block;
  }
  .campaign-copy-container {
    height: auto;
  }
  .campaign-copy-container .campaign-text-wrap {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .campaign-copy-container.order-md-1 .campaign-text-wrap {
    left: 65%;
  }
  .campaign-copy-container.order-md-2 .campaign-text-wrap {
    left: 35%;
  }
  .collapse.dont-collapse {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}
/*
max-width media-query
===================== */
.webcast-thank .container-insight_from_top {
  margin-top: -300px !important;
}

.new-app-pramo .new-app-wrap-test h2 {
  font-size: 2.5rem;
}

.new-pramotion-image-right {
  float: none;
  padding: 11px;
  border: 1px solid #006699;
  margin: 0 10%;
}

.asset-content-wrapper .new-qoute-box2 p {
  padding-right: 0px;
  padding-left: 58px;
}
.asset-content-wrapper .collateral-info {
  width: 100%;
  float: none;
  margin-right: 0px;
  margin-bottom: 20px;
}

.icon-text-resp {
  text-align: center;
}

.icon-text-resp .display-inline {
  display: block;
}

.icon-margin-right {
  margin-right: 0px;
  margin-bottom: 10px;
  display: inline;
}

.right-floated-image, .left-floated-image {
  width: 90%;
  float: none;
}

.asset-sub-heading2 {
  font-size: 20px;
}

#insights-from-the-top-page .banner-text_wrapper {
  display: none;
}

.copyright-links {
  padding: 1rem 0;
}

.footer-social-icon {
  text-align: center;
}
.footer-social-icon .icons-block {
  float: none;
}

@media (max-width: 575.98px) {
  #block-gepknowledgebankmenu {
    display: none;
  }
  .g-search-mobile i {
    font-size: 1.2rem;
    color: #393939;
  }
  .gep-sidebar.sd-close {
    width: 100%;
  }
  .banner-text_wrapper h2 {
    font-size: 1.5rem;
  }
  .banner-text_wrapper h3 {
    font-size: 1rem;
    padding-top: 0 !important;
  }
  .banner-text_wrapper .home-banner.banner-text {
    margin-top: 0 !important;
  }
  .banner-text_wrapper .home-banner.banner-text .slider-text h2 {
    font-size: 1.313rem;
    line-height: 1.5rem;
  }
  .banner-text_wrapper .home-banner.banner-text .slider-text h3 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .bounce {
    display: none;
  }
  .row.kb-hero-sec .col-md-6.pe-0 {
    padding-right: 0.8rem !important;
  }
  .row.kb-hero-sec .col-md-6.ps-0 {
    padding-left: 0.8rem !important;
  }
  .view-kb-topics.view-display-id-category {
    margin-top: 0px;
  }
  .view-kb-topics.view-display-id-category .row.kb-hero-sec {
    margin-top: 0;
  }
  .view-kb-topics.view-display-id-category .view-header .h2-title {
    margin-left: 0;
  }
  .kb-hero-sec > div {
    padding-right: 0;
  }
  .kb-here-text {
    position: absolute;
    z-index: 1;
    color: #fff;
    bottom: 0;
    padding: 20px;
    width: 100%;
  }
  .kb-here-text h2 {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 23px;
  }
  .kb-here-text.small-card h2 {
    font-size: 14px;
    line-height: 22px;
  }
  .kb-hero-sec .col-md-8 .kb-hero-card .kb-here-text.small-card h2:first-child {
    font-size: 14px;
  }
  .kb-hero-sec .kb-hero-card.large-thumb {
    height: 250px;
  }
  .kb-hero-sec .kb-hero-card.large-thumb .kb-here-text {
    width: 99%;
  }
  .kb-hero-sec .kb-hero-card.large-thumb .kb-here-text h2 {
    font-size: 14px;
  }
  .kb-hero-card.small-thumb .kb-here-text {
    width: 99%;
  }
  p.form-div-2 {
    font-size: 28px;
  }
  .webcast-thank {
    background: none;
  }
  .container-insight_from_top {
    margin-top: -200px;
    z-index: 9;
  }
  .image-bg.banner-slider {
    display: none;
  }
  .insight-mobile-banner-wrap {
    display: block;
    width: 100%;
    height: 525px;
    min-height: auto;
  }
  .gep-insights-after-content h2 {
    font-size: 32px;
  }
  .kb-form-wrapper {
    padding: 25px;
  }
  .kb-form-wrapper input[type=submit], .kb-form-wrapper button[type=submit] {
    display: block;
    width: 100%;
  }
  .kb-cat-filter-block .filter-ico i {
    font-size: 1.5rem;
  }
  .kb-cat-filter-block .bef-exposed-form .form--inline .form-item {
    width: 80%;
    float: none;
    display: block;
    margin: 0 0 1rem 1rem;
  }
  .kb-cat-filter-block .form-item {
    margin-right: 1rem;
    height: auto;
  }
  .kb-cat-filter-block .form-item .customselect-list-container, .kb-cat-filter-block .form-item .form-select {
    margin-bottom: 0.5rem;
  }
  .kb-cat-filter-block .form-actions {
    width: 80%;
    margin: 0 0 0.1rem 1rem;
  }
  .kb-cat-filter-block .form-actions .form-submit {
    width: 100%;
    padding: 0.4rem 0;
    text-align: center;
  }
  .kb-cat-filter-block .customselect-list-container .customselect-list.customselect-dropdown.open li.customselect-list-input-item {
    width: 100%;
  }
  .other-services-wrap {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .other-services-wrap h2 {
    font-size: 2rem;
    text-align: left;
  }
  .other-services-wrap .text-left h2 {
    text-align: left;
  }
  .other-services-wrap .service-links li {
    display: block !important;
    width: 100% !important;
    margin: 0 0 1rem;
  }
  .other-services-wrap .service-links li i {
    font-size: 1.2rem;
    line-height: 1.6rem;
    vertical-align: middle;
  }
  .contact-block-footer {
    padding: 25px;
  }
  .contact-block-footer .g_h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .contact-block-footer .g_h1 img {
    height: 3rem !important;
    width: 2.5rem !important;
  }
  .contact-block-footer .contact-icon {
    margin-bottom: 1rem;
  }
  .footer {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .footer .copyright-links {
    font-size: 0.85rem;
    padding-bottom: 2rem !important;
  }
  .footer .contextual {
    position: relative;
    float: none;
    clear: both;
  }
  .footer .social-icon-bottom {
    text-align: center;
  }
  .blog-wrapper {
    max-width: 100%;
    margin: 0 auto;
  }
  .breadcrumb {
    max-width: 90%;
    float: none;
  }
  .breadcrumb .breadcrumb-item {
    font-size: 0.7rem;
    line-height: 1.3rem;
  }
  .breadcrumb .breadcrumb-item a {
    font-size: 0.7rem;
  }
  .new-app-promo .new-app-wrap-test h2 {
    font-size: 2rem;
  }
  #block-strategy h6 {
    display: none;
  }
  /* Asset HTML */
  .asset-content-wrapper {
    width: 90%;
  }
  .aside-bar-right.report-pramotion {
    width: 100%;
  }
  .img-float-right {
    clear: right;
  }
  ul.margin-xs-0 li {
    margin-left: 0;
  }
  .table-Scroll {
    overflow: scroll;
  }
  .new-pramotion-image-right {
    float: none;
    padding: 11px;
    border: 1px solid #006699;
    margin: 0 30%;
  }
  .new-pramotion-image-right {
    float: none;
    padding: 11px;
    border: 1px solid #006699;
    margin: 0 30%;
  }
  /* admin nav */
  /* BLOG */
  .latest-blog .card .card-body {
    padding: 1rem !important;
    border-bottom: 1px dashed #393939;
  }
  /* BLOG ENDS */
  .banner-cta a {
    display: inline-block;
  }
  .why-gep .card:hover .card-img-overlay .card-text {
    height: 78%;
  }
  .gep-share-vertical {
    display: none;
  }
  .banner-text_wrapper .inner-banner.banner-text {
    margin-top: 0;
  }
  .gep-search-form .close-search {
    right: 6vh;
    top: 6vh;
  }
}
@media (max-width: 767.98px) {
  .client-logos {
    border: 1px solid red;
  }
  .client-logos nav.slick__arrow {
    position: relative;
    top: -50%;
  }
  .client-logos nav.slick__arrow .slick-next {
    right: -25px;
    top: 35px;
  }
  .client-logos nav.slick__arrow .slick-next::before {
    color: #026AAA;
    content: "\f285" !important;
    font-family: bootstrap-icons !important;
  }
  .client-logos nav.slick__arrow .slick-prev {
    right: -25px;
    left: auto;
  }
  .client-logos nav.slick__arrow .slick-prev::before {
    color: #026AAA;
    content: "\f284" !important;
    font-family: bootstrap-icons !important;
  }
  .asset-lp-hero {
    padding: 4rem 0 0;
  }
  .asset-lp-hero.innerPage_Hero {
    display: none;
  }
  .asset-lp-hero .innerPage_Hero {
    display: none;
  }
  .asset-lp-hero.campaign .innerPage_Hero {
    display: block;
  }
  .asset-details .asset-access-call-wrapper {
    position: relative;
    right: 0;
    z-index: 1;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    top: -2rem;
  }
  /* admin nav */
  #block-geptheme-local-tasks {
    clear: both;
    float: none;
    position: relative;
    display: block;
    width: 100%;
    border: 0px solid red;
    height: auto;
  }
  #block-geptheme-local-tasks .nav-tabs {
    display: block;
    font-size: 0.7rem;
    float: none;
    clear: both;
    margin-bottom: 0.7rem;
  }
  #block-geptheme-local-tasks .nav-tabs .nav-link {
    padding: 0.5rem 0.66rem;
  }
  .kb-collateral-wrap .gep-share ul li {
    margin: 0 0.1rem !important;
    font-size: 0.8rem !important;
  }
  .kb-collateral-wrap .gep-share ul li i {
    font-size: 0.8rem !important;
  }
  .gep-insights .insights-author-detail {
    width: auto;
    max-width: 350px;
    margin: 0 auto 1rem;
  }
  .gep-insights .insights-speaker {
    margin-top: 0 !important;
  }
  #login-page .gep_container {
    padding: 8.5rem 0 4rem;
  }
  #login-page .gep_container .inside_page_body {
    max-width: 80%;
  }
  .webcast-thank {
    height: auto;
  }
  .webcast-thank video {
    max-width: 100%;
    height: auto;
  }
  .border-dash-r {
    border: none;
  }
  /* podcast banner */
  .page-node-type-podcast .asset-lp-hero {
    padding: 4rem 0 0;
  }
  .page-node-type-podcast .asset-lp-hero .innerPage_Hero {
    display: block;
    height: 85vh;
  }
  .page-node-type-podcast .asset-lp-hero .innerPage_Hero .banner-text_wrapper {
    position: absolute;
    background: transparent;
  }
  /* webcast banner */
  #webcasts-page .innerPage_Hero {
    display: block;
    height: 85vh;
  }
  #webcasts-page .innerPage_Hero .banner-text_wrapper {
    position: absolute;
    background: transparent;
  }
}
@media (max-width: 991.98px) {
  .banner-text_wrapper .inner-banner.banner-text {
    margin: 0;
  }
  .other-services-wrap .service-links ul li {
    display: block;
    float: none;
    width: auto;
  }
  /* CLP CAMPAIGN */
  .clp-banner.innerPage_Hero {
    height: auto;
  }
  .clp-banner.innerPage_Hero .background-image-holder {
    position: relative;
  }
  .clp-banner.innerPage_Hero .clpbanner-form {
    position: relative;
    margin: 1rem auto;
    width: 90%;
    right: auto;
    top: auto;
  }
  .kb-collateral-wrap .gep-share ul li {
    padding: 0;
    margin: 0;
    font-size: 0.7rem;
  }
  .kb-collateral-wrap .gep-share ul li i {
    font-size: 0.7rem;
  }
  section.innerPage_Hero {
    height: auto;
  }
  section.innerPage_Hero h2 {
    font-size: 1.75rem;
    line-height: 2rem;
    text-shadow: 4px 2px 6px rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
  }
  section.innerPage_Hero h3 {
    font-size: 1rem;
    padding-top: 0.7rem !important;
  }
  section.innerPage_Hero .video-overlay {
    display: none;
  }
  section.innerPage_Hero .background-image-holder {
    position: relative;
  }
  section.innerPage_Hero .background-image-holder::before {
    position: absolute;
    background: rgba(0, 0, 0, 0.19);
    width: 100%;
    height: 100vh;
    z-index: 0;
    top: -77px;
  }
  section.innerPage_Hero .background-image-holder img {
    height: 100%;
    object-fit: cover;
    display: block;
  }
  section.innerPage_Hero .background-image-holder img.mobile-image {
    min-height: 240px;
    object-fit: cover;
  }
  section.innerPage_Hero .banner-text_wrapper.h-100 {
    position: relative;
    background: black;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  section.innerPage_Hero .banner-text_wrapper.h-100 .home-banner.banner-text {
    margin-top: 0;
  }
  .career-badge {
    display: none;
  }
  .page-node-type-blog-posts .gep_container {
    margin-top: 5rem;
  }
  .client-logos {
    border: 0px solid red;
  }
  .client-logos nav.slick__arrow {
    position: relative;
    top: -50%;
  }
  .client-logos nav.slick__arrow .slick-next {
    right: -25px;
    top: 35px;
  }
  .client-logos nav.slick__arrow .slick-next::before {
    color: #026AAA;
    content: "\f285" !important;
    font-family: bootstrap-icons !important;
  }
  .client-logos nav.slick__arrow .slick-prev {
    right: -25px;
    left: auto;
  }
  .client-logos nav.slick__arrow .slick-prev::before {
    color: #026AAA;
    content: "\f284" !important;
    font-family: bootstrap-icons !important;
  }
}
/*
min-width to max-width media-query
===================== */
@media (min-width: 768px) and (max-width: 991.98px) {
  .gep-insights .insights-author-detail {
    width: 85%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .kb-here-text {
    width: 68%;
  }
  .kb-here-text.small-card {
    bottom: -10px;
  }
  .kb-here-text.small-card h2 {
    font-size: 14px;
  }
  #block-gepknowledgebankmenu .has-megamenu .nav-link {
    font-size: 0.65rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #block-bannerbadge {
    width: 200px;
  }
}
/* responsive css ends *//*# sourceMappingURL=style.css.map */