 /*
Theme Name: ION Analytics
Author: Regroup Media
Author URI: https://www.regroup-media.co.uk/
Description: Theme for ION Analytics
Version: 1.0
Text Domain: ION Analytics
*/


@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'ION';
    src: url('fonts/ION-Regular v1004.otf');
}
@font-face {
  font-family: 'SourceSansPro';
  src: url('fonts/SourceSansPro-Regular.otf');
}
@font-face {
  font-family: 'SourceSansProBold';
  src: url('fonts/SourceSansPro-Bold.otf');
}

*{
	margin:0;
	padding:0;
	list-style:none;
	border:none;
	outline:none;
	/*-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;*/
}

html {  
  /* -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
  -webkit-text-stroke: rgba(255,255,255,0.01) 0.1px;
  -webkit-text-stroke-width: 0.1px; */
}

body{
	width:100%;
  color: #001437;
	font-size:18px;
  line-height: 30px;
  font-family: 'SourceSansPro';
}

@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1250px !important;
  }
}

a:hover, a:visited, a:link, a:active {
  text-decoration: none;
  outline:none !important;
}


/* Headings */
h1{
  font-size: 56px;
  font-family: 'ION';
}
h2{
  font-size: 46px;
  font-family: 'ION';
}
h3{
  font-size: 24px;
  font-family: 'SourceSansProBold';
}

body.home #header {
  position: absolute;
  width: 100%;
  background: transparent;
  z-index: 2;
  padding: 30px 0;
}
.header-topbar {
  background: #001437;
  padding: 2px 0;
}
.header-topbar p.header-left-text {
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-topbar p.header-left-text a {
  color: #fff;
  text-decoration: underline;
}
.sale-btn a {
  font-size: 14px !important;
  color: #001437 !important;
  padding: 5px 15px;
  line-height: 20px;
  float: right;
  border: 1px solid rgba(0,0,0,0.1);
}

#header {
  padding: 30px 0px 30px 0px;
  position: relative;
}
#logo img.custom-logo {
  max-width: 100%;
  height: auto;
}
.navbar button.navbar-toggler {
  width: 40px;
  height: 36px;
  padding: 3px 8px;
  border: none;
  margin-top: -32px;
  border-radius: 0;
  background-color: #001437;
}
.navbar button.navbar-toggler .icon-bar {
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 3px 0px;
  float: left;
}
.nav-bar-sec .navbar-collapse {
  margin-top: 0px;
}
.navbar ul li {
  position: relative;
  cursor: pointer;
  padding: 5px 5px;
}
.nav-bar-sec .navbar ul.navbar-nav > li > a.nav-link {
  display: block;
  padding: 7px 15px 3px 15px;
  font-size: 15px;
  color: #ffffff;
  font-family: 'ION';
  border-radius: 20px;
}

body.home .nav-bar-sec .navbar ul.navbar-nav > li > a.nav-link:before{
	background:#fff;
}
.nav-bar-sec .navbar ul.navbar-nav > li > a.nav-link:before{
	content: '';
    display: block;
	width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s;
    top: 34px;
    position: relative;
	
}

.nav-bar-sec .navbar ul.navbar-nav > li > a.nav-link:hover::before,
.nav-bar-sec .navbar ul.navbar-nav > li.current-menu-item > a.nav-link::before,
.header-2 .nav-bar-sec .navbar ul.navbar-nav > li > a.nav-link:hover::before,
.header-2 .nav-bar-sec .navbar ul.navbar-nav > li.current-menu-item > a.nav-link::before
{
    width: 100%;
}
.nav-bar-sec .navbar ul.navbar-nav > li.request-demo-btn > a.nav-link:before{display:none;}



.home-header-logo{
	display: none !important;
}
.nav-bar-sec .navbar ul.navbar-nav > li.Login-btn a.nav-link:hover{
  background-color: transparent !important;
  color: #fff !important;
}
.header-2 .nav-bar-sec .navbar ul.navbar-nav > li.Login-btn a.nav-link:hover{
  background-color: transparent !important;
  color: #001437 !important;
}
.navbar ul.navbar-nav > li.Login-btn a {
  position: relative;
  padding-right: 40px !important;
}

.navbar ul.navbar-nav > li.Login-btn a:before {
  content: '';
  position: absolute;
  right: 0px;
  top: 9px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  display: inline-block;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.header-2 .navbar ul.navbar-nav > li.Login-btn a:before {
  border-color: #818c9f;
}
.navbar ul.navbar-nav > li.Login-btn a:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(images/white-right-arrow.png) no-repeat center;
  top: 11px;
  right: 7px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
  background-size: contain;
}
.header-2 .navbar ul.navbar-nav > li.Login-btn a:after {
	 background: url(images/arrow.png) no-repeat center;
}
.navbar ul.navbar-nav > li.Login-btn a:hover:before {
  transform: scale(0.7);
  border: 3px solid #00a5e6;
  opacity: 1;
}
.navbar ul.navbar-nav > li.Login-btn a:hover:after {
  right: -7px;
}
.nav-bar-sec .navbar ul.navbar-nav > li.Login-btn{
  margin-right: 10px;
}

#home-banner{
  padding: 150px 0 80px 0;
  background-color: #fff;
  /*background-image: url('images/ion-home-banner.png');*/
	background-color: #001437;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home-banner h1 {
  font-size: 72px;
  color: #fff;
}

.text-gradient{
  background: -webkit-linear-gradient(360deg, #00A5E6, #96C869);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#home-banner .content-para {
  max-width: 760px;
  margin: auto;
  color: #fff;
  font-size: 24px;
}
#home-banner .content-para p {
  font-size: 24px;
}
.content-para{
  color: #586884;
  font-size: 20px;
  line-height: 30px;  
}
.content-para {
  max-width: 500px;
}

.notification-box {
  -webkit-animation: mover 3s infinite  alternate;
  animation: mover 3s infinite  alternate;
}
@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-30px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-30px); }
}

.notification-inner {
  border: 1px solid rgb(13 31 65 / 15%);
  border-radius: 20px;
  padding: 22px 30px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 20px 40px rgb(13 31 65 / 10%);
}
.notification-ball {
  position: absolute;
  top: -27px;
  left: 0px;
  width: 38px;
  height: 38px;
}
.notification-ball .ball-snooz {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.notification-inner:hover .notification-ball > svg{
  opacity: 0;
}
.notification-inner:hover .notification-ball .ball-snooz{
  opacity: 1;
}
.notification-badge {
  display: inline-block;
  background: rgb(13 31 65 / 5%);
  padding: 5px 16px;
  font-size: 14px;
  border-radius: 30px;
  font-family: 'SourceSansProBold';
  line-height: 20px;
}
.notification-header {
  display: flex;
  justify-content: space-between;
}
.notification-date {
  color: #0D1F41;
  font-family: 'SourceSansProBold';
  font-size: 18px;
}
.notification-body{
  font-size: 20px;
  line-height: 1.5;
  padding: 10px 0px;
}
.notification-location {
  font-size: 14px;
  font-family: 'SourceSansProBold';
}

.scroll {
  width: 100%;
  text-align: center;
}
.scroll img {
  width: 28px;
  height: 28px;
  display: inline-block;
}
.what-are-you{
  background-color: #ffffff;
  padding: 120px 0 100px;
}
.arch-bg{
  background: url('images/gradient-arch-web.png');
  padding: 120px 0 135px;
  background-size: cover;
    background-position: top center;
}
.tab-pill-menu ul{
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
}
.tab-pill-menu ul li{
  display: inline-block;
  padding: 8px;
}
.tab-pill-menu ul li a {
  color: #001437;
  border-radius: 30px;
  font-size: 15px;
  font-family: 'ION';
  line-height: 20px;
  padding: 12px 27px 8px;
  display: block;
  transition: all ease-in-out 300ms;
  position: relative;
  -webkit-transition: .3s;
    transition: .3s;
}
.tab-pill-menu ul li a:hover {
  background: #00af96;

  -webkit-transition: .3s;
    transition: .3s;
}
.tab-pill-menu ul li a:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #001437;
  border-radius: 30px;
}
.tab-pill-menu ul li a:hover:before{
  opacity: 0;
}
.nav-tabs {
  border-bottom: none !important;
  text-align: center !important;
  justify-content: center;
}
.nav-tabs li button,
.nav-tabs li button:hover {
  background: transparent;
  color: rgba(255,255,255,0.8);
  border-radius: 10px 10px 0 0 !important;
  padding: 12px 20px;
  border-width: 0 0 6px !important;
  border-style: solid;
  border-color: transparent !important;
  position: relative;
  font-family: 'SourceSansPro';
  font-size: 18px;
  letter-spacing: 1px;
}
.nav-tabs li button.active {
  background: #e5f6fc !important;
  color: #fff !important;
  font-family: 'SourceSansProBold';
}
.nav-tabs li button.active:after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  background: linear-gradient(to left, #00a6dd, #00af96);
  height: 6px;
}
.tab-content{
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  min-height: 150px;
  background-color: #fff;
}
.tab-content .tab-pane {
  background: linear-gradient(84deg, #0199d9, #01a392);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  padding-bottom: 6px;
  min-height: 150px;
}
.tab-content .tab-body {
  background: #fff;
  border-radius: 20px;
  min-height: 150px;
  height: 100%;
}

.key-summarize {
  padding: 85px 0 85px;
}
.key-summarize-img{
  max-width: 500px;
}
.owl-carousel-vertical h2{
  line-height: 1.25;
  margin-bottom: 30px;
}
.slide-content{
  font-size: 20px;
  line-height: 1.5;
  color: #586884;
  max-width: 400px;
  display: list-item;
  padding-bottom: 8px;
}
.outline-btn {
  font-family: 'ION';
  font-size: 15px;
  color: #001437;
  border: 2px solid #001437;
  border-radius: 20px;
  padding: 10px 25px 6px 25px;
  display: inline-block;
  line-height: 20px;
  min-width: 155px;
}
.outline-btn:hover{
  background: #00B194;
  border-color: #00B194;
  color: #fff;
}
.fill-btn{
  font-family: 'ION';
  font-size: 15px;
  color: #fff;
  border: 2px solid #00A5E6;
  border-radius: 20px;
  padding: 10px 25px 6px 25px;
  display: inline-block;
  line-height: 20px;
  min-width: 155px;
  background: #00A5E6;
  text-align: center;
}
.fill-btn:hover{
  background: #00A5E6;
  border-color: #00A5E6;
  color: #fff;
}

.owl-carousel-vertical .owl-controls .owl-dots {
  position: absolute;
  width: 26px;
  left: -40px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  align-content: center;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 2px 2px;
}
/* .owl-theme .owl-dots .owl-dot:nth-child(2) {
  transform: scale(0.8) !important;
}
.owl-theme .owl-dots .owl-dot.owl-dot:nth-child(3) {
  transform: scale(0.8) !important;
} */
.owl-theme .owl-dots .owl-dot:nth-child(n) {
  transform: scale(0.8);
}
.owl-theme .owl-dots .owl-dot.active {
  transform: scale(1) !important;
}
.owl-theme .owl-dots .owl-dot span{
  background: #00A5E6;
  opacity: 0.3;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #00A5E6;
  opacity: 1;
}
.owl-carousel-vertical .owl-controls .owl-nav {
  text-align: left;
}
#testimonial-slider.owl-theme .owl-controls .owl-nav [class*=owl-],
#testimonial-slider.owl-theme .owl-controls .owl-nav [class*=owl-]:hover,
#testimonial-slider.owl-theme .owl-controls .owl-nav [class*=owl-]:focus{
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-color: rgb(13 31 65 / 10%);
  background-image: url(images/arrowUp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#testimonial-slider.owl-theme .owl-controls .owl-nav .owl-prev{
  left: -10px;
  transform: rotate(270deg);
}
#testimonial-slider.owl-theme .owl-controls .owl-nav .owl-next {
  right: -10px;
  transform: rotate(90deg);
}
.owl-carousel-vertical.owl-theme .owl-controls .owl-nav .owl-next{
  transform: rotate(180deg);
}
.owl-carousel-vertical.owl-theme .owl-controls .owl-nav [class*=owl-],
.owl-carousel-vertical.owl-theme .owl-controls .owl-nav [class*=owl-]:hover,
.owl-carousel-vertical.owl-theme .owl-controls .owl-nav [class*=owl-]:focus,
.footer-slider.owl-theme .owl-controls .owl-nav [class*=owl-],
.footer-slider.owl-theme .owl-controls .owl-nav [class*=owl-]:hover,
.footer-slider.owl-theme .owl-controls .owl-nav [class*=owl-]:focus{
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-color: rgb(0 20 55 / 10%);
  background-image: url('images/arrowUp.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  font-size: 0;
}
.arch-bg .owl-carousel-vertical.owl-theme .owl-controls .owl-nav [class*=owl-],
.arch-bg .owl-carousel-vertical.owl-theme .owl-controls .owl-nav [class*=owl-]:hover,
.arch-bg .owl-carousel-vertical.owl-theme .owl-controls .owl-nav [class*=owl-]:focus,
.footer-slider.owl-theme .owl-controls .owl-nav [class*=owl-],
.footer-slider.owl-theme .owl-controls .owl-nav [class*=owl-]:hover,
.footer-slider.owl-theme .owl-controls .owl-nav [class*=owl-]:focus{
  background-image: url('images/arrow-white.png');
  background-color: #fff;
}
.owl-carousel-vertical.owl-theme .owl-controls .owl-nav .owl-next{
  transform: rotate(180deg);
}
.footer-slider.owl-theme .owl-controls .owl-nav .owl-prev{
	transform: rotate(270deg);
}
.footer-slider.owl-theme .owl-controls .owl-nav .owl-next{
	transform: rotate(90deg);
}

.faq {
  padding: 60px 0 50px;
}
.faq-content{
  font-size: 24px;
}
.accordion-button {
  font-size: 20px;
  font-family: 'SourceSansPro';
  color: #001437 !important;
  padding: 20px 0;
  background-color: transparent;
}
.accordion .accordion-item {
  border-width: 1px 0 0  0 !important;
  background: transparent;
  border-radius: 0 !important;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px !important;
    border-color: #dee2e6 !important;
    border-style: solid !important;
}
.img-rounded{
  border-radius: 20px;
}
.accordion-body {
  padding: 0 0 20px 0;
}
.accordion-body h4{
  color: #001437;
}
.accordion-item .accordion-button:focus {
  background-color: inherit !important;
  outline: none !important;
  box-shadow: none;
}
.text-link{
  color: #00A5E6;
  font-weight: 20px;
  font-family: 'SourceSansProBold';
  text-decoration: underline !important;
}
.faq .accordion {
  padding-left: 40px;
}
.accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
  color: #000 !important;
}
marquee ul li {
  display: inline-block !important;
  padding: 5px 15px;
  color: #0D1F41;
  font-size: 16px;
  opacity: 0.5;
}
marquee ul {padding-left: 0;}
.tab-pane h4 {
  font-size: 24px;
  font-family: 'SourceSansProBold';
  margin-bottom: 20px;
}
.hm-tabs .tab-pane p {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 32px;
}
.tab-pane-inner{
  padding: 55px 75px 40px 75px;
}

.resources{
  padding: 120px 0px 65px;
}
.testimonials-section{
  padding: 120px 0px 130px;
  background-image: url('images/web.png');
  background-size: 100% auto;
  background-position: bottom center;
  margin-bottom: -35px;
  background-repeat: no-repeat;
}
.resources .fill-btn{
  min-width: 136px;
}
.resources p {
  font-size: 20px;
  color: #586884;
  max-width: 320px;
  margin-bottom: 24px;
}
.card-badge {
  display: inline-flex;
  background: rgb(13 31 65 / 5%);
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 14px;
  font-family: 'SourceSansProBold';
  line-height: 1.45;
  align-items: center;
	margin-bottom:4px;
}
.card-badge span.icon {
  display: inline-flex;
  vertical-align: middle;
  margin-right: 5px;
}
.card-layout-inner {
  border: 1px solid rgb(13 31 65 / 15%);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 10px 40px rgba(0,0,0,0.05);
  position: relative;
}
.card-layout-top {
  padding: 20px 20px;
  position: relative;
}
.card-layout-btm {
  min-height: 100px;
  background: #F2F3F5;
  height: 210px;
  position: relative;
}
.card-layout-btm:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
	background: linear-gradient(180deg, rgba(0,0,0,0.5), transparent);
}
.card-layout-btm img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.card-title {
  display: block;
}
.card-title h4 {
  font-size: 24px;
  line-height: 1.25;
  color: #001437;
}
.dark-arch{
  background: url('images/dark-arch.png') no-repeat top center;
  width: 100%;
  background-size: cover;
  min-height: 190px;
}
.bg-gray{
  background-color: #F2F3F5;
}
.card-layout2 .card-body {
  min-height: 350px;
  padding: 90px 70px 55px;
}

.card-layout2 {
  border-radius: 20px;
}

.form-card{
  padding-top: 20px;
  margin-bottom: -10px;
  min-height: auto;
}
.form-card .container .card.card-layout2 {
  display: inline-block;
  width: 100%;
}

/* Footer */
#footer-top{
  background: #0C1F41;
  padding: 40px 0;
}
.footer-text{
  font-size: 20px;
  line-height: 1.35;
  font-family: 'SourceSansPro';
}
.footer-slider .owl-item {
  border-radius: 20px;
  padding: 50px 30px;
}
.footer-slider .owl-item.active {
  border: 1px solid rgba(255,255,255,0.2);
  background-color: rgba(255,255,255,0.05);
}
.footer-slider .owl-item.active + .owl-item.active {
  background: transparent;
  border-color: transparent;
}
.footer-slider .owl-stage {
  padding-left: 0 !important;
}
.footer-slider {
  margin-top: 0px;
}
.slider-card img {
  width: auto !important;
  margin-bottom: 20px;
}
.slider-card .content {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.footer-slider .owl-controls {
  text-align: left;
  margin-top: 2px;
}
.footer-slider.owl-theme .owl-dots .owl-dot span{
  background: #fff;
  opacity: 0.3;
}
.footer-slider.owl-theme .owl-dots .owl-dot.active span,
.footer-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  opacity: 1;
}
.footer-socials a.wp-block-social-link-anchor {
  height: 30px !important;
  width: 30px !important;
}

.animate-bg { 
  background: url('images/arch-gradient.png') no-repeat top center;
  background-size: cover;
  padding: 130px 0;
	/* background-size: 300% 300%; */
  /* background: repeating-linear-gradient(138deg, #00163a, #0cb5a8 100%); */
	/* animation: gradient 35s ease infinite;
	background: linear-gradient(129deg, #051c46, #001642, #044759, #2ac39e);
  border-radius: 50% 50% 0 0 / 60px 60px 0 0; */
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.vertical-tabs .nav-tabs li.nav-item {
  width: 100%;
  padding: 5px 0;
}
.vertical-tabs .nav-tabs button.nav-link {
  text-align: left !important;
  padding: 15px 10px 15px 20px;
  border-bottom: 0;
  font-family: 'SourceSansPro';
  border-radius: 0;
  border-left: 5px solid transparent !important;
  width: 100%;
}
.vertical-tabs .nav-tabs button.nav-link.active {
  background: rgb(5 164 229 / 10%) !important;
  color: #05A4E5 !important;
  border-color: #05A4E5 !important;
  text-decoration: underline;
  border-radius: 0 !important;
}
.vertical-tabs .nav-tabs button.nav-link.active:after {
  display: none;
}
.vertical-tabs .tab-content {
  height: 100%;
}
.vertical-tabs .tab-content .tab-pane {
  height: 100%;
}
.vertical-tabs .nav-tabs {
  padding-top: 50px;
  padding-bottom: 35px;
}
.vertical-tabs .tab-content .tab-body {
  padding: 70px 50px;
}
.overview-content h4 {
  font-family: 'SourceSansPro';
  margin-bottom: 25px;
}
.overview-content p {
  font-size: 20px;
  color: #586884;
  line-height: 1.5;
}
.overview-content p:last-child {
  margin-bottom: 10px;
}
.hero-space{
  padding-top: 65px;
  padding-bottom: 65px;
}
.hero-heading h1 p {
  margin-bottom: 0;
}
.hero-heading h1 {
  margin-bottom: 15px;
}
.hero-content p {
  font-size: 20px;
  color: #586884;
}
.overview-link-list ul li{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.overview-link-list ul li span.icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgb(13 31 65 / 10%);
  display: inline-flex;
  padding: 5px;
  align-items: center;
  justify-content: center;
}
.overview-link-list ul li a{
  font-family: 'SourceSansProBold';
  font-size: 20px;
  color: #05A4E5;
  text-decoration: underline
}
.resource-file .icon-circle img {
  width: 20px;
}

.resource-file .icon-circle {
  width: 44px;
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(0 20 55 / 10%);
}
.resource-file a {
  border-radius: 50px;
  display: inline-flex;
  background: rgb(0 20 55 / 5%);
  padding: 8px 24px 8px 8px;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1.25;
  color: rgb(0 20 55 / 80%);
}

.poster-content-section{
  background-image: url('images/grey-arch.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 140px 0;
  position: relative;
}
.poster-content-section:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('images/web.png') no-repeat center bottom;
  background-size: cover;
}
.poster-content-figure{
  border-radius: 20px;
  box-shadow: 0 20px 40px rgb(13 31 65 / 10%);
  min-height: 400px;
  overflow: hidden;
  position: relative;
  object-fit: cover;
  display: flex;
  background-color: #fff;
}
.poster-content-figure img{
  
}
.resource-info-card .card {
  width: 140%;
  border: 1px solid rgb(13 31 65 / 15%);
  border-radius: 20px;
  min-height: 100px;
  box-shadow: 0 10px 40px rgb(13 31 65 / 10%);
}
.resource-info-card .card .card-body {
  padding: 40px;
  border-radius: 20px;
  border: 1px solid rgb(13 31 65 / 15%);
}
.gradient-card{
  background: rgb(254,177,49);
  background: -moz-linear-gradient(205deg, rgba(254,177,49,1) 44%, rgba(0,175,150,1) 100%);
  background: -webkit-linear-gradient(205deg, rgba(254,177,49,1) 44%, rgba(0,175,150,1) 100%);
  background: linear-gradient(205deg, rgba(254,177,49,1) 44%, rgba(0,175,150,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#feb131",endColorstr="#00af96",GradientType=1);
  padding: 0px 0px 6px !important;
  border: none !important;
}
.gradient-card .card-body{
  background-color: #fff;
}
.gradient-card .card-cotnent h4 {
  font-size: 24px;
  color: #001437;
}
.gradient-card .card-cotnent {
  margin-top: 10px;
  margin-bottom: 28px;
}

/* Global CTA */
.global-cta{
  /* background: url('images/gradient-strip.png') no-repeat center; */
  /* background-size: cover; */
  padding-top: 60px;
  padding-bottom: 60px;
}
.global-cta h3{
  font-family: 'SourceSansPro';
}
.global-cta a.btn {
  border: none;
  border-radius: 20px;
  color: #001437;
  font-family: 'ION';
  font-size: 40px;
  padding: 0;
  line-height: 1;
  min-width: 155px;
}
.global-cta a.btn:hover {
  background: #fff;
  color: #001437;
}

#footer{
  background-color: #001437;
  padding: 60px 0 20px;
  background-image: url(images/footer-arch.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer-left-col .widget_text {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.footer-left-col .widget_text p{
  font-size: 14px;
  color: #fff;
}
.footer-left-col .widget_text p a{
  color: #fff;
  text-decoration: underline;
}
.footer-left-col a.wp-block-button__link {
  color: #fff !important;
  font-size: 16px !important;
  padding: 5px 30px !important;
  line-height: 26px !important;
}
.footer-col-menu h3.widget-title {
  font-family: 'SourceSansPro';
  font-size: 18px;
  color: #8793aa;
}
.footer-col-menu ul {
  padding-left: 0;
  margin-bottom: 0;
}
.footer-col-menu ul li a {
  color: #fff;
  font-size: 15px;
}
.footer-col-menu ul li {
  display: inline-block;
  width: 100%;
  padding: 3px 0;
}
.footer-col-menu ul li a:hover {
  color: #00a5e6;
}
.footer-btm-menu-social .menu-footer-menu-container ul {
  padding-left: 0;
  margin-bottom: 0;
}
.footer-btm-menu-social .menu-footer-menu-container ul li a {
  color: #fff;
  font-size: 15px;
}
.footer-btm-menu-social .menu-footer-menu-container ul li a:hover {
  color: #00a5e6;
}
.footer-btm-menu-social .menu-footer-menu-container ul li {
  display: inline-block;
  padding: 3px 5px;
}
.footer-btm-menu-social .menu-footer-menu-container ul li:not(:last-child) {
  margin-right: 35px;
}
.footer-btm-menu-social {
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(135,147,170,.2) transparent;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.footer-btm-menu-social ul{
  margin-bottom: 0;
}
.copyright {
  color: #8793aa;
  font-size: 15px;
  padding-top: 20px;
  border-top: 1px solid;
  border-color: rgba(135,147,170,.2) transparent;
  margin-top: 20px;
}
.copyright-right{
  text-align: right;
}
.copyright .wp-block-code{
  margin-bottom: 0;
}
.copyright code {
  font-family: 'SourceSansPro';
  color: rgba(255,255,255,0.6);
}
.copyright code a {
  color: rgba(255,255,255,0.6);
  text-decoration: underline;
}
.footer-btn-menu .menu li {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  text-align: right;
}
.footer-btn-menu .menu li a {
  background: #ccc;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  padding: 10px 25px;
  line-height: 26px;
  background-color: hsla(0,0%,100%,.1);
}
.footer-btn-menu .menu li a:hover {
  opacity: 1;
  background-color: hsla(0,0%,100%,.2);
}
.footer-btn-menu .menu li.gradient-menu-btn a{
  background-image: -webkit-gradient(linear,left top,right top,from(#00a6dd),to(#00af96));
  background-image: linear-gradient(90deg,#00a6dd, #00af96);
  opacity: .9;
  position: relative;
}
.footer-btn-menu .menu li.gradient-menu-btn a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 25px;
  background-color: transparent;
  z-index: -1;
}
.footer-btn-menu .menu li.gradient-menu-btn a:hover:after {
  background-color: rgba(0,0,0,.3);
}
.marquee{
  width: 100%;
  overflow: hidden;
}
.footer-btn-menu .menu {
  padding-left: 0;
}
.card-slider .owl-nav {
  text-align: left;
}

.card-slider .owl-nav .owl-prev, .card-slider .owl-nav .owl-next {
  background: linear-gradient(145deg, #57DA40, #00B194) !important;
  border-radius: 50% !important;
  font-size: 0 !important;
  width: 30px;
  height: 30px;
  position: relative;
}
.card-slider .owl-nav .owl-next{
  margin-left: 30px !important;
}
.card-slider .owl-nav .owl-prev:before, .card-slider .owl-nav .owl-next:before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  top: 3px;
  left: 3px;
}
.card-slider .owl-nav .owl-prev:hover:before, .card-slider .owl-nav .owl-next:hover:before {
  transform: scale(0);
}
.card-slider .owl-nav .owl-prev:after, .card-slider .owl-nav .owl-next:after {
  content: '';
  width:26px;
  height: 20px;
  background: url('images/ArrowLeft.png') no-repeat center;
  position: absolute;
  background-size: contain;
  top: 5px;
  left: -5px;
}
.card-slider .owl-nav .owl-prev:after{
  right: -5px;
  left: inherit;
}
.card-slider .owl-nav .owl-next:after{
  left: -5px;
  transform: rotate(180deg);
}
.card-slider .owl-nav .owl-next:hover:after{
  left: 15px;
}
.card-slider .owl-nav .owl-prev:hover:after{
  right: 15px;
}
.card-slider .owl-nav .owl-prev, .card-slider .owl-nav .owl-next,
.card-slider .owl-nav .owl-prev:before, .card-slider .owl-nav .owl-next:before,
.card-slider .owl-nav .owl-prev:after, .card-slider .owl-nav .owl-next:after{
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.inner-banner-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.inner-banner-bg .row {
  height: 100%;
}
.hero-right-corner-bg {
  max-height: 400px;
  height: 100%;
  border-radius: 20px 0 0 20px;
}
#inner-banner .container {
  position: relative;
  z-index: 1;
}
#inner-banner .hero-content {
  max-width: 720px;
}
#inner-banner a.fill-btn {
  background: #001437;
  border-color: #001437;
  min-width: 300px;
  margin-top: 10px;
}
.img-content-fields {
  padding: 35px 0;
}
#inner-banner .resource-file {
  margin-top: 38px;
}
.content-field {
  padding: 5%;
}
.services {
  padding-bottom: 90px;
}
.benefits {
  padding-top: 135px;
  padding-bottom: 135px;
}
.badge {
  background: rgb(13 31 65 / 10%);
  border: 1px solid rgb(13 31 65 / 80%);
  border-radius: 20px;
  color: rgb(13 31 65 / 80%);
  font-family: 'SourceSansPro';
  font-weight: normal;
  padding: 6px 15px;
  font-size: 15px;
  line-height: 19px;
}
.benefit-cagegory-badge {
  padding: 20px 0;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 10px;
}
.benefit-blurb {
  padding-top: 10px;
  padding-bottom: 10px;
}
.benefit-blurb h3{
  color: #001437;
  font-size: 24px;
  font-family: 'SourceSansPro';
}
.benefit-blurb .content p {
  color: rgb(88 104 132 / 60%);
  font-size: 20px;
  line-height: 1.5;
}
.benefit-blurb h3 span.icon img {
    width: 17px;
    height: auto !important;
}
.benefit-blurb h3 {
    display: flex;
    gap: 10px;
}
.benefit-blurb h3 span.icon {
    display: block;
    align-items: flex-start;
}
.play-btn {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.play-btn img {
  width: 100%;
}
.resource-info-card {
  position: relative;
  z-index: 1;
}

.grid-sizer,
.grid-item {
  width: 33.33%;
  padding: 15px;
}

.footer-top-border {
  height: 15px;
  width: 100%;
  background: linear-gradient(36deg,  #00a6dd, #96C869);
}





/**************/




nav.navbar {
  /* position: static; */
}
.navbar ul li.has-mega-menu .sub-menu{
 padding-left: 0; 
}
.navbar ul li.has-mega-menu > .sub-menu li.mega-menu-column {
  max-width: 550px;
  margin: 0 auto;
  padding: 0;
}
.navbar ul li.has-mega-menu > .sub-menu li.mega-menu-column > a.nav-link {
  pointer-events: none;
  color: #001437;
  font-size: 20px;
  font-family: 'SourceSansProBold';
  padding: 10px 40px;
}
.navbar ul li.has-mega-menu > .sub-menu li.mega-menu-column > a.nav-link {
  pointer-events: none;
  color: #001437;
  font-size: 24px;
  font-family: 'SourceSansProBold';
}
.navbar ul li.has-mega-menu > .sub-menu li.mega-menu-column ul.sub-menu li {
  padding: 0px;
}
.navbar ul li.has-mega-menu > .sub-menu li.mega-menu-column ul.sub-menu li a {
  font-size: 20px;
  color: #001437;
  padding: 12px 40px;
}
.navbar ul li.has-mega-menu > .sub-menu li.mega-menu-column ul.sub-menu li a span.menu-item-description {
  font-size: 18px;
  display: block;
  color: #586884;
  line-height: 1.25;
  margin-top: 3px;
  opacity: 0.6;
}
.navbar ul li.has-mega-menu > .sub-menu li.mega-menu-column ul.sub-menu li a.nav-link:hover {
  background: rgb(13 31 65 / 10%);
}
.navbar ul li.has-mega-menu ul.sub-menu:before {content: '';position: absolute;height: 45px;top: -15px;width: 100%;}

.navbar-nav.nav {
  position: relative;
}
@media screen and (min-width: 767px){
  .navbar ul li.has-mega-menu{
      /*position:static;*/
  }
  .navbar ul li.has-mega-menu > .sub-menu {
    width: 100%;
    width: 435px;
    position: absolute;
    top: 100%;
    z-index: 100;
    left: 0px;
    right: 0px;
    background: #ffffff;
    padding: 20px 0;
    display: none;
    border-radius: 35px;
    box-shadow: 1px 1px 25px rgb(13 31 65 / 10%);
    margin-top: 15px;
    left: -30px;
  }
  .navbar ul li.has-mega-menu.column-center > .sub-menu {
    width: 600px !important;
    transform: translate(-50%, 0);
    left: 50%;
  }
  .navbar ul li.has-mega-menu>.sub-menu li.mega-menu-column:not(:first-child) {
    border-left: 1px solid #707070;
  }


  .navbar ul li.has-mega-menu:hover > .sub-menu{
    display: block;
  }
  .navbar ul li.has-mega-menu:hover>.sub-menu{
  /*flexbox fallback for browsers that do not support CSS GRID lyout*/
      display: flex;
      flex-wrap: wrap;
  /*CSS GRID lyout*/ 
      display: grid;
      grid-template-columns: repeat(auto-fit,minmax(50%, 1fr));   
  }
/*   .navbar ul li.has-mega-menu.column-center > .sub-menu {
        width: 470px !important;
    } */
}
@media screen and (min-width: 992px){
  .navbar ul li.has-mega-menu:hover>.sub-menu{grid-template-columns: repeat(auto-fit,minmax(33.3333%, 1fr)); }
}
@media screen and (min-width: 1200px){
  .navbar ul li.has-mega-menu:hover>.sub-menu{grid-template-columns: repeat(auto-fit,minmax(25%, 1fr)); }
}


@media screen and (min-width: 767px){
  .navbar ul li ul li.mega-menu-column {
      width: 100%;
      max-width: 100%;
      min-height: 1px;
      padding: 10px 25px;
      flex: 1 0 calc(50%);
  }
}
@media screen and (min-width: 992px){
  .navbar ul li ul li.mega-menu-column {flex: 1 0 calc(33.333%);}
}
@media screen and (min-width: 1200px){
  .navbar ul li ul li.mega-menu-column {flex: 1 0 calc(25%);}
}

.right-arch-bg{
  background-image: url('images/right-corner-bg.png');
  background-repeat: no-repeat;
  background-position: top right;
}
.resource-page{
  padding-top: 0px;
}
.resources-wrapper{
  padding-top: 50px;
}
.resource-page .poster-content-section {
  margin-top: -80px;
}
.resource-page-inner {
  /* background-image: url('images/bottom-left-gradient.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 50% auto; */
  padding-bottom: 120px;
}
.white-bg-tabs .tab-content {
  box-shadow: 0 20px 40px rgb(13 31 65 / 20%);
}
.key-summarize .outline-btn {
  border-color: #fff;
  color: #fff;
  background: transparent;
  text-align: center;
}
.hm-tabs .container {
  margin-bottom: -120px;
}
.white-bg-tabs .nav-tabs li button{
  color: #001437 !important;
}
.white-bg-tabs .nav-tabs li button.active{
  color: #001437 !important;
}
.resources-cards .card-item {
  padding: 8px !important;
}

/* Filter Sidebar */
.filter-search {
  margin-bottom: 20px;
}
.filter-header {
  border-bottom: 1px solid rgb(112 112 112 / 20%);
  padding: 20px 0;
}
.filter-header .filter-title img {
  width: 22px;
}
.filter-title span.text {
  color: #001437;
  font-size: 24px;
}
.reset-btn {
  background: rgb(13 31 65 / 5%) url(images/refresh.png) no-repeat 17px center;
  border-radius: 25px;
  display: inline-block;
  padding: 5px 20px 5px 34px;
  font-size: 14px;
  color: #001437;
  background-size: 11px;
}
.filter-title {
  display: flex;
  gap: 10px;
}
.filter-nav ul {
  padding-left: 0;
  margin-left: -7px;
  margin-right: -7px;
}
.filter-nav ul li {
  display: inline-block;
  padding: 5px 7px;
}
.filter-nav ul li a,
.filter-nav ul li label {
  border: 2px solid #001437;
  border-radius: 20px;
  color: #001437;
  font-size: 15px;
  font-family: 'ION';
  padding: 8px 17px 4px 17px;
  line-height: 24px;
  display: inline-block;
  opacity: 0.3;
  position: relative;
  cursor: pointer;
  background: #fff;
}
.filter-nav ul li a.active,
.filter-nav ul li label.active{
  opacity: 1;
}
.filter-nav ul li label input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.filter-search form input[type="text"] {
  background: rgb(13 31 65 / 5%) url('images/search.png') no-repeat 20px center;
  background-size: 15px;
  padding: 7px 15px 7px 45px;
  border-radius: 25px;
  font-size: 18px !important;
  color: #001437;
  width: 100%;
	line-height: 26px;
}
.filter-search input#searchsubmit {
    height: 0;
    display: block;
}
.filter-search {
  margin-bottom: 20px;
}
.filter-body h3 {
  color: #001437;
  font-size: 24px;
  font-family: 'SourceSansPro';
}
.filter-body {
  padding: 15px 0;
}
.filter-area {
/*   padding-right: 50px; */
}
.filter-selectbox select {
  background: rgb(13 31 65 / 5%);
  width: 100%;
  padding: 8px 15px;
  color: #001437;
  font-size: 18px;
  display: inline-block;
  border-bottom: 2px solid rgb(45 48 57 / 20%);
}
.filter-footer {
  padding: 0px 0;
}
.filter-footer button.fill-btn {
  min-width: 125px;
}
.home .faq {
  background: url(images/gradient-left-corner.png);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
}
.resource-detail-pg{
  padding: 90px 0;
}
.resource-key-capacity{
  padding-top: 60px;
  padding-bottom: 225px;
  background-image: url('images/web.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
section.resource-download {
  padding: 125px 0 120px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  margin-top: -80px;
}
.resource-img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.resource-img.video iframe {
  width: 100% !important;
  height: 290px;
  border-radius: 20px;
}
.resource-detail-pg h1 {
  margin-bottom: 25px;
  min-height: auto;
}
.content-fleid li span.icon img {
  width: 22px;
}
.content-fleid li {position: relative;padding: 5px 5px 5px 33px;}
.content-fleid li span.icon {
  position: absolute;
  left: 0;
  top: 5px;
}
.resource-download .left-column h2 {
  max-width: 550px;
  margin-bottom: 20px;
}
.resource-download .fill-btn,
.resource-download .fill-btn:hover{
  background: #fff;
  color: #001437;
  border-color: #001437;
}
.resource-download .right-column p{
  font-size: 20px;
  line-height: 1.4;
}
.full-w-popup .modal-dialog {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  overflow: auto;
  padding-top: 120px;
  padding-bottom: 50px;
}
.modal-open header#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.full-w-popup {
  padding-top: 120px;
  /* height: calc(100% - 120px); */
  background: #fff;
}
.full-w-popup .modal-content, .full-w-popup .modal-content .modal-header {
  border: none;
}
.full-w-popup .modal-content {
  border-radius: 0;
  background: transparent;
  height: 100%;
  overflow: auto;
}
.frm_forms.with_frm_style .form-field input{
    border-width: 0 0 1px 0 !important;
    box-shadow: none;
    background: transparent !important;
		border-color: #001437;
	color: #001437;
    height: 50px;
    line-height: 20.8px;
}
.frm_forms.with_frm_style .form-field select {
  box-shadow: none;
  background: transparent !important
}
.frm_forms.with_frm_style .frm_inside_container.frm_label_float_top > label {
    top: 0px !important;
    font-size: 16px !important;
}

.frm_forms.with_frm_style .form-field input:focus,
.frm_forms.with_frm_style .form-field select {
  box-shadow: none !important;
}
.frm_forms.with_frm_style select{
	height: 50px;
    line-height: 1.3;
    color: #001437;
    border-color: #001437 !important;
	font-family: 'SourceSansPro';
}
.frm_forms.with_frm_style .frm_submit button{
	background: #00A5E6 !important;
    font-family: 'ION' !important;
    border-color: #00A5E6 !important;
    height: 40px !important;
	box-shadow: none;
	min-width:155px; 
}
.frm_forms.with_frm_style .frm_submit button:hover{
	color:#fff !important;
}
.frm_forms.with_frm_style .form-field label {
	font-family: 'SourceSansProBold';
	font-size: 16px;
	top: 25px;
	padding: 5px 0;
	font-weight: 400 !important;
}
.frm_style_capitalprofile-style.with_frm_style .form-field input:not([type=file]):focus{
	border-color:#001437 !important;
}
.frm_form_fields .frm_fields_container {
    grid-gap: 0 6% !important;
}
.frm_forms.with_frm_style .frm_inside_container.frm_label_float_top > label{
  top: 10px;
}
.frm_combo_inputs_container,
.frm_grid_container,
.frm_form_fields .frm_section_heading,
.frm_form_fields .frm_fields_container {
    grid-gap: 0 6%;
    column-gap: 6%;
}
.frm_forms.with_frm_style .frm_opt_container label{top:0;}
button.frm_button_submit {
  font-family: 'ION';
  padding: 12px 22px 9px 22px !important;
  border-radius: 40px !important;
}
.frm_form_field.frm_html_container.form-field p {
  color: #001437;
}
.frm_form_field.frm_html_container.form-field p a{
  color: #05A4E5;
  text-decoration: underline;
}
.thankyou-pg{
  padding-top: 135px;
  padding-bottom: 135px;
  min-height: 700px;
}
.thank-text p{
  font-size: 28px;
  color: #0D1F41;
  line-height: 1.25;
}
.default-content {
  padding-top: 10px;
  padding-bottom: 100px;
}
.default-content p {
  margin-bottom: 15px;
  font-size: 24px;
  max-width: 500px;
}
.about-second-section{
  background: url('images/arch-gradient.png') top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0 100px;
}
.dropdown-selectbox {
  margin-top: 30px;
}
.checkbox-btn .frm_checkbox label {
  background: #00a5e6;
  border-radius: 24px;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  font-size: 16px !important;
  position: relative;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.checkbox-btn .frm_checkbox {
  width: 23% !important;
  float: left !important;
  margin: 1% 1% !important;
}
.checkbox-btn .frm_checkbox label input[type="checkbox"] {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}
#testimonial-slider .item {
  border-radius: 6px;
  padding: 15px;
  min-height: 235px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: linear-gradient(71deg, #00a7da, #00aea1);
  position: relative;box-shadow: 0 3px 12px rgb(13 31 65 / 10%);
  margin: 10px;
}
#testimonial-slider .item img {
  width: auto;
  display: block;
  margin: auto;
}
#testimonial-slider .item .testimonail-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(71deg, #00a7da, #00aea1);
  padding: 30px;
  opacity: 0;
}
#testimonial-slider .item:hover .testimonail-content-wrap{
  opacity: 1;
}
#testimonial-slider .item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 10px;
  background: #fff;
}
.testimonial-text {
  font-size: 14px;
  line-height: 1.45;
  color: #fff;
  max-height: 165px;
  overflow: auto;
}
h5.testimonial-by {
  font-size: 18px;
  font-family: 'SourceSansProBold';
  color: #fff !important;
  margin-bottom: 5px;
}
.testimonial-from {
  font-size: 13px;
  color: rgba(255,255,255,0.60);
  line-height: 1.25;
}
#testimonial-slider .item .testimonail-content-wrap:after{
  content: '';
  width: 35px;
  height: 25px;
  background: url('images/qoute.png') no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 37px;
  right: 27px;
}
.testimonail-content-inner {
  position: relative;
  z-index: 1;
}
#testimonial-slider {
  margin-top: 50px;
  padding: 0 40px;
}
.card-grid .card-item .card-layout1,
.card-grid .card-item .card-layout1 .card-layout-inner {
  height: 100%;
}

.left-cornder-gradient{
  background: url('images/left-corner-gradient.png') no-repeat top left;
  background-size: contain;
}
.overview-section {
  margin-top: -80px;
}
.client-key-summarize {
  padding: 150px 0 150px;
}
.client-key-summarize .outline-btn {
  border-color: #001437;
  color: #001437;
}
.client-key-summarize .outline-btn:hover {
  color: #fff;
  border-color: #00B194;
}
.slide-content h3 {
    color: #001437;
    margin-bottom: 20px;
}
.slide-content h4 {
    color: #001437;
}
.arch-bg .slide-content h3,
.arch-bg .slide-content h4 {
  color: #fff;
}
.grey-arch-top-img {
  background: url('images/bottom-right-gradient.png') no-repeat bottom right;
  background-size: 60%;
  padding-bottom: 150px;
  margin-bottom: -80px;
}
.client-hero-section{
  padding-bottom: 180px;
}
.key-summarize-img img {
  border-radius: 20px;
}
.resources-cards .card-layout1:hover {
  /* transform: translate(0px, -20px); */
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  border-radius: 20px;
}
#load-more-button[disabled] {
  opacity: 0.5;
  cursor: no-drop;
}
.fill-btn[disabled]:hover{
  border-color: #001437;
  background: #001437;
  color: #ffffff;
}
.arch-bg .slide-content h4 {
    margin-bottom: 15px;
}
.key-summarize .outline-btn:hover{
  /* background: #00B194;
  border-color: #00B194; */
  background: #00A5E6;;
  border-color: #00A5E6;;
  color: #fff;
}
.resources .card-item {
    padding: 8px;
}
.footer-slider .owl-stage-outer {
  overflow: unset;
}
#footer-top{
  overflow: hidden;
}
.footer-slider .owl-stage .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0s;
}
.footer-slider .owl-stage .owl-item.active, .footer-slider .owl-stage .owl-item.active ~ .owl-item {
  opacity: 1;
  visibility: visible;
}
.footer-right-block {
  position: relative;
}

.footer-right-block:before {
  content: '';
  background: #0c1f41;
  width: 78%;
  position: absolute;
  right: 100%;
  top: 0px;
  bottom: 0;
  z-index: 11;
}
.footer-left-block {
  position: relative;
  z-index: 12;
}
.external-icon .nav-link:before {
    position: relative;
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 8px;
    background: url('images/external-link.png') no-repeat center;
    top: 3px;
}
.navbar button.navbar-toggler[aria-expanded="true"] .icon-bar:last-child {
    display: none;
}

.navbar button.navbar-toggler[aria-expanded="true"] .icon-bar:first-child {
    transform: rotate(45deg);
}

.navbar button.navbar-toggler[aria-expanded="true"] span.icon-bar {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.navbar button.navbar-toggler{
    position: relative;
}

.navbar button.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(2) {
    transform: rotate(-45deg);
}
.filter-nav ul li a:hover:after, .filter-nav ul li label:hover:after {
    /* background: linear-gradient(195deg, #FEB131, #00AF96); */
    background: linear-gradient(36deg,  #00a6dd, #00af96);
    opacity: 1;
    color: #fff;
    content: '';
    position: absolute;
    top: -2px;
    display: inline-block;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    left: -2px;
    border-radius: 20px;
    z-index: 1;
}

.filter-nav ul li a *, .filter-nav ul li label * {
    position: relative;
    z-index: 4 !important;
}

.filter-nav ul li a:hover, .filter-nav ul li label:hover {
    opacity: 1;
    color: #fff;
    border-color: transparent;
}
.navbar ul li.btn-link {
    text-decoration: none !important;
}
.resource-blog{
    padding-top: 105px;
    padding-bottom: 50px;
}
.author_details {
    font-size: 16px;
    color: #001437;
    border-top: 1px solid rgb(13 31 65 / 20%);
    border-bottom: 1px solid rgb(13 31 65 / 20%);
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0;
}
.single-blog-content h1,
.single-blog-content h2,
.single-blog-content h3 {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.img-caption-wrapped {
	display: table;
	float: left; 
	margin-right: 40px;
}
.img-caption-wrapped img {
    margin: 20px 0 5px 0;
		max-width: none;
}
.img-caption-wrapped p {
  display: table-caption; 
	caption-side: bottom;
	font-style: italic;
	font-size: 18px;
}
.single-blog-content img {
    margin: 20px 0;
}
.newsletter-card-inner {
    padding: 40px 30px;
}
.newsletter-card {
    box-shadow: 0px 20px 40px 0px rgb(13 31 65 / 10%);
    border-radius: 20px;
    max-width: 300px;
    margin-left: auto;
}
.newsletter-card .card-body {
    border-radius: 20px 20px 20px 20px;
    padding: 0;
}
.newsletter-card-inner p {
    font-size: 20px;
    color: #586884;
    max-width: 190px;
    display: inline-block;
    width: 100%;
    padding: 20px 0 5px;
}
.newsletter-card-inner .fill-btn {
    min-width: 136px;
}
.resource-blog-content-area .post-date {
    font-size: 14px;
    font-family: 'SourceSansProBold';
}
.share ul li {
    display: inline-block;
    padding: 2px 2px 2px 8px;
}

/* talk to sales form */
.frm_opt_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: max-content;
    grid-gap: 0 2.5%;
}
.deal-details-form div, .deal-details-form label {
    color: #001437!important;
}
/* .page-id-18 .frm_form_field .frm_checkbox {
    margin-top: 7px;
    margin-bottom: 20px!important;
    width: 100%!important;
    background-color: rgba(239,243,235,.5)!important;
    border-radius: 40px!important;
    text-align: center!important;
    padding: 0 10px!important;
    -webkit-transition: .3s!important;
    transition: .3s!important;
    background-color: #e5e7eb!important;
    cursor: pointer!important;
}
.page-id-18 .frm_form_field .frm_checkbox label {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    width: 100%!important;
    height: 50px!important;
    color: #001437!important;
    padding-left: 0!important;
    font-size: 14px;
    line-height: 26px;
    position: relative;
    text-indent: 0;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif !important;
}
.page-id-18 .frm_form_field .frm_checkbox input {
    visibility: hidden!important;
}
.page-id-18 .with_frm_style .frm_checkbox input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--bg-color);
    flex: none;
    display: inline-block !important;
    margin: 0 5px 0 0;
    color: var(--border-color);
    width: 18px;
    min-width: 18px;
    height: 18px;
    border: 1px solid currentColor;
    border-color: var(--border-color);
    vertical-align: middle;
    position: initial;
    padding: 0;
    height: 40px!important;
}
.page-id-18 .frm_opt_container .frm_checkbox input {
    position: absolute !important;
    top: 3px;
    left: 0;
}
.page-id-18 .frm_style_formidable-style.with_frm_style .form-field .frm_checkbox label{top:0;}
.page-id-18 .frm_form_field .frm_checkbox:hover {
    background-color: #ccd0d7!important;
}
.page-id-18 .frm_checkbox.active, .page-id-18 .frm_checkbox.active:hover {
    background-color: #00af96!important;
} */
.page-id-18 .frm_style_formidable-style select{padding:6px 10px;}
.page-id-18 .frm_style_formidable-style .custom-select{padding-top:25px;}
.page-id-18 .frm_checkbox.active label{color:#fff !important;}
.form-field p{max-width:100%;}
.page-id-18 .frm_style_formidable-style .frm_primary_label {
    color: #001437!important;
    font-weight: 700!important;
}
.page-id-18 .frm_style_formidable-style .frm_button_submit{width:200px !important;}
.frm_style_formidable-style h1{color:#001437;}
.page-id-18 .frm_style_formidable-style h4 {
    margin-top: 50px;
	color: #001437;
    font-weight: 700;
	font-size:24px;
	line-height:32px;
}
@media only screen and (max-width: 767px){
.page-id-18 .frm_opt_container, .page-id-18 .frm_opt_container {
    grid-template-columns: repeat(2, 1fr);
}
/* .page-id-18 .frm_form_field .frm_checkbox {
    padding: 14px 20px !important;
} */

}
header#header{
	z-index: 99999 !important;
}
/**************/
#testimonial-slider .item .testimonail-content-wrap,
.global-cta a.btn,
.fill-btn,
.outline-btn,
.tab-pill-menu ul li a,
.resources-cards .card-layout1{
    -webkit-transition: all ease-in-out 350ms;
    -moz-transition: all ease-in-out 350ms;
    -ms-transition: all ease-in-out 350ms;
    -o-transition: all ease-in-out 350ms;
    transition: all ease-in-out 350ms;
}

.fliter-dropdown {
  width: 100% !important;
  padding-top: 15px;
}

.fliter-dropdown .dropdown-toggle {
  width: 100%;
  border-radius: 50px;
  text-align: left;
  background: #f1f4f5;
  color: #000;
  font-size: 18px;
  padding: 6px 25px 6px 15px;
  border: none;
  line-height: 28px;
  position: relative;
	text-transform: capitalize;
}

.fliter-dropdown .dropdown-toggle::after {
  right: 10px;
  position: absolute;
  top: 18px;
}

.fliter-dropdown ul.dropdown-menu {
  width: 100%;
  border-radius: 0 0 10px 10px;
  border-color: #f2f2f2;
	max-height: 245px;
    overflow: auto;
	overflow-y: auto;
}

.fliter-dropdown .dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent;
}
#search-suggestions {
  width: 100%;
  max-height: 194px;
  overflow: auto;
  background: #fafafa;
  border-radius: 10px;
  padding: 2px 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}

#search-suggestions a {
  font-size: 14px;
  color: #000;
  display: inline-block;
  width: 100%;
  padding: 3px 15px;
  line-height: 18px;
  border-bottom: 1px solid #dedede;
}

form#searchform {
  position: relative;
}
footer p{color: #fff;font-size: 15px;}

/*****************/

.card-slider-wrapper .item {
  padding: 15px;
}
.card-slider-wrapper .poster-content-figure {
  box-shadow: 0px 6px 10px rgb(13 31 65 / 3%);
}
.card-slider-wrapper .card.gradient-card {
  box-shadow: 0 10px 30px rgb(13 31 65 / 5%);
}
.poster-content-figure{
  height: 460px;
}
.resource-info-card .card .card-body {
  padding: 30px 40px;
}
.gradient-card .card-cotnent h4 {
  height: 58px;
  overflow: hidden;
}
#testimonial-slider.owl-theme .owl-dots .owl-dot span,
#testimonial-slider.owl-theme .owl-dots .owl-dot.active span,
#testimonial-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #001437;
}
.hm-key-content{
	padding-top: 40px;
}



/*custom*/
.mb-3{
	margin-bottom:3px !important;
}
.frm_form_field p,.frm_style_formidable-style.with_frm_style .form-field .frm_checkbox label{
	font-size:16px !important;
}
.frm_form_field p{line-height:30px;}
.frm_html_container h5{
	    color: #001437!important;
    font-weight: 700;
    font-size: 16px;
	    margin: 30px 0;
}
.frm_style_formidable-style.with_frm_style .form-field input[type="checkbox"] {
    margin: 0 9px 0 -10px !important;
}
#post-main ul li{list-style:disc;}
.navbar-toggler:focus{box-shadow:none;}

.benefit-blurb h3 span.icon{margin-right:10px;}
.benefit-blurb h3{gap:0;}
ol li{
	list-style-type: auto;
}
.page-template-default p {
    font-size: 18px;
    max-width: 100%;
}
footer a,.global-cta a,.global-cta a:hover{
	color:#fff;
}
footer a:hover{
	color: #00a5e6;
}
body.home .key-summarize h2,body.home  .key-summarize h3{
	color:#fff;
}
#frm_form_2_container {
    max-width: 85%;
}
.owl-carousel-vertical .owl-controls .owl-dots{
	top:-94px;
}
.frm_style_formidable-style select {
    padding: 6px 10px;
}
.round-border{border-radius: 20px;}
.footer-slider .slider-card p{
	min-height:150px;
}

@media (min-width: 1400px){
.footer-container{
	max-width: 1500px !important;
	padding:0 50px;
}
}
.hm-tabs .tab-pane p {
	font-size: 24px;
}
.hm-key-content .owl-controls {
    margin-top: 30px;
}
.page-template-page-services #inner-banner .hero-content {
    max-width: 500px;
}
.filter-nav ul li a span, .filter-nav ul li label span{
	position: relative;
	z-index: 1;
}
.footer-btn-menu .menu li a{
	-webkit-transition: all ease-in-out 350ms;
	-moz-transition: all ease-in-out 350ms;
	-ms-transition: all ease-in-out 350ms;
	-o-transition: all ease-in-out 350ms;
	transition: all ease-in-out 350ms;
}
.footer-btn-menu .menu li.gradient-menu-btn a:hover {
  opacity: 1;
  background-image: -webkit-gradient(linear,left top,right top,from(#05A5E6),to(#127CC2));
	background-image: linear-gradient(90deg,#05A5E6,#127CC2);
}
.footer-btn-menu .menu li.gradient-menu-btn a:after{
	display: none;
}
footer#footer p{font-size:15px;}

@media(max-width: 767px){
	.owl-carousel-vertical .owl-controls .owl-dots {
    top: 92px;
    bottom: auto;
	}
	.form-card{
		display: none;
	}
	.overview-section .col-md-12.text-center {
    text-align: left !important;
	}
	#menu-footer-menu li{
		width: auto;
    margin-right: 8px !important;
	}
	#menu-footer-menu li a{
		font-size:12px;
	}
	.footer-btm-menu-social .widget_block {
    min-width: auto;
    margin-top: -104px;
}
	.footer-col-menu h3.widget-title {
    border-bottom: 1px solid;
    border-color: rgba(135,147,170,.2) transparent;
    color: #fff;
    padding: 16px 0;
}
	#frm_form_2_container {
    max-width: 96%;
}
	
}





@media (max-width : 768px) {
	.explore-insight-head .row{
		margin: 0;
		display: block;
	}
	.explore-insight-head  .col-12{padding:0;}
	.nav-bar-sec .navbar ul.navbar-nav > li > a.nav-link:before{
		display:none;
	}
.sidebar-cta #block-32, .sidebar-cta .widget_text {
    text-align: left !important;
}
#block-8 .is-layout-flex {
    display: block;
}
.copyright{border:0;}
    
#footer .widget_nav_menu h3,#footer .address-widget h3 { 
  cursor: pointer; 
  }
.widget_nav_menu ul,.address-widget .widget .wp-widget-group__inner-blocks { 
  max-height: 0; 
  overflow:hidden; 
  transition: max-height 1s ease-out; }

.widget_nav_menu h3:after, .address-widget .widget h3:after {
    content: '';
    width: 25px;
    float: right;
    height: 10px;
    width: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
	transition: all ease-in-out 300ms;
}
.widget_nav_menu.open h3:after,.address-widget .widget.open h3:after { 
  content: '';
   transform: rotate(-45deg);
  }

  .widget_nav_menu.open ul,.address-widget .widget.open .wp-widget-group__inner-blocks { 
  height:auto; 
  max-height: 500px; 
  transition: max-height 1s ease-in !important; }
	#menu-footer-button-menu,#menu-footer-menu{max-height:inherit;}
}


.more-share ul {
  position: absolute;
  width: 40px;
  background: #f2f2f2;
  padding: 5px;
  border-radius: 20px;
  left: 3px;
  bottom: 100%;
  border: 1px solid #e5e5e5;
  display: none;
  transition: all ease-in-out 300ms;
}
.more-share > img{
  cursor: pointer;
}
.share ul li {
  position: relative;
}
.more-share ul li {
  padding: 3px 0;
}
.more-share:hover ul {
  display: block;
}
.legal-content p {
  color: #586884;
  font-size: 18px;
}

.legal-content p a {
  color: #586884;
  text-decoration: underline;
}
.legal-content ul {
  padding-left: 0;
}

.legal-content ul li {
  padding-left: 20px;
  position: relative;
  color: #586884;
  margin-bottom: 20px;
}

.legal-content ul li:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background: #586884;
  position: absolute;
  left: 0px;
  top: 12px;
}
.legal-content h1,
.legal-content h2,
.legal-content h3 {
  margin-top: 30px;
  color: #586884;
}
.legal-content {
  padding: 30px 0;
  border-top: 1px solid rgb(13 31 65 / 20%);
  border-bottom: 1px solid rgb(13 31 65 / 20%);
  margin: 40px 0;
}
.legal-content table {
  color: #586884;
}
.about-hero {
    padding: 50px 0 75px;
}
.single-blog-content ul {
    padding-left: 0;
}

.single-blog-content ul li {
    position: relative;
    padding: 0 0 0 20px;
}

.single-blog-content ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 10px;
    top: 12px;
    left: 0;
}

.nav-bar-sec .navbar ul.navbar-nav > li.current_page_ancestor > a.nav-link::before,
.header-2 .nav-bar-sec .navbar ul.navbar-nav > li.current_page_ancestor > a.nav-link::before{
		 width:100%;
}
.legal-pg {
    padding: 80px 0;
}
@media(max-width: 767px){
	.nav-bar-sec .navbar ul.navbar-nav > li.current_page_ancestor > a {
    background: transparent;
    color: #00AF96;
	}
	.about-hero {
    padding: 50px 0 100px;
	}
}
@media(max-width: 368px){
.hm-key-content .owl-controls {
    margin-top: 0;
}
}
.content-field p {
    color: #586884;
    font-size: 20px;
}

.footer-left-col a.wp-block-button__link:hover {
    background: rgba(255,255,255,0.05) !important;
}
.frm_pos_top.frm_section_spacing {
    display: none;
}
.single-blog-content img {
    width: auto !important;
}
.resource-info-card .card-body-inner {
    padding-bottom: 40px;
}
	.resource-left-inner{
		overflow: hidden;
	}
.card-slider .owl-nav {
    text-align: left;
    bottom: 110px !important;
    width: 165px;
    margin-left: 55px;
    position: absolute;
}
	.resource-img.video p {
    margin-bottom: 0;
}

.resource-img.video br {
    display: none;
}
	.resource-img img{
		height: 100%;
    object-fit: cover;
	}
.resource-detail-pg .resource-img {
    height: 350px;
    max-width: 350px;
    margin: auto;
}

.resource-detail-pg .resource-img img {
    height: 100%;
    object-fit: cover;
}

.card-slider .owl-nav .owl-prev:after, .card-slider .owl-nav .owl-next:after{
	background: url(/wp-content/uploads/2023/09/ArrowLeft.png) no-repeat center;
}
.external-icon .nav-link:before {
    background: url('/wp-content/uploads/2023/09/external-link.png') no-repeat center;
}

#search-suggestions {
    width: 100%;
    max-height: 205px;
    overflow: inherit;
    background: #fff;
    border-radius: 20px;
    padding: 0px 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
}
.suggestion-inner {
    box-shadow: 1px 1px 25px #0D1F4126;
    border-radius: 20px;
    height: 192px;
    overflow: auto;
    padding: 14px 0;
		margin-top: 10px;
}
.suggestion-inner a:hover {
    color: #001437;
    background: rgb(13 31 65 / 10%);
}
.suggestion-inner a {
    padding: 12px 20px !important;
	border-bottom: 1px solid rgb(222 222 222 / 30%);
}
.accordion-button, .accordion-button:not(.collapsed) {
    color: #001437 !important;
}
.accordion-content {
    color: #586884;
}
.resourece-content p {
    color: #586884;
    font-size: 20px;
}
.single-blog-content p, .single-blog-content ul li {
    color: #586884;
    font-size: 20px;
}
#post-main ul {
    padding-left: 25px !important;
	color: #586884;
    font-size: 20px;
}
.single-blog-content ul li:before{
	display: none;
}
.single-blog-content ul li {
    padding: 0 0 0 0px;
}
.overview-link-list ul li span.icon img {
    max-width: 20px;
    max-height: 20px;
}
.card-badge span.icon img {
    max-width: 20px;
    height: 20px;
	    margin-top: -6px;
}
.poster-content-section {
	background-image: url(/wp-content/uploads/2023/09/resources-curve-light-bg.png);
}
#post-main .share .more-share ul {
    padding-left: 5px !important;
}
.resource-img.video span.wistia_embed {
    width: 100% !important;
}
.form-info-content {
    color: #001437;
    font-size: 16px;
    line-height: 1.35em;
}
.checkbox-fleld .frm_opt_container {
    grid-template-columns: repeat(1, 1fr) !important;
}
.frm_style_formidable-style.with_frm_style .form-field input[type="checkbox"] {
    border-width: 1px !important;
    width: 25px;
    height: 25px;
    margin: 0 0px 0 -10px;
}
.frm_style_formidable-style.with_frm_style .form-field .frm_checkbox label {
    padding-left: 32px !important;
    font-weight: 400 !important;
    line-height: 1.2em;
    font-family: 'SourceSansPro';
}
.checkbox-fleld .frm_opt_container {
    grid-template-columns: repeat(1, 1fr) !important;
    padding: 10px 0;
}
.with_frm_style .frm_checkbox input[type=checkbox]:before {
    margin: 5px 0 0 5px;
}
.card-badge span.text {
    color: #001437;
}
.default-error-pg {
    padding: 75px 0;
}
.wistia_popover_embed{
	z-index: 100000 !important;
}
.resource-detail-pg .resource-img.video {
    max-width: 650px;
	border: 1px solid #efefef;
}
.resource-img.video p, .resource-img.video p .wistia_embed{
    margin-bottom: 0;
    height: 100% !important;
}
.custom-logo-link {
    max-width: 315px;
    display: inline-block;
}
.hm-key-content{
	padding-top: 0 !important;
}
.card-layout-btm .resource-img.video {
    height: 100%;
		border-radius: 0;
}
.with_frm_style .frm_message p{
	max-width:100%;
}
@media(max-width: 767px){
	.poster-content-figure {
    height: 320px !important;
    min-height: auto;
	}
.poster-content-section .card-slider .owl-nav {
    bottom: 68px !important;
	}
	
}


/*contact page */

.contact-location {
    background-color: #ecf1f8;
    padding: 20px;
    border-radius: 20px;
	display: none;
}
	.contact-location.active{
		display: block;
	}
	.contact-mid-block p, .contact-bottom-block p {
    font-size: 18px;
    line-height: 1.35;
		font-weight: 700;
		color: #001437;
}
	.contact-mid-block a, .contact-bottom-block a {
		color: #05a5e6;
		text-decoration: underline;		
	}

.contact-mid-block h5, .contact-bottom-block h5 {
    font-weight: 400;
    font-size: 16px;
	color: #001437;
}
	.contact-mid-block {
    margin-bottom: 16px;
    padding: 10px 0 0 0;
    border-bottom: 1px solid rgba(135,147,170,.3);
    border-top: 1px solid rgba(135,147,170,.3);
}
.contact-location-header {
    padding: 10px 0 10px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contact-position-img {
    margin-right: 10px;
}
.contact-position__change{cursor:pointer;}
	.contact-position__dropdown {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    -webkit-box-shadow: 0 7px 9px rgba(0,0,0,.1), 0 6px 3px rgba(0,0,0,.02);
    box-shadow: 0 7px 9px rgba(0,0,0,.1), 0 6px 3px rgba(0,0,0,.02);
}
	.contact-position__dropdown ul{margin:0;}
	.contact-position__dropdown ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 25px;
    background-color: #fff;
    border-radius: 4px;
    border-bottom: 1px solid #eff3eb;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}
	.contact-position__dropdown ul li:hover {
    background-color: #e6f0fa;
}
	.contact-position__dropdown ul li img{
		height: 20px;
		margin-top: 6px;
	}
	.contact-location ul li img{
		display:none;
	}
	.contact-location.active ul li img{
		display:block;
	}
	.contact-position__change {
    	color: rgba(135,147,170,.5);
		font-size:15px;
		text-decoration:underline;
	}
	.page-template-page-contact textarea{
	    height: 224px;
    	margin-top: 13px;
	}

/* contact page */

.community-section {
  padding: 35px 0;
}
.community-block .row{
  margin-left: -8px;
  margin-right: -8px;
}
.community-card-wrap{
  padding: 8px;
}
.community-card {
  width: 100%;
  border-radius: 10px;
  background: #001437;
  height: 220px;
  position: relative;
  overflow: hidden;
}
.expertise-img{
  width: 100%;
  height: 100%;;
}
.expertise-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.expertise-btn-logo {
  background: rgb(0 20 55 / 90%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.expertise-btn,
.expertise-btn:hover {
  padding: 10px 12px 10px 10px;
  font-size: 15px;
  line-height: 1.45;
  color: #fff;
  position: relative;
}
.expertise-btn:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  top: 0px;
  bottom: 0;
  margin: auto;
  right: 0;
}
.expertise-btn-logo img {
  max-width: 150px !important;
  height: auto !important;
  width: 100%;
}
.community-block {
  margin-top: 20px;
}
.community-card h4 {
  font-size: 20px;
}

.community-card p {
  font-size: 13px;
  line-height: 26px;
}
.capabilities-section{
  background: url('images/gredient-arch-big.png') no-repeat top center;
  background-size: cover;
}
.cta-inner {
  background: url(images/cta.svg) no-repeat center;
  min-height: 195px;
  border-right: 1px solid #aeb3bf;
  background-size: cover;
  border-radius: 8px;
  padding: 0 15px;
	margin:0 7px;
}
.cta-left-col {
  padding: 20px;
}
.cta-right-col {
  padding: 20px;
  position: relative;
  padding-left: 6%;
}
.cta-right-btm {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.cta-right-btm .prefix {
  font-size: 16px;
}
.cta-content p:last-child {
  margin-bottom: 0;
}
.cta-logo img {
  max-width: 235px;
  margin-bottom: 15px;
}
.cta-left-col h1 {
  font-size: 46px;
}
.cta-content p {
  font-size: 20px;
}
.insights-grid > .row {
  margin-left: 0;
  margin-right: 0;
}
.card-item {
  padding: 8px;
}
.insight-column {
  padding: 0;
}
.explore-insights {
  padding: 95px 0;
  overflow: hidden;
  background: url('images/grey-arch.png') no-repeat top center;
  background-size: cover;
}
.explore-insight-head {
  margin-bottom: 25px;
}
.card-badge.premium {
  background: #33435F;
}
.card-badge.premium span.text {
  color: #fff;
}
.card-logo {
  max-width: 200px;
  margin-bottom: 15px;
  max-height: 24px;
}
.card-layout-btm img.card-logo {
  position: absolute;
  width: auto;
  height: 24px;
  top: 15px;
  left: 20px;
  z-index: 1;
}
.card-layout-inner .card-logo {
  margin-top: 10px;
	height:24px;
}
body.home .global-cta {
  padding-top: 0;
  margin-bottom: 12px;
}
.capabilities-section .content-field p{
  color: #fff;
}
.page-badge {
  border: 1px solid rgb(0 165 230 / 50%);
  background: rgb(0 165 230 / 10%);
  display: inline-block;
  border-radius: 30px;
  color: #00A5E6;
  font-size: 14px;
  padding: 5px 24px;
  line-height: 1.3;
  font-family: 'SourceSansProBold';
}
.video-panel .wp-video,
.video-panel .mejs-video {
  width: 100% !important;
}
.video-panel {
  width: 100%;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%);
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%);
  background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.capability-video-section {
  background: url(images/video-bg.png);
   padding: 70px 0 140px 0;
    background-size: cover;
    background-position: top center;
}
.insights-events{
	margin-top:-70px;
}
.video-content {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
.video-box {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0px 45px rgb(0 20 55 / 25%);
}
.about-contact-section{
  padding: 40px 0;
}
.about-second-content h3 {
  font-family: 'SourceSansPro';
  margin-bottom: 20px;
}
.about-second-content p {
  font-size: 18px;
  font-family: 'SourceSansPro';
  margin-bottom: 25px;
}
#sectors-pg-banner,
#capabilities-pg-banner {
  padding: 75px 0;
}
#capabilities-pg-banner .hero-content {
  max-width: 660px;
}
.nav-bar-sec .navbar ul.navbar-nav > li.request-demo-btn > a.nav-link {
  background: #00A5E6;
  color: #fff;
	min-width: 155px;
    text-align: center;
}

@-webkit-keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,100px,0);
      transform: translate3d(0,100px,0)
  }
  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}
@keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,100px,0);
      -ms-transform: translate3d(0,100px,0);
      transform: translate3d(0,100px,0)
  }
  100% {
      opacity: 1;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes slideInUp {
  0% {
      -webkit-transform: translateY(100px);
      transform: translateY(100px);
      visibility: visible
  }
  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }
}
@keyframes slideInUp {
  0% {
      -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
      transform: translateY(100px);
      visibility: visible
  }
  100% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0)
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}

.header-topbar .sale-btn {
  display: none;
}
.blue-btn a{
	background-color: #00a5e6 !important;
    border-color: #00a5e6 !important;
	min-width: 155px;
}

.navbar ul li.has-mega-menu.menu-item-has-children > a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-width: 0 0 2px 2px;
    border-style: solid;
    border-color: #fff;
    display: inline-block;
    transform: rotate(-45deg);
    margin: 0px 0 2px 8px;
}
.navbar ul li.has-mega-menu.menu-item-has-children:hover > a:after,
.navbar ul li.has-mega-menu.menu-item-has-children > a:hover:after,
.nav-bar-sec .navbar ul.navbar-nav > li.current-menu-item > a.nav-link:after{
	border-color: #fff;
}

@media (min-width: 768px){
	body.home .navbar ul li.has-mega-menu.menu-item-has-children > a:after {
		border-color: #fff;
	}
}
.video-demo {
    width: 100%;
    height: 100%;
}
.video-box p {
    margin-bottom: 0;
    display: flex;
}
.accordion-button::after {
    background-image: url('https://regroup-test.com/mergermarket/wp-content/uploads/2023/10/Icon-feather-chevron-down.png') !important;
    background-size: 15px !important;
    width: 20px;
    height: 20px;
    background-position: center;
}

#home-events{
 	background: url(images/global-bg.jpg); 
    padding: 44px 0;
	background-size: cover;
    background-position: top center;
}

.events {
  background: #f2f3f5;
  display: inline-block;
  width: 100%;
  padding-bottom: 56px;
}
.events-listing {
    padding: 20px 0;
}
.event-card-inner {
  border-radius: 8px;
  background: #fff;
	position:relative;
}
.card-image {
  position: relative;
  width: 100%;
  height: 210px;
	    border: 1px solid #9AA1AF;
    border-radius: 8px;
  overflow: hidden;
  background: rgb(155,162,176);
  background: -moz-linear-gradient(0deg, rgba(155,162,176,1) 60%, rgb(0 0 0 / 78%) 100%);
  background: -webkit-linear-gradient(0deg, rgba(155,162,176,1) 60%, rgb(0 0 0 / 78%) 100%);
  background: linear-gradient(0deg, rgba(155,162,176,1) 60%, rgb(0 0 0 / 78%) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9ba2b0",endColorstr="#000000",GradientType=1);
}
.card-image .event-featured {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.event-card-inner .event-logo {
 position: absolute;
    top: -26px;
    left: 0;
    padding: 10px;
    background: #fff;
    z-index: 99999;
    border-radius: 5px;
}
.event-card-inner .event-logo img {
  max-width: 190px;
}
.event-info {
  width: 100%;
  padding: 10px 20px;
}
.event-subheading {
  font-size: 14px;
  line-height: 1.15;
  color: #001437;
  margin-bottom: 10px;
}
.event-heading {
  margin-bottom: 25px;
}
.date-location .date,
.date-location .location {
  font-size: 20px;
  line-height: 1.5;
  color: #001437;
  font-family: 'SourceSansPro';
  padding: 5px 0;
}
a.event-more-btn {
  color: #00A5E6;
  font-size: 20px;
  text-decoration: underline;
  margin-top: 10px;
  display: inline-block;
}
.event-card {
  padding: 10px;
}
.platform-title-section {
  position: relative;
  z-index: 12;
  margin-bottom: 40px;
}
.platform-conent {
  font-size: 20px;
  line-height: 1.5;
  color: #9AA1AF;
  max-width: 900px;
}
.nav-tabs.pf-nav li {
  width: 100%;
  display: inline-block;
  text-align: left;
  padding: 5px 0;
}
.nav-tabs.pf-nav li button,
.pf-nav li a {
  background: #33435F;
  padding: 10px !important;
  border-radius: 50px !important;
  min-width: 190px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  opacity: 0.3;
  border: none !important;
}
.nav-tabs.pf-nav li button.active,
.pf-nav li.active a {
  opacity: 1;
  background: #ECF1F8;
  color: #001437 !important;
  font-weight: normal;
}
.nav-tabs.pf-nav li button.active:after{
  display: none;
}
.footer-right-block .tab-content,
.footer-right-block .tab-content .tab-pane {
  background: transparent !important;
  overflow: unset !important;
}
#block-8{float:right;}
.inner-pg-hero {
  background: url(images/ion-inner-banner.png) no-repeat bottom center;
  padding: 200px 0 100px;
  margin-top: -120px;
  min-height: 450px;
	background-size:cover;
}
.post-category-list ul {
  padding: 0;
  border-bottom: 1px solid #9AA1AF;
  font-size: 0;
  display: inline-block;
  width: 100%;
}
.post-category-list ul li {
  font-size: 0;
  float: left;
}
.post-category-list ul li a.cat-list_item {
  padding: 0px 12px;
  display: block;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: transparent;
  color: #001437;
  border-radius: 4px 4px 0 0;
  background: transparent;
  font-size: 16px;
  margin: 0 0px -2px 0;
  min-width: 100px;
  text-align: center;
	height: 40px;
}
.inner-pg-hero-content {
  font-size: 24px;
}
.post-category-list {
  margin-top: 50px;
}
.post-category-list ul li a.cat-list_item.active {
  background: #fff;
  position: relative;
  z-index: 1;
  border-color: #9AA1AF;
}
.post-category-list ul li a.cat-list_item img { height: 28px; }
.post-category-list ul li.tab-dealreporter a.cat-list_item img { height: 19px; }
.post-category-list ul li.tab-wealthmonitor a.cat-list_item img { height: 20px; }
.cta-card .cta-inner {
  background: url(images/cta-card-bg.png) no-repeat center bottom;
  padding: 0px !important;
  margin: 0;
}
.cta-card h3 {
  margin: 15px 0 10px !important;
}
.cta-card a.btn {
  background: #00A5E6;
  border-radius: 50px;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  padding: 6px 20px;
}
.cta-card .cta-right-col{
  padding: 10px 20px 30px !important;
}
.post-slider{
  padding: 8px;
}
.post-item-slider{
  position: relative;
}
.post-item-slider .item {
  background: #9AA1AF;
  border-radius: 8px;
  position: relative;
  min-height: 350px;
  overflow: hidden;
}
.post-slider-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-item-slider .owl-nav [class*=owl-] {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto !important;
  height: 80px;
  width: 30px;
  border-radius: 0 !important;
  font-size: 0 !important;
  background-color: rgba(255,255,255,0.30) !important;
}
.post-item-slider .owl-nav .owl-prev {
  left: 0;
}
.post-item-slider .owl-nav .owl-next {
  right: 0;
}
.post-item-slider .owl-controls {
  margin-top: 0;
}
.post-item-slider .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.post-item-slider .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  background: #fff !important;
  opacity: 0.5 !important;
}
.post-item-slider .owl-dots .owl-dot.active span {
  opacity: 1 !important;
}
.post-slider-inner {
  width: 100%;
  display: inline-block;
  background: rgba(0,0,0,0.25);
  padding: 15px 15px 30px 15px;
}
.post-slider-inner img.card-logo {
  max-width: 150px;
  width: auto;
  height: auto;
  display: block;
  margin-bottom: 0;
  display: inline-block;
}
.post-slider-inner h3 {
  font-family: 'SourceSansPro';
  text-shadow: 1px 1px 3px rgba(0,0,0,0.25);
  color: #fff;
}
.post-slider-inner .card-badge.premium {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.post-item-slider .owl-nav [class*=owl-]:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 2px solid #001435;
  border-right: 2px solid #001435;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.post-item-slider .owl-nav .owl-prev:after {
  transform: rotate(225deg);
}
.cat-nd-tag-badge{
  margin-bottom: 15px;
}
.cat-nd-tag-badge .card-badge {
  background: rgb(255 255 255 / 70%);
}
.slider-card img.img-fluid {
  max-width: 250px;
/*   max-height: 40px; */
}
.footer-left-col {
  border-bottom: 1px solid #33435f;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.footer-left-col #block-22{
  float: left;
  margin-right: 30px;
}
.footer-left-col #block-22 img {
  max-width: 215px;
}
.footer-left-col #block-22 {
  float: left;
  padding-right: 20px;
  width: 65%;
}
.header-2 .nav-bar-sec .navbar ul.navbar-nav > li > a.nav-link {
  color: #001435;
}
.header-2 .nav-bar-sec .navbar ul.navbar-nav > li.menu-item-has-children:hover > a.nav-link{
	color: #001435;
}
.header-2 .nav-bar-sec .navbar ul.navbar-nav > li > a.nav-link:before{
	background: #001435;
}
.header-2 .nav-bar-sec .navbar ul.navbar-nav > li > a.nav-link::after {
  border-color: #001435;
}
.header-2 .nav-bar-sec .navbar ul.navbar-nav > li.current_page_ancestor > a.nav-link::after {
  border-color: #ffffff;
}
.header-2 .nav-bar-sec .navbar ul.navbar-nav > li.request-demo-btn > a.nav-link {
  color: #fff;
}
.hero-strip{
  background: url(images/banner-strip.jpg) no-repeat center;
  background-size: cover;
  padding: 25px 0;
}
.hero-strip-hr, .hero-strip-hr.mergermarket {
  height: 15px;
  width: 100%;
  background: linear-gradient(45deg, #00A5E6, #81CBF0);
}
.hero-strip-hr.debtwire {
   height: 15px;
   width: 100%;
   background: linear-gradient(36deg,  #01A5E5, #915AD7);
}
.hero-strip-hr.infralogic {
   height: 15px;
   width: 100%;
   background: linear-gradient(36deg,  #01A5E5, #00AF96);
}
.hero-strip-hr.dealogic {
   height: 15px;
   width: 100%;
   background: linear-gradient(45deg, #00A5E6, #81CBF0);
}
.blog-single-pg {
  padding: 30px 0;
}
.resource-blog-title {
  padding-top: 15px;
}
.download-btn {
  background: #00A5E6;
  color: #fff;
  font-size: 15px;
  padding: 10px 15px;
  line-height: 20px;
  display: inline-block;
  border-radius: 30px;
  min-width: 180px;
  text-align: center;
	margin-bottom:20px;
}
.sidebar-cta-block {
    background: #001437 url('/wp-content/uploads/2023/10/blue-green-right-arch.png') no-repeat bottom right;
    border-radius: 8px;
	background-size: contain;
    min-height: 600px;
    padding: 15px 15px 150px 15px;
}
.sidebar-cta-block p.header-left-text {
       color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 25px
}
.sidebar-cta-block {
    color: #fff;
}
.sidebar-cta-block h3.wp-block-heading {
    margin-top: 45px;
    margin-bottom: 10px;
}
.sidebar-cta-block {
    color: #fff;
}
.sidebar-cta-block h3.wp-block-heading {
    margin-top: 45px;
    margin-bottom: 10px;
}
.sidebar-cta-block p {
    font-size: 14px;
    line-height: 1.9;
}
.sidebar-cta-block .wp-block-buttons .wp-block-button__link {
    margin-top: 25px;
    background: #00A5E6;
	color: #fff;
    font-size: 15px;
    padding: 8px 20px;
    line-height: 1.6;
    min-width: 178px;
}
.sidebar-cta {
    max-width: 292px;
    float: right;
}
.sidebar-cta #block-32,.sidebar-cta .widget_text {
    padding: 50px 0;
    text-align: right;
	font-family: 'ION';
}
.card-overlink {
    position: absolute !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1 !important;
}
.post-slider-inner > * {
    z-index: 2;
    position: relative;
}
.related-posts {
    padding: 20px 0 50px;
}

.nav-bar-sec .navbar ul.navbar-nav > li.menu-item-has-children:hover > a.nav-link {
    color: #fff;
}
.explore-content p {
    color: #33435F;
    font-size: 20px;
    max-width: 800px;
}
#footer-top .owl-nav {
    margin: 15px 0 5px 0;
}

button#load-more-button {
    margin: 30px auto;
    display: block;
}
.related-title{padding-left:8px;}
.about-second-img img {
    width: 400px;
}
#home-events .tab-content,
#home-events .tab-content .tab-pane {
    background: transparent;
	border-radius: 0px;
}
#home-events .tab-content .tab-pane * {
    color: #fff;
}
.event-tabs {
    position: relative;
}
.event-tabs .nav-tabs {
    text-align: left !important;
    justify-content: flex-start;
    position: absolute;
    width: 100%;
    top: 23%;
    z-index: 1;
}
.event-tab-top-content {
    margin-bottom: 120px;
}
.event-tabs .nav-tabs li button {
    background: #33435F;
    border: none;
    border-radius: 50px !important;
    text-transform: uppercase;
    line-height: 1.35;
    font-size: 15px;
    padding: 10px 15px;
    display: inline-block;
	min-width: 115px;
}

.event-tabs .nav-tabs li:not(:last-child) {
    margin-right: 15px;
}
.event-tabs .nav-tabs li button.active {
    background: #ECF1F8 !important;
    color: #001437 !important;
    font-weight: 400 !important;
    letter-spacing: normal;
	font-family: 'SourceSansPro';
}

.event-tabs .nav-tabs li button.active::after {
    display: none;
}
.event-list-featured {
    height: 100px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.event-list-featured {
    height: 100px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.event-list-card h4 {
    font-size: 24px;
    font-family: 'SourceSansPro';
    margin-bottom: 12px;
}
.event-list-card:not(:last-child) {
    margin-bottom: 24px;
}
.explore-all-event {
    position: relative;
}
.explore-all-event .fill-btn {
    position: absolute;
    right: 12px;
    top: 85px;
	z-index: 2;
}
#home-banner video {
	position: absolute;
    top: 0;
    left: 0 !important;
    bottom: 0px;
    right: 0;
    width: 160%;
    height: 160%;
    transform: translate(-15%, -15%);
    z-index: 1;
}
#home-banner {
    overflow: hidden;
}
#home-banner .container {
    position: relative;
    z-index: 2;
}
.video-secion-arch {
    background: url(/wp-content/uploads/2023/11/video-bottom-arch.png) no-repeat center top!important;
    height: 100px;
    width: 100%;
    background-size: cover !important;
    margin-top: -85px;
    position: relative;
    z-index: 2;
}
.event-nd-platform{
/* 	background: url(images/tab-bg.png) no-repeat top center;
	background-size: cover; */
}
.event-nd-platform #footer-top{
	background: url(images/explore-bg.jpg); 
	background-size: cover;
    background-position: top center;
}
.event-nd-platform .footer-right-block:before {
    background: #03132d;
}

.animated-card {
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
}
.animated-card .thumb {
    height: 100%;
    background: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.animated-card .thumb .expertise-img {
    max-width: 300px;
    max-height: 40px;
}
.animated-card .thumb .expertise-img img {
    object-fit: inherit;
    margin: auto;
}
.animated-card-gradient {
    height: 100%;
    width: 100%;
/*     background: linear-gradient(45deg, #00A5E6, #96C869); */
}
.animated-card * {
    transition: all ease-in-out 1.5s;
}
.animated-card-wrapper {
    background: linear-gradient(90deg, #00A5E6, #96C869);
    display: inline-block;
    width: 100%;
    border-radius: 8px;
	padding: 2px;
}
.animated-gradient-bg-1{
	 background: linear-gradient(90deg, #00A5E6, #81CBF0);
}
.animated-gradient-bg-2{
	 background: linear-gradient(90deg, #00A5E6, #9748FF);
}
.animated-gradient-bg-3{
	 background: linear-gradient(90deg, #00A5E6, #F0E8E1);
}
.animated-gradient-bg-5{
	 background: linear-gradient(90deg, #00A5E6, #EFE8E2);
}
.animated-gradient-bg-6{
	 background: linear-gradient(90deg, #00A5E6, #FFC86F);
}
.animated-gradient-bg-4{
	 background: linear-gradient(90deg, #00A5E6, #00AF96);
}
.animated-card .infos {
    height: 100%;
    width: 100%;
    background: #fff;
    padding: 5px 10px;
}
.infos .txt{
	width: 100%;
	display: inline-block;
	padding: 5px 0;
}
.infos .txt p {
    color: #001437;
    font-size: 14px;
    line-height: 1.5;
	margin-bottom: 0px;
}
.infos .learnmore {
    font-size: 14px;
    color: #001437;
}
.info-logo img {
    max-height: 25px;
    max-width: 150px;
    display: inline-block;
    height: auto;
    width: 100%;
}
.info-logo {
    display: inline-block;
    width: 100%;
}
@media(min-width: 768px){
	.animated-card:hover .thumb {
		transform: translate(0px, -100%);
	}
	.animated-card:hover .animated-card-gradient {
		transform: translate(0px, -200%);
	}
	.animated-card:hover .infos {
		transform: translate(0px, -200%);
	}	
}

#frm_checkbox_6907-0 input[type="checkbox"] {
    margin: 0 !important;
}
#frm_checkbox_6907-0 label {
    text-indent: 0 !important;
}
#frm_checkbox_6907-0 input[type="checkbox"]:before {
    margin: 5px 0 0 5px !important;
}
.event-tab-btm-conent {
    min-height: 480px;
}

/*
.post-category-list ul li:nth-child(4) a span img{
	height:31px;
  max-height: 31px;
  scale: 1.15;
  position: relative;
  top: -1px;
}
.post-category-list ul li:nth-child(4) a.active span img{
  top: 3px;
}
.post-category-list ul li:nth-child(5) a span img{
	height:30px;
}
.post-category-list ul li:nth-child(6) a span img{
	height:28px;
}
*/
.page-template-page-contact .default-content p{max-width:100%;}
.page-id-14 .cta-mas{display:none !important;}
.with_frm_style textarea{
	border-color: #001437 !important;
}

.cta-inner a.btn:active {
    background: #00A5E6 !important;
    color: #fff !important;
    border: 0;
}

table{
	border: 1px solid #586884;
}
tbody, td, tfoot, th, thead, tr {
    border: 1px solid #586884;
    padding: 8px;
}

.copyright {
    display: flex;
    justify-content: space-between;
}



/* Checkbox Styles */
.with_frm_style .custom-checkbox .frm_checkbox {
     margin-top: 7px;
     margin-bottom: 0 !important;
     width: 100% !important;
     border-radius: 40px !important;
     text-align: center !important;
     padding: 0 10px !important;
     -webkit-transition: .3s !important;
     transition: .3s !important;
     background-color: #e5e7eb !important;
     cursor: pointer !important;
    min-height: 62px;
     align-items: center;
     justify-content: center;
     display: flex 
}
body.page-template .with_frm_style .custom-checkbox input[type=checkbox]{
     display: none !important;
}
 .frm_forms.with_frm_style .custom-checkbox label {
    line-height: 1.3;
}
.custom-checkbox .frm_checkbox.active, .custom-checkbox .frm_checkbox.active:hover {
     background-color: #001437 !important;
     color: #fff;
}
.custom-checkbox .frm_checkbox.active label, .custom-checkbox .frm_checkbox.active:hover label{
     color: #fff;
}
.frm_forms.with_frm_style .custom-checkbox label {
     display: flex;
     width: 100%;
     height: 100%;
     align-items: center;
     justify-content: center;
     padding: 0;
}





/*css 16-11-2023*/
.merger-card.cta-card a.btn,.merger-sidebar .sidebar-cta-block .wp-block-buttons .wp-block-button__link{
	background: #81CBF0 ;
    color: #001437 !important;
}
.merger-card.cta-card .text-gradient {
    background: -webkit-linear-gradient(360deg, #01A5E5, #81CBF0 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.debtwire-card.cta-card a.btn,.debtwire-sidebar .sidebar-cta-block .wp-block-buttons .wp-block-button__link{
	background: #915AD7;
    color: #fff !important;
}
.debtwire-card.cta-card .text-gradient {
    background: -webkit-linear-gradient(360deg, #01A5E5, #915AD7 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.infralogic-card.cta-card a.btn,.infra-sidebar .sidebar-cta-block .wp-block-buttons .wp-block-button__link{
	background: #00AF96;
    color: #fff !important;
}
.infralogic-card.cta-card .text-gradient {
   background: -webkit-linear-gradient(360deg, #01A5E5, #00AF96 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dealogic-card.cta-card .text-gradient {
   background: -webkit-linear-gradient(360deg, #01A5E5, #ffffff );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.post-author .red{color:red;}
.post-author .black{color:#001437;}
.post-author .blue{color:blue;}
.wp-container-3.wp-container-3{position:relative;}

.owl-carousel .single{ transform: translate3d(0px,0px, 0px) !important; }
.hide-control .owl-controls{
	display:none;
}

.banner-cat-logo img{
	height:56px;
	margin-bottom:10px;
}
body.single-post .hero-strip img{height:20px;}
/*new css*/
.card-date{
	position: absolute;
    width: auto;
    height: 24px;
    top: 22px;
    right: 20px;
    z-index: 1;
    color: #fff;
	font-size:15px;
}
.card-layout-top .card-date{
	top: 28px;
	color:#001437;
}
.post-slider-inner .card-date{
	top: inherit;
    right: inherit;
    bottom: 8px;
    left: 20px;
    color: #fff;
}
.sidebar-cta-block a{color:#fff;}
.sidebar-cta-block{position:relative;}

.page-template-page-modular .site-inner{
	padding-top:0px;
}

.wpml-ls-item .sub-menu{
	background: #051336;
	padding-left: 6px;
}

.wpml-ls-item:hover .sub-menu{
	display: block;
}

/* Who we serve */
.who-we-serve .inner-pg-arch-banner {
  width: 100%;
  padding: 130px 0px;
  background-size: cover !important;
  background-position: center !important;
  background-image: url(images/_ion-inner-banner.png);
  height: 500px;
  display: flex;
  align-items: flex-end;
}

.who-we-serve .inner-pg-hero-bottom-arch {
  no-repeat top center;
  background-size: 100% auto;
  margin-top: -50px;
  position: relative;
  min-height: 100px;
  padding-top: 100px;
  padding-bottom: 25px;
}
.who-we-serve .pg-parent {
  background: rgb(0 165 230 / 10%);
  border: 1px solid rgb(0 165 230 / 50%);
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  padding: 5px 20px;
  min-width: 145px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  margin-bottom: 20px;
  font-family: 'SourceSansProBold';
}

.toc-listtable {
  position: sticky;
  top: 0;
}
.toc-listtable ul {
  padding-left: 0;
}
.toc-listtable ul li:not(:last-child) {
  border-bottom: 1px solid #9AA1AF;
}
.toc-listtable ul li a {
  padding: 12px 0;
  display: inline-block;
  padding-right: 20px;
  font-size: 20px;
  color: #001437;
  line-height: 1.75;
  position: relative;
}
.toc-listtable ul li a .arrow {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
}
.toc-listtable ul li a .arrow:before {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  right: 7px;
  top: 3px;
  bottom: 0;
  margin: auto;
}
.toc-listtable ul li a .arrow:after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 3px;
  bottom: 0;
  margin: auto;
}
.service-content-block .item {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.service-content-block .item h4 {
  font-size: 24px;
  font-family: 'SourceSansProBold';
  margin-bottom: 12px;
}
.service-content-block .item li,
.default-content li{ list-style: disc; }
 /* data portal css starts */
 .card-layout-icon{
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 20px;
   background: #e0efd2;
 }
 .card-layout-icon img{
   max-height: 100px;
 }
 .data-portal-block1,  .data-portal-block2,  .data-portal-block3{
   padding:35px 0;
 }
 .data-portal-block3 .container{
   background: #e5f6fc;
   padding: 5rem;
   text-align: center;
 }
 .data-portal-block3 h2{
   margin: 2rem 0;
 }
 .data-portal-block3-carousel .testimonial-body{
   position: relative;
 }
 .data-portal-block3-carousel .testimonial-body:after{
   position: absolute;
   background-color: #c7ced3;
   bottom: -2rem;
   width: 7rem;
   height: 1px;
   left: calc(50% - 3.5rem);
   content: "";
 }
 .data-portal-block3-carousel .testimonial-author{
   padding: 2rem 0;
   font-family: 'ION';
 }
 .data-portal-block4 h4{
   text-align: center;
   line-height: 1.5;
   font-size: 1.7rem;
   margin-bottom: 2rem;
 }
 .data-portal-block4 .quote-wrapper{
   text-align: center;
   margin: 2rem 0;
 }
 .data-portal-block4 .quote-wrapper .quote-cta{
   margin-bottom: 2rem;
 }
 /*****************
 * APIs
 ******************/
 .apis_wrap a {
   border: 0;
 }
 .apis_wrap .featured-api-card{
   margin-bottom: 20px;
 }
 .apis_wrap .single-data-api {
   display: flex;
   border: 1px solid #E7E7E9;
   margin-bottom: 15px;
   height: 100%;
 }
 .apis_wrap .single-data-api .single-data-api-image {
   padding: 35px 20px;
   background: #001437;
   display: flex;
   align-items: center;
 }
 .apis_wrap .single-data-api .single-data-api-image img {
   max-width: 102px;
 }
 @media screen and (max-width: 1279px) {
   .apis_wrap .single-data-api .single-data-api-image {
     display: none;
   }
 }
 .apis_wrap .single-data-api .single-data-api-content-heading {
   display: flex;
   background: #E7E7E9;
   padding: 20px;
   align-items: center;
   justify-content: space-between;
 }
 @media screen and (max-width: 1279px) {
   .apis_wrap .single-data-api .single-data-api-content-heading {
     display: flex;
     line-height: 0;
   }
 }
 .apis_wrap .single-data-api .single-data-api-image-mobile {
   display: none;
 }
 @media screen and (max-width: 1279px) {
   .apis_wrap .single-data-api .single-data-api-image-mobile {
     display: block;
     padding: 12px;
     background: #001437;
   }
   .apis_wrap .single-data-api .single-data-api-image-mobile img {
     max-width: 48px;
   }
 }
 .apis_wrap .single-data-api .single-data-api-content {
   flex-grow: 1;
   width: 100%;
 }
 .apis_wrap .single-data-api .single-data-api-content .single-data-api-title {
   transition: all 0.3s ease;
 }
 @media screen and (max-width: 780px) {
   .apis_wrap .single-data-api .single-data-api-content .single-data-api-title {
     padding: 8px 10px 8px 10px;
   }
 }
 @media screen and (max-width: 1279px) and (min-width: 781px) {
   .apis_wrap .single-data-api .single-data-api-content .single-data-api-title {
     padding: 8px 10px 8px 10px;
   }
 }
 .apis_wrap .single-data-api .single-data-api-content .single-data-api-title .single-data-api-division {
   font-size: 14px;
   line-height: 1;
   text-transform: capitalize;
   color: #001437;
 }
 .apis_wrap .single-data-api .single-data-api-content .single-data-api-title h3 {
   font-family: "SourceSansPro", sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 20px;
   line-height: 28px;
   margin-bottom: 0;
   margin-top: 0;
   padding-top: 0;
 }
 .apis_wrap .single-data-api .single-data-api-content .single-data-api-title h3 a {
   color: #001437;
 }
 .apis_wrap .single-data-api .single-data-api-content .single-data-api-title h3 a:hover {
   color: #001437;
 }
 .apis_wrap .single-data-api .single-data-api-content .single-data-api-excerpt {
   font-size: 18px;
   margin: 20px;
 }
 .apis_wrap .single-data-api .single-data-api-content .single-data-api-excerpt p {
   font-size: 16px;
   line-height: 1.5;
 }
 @media screen and (max-width: 780px) {
   .apis_wrap .single-data-api .single-data-api-content .single-data-api-excerpt {
     margin: 10px 9px 10px 9px;
   }
 }
 @media screen and (max-width: 1279px) and (min-width: 781px) {
   .apis_wrap .single-data-api .single-data-api-content .single-data-api-excerpt {
     margin: 10px 9px 10px 9px;
   }
 }
 .apis_wrap .single-data-api .single-data-api-content .single-data-api-taxonomies {
   margin: 20px;
 }
 @media screen and (max-width: 780px) {
   .apis_wrap .single-data-api .single-data-api-content .single-data-api-taxonomies {
     margin: 10px 10px 10px 10px;
   }
 }
 @media screen and (max-width: 1279px) and (min-width: 781px) {
   .apis_wrap .single-data-api .single-data-api-content .single-data-api-taxonomies {
     margin: 10px 10px 10px 10px;
   }
 }
 .apis_wrap .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-type {
   color: #AEAEB4;
   font-size: 10px;
   line-height: 10px;
   text-transform: uppercase;
   padding: 10px 0;
 }
 .apis_wrap .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-tags {
   position: relative;
 }
 .apis_wrap .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-tags ul {
   font-family: "SourceSansPro", sans-serif;
   font-style: normal;
   font-weight: 600;
   font-size: 10px;
   line-height: 10px;
   color: #FFFFFF;
   margin: 0;
   padding: 0;
 }
 .apis_wrap .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-tags ul li {
   display: inline-flex;
   order: 1;
   align-self: center;
   justify-content: center;
   text-align: center;
   transition: all 0.1s ease;
   background: #EFEFF0;
   font-size: 12px;
   padding: 0 7px;
   border-radius: 10px;
   margin-right: 4px;
 }
 .apis_wrap .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-tags ul li:hover {
   background: #00A4E6;
 }
 .apis_wrap .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-tags ul li:hover a {
   color: #fff;
 }
 .apis_wrap .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-tags ul li a {
   color: #001437;
   line-height: 18px;
   font-weight: lighter;
 }
 @media screen and (max-width: 780px) {
   .apis_wrap .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-tags ul li {
     margin-bottom: 8px;
   }
 }
 @media screen and (max-width: 1279px) and (min-width: 781px) {
   .apis_wrap .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-tags ul li {
     margin-bottom: 8px;
   }
 }
 @media screen and (min-width: 1280px) {
   .apis_wrap .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-tags ul li {
     margin-bottom: 8px;
   }
 }
 .apis_wrap .single-data-api .single-data-api-tetras {
   display: flex;
   flex-direction: row;
   justify-content: flex-end;
   align-items: flex-start;
   padding-top: 10px;
 }
 .apis_wrap .single-data-api .single-data-api-tetras img {
   height: 20px;
   width: auto;
   margin-right: 5px;
 }
 .apis_wrap .single-data-api .single-data-api-tetras img:last-child {
   margin-right: 0;
 }
 .single-data_api a, .post-type-archive-data_api a, .search-results a, .search-no-results a, .tax-industry a {
   border: 0;
 }
 .single-data_api .site_header, .post-type-archive-data_api .site_header, .search-results .site_header, .search-no-results .site_header, .tax-industry .site_header {
   z-index: 10;
 }
 .single-data_api .data-api-header-wrapper .data-api-header, .post-type-archive-data_api .data-api-header-wrapper .data-api-header, .search-results .data-api-header-wrapper .data-api-header, .search-no-results .data-api-header-wrapper .data-api-header, .tax-industry .data-api-header-wrapper .data-api-header {
   background: #E7E7E9;
   padding: 6rem 0;
 }
 .single-data_api .data-api-header-wrapper .data-api-header .breadcrumbs, .post-type-archive-data_api .data-api-header-wrapper .data-api-header .breadcrumbs, .search-results .data-api-header-wrapper .data-api-header .breadcrumbs, .search-no-results .data-api-header-wrapper .data-api-header .breadcrumbs, .tax-industry .data-api-header-wrapper .data-api-header .breadcrumbs {
   /*
   span{
           color: #007ac5;
           text-decoration: none;
           border-bottom: 1px dotted #007ac5;
         }
   */
 }
 .single-data_api .data-api-header-wrapper .data-api-header .breadcrumbs a, .post-type-archive-data_api .data-api-header-wrapper .data-api-header .breadcrumbs a, .search-results .data-api-header-wrapper .data-api-header .breadcrumbs a, .search-no-results .data-api-header-wrapper .data-api-header .breadcrumbs a, .tax-industry .data-api-header-wrapper .data-api-header .breadcrumbs a {
   border: none;
 }
 .single-data_api .data-api-header-wrapper .data-api-header .data-api-header-breadcrumbs, .post-type-archive-data_api .data-api-header-wrapper .data-api-header .data-api-header-breadcrumbs, .search-results .data-api-header-wrapper .data-api-header .data-api-header-breadcrumbs, .search-no-results .data-api-header-wrapper .data-api-header .data-api-header-breadcrumbs, .tax-industry .data-api-header-wrapper .data-api-header .data-api-header-breadcrumbs {
   font-family: "SourceSansPro", sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 12px;
   line-height: 16px;
   color: #001437;
   display: flex;
 }
 .single-data_api .data-api-header-wrapper .data-api-header .data-api-header-breadcrumbs a, .post-type-archive-data_api .data-api-header-wrapper .data-api-header .data-api-header-breadcrumbs a, .search-results .data-api-header-wrapper .data-api-header .data-api-header-breadcrumbs a, .search-no-results .data-api-header-wrapper .data-api-header .data-api-header-breadcrumbs a, .tax-industry .data-api-header-wrapper .data-api-header .data-api-header-breadcrumbs a {
   color: #001437;
 }
 .single-data_api .data-api-header-wrapper .data-api-header .data-api-header-breadcrumbs a:hover, .single-data_api .data-api-header-wrapper .data-api-header .data-api-header-breadcrumbs a:active, .single-data_api .data-api-header-wrapper .data-api-header .data-api-header-breadcrumbs a:focus, .post-type-archive-data_api .data-api-header-wrapper .data-api-header .data-api-header-breadcrumbs a:hover, .post-type-archive-data_api .data-api-header-wrapper .data-api-header .data-api-header-breadcrumbs a:active, .post-type-archive-data_api .data-api-header-wrapper .data-api-header .data-api-header-breadcrumbs a:focus, .search-results .data-api-header-wrapper .data-api-header .data-api-header-breadcrumbs a:hover, .search-results .data-api-header-wrapper .data-api-header .data-api-header-breadcrumbs a:active, .search-results .data-api-header-wrapper .data-api-header .data-api-header-breadcrumbs a:focus, .search-no-results .data-api-header-wrapper .data-api-header .data-api-header-breadcrumbs a:hover, .search-no-results .data-api-header-wrapper .data-api-header .data-api-header-breadcrumbs a:active, .search-no-results .data-api-header-wrapper .data-api-header .data-api-header-breadcrumbs a:focus, .tax-industry .data-api-header-wrapper .data-api-header .data-api-header-breadcrumbs a:hover, .tax-industry .data-api-header-wrapper .data-api-header .data-api-header-breadcrumbs a:active, .tax-industry .data-api-header-wrapper .data-api-header .data-api-header-breadcrumbs a:focus {
   text-decoration: underline;
 }
 .single-data_api .data-api-header-wrapper .data-api-header .data-api-header-breadcrumbs .breadcrumbs-separator, .post-type-archive-data_api .data-api-header-wrapper .data-api-header .data-api-header-breadcrumbs .breadcrumbs-separator, .search-results .data-api-header-wrapper .data-api-header .data-api-header-breadcrumbs .breadcrumbs-separator, .search-no-results .data-api-header-wrapper .data-api-header .data-api-header-breadcrumbs .breadcrumbs-separator, .tax-industry .data-api-header-wrapper .data-api-header .data-api-header-breadcrumbs .breadcrumbs-separator {
   font-size: 0;
   line-height: 1;
 }
 .single-data_api .data-api-header-wrapper .data-api-header h1, .post-type-archive-data_api .data-api-header-wrapper .data-api-header h1, .search-results .data-api-header-wrapper .data-api-header h1, .search-no-results .data-api-header-wrapper .data-api-header h1, .tax-industry .data-api-header-wrapper .data-api-header h1 {
   ont-size: 46px;
   color: #001437;
   font-family: "SourceSansPro", sans-serif;
   text-align: left;
   font-weight: normal;
 }
 .single-data_api .data-api-body, .post-type-archive-data_api .data-api-body, .search-results .data-api-body, .search-no-results .data-api-body, .tax-industry .data-api-body {
   padding: 4rem 0;
 }
 .single-data_api .data-api-body .overview-sidebar, .post-type-archive-data_api .data-api-body .overview-sidebar, .search-results .data-api-body .overview-sidebar, .search-no-results .data-api-body .overview-sidebar, .tax-industry .data-api-body .overview-sidebar {
   padding-bottom: 30px;
 }
 @media screen and (max-width: 1279px) and (min-width: 781px) {
   .single-data_api .data-api-body .overview-sidebar, .post-type-archive-data_api .data-api-body .overview-sidebar, .search-results .data-api-body .overview-sidebar, .search-no-results .data-api-body .overview-sidebar, .tax-industry .data-api-body .overview-sidebar {
     padding-right: 14px;
   }
   .single-data_api .data-api-body .overview-sidebar .data-api-section-nav-overview, .post-type-archive-data_api .data-api-body .overview-sidebar .data-api-section-nav-overview, .search-results .data-api-body .overview-sidebar .data-api-section-nav-overview, .search-no-results .data-api-body .overview-sidebar .data-api-section-nav-overview, .tax-industry .data-api-body .overview-sidebar .data-api-section-nav-overview {
     margin-top: 23px !important;
   }
   .single-data_api .data-api-body .overview-sidebar .data-api-section-nav-overview .section-nav-link:first-child, .post-type-archive-data_api .data-api-body .overview-sidebar .data-api-section-nav-overview .section-nav-link:first-child, .search-results .data-api-body .overview-sidebar .data-api-section-nav-overview .section-nav-link:first-child, .search-no-results .data-api-body .overview-sidebar .data-api-section-nav-overview .section-nav-link:first-child, .tax-industry .data-api-body .overview-sidebar .data-api-section-nav-overview .section-nav-link:first-child {
     line-height: 24px !important;
     padding-top: 0;
     margin-top: 0 !important;
   }
   .single-data_api .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link, .post-type-archive-data_api .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link, .search-results .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link, .search-no-results .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link, .tax-industry .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link {
     line-height: 24px;
     padding: 7px 10px 7px 13px !important;
   }
   .single-data_api .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link:hover, .post-type-archive-data_api .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link:hover, .search-results .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link:hover, .search-no-results .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link:hover, .tax-industry .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link:hover {
     background: #F5F5F5;
   }
   .single-data_api .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link:hover a, .post-type-archive-data_api .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link:hover a, .search-results .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link:hover a, .search-no-results .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link:hover a, .tax-industry .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link:hover a {
     color: #232832 !important;
   }
   .single-data_api .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link.current, .post-type-archive-data_api .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link.current, .search-results .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link.current, .search-no-results .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link.current, .tax-industry .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link.current {
     padding: 7px 10px 7px 9px !important;
   }
 }
 @media screen and (min-width: 1280px) {
   .single-data_api .data-api-body .overview-sidebar, .post-type-archive-data_api .data-api-body .overview-sidebar, .search-results .data-api-body .overview-sidebar, .search-no-results .data-api-body .overview-sidebar, .tax-industry .data-api-body .overview-sidebar {
     padding-right: 15px;
   }
   .single-data_api .data-api-body .overview-sidebar .data-api-section-nav-overview .section-nav-link:first-child, .post-type-archive-data_api .data-api-body .overview-sidebar .data-api-section-nav-overview .section-nav-link:first-child, .search-results .data-api-body .overview-sidebar .data-api-section-nav-overview .section-nav-link:first-child, .search-no-results .data-api-body .overview-sidebar .data-api-section-nav-overview .section-nav-link:first-child, .tax-industry .data-api-body .overview-sidebar .data-api-section-nav-overview .section-nav-link:first-child {
     line-height: 24px !important;
     padding-top: 0;
     margin-top: 0 !important;
   }
   .single-data_api .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link, .post-type-archive-data_api .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link, .search-results .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link, .search-no-results .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link, .tax-industry .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link {
     line-height: 24px;
     padding: 7px 10px 7px 13px !important;
   }
   .single-data_api .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link:hover, .post-type-archive-data_api .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link:hover, .search-results .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link:hover, .search-no-results .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link:hover, .tax-industry .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link:hover {
     background: #F5F5F5;
   }
   .single-data_api .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link:hover a, .post-type-archive-data_api .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link:hover a, .search-results .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link:hover a, .search-no-results .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link:hover a, .tax-industry .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link:hover a {
     color: #232832 !important;
   }
   .single-data_api .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link.current, .post-type-archive-data_api .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link.current, .search-results .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link.current, .search-no-results .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link.current, .tax-industry .data-api-body .overview-sidebar .data-api-section-nav-overview .subsection-nav-link.current {
     padding: 7px 10px 7px 9px !important;
   }
 }
 .single-data_api .data-api-body .overview-sidebar .section-nav-link:first-child, .post-type-archive-data_api .data-api-body .overview-sidebar .section-nav-link:first-child, .search-results .data-api-body .overview-sidebar .section-nav-link:first-child, .search-no-results .data-api-body .overview-sidebar .section-nav-link:first-child, .tax-industry .data-api-body .overview-sidebar .section-nav-link:first-child {
   border-top: 0 !important;
 }
 .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav {
   margin: 0;
   max-width: 300px;
 }
 .single-data_api .data-api-body .data-api-section-nav-wrapper.data-api-section-nav-wrapper-mobile, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper.data-api-section-nav-wrapper-mobile, .search-results .data-api-body .data-api-section-nav-wrapper.data-api-section-nav-wrapper-mobile, .search-no-results .data-api-body .data-api-section-nav-wrapper.data-api-section-nav-wrapper-mobile, .tax-industry .data-api-body .data-api-section-nav-wrapper.data-api-section-nav-wrapper-mobile {
   display: block;
 }
 .single-data_api .data-api-body .data-api-section.data-api-section-faqs, .post-type-archive-data_api .data-api-body .data-api-section.data-api-section-faqs, .search-results .data-api-body .data-api-section.data-api-section-faqs, .search-no-results .data-api-body .data-api-section.data-api-section-faqs, .tax-industry .data-api-body .data-api-section.data-api-section-faqs {
   padding: 30px 0 0 0 !important;
 }
 @media screen and (max-width: 1279px) and (min-width: 1200px) {
   .single-data_api .data-api-body .data-api-section.data-api-section-faqs, .post-type-archive-data_api .data-api-body .data-api-section.data-api-section-faqs, .search-results .data-api-body .data-api-section.data-api-section-faqs, .search-no-results .data-api-body .data-api-section.data-api-section-faqs, .tax-industry .data-api-body .data-api-section.data-api-section-faqs {
     width: calc(100vw - 20%);
   }
 }
 @media screen and (max-width: 1199px) and (min-width: 781px) {
   .single-data_api .data-api-body .data-api-section.data-api-section-faqs, .post-type-archive-data_api .data-api-body .data-api-section.data-api-section-faqs, .search-results .data-api-body .data-api-section.data-api-section-faqs, .search-no-results .data-api-body .data-api-section.data-api-section-faqs, .tax-industry .data-api-body .data-api-section.data-api-section-faqs {
     width: calc(100vw - 4rem);
   }
 }
 .single-data_api .data-api-body .data-api-section.data-api-section-faqs h3, .post-type-archive-data_api .data-api-body .data-api-section.data-api-section-faqs h3, .search-results .data-api-body .data-api-section.data-api-section-faqs h3, .search-no-results .data-api-body .data-api-section.data-api-section-faqs h3, .tax-industry .data-api-body .data-api-section.data-api-section-faqs h3 {
   margin-bottom: 30px;
 }
 .single-data_api .data-api-body .data-api-section-details .api-details-content, .post-type-archive-data_api .data-api-body .data-api-section-details .api-details-content, .search-results .data-api-body .data-api-section-details .api-details-content, .search-no-results .data-api-body .data-api-section-details .api-details-content, .tax-industry .data-api-body .data-api-section-details .api-details-content {
   background: #001437;
   padding: 1.5rem;
   font-family: "SourceSansPro", sans-serif;
   font-style: normal;
   font-weight: 600;
   font-size: 1rem;
   line-height: 1.5;
   color: #ffffff;
   display: flex;
   flex-wrap: wrap;
   margin: 3rem 0;
 }
 @media screen and (max-width: 780px) {
   .single-data_api .data-api-body .data-api-section-details .api-details-content, .post-type-archive-data_api .data-api-body .data-api-section-details .api-details-content, .search-results .data-api-body .data-api-section-details .api-details-content, .search-no-results .data-api-body .data-api-section-details .api-details-content, .tax-industry .data-api-body .data-api-section-details .api-details-content {
     padding: 1.5rem;
   }
 }
 @media screen and (max-width: 1279px) and (min-width: 1200px) {
   .single-data_api .data-api-body .data-api-section-details .api-details-content, .post-type-archive-data_api .data-api-body .data-api-section-details .api-details-content, .search-results .data-api-body .data-api-section-details .api-details-content, .search-no-results .data-api-body .data-api-section-details .api-details-content, .tax-industry .data-api-body .data-api-section-details .api-details-content {
     width: calc(100vw - 20%);
     padding: 1.5rem;
   }
 }
 @media screen and (max-width: 1199px) and (min-width: 781px) {
   .single-data_api .data-api-body .data-api-section-details .api-details-content, .post-type-archive-data_api .data-api-body .data-api-section-details .api-details-content, .search-results .data-api-body .data-api-section-details .api-details-content, .search-no-results .data-api-body .data-api-section-details .api-details-content, .tax-industry .data-api-body .data-api-section-details .api-details-content {
     width: calc(100vw - 4rem);
     padding: 1.5rem;
   }
 }
 .single-data_api .data-api-body .data-api-section-details .api-details-content h5, .post-type-archive-data_api .data-api-body .data-api-section-details .api-details-content h5, .search-results .data-api-body .data-api-section-details .api-details-content h5, .search-no-results .data-api-body .data-api-section-details .api-details-content h5, .tax-industry .data-api-body .data-api-section-details .api-details-content h5 {
   font-family: "SourceSansPro", sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 1.6rem;
   line-height: 1.5;
   color: #ffffff;
   flex-basis: 100%;
   margin-bottom: 0;
 }
 .single-data_api .data-api-body .data-api-section-details .api-details-content .api-details-key-value-pair-content, .post-type-archive-data_api .data-api-body .data-api-section-details .api-details-content .api-details-key-value-pair-content, .search-results .data-api-body .data-api-section-details .api-details-content .api-details-key-value-pair-content, .search-no-results .data-api-body .data-api-section-details .api-details-content .api-details-key-value-pair-content, .tax-industry .data-api-body .data-api-section-details .api-details-content .api-details-key-value-pair-content {
   display: flex;
   width: 100%;
   justify-content: space-between;
   flex-wrap: wrap;
 }
 .single-data_api .data-api-body .data-api-section-details .api-details-content .api-details-key-value-pair-content .key-value-row, .post-type-archive-data_api .data-api-body .data-api-section-details .api-details-content .api-details-key-value-pair-content .key-value-row, .search-results .data-api-body .data-api-section-details .api-details-content .api-details-key-value-pair-content .key-value-row, .search-no-results .data-api-body .data-api-section-details .api-details-content .api-details-key-value-pair-content .key-value-row, .tax-industry .data-api-body .data-api-section-details .api-details-content .api-details-key-value-pair-content .key-value-row {
   font-family: "SourceSansPro", sans-serif;
   font-style: normal;
   font-weight: 300;
   line-height: 1.5;
   width: calc(50% - 10px);
   border-bottom: 1px solid #fff;
   padding: 9px 0 8px 0;
 }
 .single-data_api .data-api-body .data-api-section-details .api-details-content .api-details-key-value-pair-content .key-value-row .key, .post-type-archive-data_api .data-api-body .data-api-section-details .api-details-content .api-details-key-value-pair-content .key-value-row .key, .search-results .data-api-body .data-api-section-details .api-details-content .api-details-key-value-pair-content .key-value-row .key, .search-no-results .data-api-body .data-api-section-details .api-details-content .api-details-key-value-pair-content .key-value-row .key, .tax-industry .data-api-body .data-api-section-details .api-details-content .api-details-key-value-pair-content .key-value-row .key {
   font-weight: 600;
 }
 @media screen and (max-width: 780px) {
   .single-data_api .data-api-body .data-api-section-details .api-details-content .api-details-key-value-pair-content .key-value-row, .post-type-archive-data_api .data-api-body .data-api-section-details .api-details-content .api-details-key-value-pair-content .key-value-row, .search-results .data-api-body .data-api-section-details .api-details-content .api-details-key-value-pair-content .key-value-row, .search-no-results .data-api-body .data-api-section-details .api-details-content .api-details-key-value-pair-content .key-value-row, .tax-industry .data-api-body .data-api-section-details .api-details-content .api-details-key-value-pair-content .key-value-row {
     width: 100%;
     padding: 9px 0 8px 0;
   }
 }
 .single-data_api .data-api-body .data-api-section-nav-wrapper, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper, .search-results .data-api-body .data-api-section-nav-wrapper, .search-no-results .data-api-body .data-api-section-nav-wrapper, .tax-industry .data-api-body .data-api-section-nav-wrapper {
   display: block;
 }
 @media screen and (max-width: 1279px) and (min-width: 781px) {
   .single-data_api .data-api-body .data-api-section-nav-wrapper.data-api-section-nav-wrapper-details, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper.data-api-section-nav-wrapper-details, .search-results .data-api-body .data-api-section-nav-wrapper.data-api-section-nav-wrapper-details, .search-no-results .data-api-body .data-api-section-nav-wrapper.data-api-section-nav-wrapper-details, .tax-industry .data-api-body .data-api-section-nav-wrapper.data-api-section-nav-wrapper-details {
     margin-top: 60px;
   }
 }
 @media screen and (min-width: 1280px) {
   .single-data_api .data-api-body .data-api-section-nav-wrapper.data-api-section-nav-wrapper-details, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper.data-api-section-nav-wrapper-details, .search-results .data-api-body .data-api-section-nav-wrapper.data-api-section-nav-wrapper-details, .search-no-results .data-api-body .data-api-section-nav-wrapper.data-api-section-nav-wrapper-details, .tax-industry .data-api-body .data-api-section-nav-wrapper.data-api-section-nav-wrapper-details {
     margin-top: 60px;
   }
 }
 @media screen and (max-width: 1279px) and (min-width: 781px) {
   .single-data_api .data-api-body .data-api-section-nav-wrapper.data-api-section-nav-overview-wrapper, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper.data-api-section-nav-overview-wrapper, .search-results .data-api-body .data-api-section-nav-wrapper.data-api-section-nav-overview-wrapper, .search-no-results .data-api-body .data-api-section-nav-wrapper.data-api-section-nav-overview-wrapper, .tax-industry .data-api-body .data-api-section-nav-wrapper.data-api-section-nav-overview-wrapper {
     padding-left: 0;
   }
 }
 @media screen and (max-width: 767px) {
   .single-data_api .data-api-body .data-api-section-nav-wrapper, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper, .search-results .data-api-body .data-api-section-nav-wrapper, .search-no-results .data-api-body .data-api-section-nav-wrapper, .tax-industry .data-api-body .data-api-section-nav-wrapper {
     display: none;
   }
 }
 @media screen and (max-width: 1279px) and (min-width: 781px) {
   .single-data_api .data-api-body .data-api-section-nav-wrapper, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper, .search-results .data-api-body .data-api-section-nav-wrapper, .search-no-results .data-api-body .data-api-section-nav-wrapper, .tax-industry .data-api-body .data-api-section-nav-wrapper {
     padding-right: 0;
     padding-left: 14px;
   }
 }
 @media screen and (min-width: 1280px) {
   .single-data_api .data-api-body .data-api-section-nav-wrapper, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper, .search-results .data-api-body .data-api-section-nav-wrapper, .search-no-results .data-api-body .data-api-section-nav-wrapper, .tax-industry .data-api-body .data-api-section-nav-wrapper {
     padding-right: 0;
     padding-left: 0;
   }
 }
 .single-data_api .data-api-body .data-api-section-nav-wrapper.data-api-section-nav-wrapper-mobile, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper.data-api-section-nav-wrapper-mobile, .search-results .data-api-body .data-api-section-nav-wrapper.data-api-section-nav-wrapper-mobile, .search-no-results .data-api-body .data-api-section-nav-wrapper.data-api-section-nav-wrapper-mobile, .tax-industry .data-api-body .data-api-section-nav-wrapper.data-api-section-nav-wrapper-mobile {
   display: none;
 }
 @media screen and (max-width: 780px) {
   .single-data_api .data-api-body .data-api-section-nav-wrapper.data-api-section-nav-wrapper-mobile, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper.data-api-section-nav-wrapper-mobile, .search-results .data-api-body .data-api-section-nav-wrapper.data-api-section-nav-wrapper-mobile, .search-no-results .data-api-body .data-api-section-nav-wrapper.data-api-section-nav-wrapper-mobile, .tax-industry .data-api-body .data-api-section-nav-wrapper.data-api-section-nav-wrapper-mobile {
     display: block;
     /* padding: 0; */
   }
 }
 .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav, .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile {
   margin: 30px 0 0 0;
 }
 @media screen and (max-width: 780px) {
   .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav, .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile {
     margin: 30px 2rem 0 0;
   }
 }
 @media screen and (max-width: 1279px) and (min-width: 781px) {
   .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav, .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile {
     margin: 0;
   }
 }
 @media screen and (min-width: 1280px) {
   .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav, .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile {
     margin: 0;
   }
 }
 @media screen and (max-width: 1100px) {
   .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav, .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile {
     margin-right: 0;
     margin-left: 0;
     margin-bottom: 2rem;
     max-width: none;
   }
 }
 .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav .section-nav-link, .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile .section-nav-link, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav .section-nav-link, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile .section-nav-link, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav .section-nav-link, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile .section-nav-link, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav .section-nav-link, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile .section-nav-link, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav .section-nav-link, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile .section-nav-link {
   line-height: 16px;
   border-bottom: 1px solid #E5E5E5;
   padding: 11px 0;
   display: flex;
 }
 .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav .section-nav-link:first-child, .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile .section-nav-link:first-child, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav .section-nav-link:first-child, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile .section-nav-link:first-child, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav .section-nav-link:first-child, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile .section-nav-link:first-child, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav .section-nav-link:first-child, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile .section-nav-link:first-child, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav .section-nav-link:first-child, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile .section-nav-link:first-child {
   border-top: 1px solid #E5E5E5;
 }
 .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav .section-nav-link a, .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile .section-nav-link a, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav .section-nav-link a, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile .section-nav-link a, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav .section-nav-link a, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile .section-nav-link a, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav .section-nav-link a, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile .section-nav-link a, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav .section-nav-link a, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile .section-nav-link a {
   font-family: "SourceSansPro", sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 16px;
   line-height: 16px;
   width: 100%;
   display: inline-block;
   border: 0;
 }
 .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav .section-nav-link a svg, .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile .section-nav-link a svg, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav .section-nav-link a svg, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile .section-nav-link a svg, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav .section-nav-link a svg, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile .section-nav-link a svg, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav .section-nav-link a svg, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile .section-nav-link a svg, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav .section-nav-link a svg, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile .section-nav-link a svg {
   margin-right: 10px;
 }
 .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.section-nav-link, .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.section-nav-link, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.section-nav-link, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.section-nav-link, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.section-nav-link, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.section-nav-link, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.section-nav-link, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.section-nav-link, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.section-nav-link, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.section-nav-link {
   margin-top: 10px;
   font-family: SourceSansPro;
   font-style: normal;
   font-weight: 600;
   font-size: 16px;
   line-height: 16px;
   color: #232832;
 }
 .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.section-nav-link a, .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.section-nav-link a, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.section-nav-link a, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.section-nav-link a, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.section-nav-link a, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.section-nav-link a, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.section-nav-link a, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.section-nav-link a, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.section-nav-link a, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.section-nav-link a {
   font-family: SourceSansPro;
   font-style: normal;
   font-weight: 600;
   font-size: 16px;
   line-height: 16px;
   color: #232832;
 }
 .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link, .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.subsection-nav-link, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.subsection-nav-link, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.subsection-nav-link, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.subsection-nav-link, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.subsection-nav-link {
   padding: 10px 10px 10px 13px;
   border-bottom: 1px solid #E5E5E5;
 }
 .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link a, .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.subsection-nav-link a, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link a, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.subsection-nav-link a, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link a, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.subsection-nav-link a, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link a, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.subsection-nav-link a, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link a, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.subsection-nav-link a {
   color: #00A4E6;
   font-family: SourceSansPro;
   font-style: normal;
   font-weight: normal;
   font-size: 16px;
   line-height: 24px;
 }
 .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link.current, .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.subsection-nav-link.current, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link.current, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.subsection-nav-link.current, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link.current, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.subsection-nav-link.current, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link.current, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.subsection-nav-link.current, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link.current, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.subsection-nav-link.current {
   border-left: 4px solid #96C869;
   border-bottom: 1px solid #E5E5E5;
   background: #F5F5F5;
   padding: 10px;
   display: block;
   margin: 0;
 }
 .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link.current a, .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.subsection-nav-link.current a, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link.current a, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.subsection-nav-link.current a, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link.current a, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.subsection-nav-link.current a, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link.current a, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.subsection-nav-link.current a, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link.current a, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.subsection-nav-link.current a {
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   color: #232832;
 }
 .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link:hover, .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.subsection-nav-link:hover, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link:hover, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.subsection-nav-link:hover, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link:hover, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.subsection-nav-link:hover, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link:hover, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.subsection-nav-link:hover, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link:hover, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.subsection-nav-link:hover {
   background: #f5f5f5;
 }
 .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link:hover a, .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.subsection-nav-link:hover a, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link:hover a, .post-type-archive-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.subsection-nav-link:hover a, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link:hover a, .search-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.subsection-nav-link:hover a, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link:hover a, .search-no-results .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.subsection-nav-link:hover a, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link:hover a, .tax-industry .data-api-body .data-api-section-nav-wrapper .data-api-section-nav-mobile.data-api-section-nav-overview div.subsection-nav-link:hover a {
   color: #232832;
 }
 .single-data_api .data-api-body .data-api-section-overview table, .post-type-archive-data_api .data-api-body .data-api-section-overview table, .search-results .data-api-body .data-api-section-overview table, .search-no-results .data-api-body .data-api-section-overview table, .tax-industry .data-api-body .data-api-section-overview table {
   border-collapse: collapse;
   border-spacing: 0;
   margin-top: 2rem;
 }
 .single-data_api .data-api-body .data-api-section-overview table td, .single-data_api .data-api-body .data-api-section-overview table th, .post-type-archive-data_api .data-api-body .data-api-section-overview table td, .post-type-archive-data_api .data-api-body .data-api-section-overview table th, .search-results .data-api-body .data-api-section-overview table td, .search-results .data-api-body .data-api-section-overview table th, .search-no-results .data-api-body .data-api-section-overview table td, .search-no-results .data-api-body .data-api-section-overview table th, .tax-industry .data-api-body .data-api-section-overview table td, .tax-industry .data-api-body .data-api-section-overview table th {
   border-bottom: 1px solid #aeaeb4;
   padding: 1.2rem 2rem;
   text-align: left;
 }
 .single-data_api .data-api-body .data-api-section-overview ul, .post-type-archive-data_api .data-api-body .data-api-section-overview ul, .search-results .data-api-body .data-api-section-overview ul, .search-no-results .data-api-body .data-api-section-overview ul, .tax-industry .data-api-body .data-api-section-overview ul {
   margin-bottom: 2rem;
   margin-left: 2rem;
 }
 .single-data_api .data-api-body .data-api-section-overview ul li, .post-type-archive-data_api .data-api-body .data-api-section-overview ul li, .search-results .data-api-body .data-api-section-overview ul li, .search-no-results .data-api-body .data-api-section-overview ul li, .tax-industry .data-api-body .data-api-section-overview ul li {
   list-style-type: disc;
   margin-left: 10px;
 }
 .single-data_api .data-api-body .data-api-section-overview ul, .single-data_api .data-api-body .data-api-section-details ul, .post-type-archive-data_api .data-api-body .data-api-section-overview ul, .post-type-archive-data_api .data-api-body .data-api-section-details ul, .search-results .data-api-body .data-api-section-overview ul, .search-results .data-api-body .data-api-section-details ul, .search-no-results .data-api-body .data-api-section-overview ul, .search-no-results .data-api-body .data-api-section-details ul, .tax-industry .data-api-body .data-api-section-overview ul, .tax-industry .data-api-body .data-api-section-details ul {
   margin-bottom: 2rem;
   margin-left: 2rem;
 }
 .single-data_api .data-api-body .data-api-section-overview ul li, .single-data_api .data-api-body .data-api-section-details ul li, .post-type-archive-data_api .data-api-body .data-api-section-overview ul li, .post-type-archive-data_api .data-api-body .data-api-section-details ul li, .search-results .data-api-body .data-api-section-overview ul li, .search-results .data-api-body .data-api-section-details ul li, .search-no-results .data-api-body .data-api-section-overview ul li, .search-no-results .data-api-body .data-api-section-details ul li, .tax-industry .data-api-body .data-api-section-overview ul li, .tax-industry .data-api-body .data-api-section-details ul li {
   list-style-type: disc;
   margin-left: 10px;
 }
 .single-data_api .featured-apis-main-container, .post-type-archive-data_api .featured-apis-main-container, .search-results .featured-apis-main-container, .search-no-results .featured-apis-main-container, .tax-industry .featured-apis-main-container {
   background: #e5e5e5;
   padding-top: 60px;
 }
 .single-data_api .featured-apis-main-container .featured-apis-wrapper .related-apis-title h3, .post-type-archive-data_api .featured-apis-main-container .featured-apis-wrapper .related-apis-title h3, .search-results .featured-apis-main-container .featured-apis-wrapper .related-apis-title h3, .search-no-results .featured-apis-main-container .featured-apis-wrapper .related-apis-title h3, .tax-industry .featured-apis-main-container .featured-apis-wrapper .related-apis-title h3 {
   margin-bottom: 20px;
 }
 @media screen and (max-width: 780px) {
   .single-data_api .featured-apis-main-container .featured-apis-wrapper .related-api-col, .post-type-archive-data_api .featured-apis-main-container .featured-apis-wrapper .related-api-col, .search-results .featured-apis-main-container .featured-apis-wrapper .related-api-col, .search-no-results .featured-apis-main-container .featured-apis-wrapper .related-api-col, .tax-industry .featured-apis-main-container .featured-apis-wrapper .related-api-col {
     padding-right: 0 !important;
     margin-bottom: 20px !important;
   }
 }
 .single-data_api .featured-apis-main-container .featured-apis-wrapper .header-title-tetras-wrapper, .post-type-archive-data_api .featured-apis-main-container .featured-apis-wrapper .header-title-tetras-wrapper, .search-results .featured-apis-main-container .featured-apis-wrapper .header-title-tetras-wrapper, .search-no-results .featured-apis-main-container .featured-apis-wrapper .header-title-tetras-wrapper, .tax-industry .featured-apis-main-container .featured-apis-wrapper .header-title-tetras-wrapper {
   flex-wrap: wrap;
 }
 @media screen and (max-width: 1024px) {
   .single-data_api .featured-apis-main-container .featured-apis-wrapper .featured-api-header .header-left, .single-data_api .featured-apis-main-container .featured-apis-wrapper .featured-api-header .header-right, .post-type-archive-data_api .featured-apis-main-container .featured-apis-wrapper .featured-api-header .header-left, .post-type-archive-data_api .featured-apis-main-container .featured-apis-wrapper .featured-api-header .header-right, .search-results .featured-apis-main-container .featured-apis-wrapper .featured-api-header .header-left, .search-results .featured-apis-main-container .featured-apis-wrapper .featured-api-header .header-right, .search-no-results .featured-apis-main-container .featured-apis-wrapper .featured-api-header .header-left, .search-no-results .featured-apis-main-container .featured-apis-wrapper .featured-api-header .header-right, .tax-industry .featured-apis-main-container .featured-apis-wrapper .featured-api-header .header-left, .tax-industry .featured-apis-main-container .featured-apis-wrapper .featured-api-header .header-right {
     width: 100% !important;
   }
   .single-data_api .featured-apis-main-container .featured-apis-wrapper .featured-api-header .header-left .single-data-api-tetras, .single-data_api .featured-apis-main-container .featured-apis-wrapper .featured-api-header .header-right .single-data-api-tetras, .post-type-archive-data_api .featured-apis-main-container .featured-apis-wrapper .featured-api-header .header-left .single-data-api-tetras, .post-type-archive-data_api .featured-apis-main-container .featured-apis-wrapper .featured-api-header .header-right .single-data-api-tetras, .search-results .featured-apis-main-container .featured-apis-wrapper .featured-api-header .header-left .single-data-api-tetras, .search-results .featured-apis-main-container .featured-apis-wrapper .featured-api-header .header-right .single-data-api-tetras, .search-no-results .featured-apis-main-container .featured-apis-wrapper .featured-api-header .header-left .single-data-api-tetras, .search-no-results .featured-apis-main-container .featured-apis-wrapper .featured-api-header .header-right .single-data-api-tetras, .tax-industry .featured-apis-main-container .featured-apis-wrapper .featured-api-header .header-left .single-data-api-tetras, .tax-industry .featured-apis-main-container .featured-apis-wrapper .featured-api-header .header-right .single-data-api-tetras {
     justify-content: flex-start !important;
     margin-top: 10px;
   }
 }
 @media screen and (max-width: 780px) {
   .single-data_api .featured-apis-main-container .featured-apis-wrapper .featured-api-header, .post-type-archive-data_api .featured-apis-main-container .featured-apis-wrapper .featured-api-header, .search-results .featured-apis-main-container .featured-apis-wrapper .featured-api-header, .search-no-results .featured-apis-main-container .featured-apis-wrapper .featured-api-header, .tax-industry .featured-apis-main-container .featured-apis-wrapper .featured-api-header {
     height: auto !important;
   }
 }
 @media screen and (max-width: 1024px) {
   .single-data_api .featured-apis-main-container .featured-apis-wrapper .featured-api-body, .post-type-archive-data_api .featured-apis-main-container .featured-apis-wrapper .featured-api-body, .search-results .featured-apis-main-container .featured-apis-wrapper .featured-api-body, .search-no-results .featured-apis-main-container .featured-apis-wrapper .featured-api-body, .tax-industry .featured-apis-main-container .featured-apis-wrapper .featured-api-body {
     height: 125px !important;
     margin: 20px 0;
     font-size: 14px !important;
   }
 }
 @media screen and (max-width: 780px) {
   .single-data_api .featured-apis-main-container .featured-apis-wrapper .featured-api-body, .post-type-archive-data_api .featured-apis-main-container .featured-apis-wrapper .featured-api-body, .search-results .featured-apis-main-container .featured-apis-wrapper .featured-api-body, .search-no-results .featured-apis-main-container .featured-apis-wrapper .featured-api-body, .tax-industry .featured-apis-main-container .featured-apis-wrapper .featured-api-body {
     height: auto !important;
   }
 }
 @media screen and (max-width: 780px) {
   .single-data_api .featured-apis-main-container .featured-apis-wrapper .featured-api-footer, .post-type-archive-data_api .featured-apis-main-container .featured-apis-wrapper .featured-api-footer, .search-results .featured-apis-main-container .featured-apis-wrapper .featured-api-footer, .search-no-results .featured-apis-main-container .featured-apis-wrapper .featured-api-footer, .tax-industry .featured-apis-main-container .featured-apis-wrapper .featured-api-footer {
     height: auto !important;
   }
 }
 .single-data_api .featured-api-card, .post-type-archive-data_api .featured-api-card, .search-results .featured-api-card, .search-no-results .featured-api-card, .tax-industry .featured-api-card {
   background: #fff;
   width: 30%;
   border: 1px solid #afafb4;
   margin: 10px;
 }
 @media screen and (max-width: 640px) {
   .single-data_api .featured-api-card, .post-type-archive-data_api .featured-api-card, .search-results .featured-api-card, .search-no-results .featured-api-card, .tax-industry .featured-api-card {
     width: 100%;
     height: auto;
   }
 }
 .single-data_api .featured-api-card.full, .post-type-archive-data_api .featured-api-card.full, .search-results .featured-api-card.full, .search-no-results .featured-api-card.full, .tax-industry .featured-api-card.full {
   width: 100%;
   margin-left: 0;
 }
 .single-data_api .featured-api-card .featured-api-header, .post-type-archive-data_api .featured-api-card .featured-api-header, .search-results .featured-api-card .featured-api-header, .search-no-results .featured-api-card .featured-api-header, .tax-industry .featured-api-card .featured-api-header {
   width: 100%;
   height: 100px;
   overflow: hidden;
   background: #f5f5f5;
   padding: 20px;
 }
 @media screen and (max-width: 1100px) {
   .single-data_api .featured-api-card .featured-api-header, .post-type-archive-data_api .featured-api-card .featured-api-header, .search-results .featured-api-card .featured-api-header, .search-no-results .featured-api-card .featured-api-header, .tax-industry .featured-api-card .featured-api-header {
     height: 120px;
   }
 }
 @media screen and (max-width: 800px) {
   .single-data_api .featured-api-card .featured-api-header, .post-type-archive-data_api .featured-api-card .featured-api-header, .search-results .featured-api-card .featured-api-header, .search-no-results .featured-api-card .featured-api-header, .tax-industry .featured-api-card .featured-api-header {
     height: 100px;
   }
 }
 @media screen and (max-width: 640px) {
   .single-data_api .featured-api-card .featured-api-header, .post-type-archive-data_api .featured-api-card .featured-api-header, .search-results .featured-api-card .featured-api-header, .search-no-results .featured-api-card .featured-api-header, .tax-industry .featured-api-card .featured-api-header {
     height: auto;
   }
 }
 .single-data_api .featured-api-card .featured-api-header .header-division, .post-type-archive-data_api .featured-api-card .featured-api-header .header-division, .search-results .featured-api-card .featured-api-header .header-division, .search-no-results .featured-api-card .featured-api-header .header-division, .tax-industry .featured-api-card .featured-api-header .header-division {
   font-size: 14px;
   text-transform: capitalize;
   line-height: 1.2;
   color: #00a5e6;
 }
 .single-data_api .featured-api-card .featured-api-header .header-title-tetras-wrapper, .post-type-archive-data_api .featured-api-card .featured-api-header .header-title-tetras-wrapper, .search-results .featured-api-card .featured-api-header .header-title-tetras-wrapper, .search-no-results .featured-api-card .featured-api-header .header-title-tetras-wrapper, .tax-industry .featured-api-card .featured-api-header .header-title-tetras-wrapper {
   width: 100%;
   display: flex;
   flex-wrap: wrap;
 }
 .single-data_api .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left, .post-type-archive-data_api .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left, .search-results .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left, .search-no-results .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left, .tax-industry .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left {
   width: calc(100% - 150px);
 }
 @media screen and (max-width: 1200px) {
   .single-data_api .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left, .post-type-archive-data_api .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left, .search-results .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left, .search-no-results .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left, .tax-industry .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left {
     width: 100%;
   }
 }
 .single-data_api .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left .header-title, .post-type-archive-data_api .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left .header-title, .search-results .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left .header-title, .search-no-results .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left .header-title, .tax-industry .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left .header-title {
   font-size: 18px;
   line-height: 1.25;
   font-weight: 600;
 }
 .single-data_api .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left .header-title a, .post-type-archive-data_api .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left .header-title a, .search-results .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left .header-title a, .search-no-results .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left .header-title a, .tax-industry .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left .header-title a {
   border: 0;
   color: #007ac5;
 }
 @media screen and (max-width: 1100px) {
   .single-data_api .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left .header-title, .post-type-archive-data_api .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left .header-title, .search-results .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left .header-title, .search-no-results .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left .header-title, .tax-industry .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left .header-title {
     font-size: 16px;
   }
 }
 @media screen and (max-width: 800px) {
   .single-data_api .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left .header-title, .post-type-archive-data_api .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left .header-title, .search-results .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left .header-title, .search-no-results .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left .header-title, .tax-industry .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left .header-title {
     font-size: 13px;
   }
 }
 @media screen and (max-width: 640px) {
   .single-data_api .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left .header-title, .post-type-archive-data_api .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left .header-title, .search-results .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left .header-title, .search-no-results .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left .header-title, .tax-industry .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-left .header-title {
     font-size: 18px;
   }
 }
 .single-data_api .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right, .post-type-archive-data_api .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right, .search-results .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right, .search-no-results .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right, .tax-industry .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right {
   width: 150px;
 }
 @media screen and (max-width: 1200px) {
   .single-data_api .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right, .post-type-archive-data_api .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right, .search-results .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right, .search-no-results .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right, .tax-industry .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right {
     width: 100%;
     margin-top: 10px;
   }
 }
 .single-data_api .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right .single-data-api-tetras, .post-type-archive-data_api .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right .single-data-api-tetras, .search-results .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right .single-data-api-tetras, .search-no-results .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right .single-data-api-tetras, .tax-industry .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right .single-data-api-tetras {
   width: 150px;
   display: flex;
   flex-wrap: wrap;
   flex-direction: row;
   justify-content: flex-end;
   align-items: flex-start;
 }
 @media screen and (max-width: 1200px) {
   .single-data_api .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right .single-data-api-tetras, .post-type-archive-data_api .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right .single-data-api-tetras, .search-results .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right .single-data-api-tetras, .search-no-results .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right .single-data-api-tetras, .tax-industry .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right .single-data-api-tetras {
     justify-content: flex-start;
   }
 }
 .single-data_api .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right .single-data-api-tetras img, .post-type-archive-data_api .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right .single-data-api-tetras img, .search-results .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right .single-data-api-tetras img, .search-no-results .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right .single-data-api-tetras img, .tax-industry .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right .single-data-api-tetras img {
   height: 20px;
   width: auto;
   margin-right: 5px;
 }
 @media screen and (max-width: 800px) {
   .single-data_api .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right .single-data-api-tetras img, .post-type-archive-data_api .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right .single-data-api-tetras img, .search-results .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right .single-data-api-tetras img, .search-no-results .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right .single-data-api-tetras img, .tax-industry .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right .single-data-api-tetras img {
     height: 15px;
   }
 }
 @media screen and (max-width: 640px) {
   .single-data_api .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right .single-data-api-tetras img, .post-type-archive-data_api .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right .single-data-api-tetras img, .search-results .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right .single-data-api-tetras img, .search-no-results .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right .single-data-api-tetras img, .tax-industry .featured-api-card .featured-api-header .header-title-tetras-wrapper .header-right .single-data-api-tetras img {
     height: 20px;
   }
 }
 .single-data_api .featured-api-card .featured-api-body, .post-type-archive-data_api .featured-api-card .featured-api-body, .search-results .featured-api-card .featured-api-body, .search-no-results .featured-api-card .featured-api-body, .tax-industry .featured-api-card .featured-api-body {
   font-size: 15px;
   line-height: 1.2;
   height: 100px;
   overflow: hidden;
   padding: 20px;
 }
 @media screen and (max-width: 1200px) {
   .single-data_api .featured-api-card .featured-api-body, .post-type-archive-data_api .featured-api-card .featured-api-body, .search-results .featured-api-card .featured-api-body, .search-no-results .featured-api-card .featured-api-body, .tax-industry .featured-api-card .featured-api-body {
     font-size: 13px;
     height: 130px;
   }
 }
 @media screen and (max-width: 640px) {
   .single-data_api .featured-api-card .featured-api-body, .post-type-archive-data_api .featured-api-card .featured-api-body, .search-results .featured-api-card .featured-api-body, .search-no-results .featured-api-card .featured-api-body, .tax-industry .featured-api-card .featured-api-body {
     height: auto;
     margin-top: 10px;
   }
 }
 .single-data_api .featured-api-card .featured-api-footer, .post-type-archive-data_api .featured-api-card .featured-api-footer, .search-results .featured-api-card .featured-api-footer, .search-no-results .featured-api-card .featured-api-footer, .tax-industry .featured-api-card .featured-api-footer {
   padding: 20px;
 }
 @media screen and (max-width: 640px) {
   .single-data_api .featured-api-card .featured-api-footer, .post-type-archive-data_api .featured-api-card .featured-api-footer, .search-results .featured-api-card .featured-api-footer, .search-no-results .featured-api-card .featured-api-footer, .tax-industry .featured-api-card .featured-api-footer {
     height: auto !important;
   }
 }
 .single-data_api .featured-api-card .featured-api-footer .api-card-type, .post-type-archive-data_api .featured-api-card .featured-api-footer .api-card-type, .search-results .featured-api-card .featured-api-footer .api-card-type, .search-no-results .featured-api-card .featured-api-footer .api-card-type, .tax-industry .featured-api-card .featured-api-footer .api-card-type {
   color: #aeaeb4;
   font-size: 10px;
   line-height: 10px;
   text-transform: uppercase;
   padding: 10px 0;
 }
 .single-data_api .featured-api-card .featured-api-footer .api-card-content-tags, .post-type-archive-data_api .featured-api-card .featured-api-footer .api-card-content-tags, .search-results .featured-api-card .featured-api-footer .api-card-content-tags, .search-no-results .featured-api-card .featured-api-footer .api-card-content-tags, .tax-industry .featured-api-card .featured-api-footer .api-card-content-tags {
   font-family: "SourceSansPro", sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 16px;
   line-height: 24px;
   padding: 5px 0;
   color: #232832;
 }
 .single-data_api .featured-api-card .featured-api-footer .api-card-content-tags ul, .post-type-archive-data_api .featured-api-card .featured-api-footer .api-card-content-tags ul, .search-results .featured-api-card .featured-api-footer .api-card-content-tags ul, .search-no-results .featured-api-card .featured-api-footer .api-card-content-tags ul, .tax-industry .featured-api-card .featured-api-footer .api-card-content-tags ul {
   font-family: SourceSansPro;
   font-style: normal;
   font-weight: 600;
   font-size: 10px;
   line-height: 10px;
   text-transform: lowercase;
   color: #fff;
   margin: -8px 0 0 0;
 }
 .single-data_api .featured-api-card .featured-api-footer .api-card-content-tags ul li, .post-type-archive-data_api .featured-api-card .featured-api-footer .api-card-content-tags ul li, .search-results .featured-api-card .featured-api-footer .api-card-content-tags ul li, .search-no-results .featured-api-card .featured-api-footer .api-card-content-tags ul li, .tax-industry .featured-api-card .featured-api-footer .api-card-content-tags ul li {
   display: inline-flex;
   background: #efeff0;
   border-radius: 2px;
   flex: none;
   order: 1;
   align-self: center;
   margin: 8px 8px 0 0;
   padding: 4px;
   transition: all 0.1s ease;
 }
 .single-data_api .featured-api-card .featured-api-footer .api-card-content-tags ul li a, .post-type-archive-data_api .featured-api-card .featured-api-footer .api-card-content-tags ul li a, .search-results .featured-api-card .featured-api-footer .api-card-content-tags ul li a, .search-no-results .featured-api-card .featured-api-footer .api-card-content-tags ul li a, .tax-industry .featured-api-card .featured-api-footer .api-card-content-tags ul li a {
   color: #232832;
   border: 0;
 }
 .single-data_api .featured-api-card .featured-api-footer .api-card-content-tags ul li:hover, .post-type-archive-data_api .featured-api-card .featured-api-footer .api-card-content-tags ul li:hover, .search-results .featured-api-card .featured-api-footer .api-card-content-tags ul li:hover, .search-no-results .featured-api-card .featured-api-footer .api-card-content-tags ul li:hover, .tax-industry .featured-api-card .featured-api-footer .api-card-content-tags ul li:hover {
   background: #00a4e6;
 }
 .single-data_api .featured-api-card .featured-api-footer .api-card-content-tags ul li:hover a, .post-type-archive-data_api .featured-api-card .featured-api-footer .api-card-content-tags ul li:hover a, .search-results .featured-api-card .featured-api-footer .api-card-content-tags ul li:hover a, .search-no-results .featured-api-card .featured-api-footer .api-card-content-tags ul li:hover a, .tax-industry .featured-api-card .featured-api-footer .api-card-content-tags ul li:hover a {
   color: #fff;
 }
 .single-data_api .data-api-overview-mobile-nav, .post-type-archive-data_api .data-api-overview-mobile-nav, .search-results .data-api-overview-mobile-nav, .search-no-results .data-api-overview-mobile-nav, .tax-industry .data-api-overview-mobile-nav {
   display: flex;
   justify-content: space-between;
   align-items: center;
   border-bottom: 1px solid #F5F5F5;
   background: #fff;
   transition: all 0.3s ease;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 }
 @media screen and (min-width: 767px) {
   .single-data_api .data-api-overview-mobile-nav, .post-type-archive-data_api .data-api-overview-mobile-nav, .search-results .data-api-overview-mobile-nav, .search-no-results .data-api-overview-mobile-nav, .tax-industry .data-api-overview-mobile-nav {
     display: none;
   }
 }
 .single-data_api .data-api-overview-mobile-nav .toc-prev, .single-data_api .data-api-overview-mobile-nav .toc-next, .single-data_api .data-api-overview-mobile-nav .toc-text, .post-type-archive-data_api .data-api-overview-mobile-nav .toc-prev, .post-type-archive-data_api .data-api-overview-mobile-nav .toc-next, .post-type-archive-data_api .data-api-overview-mobile-nav .toc-text, .search-results .data-api-overview-mobile-nav .toc-prev, .search-results .data-api-overview-mobile-nav .toc-next, .search-results .data-api-overview-mobile-nav .toc-text, .search-no-results .data-api-overview-mobile-nav .toc-prev, .search-no-results .data-api-overview-mobile-nav .toc-next, .search-no-results .data-api-overview-mobile-nav .toc-text, .tax-industry .data-api-overview-mobile-nav .toc-prev, .tax-industry .data-api-overview-mobile-nav .toc-next, .tax-industry .data-api-overview-mobile-nav .toc-text {
   height: 40px;
 }
 .single-data_api .data-api-overview-mobile-nav .toc-text, .post-type-archive-data_api .data-api-overview-mobile-nav .toc-text, .search-results .data-api-overview-mobile-nav .toc-text, .search-no-results .data-api-overview-mobile-nav .toc-text, .tax-industry .data-api-overview-mobile-nav .toc-text {
   width: 100%;
   text-align: center;
   font-family: "SourceSansPro", sans-serif;
   font-style: normal;
   font-weight: 600;
   font-size: 16px;
   height: 40px;
   color: #00A4E6;
   display: flex;
   align-items: center;
   height: 40px;
   justify-content: center;
 }
 .single-data_api .data-api-overview-mobile-nav .toc-prev, .post-type-archive-data_api .data-api-overview-mobile-nav .toc-prev, .search-results .data-api-overview-mobile-nav .toc-prev, .search-no-results .data-api-overview-mobile-nav .toc-prev, .tax-industry .data-api-overview-mobile-nav .toc-prev {
   border-right: 1px solid #E5E5E5;
   padding: 10px 20px;
   display: flex;
   align-items: center;
 }
 .single-data_api .data-api-overview-mobile-nav .toc-next, .post-type-archive-data_api .data-api-overview-mobile-nav .toc-next, .search-results .data-api-overview-mobile-nav .toc-next, .search-no-results .data-api-overview-mobile-nav .toc-next, .tax-industry .data-api-overview-mobile-nav .toc-next {
   border-left: 1px solid #E5E5E5;
   padding: 10px 20px;
   display: flex;
   align-items: center;
 }
 .single-data_api .data-api-overview-mobile-menu-wrapper, .post-type-archive-data_api .data-api-overview-mobile-menu-wrapper, .search-results .data-api-overview-mobile-menu-wrapper, .search-no-results .data-api-overview-mobile-menu-wrapper, .tax-industry .data-api-overview-mobile-menu-wrapper {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   overflow: scroll;
   background: #fff;
   z-index: 100000;
   opacity: 0;
   visibility: hidden;
   transition-duration: 125ms, 125ms, 0ms;
   transition-property: opacity, top, visibility;
   transition-delay: 0ms, 0ms, 125ms;
 }
 .single-data_api .data-api-overview-mobile-menu-wrapper .toc-nav-doc, .post-type-archive-data_api .data-api-overview-mobile-menu-wrapper .toc-nav-doc, .search-results .data-api-overview-mobile-menu-wrapper .toc-nav-doc, .search-no-results .data-api-overview-mobile-menu-wrapper .toc-nav-doc, .tax-industry .data-api-overview-mobile-menu-wrapper .toc-nav-doc {
   padding-top: 0 !important;
   margin-top: 15px !important;
 }
 @media screen and (max-width: 780px) {
   .single-data_api .data-api-overview-mobile-menu-wrapper.show, .post-type-archive-data_api .data-api-overview-mobile-menu-wrapper.show, .search-results .data-api-overview-mobile-menu-wrapper.show, .search-no-results .data-api-overview-mobile-menu-wrapper.show, .tax-industry .data-api-overview-mobile-menu-wrapper.show {
     opacity: 1;
     visibility: visible;
     top: 0px;
     transition-duration: 125ms, 125ms, 0ms;
     transition-property: opacity, top, visibility;
     transition-delay: 125ms, 125ms, 0ms;
   }
 }
 @media screen and (min-width: 781px) {
   .single-data_api .data-api-overview-mobile-menu-wrapper.show, .post-type-archive-data_api .data-api-overview-mobile-menu-wrapper.show, .search-results .data-api-overview-mobile-menu-wrapper.show, .search-no-results .data-api-overview-mobile-menu-wrapper.show, .tax-industry .data-api-overview-mobile-menu-wrapper.show {
     display: none;
   }
 }
 .single-data_api .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile-header, .post-type-archive-data_api .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile-header, .search-results .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile-header, .search-no-results .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile-header, .tax-industry .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile-header {
   display: flex;
   justify-content: space-between;
   align-items: center;
 }
 .single-data_api .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile-header .mobile-modal-close, .post-type-archive-data_api .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile-header .mobile-modal-close, .search-results .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile-header .mobile-modal-close, .search-no-results .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile-header .mobile-modal-close, .tax-industry .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile-header .mobile-modal-close {
   position: absolute;
   right: 15px;
   top: 0;
 }
 .single-data_api .data-api-overview-mobile-menu-wrapper h4, .post-type-archive-data_api .data-api-overview-mobile-menu-wrapper h4, .search-results .data-api-overview-mobile-menu-wrapper h4, .search-no-results .data-api-overview-mobile-menu-wrapper h4, .tax-industry .data-api-overview-mobile-menu-wrapper h4 {
   font-size: 24px;
   line-height: 32px;
   margin: 0 !important;
   padding: 0 !important;
 }
 .single-data_api .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile, .post-type-archive-data_api .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile, .search-results .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile, .search-no-results .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile, .tax-industry .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile {
   padding: 15px;
 }
 .single-data_api .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav .section-nav-link, .post-type-archive-data_api .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav .section-nav-link, .search-results .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav .section-nav-link, .search-no-results .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav .section-nav-link, .tax-industry .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav .section-nav-link {
   line-height: 16px;
   border-bottom: 1px solid #E5E5E5;
   padding: 10px 0;
   display: flex;
 }
 .single-data_api .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav .section-nav-link a, .post-type-archive-data_api .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav .section-nav-link a, .search-results .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav .section-nav-link a, .search-no-results .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav .section-nav-link a, .tax-industry .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav .section-nav-link a {
   font-family: "SourceSansPro", sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 16px;
   line-height: 16px;
   width: 100%;
   display: inline-block;
 }
 .single-data_api .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav .section-nav-link a svg, .post-type-archive-data_api .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav .section-nav-link a svg, .search-results .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav .section-nav-link a svg, .search-no-results .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav .section-nav-link a svg, .tax-industry .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav .section-nav-link a svg {
   margin-right: 10px;
 }
 .single-data_api .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.section-nav-link, .post-type-archive-data_api .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.section-nav-link, .search-results .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.section-nav-link, .search-no-results .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.section-nav-link, .tax-industry .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.section-nav-link {
   margin-top: 10px;
   font-family: SourceSansPro;
   font-style: normal;
   font-weight: 600;
   font-size: 16px;
   line-height: 16px;
   color: #232832;
 }
 .single-data_api .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.section-nav-link a, .post-type-archive-data_api .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.section-nav-link a, .search-results .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.section-nav-link a, .search-no-results .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.section-nav-link a, .tax-industry .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.section-nav-link a {
   font-family: SourceSansPro;
   font-style: normal;
   font-weight: 600;
   font-size: 16px;
   line-height: 16px;
   color: #232832;
 }
 .single-data_api .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link, .post-type-archive-data_api .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link, .search-results .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link, .search-no-results .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link, .tax-industry .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link {
   border-bottom: 1px solid #E5E5E5;
   height: 40px;
   padding: 0 5px 0 10px;
   color: #00A4E6;
   font-family: SourceSansPro;
   font-style: normal;
   font-weight: normal;
   font-size: 16px;
   line-height: 24px;
   height: 40px;
   width: 100%;
   align-items: center;
   display: flex;
 }
 .single-data_api .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link:hover, .post-type-archive-data_api .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link:hover, .search-results .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link:hover, .search-no-results .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link:hover, .tax-industry .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link:hover {
   background: #F5F5F5;
 }
 .single-data_api .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link:hover a, .post-type-archive-data_api .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link:hover a, .search-results .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link:hover a, .search-no-results .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link:hover a, .tax-industry .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link:hover a {
   font-size: 16px;
   line-height: 24px;
   color: #232832;
 }
 .single-data_api .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link a, .post-type-archive-data_api .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link a, .search-results .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link a, .search-no-results .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link a, .tax-industry .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link a {
   color: #00A4E6;
   font-family: SourceSansPro;
   font-style: normal;
   font-weight: normal;
   font-size: 16px;
   line-height: 24px;
   height: 40px;
   width: 100%;
   align-items: center;
   display: flex;
 }
 .single-data_api .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link.current, .post-type-archive-data_api .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link.current, .search-results .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link.current, .search-no-results .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link.current, .tax-industry .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link.current {
   border-left: 4px solid #96C869;
   border-bottom: 1px solid #E5E5E5;
   background: #F5F5F5;
   padding: 0 6px;
   display: flex;
   margin: 0;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   color: #232832;
 }
 .single-data_api .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link.current a, .post-type-archive-data_api .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link.current a, .search-results .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link.current a, .search-no-results .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link.current a, .tax-industry .data-api-overview-mobile-menu-wrapper .data-api-section-nav-mobile .data-api-section-nav.data-api-section-nav-overview div.subsection-nav-link.current a {
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   color: #232832;
 }
 .single-data_api .data-api-search, .post-type-archive-data_api .data-api-search, .search-results .data-api-search, .search-no-results .data-api-search, .tax-industry .data-api-search {
   padding: 0;
 }
 @media screen and (max-width: 780px) {
   .single-data_api .data-api-search, .post-type-archive-data_api .data-api-search, .search-results .data-api-search, .search-no-results .data-api-search, .tax-industry .data-api-search {
     padding: 0;
   }
 }
 .single-data_api .data-api-search [id]::before, .post-type-archive-data_api .data-api-search [id]::before, .search-results .data-api-search [id]::before, .search-no-results .data-api-search [id]::before, .tax-industry .data-api-search [id]::before {
   content: none !important;
 }
 .single-data_api .data-api-search form, .post-type-archive-data_api .data-api-search form, .search-results .data-api-search form, .search-no-results .data-api-search form, .tax-industry .data-api-search form {
   position: relative;
   margin-top: 20px;
   height: 32px;
 }
 .single-data_api .data-api-search form button, .post-type-archive-data_api .data-api-search form button, .search-results .data-api-search form button, .search-no-results .data-api-search form button, .tax-industry .data-api-search form button {
   background: none;
   box-shadow: none;
   position: absolute;
   bottom: 12px;
   right: 0;
   padding: 0;
   height: 16px;
   width: 16px;
   line-height: 16px;
   border: 0;
 }
 .single-data_api .data-api-search form button:hover, .post-type-archive-data_api .data-api-search form button:hover, .search-results .data-api-search form button:hover, .search-no-results .data-api-search form button:hover, .tax-industry .data-api-search form button:hover {
   background: none;
   box-shadow: none !important;
 }
 .single-data_api .data-api-search form input[type=text], .post-type-archive-data_api .data-api-search form input[type=text], .search-results .data-api-search form input[type=text], .search-no-results .data-api-search form input[type=text], .tax-industry .data-api-search form input[type=text] {
   height: 32px;
   line-height: 32px;
   overflow: visible;
   font-size: 16px;
   width: 100%;
   border-radius: 0;
   border-width: 0 0 1px;
   border-style: solid;
   box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0) inset;
   background-color: transparent !important;
   color: inherit !important;
   transition: all 0.3s;
   outline: 0;
 }
 .single-data_api .data-api-search form input[type=text]:focus, .post-type-archive-data_api .data-api-search form input[type=text]:focus, .search-results .data-api-search form input[type=text]:focus, .search-no-results .data-api-search form input[type=text]:focus, .tax-industry .data-api-search form input[type=text]:focus {
   box-shadow: 0 -1px 0 0 #96c869 inset;
   border-color: #96c869;
 }
 .single-data_api .data-api-search-body, .post-type-archive-data_api .data-api-search-body, .search-results .data-api-search-body, .search-no-results .data-api-search-body, .tax-industry .data-api-search-body {
   padding: 20px 0 30px 0;
 }
 @media screen and (max-width: 780px) {
   .single-data_api .data-api-search-body, .post-type-archive-data_api .data-api-search-body, .search-results .data-api-search-body, .search-no-results .data-api-search-body, .tax-industry .data-api-search-body {
     padding: 20px 0 30px 0;
   }
 }
 @media screen and (max-width: 1279px) and (min-width: 781px) {
   .single-data_api .data-api-search-body, .post-type-archive-data_api .data-api-search-body, .search-results .data-api-search-body, .search-no-results .data-api-search-body, .tax-industry .data-api-search-body {
     padding: 20px 0 30px 0;
   }
 }
 @media screen and (min-width: 1280px) {
   .single-data_api .data-api-search-body, .post-type-archive-data_api .data-api-search-body, .search-results .data-api-search-body, .search-no-results .data-api-search-body, .tax-industry .data-api-search-body {
     padding: 30px 0 30px 0;
   }
 }
 .single-data_api .data-api-search-body [class*=col-], .post-type-archive-data_api .data-api-search-body [class*=col-], .search-results .data-api-search-body [class*=col-], .search-no-results .data-api-search-body [class*=col-], .tax-industry .data-api-search-body [class*=col-] {
   margin: 0;
   padding: 0;
 }
 .single-data_api .data-api-search-body h3, .post-type-archive-data_api .data-api-search-body h3, .search-results .data-api-search-body h3, .search-no-results .data-api-search-body h3, .tax-industry .data-api-search-body h3 {
   font-family: "SourceSansPro", sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 24px;
   line-height: 32px;
 }
 @media screen and (max-width: 780px) {
   .single-data_api .data-api-search-body h3, .post-type-archive-data_api .data-api-search-body h3, .search-results .data-api-search-body h3, .search-no-results .data-api-search-body h3, .tax-industry .data-api-search-body h3 {
     font-size: 20px;
     line-height: 28px;
   }
 }
 @media screen and (max-width: 1279px) and (min-width: 781px) {
   .single-data_api .data-api-search-body h3, .post-type-archive-data_api .data-api-search-body h3, .search-results .data-api-search-body h3, .search-no-results .data-api-search-body h3, .tax-industry .data-api-search-body h3 {
     font-size: 20px;
     line-height: 28px;
   }
 }
 .single-data_api .data-api-search-body h4.search-subsection-title, .post-type-archive-data_api .data-api-search-body h4.search-subsection-title, .search-results .data-api-search-body h4.search-subsection-title, .search-no-results .data-api-search-body h4.search-subsection-title, .tax-industry .data-api-search-body h4.search-subsection-title {
   font-family: "SourceSansPro", sans-serif;
   font-style: normal;
   font-weight: 600;
   font-size: 18px;
   line-height: 28px;
   margin: 0;
 }
 @media screen and (max-width: 780px) {
   .single-data_api .data-api-search-body h4.search-subsection-title, .post-type-archive-data_api .data-api-search-body h4.search-subsection-title, .search-results .data-api-search-body h4.search-subsection-title, .search-no-results .data-api-search-body h4.search-subsection-title, .tax-industry .data-api-search-body h4.search-subsection-title {
     font-size: 16px;
     line-height: 24px;
   }
 }
 @media screen and (max-width: 1279px) and (min-width: 781px) {
   .single-data_api .data-api-search-body h4.search-subsection-title, .post-type-archive-data_api .data-api-search-body h4.search-subsection-title, .search-results .data-api-search-body h4.search-subsection-title, .search-no-results .data-api-search-body h4.search-subsection-title, .tax-industry .data-api-search-body h4.search-subsection-title {
     font-size: 16px;
     line-height: 24px;
   }
 }
 @media screen and (max-width: 780px) {
   .single-data_api .data-api-search-body p, .post-type-archive-data_api .data-api-search-body p, .search-results .data-api-search-body p, .search-no-results .data-api-search-body p, .tax-industry .data-api-search-body p {
     font-size: 16px;
     line-height: 24px;
   }
 }
 @media screen and (max-width: 1279px) and (min-width: 781px) {
   .single-data_api .data-api-search-body p, .post-type-archive-data_api .data-api-search-body p, .search-results .data-api-search-body p, .search-no-results .data-api-search-body p, .tax-industry .data-api-search-body p {
     font-size: 16px;
     line-height: 24px;
   }
 }
 @media screen and (min-width: 1280px) {
   .single-data_api .data-api-search-body p, .post-type-archive-data_api .data-api-search-body p, .search-results .data-api-search-body p, .search-no-results .data-api-search-body p, .tax-industry .data-api-search-body p {
     line-height: 28px;
   }
 }
 .single-data_api .data-api-search-body .single-search-subsection-wrapper, .post-type-archive-data_api .data-api-search-body .single-search-subsection-wrapper, .search-results .data-api-search-body .single-search-subsection-wrapper, .search-no-results .data-api-search-body .single-search-subsection-wrapper, .tax-industry .data-api-search-body .single-search-subsection-wrapper {
   border-bottom: 1px solid #E5E5E5;
   padding: 15px 0 10px 0;
   font-size: 18px;
 }
 .single-data_api .data-api-search-body .single-search-subsection-wrapper:first-of-type, .post-type-archive-data_api .data-api-search-body .single-search-subsection-wrapper:first-of-type, .search-results .data-api-search-body .single-search-subsection-wrapper:first-of-type, .search-no-results .data-api-search-body .single-search-subsection-wrapper:first-of-type, .tax-industry .data-api-search-body .single-search-subsection-wrapper:first-of-type {
   padding-top: 0;
 }

 @media screen and (max-width: 780px) {
   .post-type-archive-data_api .data-list-wrapper,
   .tax-industry .data-list-wrapper {
     padding-right: 1rem;
     padding-left: 1rem;
     margin: 15px 0 32px 0;
   }
 }
 .post-type-archive-data_api .data-list-wrapper .data-list-result-count,
 .tax-industry .data-list-wrapper .data-list-result-count {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   font-size: 16px;
   line-height: 24px;
   margin-bottom: 15px;
   padding-left: 15px;
 }
 .post-type-archive-data_api .data-list-wrapper .data-list-result-count.bottom,
 .tax-industry .data-list-wrapper .data-list-result-count.bottom {
   margin-bottom: 0;
 }
 .post-type-archive-data_api .data-list-wrapper .data-list-result-count .data-list-result-range,
 .tax-industry .data-list-wrapper .data-list-result-count .data-list-result-range {
   font-style: normal;
   font-weight: normal;
   font-size: 16px;
   line-height: 24px;
   color: #4A4A4A;
 }
 .post-type-archive-data_api .data-list-wrapper .data-list-result-count .data-list-result-pagination .pagination .page-numbers.current,
 .tax-industry .data-list-wrapper .data-list-result-count .data-list-result-pagination .pagination .page-numbers.current {
   background: none;
   color: #001437;
   border-radius: 0;
   border-bottom: 2px solid;
 }
 .post-type-archive-data_api .data-list-wrapper .data-list-result-count .data-list-result-pagination .pagination .page-numbers,
 .tax-industry .data-list-wrapper .data-list-result-count .data-list-result-pagination .pagination .page-numbers {
   color: #001437;
   line-height: 24px;
   font-size: 16px;
   width: 24px;
   height: 24px;
 }
 .post-type-archive-data_api .data-list-wrapper .data-list-result-count .data-list-result-pagination .pagination .page-numbers:hover,
 .tax-industry .data-list-wrapper .data-list-result-count .data-list-result-pagination .pagination .page-numbers:hover {
   border-radius: 0;
   border-bottom: 2px solid;
   background: transparent;
 }
 .post-type-archive-data_api .data-list-wrapper .data-list-result-count .data-list-result-pagination .pagination .page-numbers.next,
 .tax-industry .data-list-wrapper .data-list-result-count .data-list-result-pagination .pagination .page-numbers.next {
   font-size: 0;
   width: 24px;
   height: 24px;
   display: inline-flex;
   margin-left: 10px;
   align-items: center;
 }
 .post-type-archive-data_api .data-list-wrapper .data-list-result-count .data-list-result-pagination .pagination .page-numbers.next:hover,
 .tax-industry .data-list-wrapper .data-list-result-count .data-list-result-pagination .pagination .page-numbers.next:hover {
   border: 0;
 }
 .post-type-archive-data_api .data-list-wrapper .data-list-result-count .data-list-result-pagination .pagination .page-numbers.next:after,
 .tax-industry .data-list-wrapper .data-list-result-count .data-list-result-pagination .pagination .page-numbers.next:after {
   background-image: url(/wp-content/themes/ion-theme/images/apis-pagination-next.svg);
   width: 8px;
   height: 12px;
   background-size: 8px 12px;
   color: #000;
   display: block;
   background-repeat: no-repeat;
   content: "";
 }
 .post-type-archive-data_api .data-list-wrapper .data-list-result-count .data-list-result-pagination .pagination .page-numbers.prev,
 .tax-industry .data-list-wrapper .data-list-result-count .data-list-result-pagination .pagination .page-numbers.prev {
   font-size: 0;
   width: 8px;
   height: 24px;
   display: inline-flex;
   margin-right: 10px;
   align-items: center;
 }
 .post-type-archive-data_api .data-list-wrapper .data-list-result-count .data-list-result-pagination .pagination .page-numbers.prev:hover,
 .tax-industry .data-list-wrapper .data-list-result-count .data-list-result-pagination .pagination .page-numbers.prev:hover {
   border: 0;
 }
 .post-type-archive-data_api .data-list-wrapper .data-list-result-count .data-list-result-pagination .pagination .page-numbers.prev:after,
 .tax-industry .data-list-wrapper .data-list-result-count .data-list-result-pagination .pagination .page-numbers.prev:after {
   background-image: url(/wp-content/themes/ion-theme/images/apis-pagination-prev.svg);
   width: 8px;
   height: 12px;
   background-size: 8px 12px;
   color: #000;
   display: block;
   background-repeat: no-repeat;
   content: "";
 }
 .post-type-archive-data_api .single-data-api,
 .tax-industry .single-data-api {
   display: flex;
   border: 1px solid #E7E7E9;
   margin-bottom: 15px;
 }
 .post-type-archive-data_api .single-data-api .single-data-api-image,
 .tax-industry .single-data-api .single-data-api-image {
   padding: 35px 20px;
   background: #001437;
   display: flex;
   align-items: center;
 }
 .post-type-archive-data_api .single-data-api .single-data-api-image img,
 .tax-industry .single-data-api .single-data-api-image img {
   max-width: 102px;
 }
 @media screen and (max-width: 1279px) {
   .post-type-archive-data_api .single-data-api .single-data-api-image,
   .tax-industry .single-data-api .single-data-api-image {
     display: none;
   }
 }
 .post-type-archive-data_api .single-data-api .single-data-api-content-heading,
 .tax-industry .single-data-api .single-data-api-content-heading {
   display: flex;
   background: #E7E7E9;
 }
 @media screen and (max-width: 1279px) {
   .post-type-archive-data_api .single-data-api .single-data-api-content-heading,
   .tax-industry .single-data-api .single-data-api-content-heading {
     display: flex;
     line-height: 0;
   }
 }
 .post-type-archive-data_api .single-data-api .single-data-api-image-mobile,
 .tax-industry .single-data-api .single-data-api-image-mobile {
   display: none;
 }
 @media screen and (max-width: 1279px) {
   .post-type-archive-data_api .single-data-api .single-data-api-image-mobile,
   .tax-industry .single-data-api .single-data-api-image-mobile {
     display: block;
     padding: 12px;
     background: #001437;
   }
   .post-type-archive-data_api .single-data-api .single-data-api-image-mobile img,
   .tax-industry .single-data-api .single-data-api-image-mobile img {
     max-width: 48px;
   }
 }
 .post-type-archive-data_api .single-data-api .single-data-api-content,
 .tax-industry .single-data-api .single-data-api-content {
   flex-grow: 1;
   width: 100%;
 }
 .post-type-archive-data_api .single-data-api .single-data-api-content .single-data-api-title,
 .tax-industry .single-data-api .single-data-api-content .single-data-api-title {
   padding: 20px;
   transition: all 0.3s ease;
 }
 @media screen and (max-width: 780px) {
   .post-type-archive-data_api .single-data-api .single-data-api-content .single-data-api-title,
   .tax-industry .single-data-api .single-data-api-content .single-data-api-title {
     padding: 8px 10px 8px 10px;
   }
 }
 @media screen and (max-width: 1279px) and (min-width: 781px) {
   .post-type-archive-data_api .single-data-api .single-data-api-content .single-data-api-title,
   .tax-industry .single-data-api .single-data-api-content .single-data-api-title {
     padding: 8px 10px 8px 10px;
   }
 }
 .post-type-archive-data_api .single-data-api .single-data-api-content .single-data-api-title .single-data-api-division,
 .tax-industry .single-data-api .single-data-api-content .single-data-api-title .single-data-api-division {
   font-size: 14px;
   line-height: 1;
   text-transform: capitalize;
   color: #001437;
 }
 .post-type-archive-data_api .single-data-api .single-data-api-content .single-data-api-title h3,
 .tax-industry .single-data-api .single-data-api-content .single-data-api-title h3 {
   font-family: "SourceSansPro", sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 20px;
   line-height: 28px;
   margin-bottom: 0;
   margin-top: 0;
   padding-top: 0;
 }
 .post-type-archive-data_api .single-data-api .single-data-api-content .single-data-api-title h3 a,
 .tax-industry .single-data-api .single-data-api-content .single-data-api-title h3 a {
   color: #001437;
 }
 .post-type-archive-data_api .single-data-api .single-data-api-content .single-data-api-title h3 a:hover,
 .tax-industry .single-data-api .single-data-api-content .single-data-api-title h3 a:hover {
   color: #001437;
 }
 .post-type-archive-data_api .single-data-api .single-data-api-content .single-data-api-excerpt,
 .tax-industry .single-data-api .single-data-api-content .single-data-api-excerpt {
   font-size: 18px;
   margin: 20px;
 }
 .post-type-archive-data_api .single-data-api .single-data-api-content .single-data-api-excerpt p,
 .tax-industry .single-data-api .single-data-api-content .single-data-api-excerpt p {
   font-size: 16px;
 }
 @media screen and (max-width: 780px) {
   .post-type-archive-data_api .single-data-api .single-data-api-content .single-data-api-excerpt,
   .tax-industry .single-data-api .single-data-api-content .single-data-api-excerpt {
     margin: 10px 9px 10px 9px;
   }
 }
 @media screen and (max-width: 1279px) and (min-width: 781px) {
   .post-type-archive-data_api .single-data-api .single-data-api-content .single-data-api-excerpt,
   .tax-industry .single-data-api .single-data-api-content .single-data-api-excerpt {
     margin: 10px 9px 10px 9px;
   }
 }
 .post-type-archive-data_api .single-data-api .single-data-api-content .single-data-api-taxonomies,
 .tax-industry .single-data-api .single-data-api-content .single-data-api-taxonomies {
   margin: 20px;
 }
 @media screen and (max-width: 780px) {
   .post-type-archive-data_api .single-data-api .single-data-api-content .single-data-api-taxonomies,
   .tax-industry .single-data-api .single-data-api-content .single-data-api-taxonomies {
     margin: 10px 10px 10px 10px;
   }
 }
 @media screen and (max-width: 1279px) and (min-width: 781px) {
   .post-type-archive-data_api .single-data-api .single-data-api-content .single-data-api-taxonomies,
   .tax-industry .single-data-api .single-data-api-content .single-data-api-taxonomies {
     margin: 10px 10px 10px 10px;
   }
 }
 .post-type-archive-data_api .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-type,
 .tax-industry .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-type {
   color: #AEAEB4;
   font-size: 10px;
   line-height: 10px;
   text-transform: uppercase;
   padding: 10px 0;
 }
 .post-type-archive-data_api .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-tags,
 .tax-industry .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-tags {
   position: relative;
 }
 .post-type-archive-data_api .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-tags ul,
 .tax-industry .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-tags ul {
   font-family: "SourceSansPro", sans-serif;
   font-style: normal;
   font-weight: 600;
   font-size: 10px;
   line-height: 10px;
   color: #FFFFFF;
   margin: 0;
 }
 .post-type-archive-data_api .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-tags ul li,
 .tax-industry .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-tags ul li {
   display: inline-flex;
   order: 1;
   align-self: center;
   justify-content: center;
   text-align: center;
   transition: all 0.1s ease;
   background: #EFEFF0;
   font-size: 12px;
   padding: 0 7px;
   border-radius: 10px;
   margin-right: 4px;
 }
 .post-type-archive-data_api .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-tags ul,
 .tax-industry .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-tags ul{
   padding: 0;
 }
 .post-type-archive-data_api .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-tags ul li:hover,
 .tax-industry .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-tags ul li:hover {
   background: #00A4E6;
 }
 .post-type-archive-data_api .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-tags ul li:hover a,
 .tax-industry .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-tags ul li:hover a {
   color: #fff;
 }
 .post-type-archive-data_api .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-tags ul li a,
 .tax-industry .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-tags ul li a {
   color: #001437;
   line-height: 18px;
   font-weight: lighter;
 }
 @media screen and (max-width: 780px) {
   .post-type-archive-data_api .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-tags ul li,
   .tax-industry .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-tags ul li {
     margin-bottom: 8px;
   }
 }
 @media screen and (max-width: 1279px) and (min-width: 781px) {
   .post-type-archive-data_api .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-tags ul li,
   .tax-industry .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-tags ul li {
     margin-bottom: 8px;
   }
 }
 @media screen and (min-width: 1280px) {
   .post-type-archive-data_api .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-tags ul li,
   .tax-industry .single-data-api .single-data-api-content .single-data-api-taxonomies .single-data-api-tags ul li {
     margin-bottom: 8px;
   }
 }
 .post-type-archive-data_api .single-data-api .single-data-api-tetras,
 .tax-industry .single-data-api .single-data-api-tetras {
   display: flex;
   flex-direction: row;
   justify-content: flex-end;
   align-items: flex-start;
   padding-top: 37px;
 }
 .post-type-archive-data_api .single-data-api .single-data-api-tetras img,
 .tax-industry .single-data-api .single-data-api-tetras img {
   height: 20px;
   width: auto;
   margin-right: 5px;
 }
 .post-type-archive-data_api .single-data-api .single-data-api-tetras img:last-child,
 .tax-industry .single-data-api .single-data-api-tetras img:last-child {
   margin-right: 0;
 }
 .post-type-archive-data_api .mobile-filter-button,
 .tax-industry .mobile-filter-button {
   display: none;
 }
 .post-type-archive-data_api .mobile-filter-button .w-btn,
 .tax-industry .mobile-filter-button .w-btn {
   border: 1px solid #979797;
   height: 42px;
 }
 @media screen and (max-width: 780px) {
   .post-type-archive-data_api .mobile-filter-button,
   .tax-industry .mobile-filter-button {
     display: block;
     padding: 20px 0;
     border-bottom: 1px solid #96C869;
   }
 }
 .post-type-archive-data_api .mobile-filter-wrapper,
 .tax-industry .mobile-filter-wrapper {
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   overflow: scroll;
   box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 2px 1px rgba(0, 0, 0, 0.1);
   background-color: #fff !important;
   z-index: 100000;
   padding: 20px;
   opacity: 0;
   visibility: hidden;
   transition-duration: 125ms, 125ms, 0ms;
   transition-property: opacity, top, visibility;
   transition-delay: 0ms, 0ms, 125ms;
 }
 @media screen and (max-width: 780px) {
   .post-type-archive-data_api .mobile-filter-wrapper,
   .tax-industry .mobile-filter-wrapper {
     padding: 15px;
   }
 }
 .post-type-archive-data_api .mobile-filter-wrapper form > ul,
 .tax-industry .mobile-filter-wrapper form > ul {
   padding-bottom: 57px;
 }
 .post-type-archive-data_api .mobile-filter-wrapper .mobile-filter-buttons-wrapper,
 .tax-industry .mobile-filter-wrapper .mobile-filter-buttons-wrapper {
   height: 62px;
   background: #F5F5F5;
   position: fixed;
   bottom: 0;
   width: 100%;
   left: 0;
   border-top: 1px solid #979797;
   z-index: 1;
 }
 .post-type-archive-data_api .mobile-filter-wrapper .mobile-filter-close,
 .tax-industry .mobile-filter-wrapper .mobile-filter-close {
   position: absolute;
   top: 15px;
   right: 15px;
   display: flex;
 }
 .post-type-archive-data_api .mobile-filter-wrapper .mobile-filter-heading,
 .tax-industry .mobile-filter-wrapper .mobile-filter-heading {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding-bottom: 30px;
 }
 .post-type-archive-data_api .mobile-filter-wrapper .mobile-filter-heading h3,
 .tax-industry .mobile-filter-wrapper .mobile-filter-heading h3 {
   font-family: ionregular, sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 24px;
   line-height: 32px;
   padding: 0;
   margin: 0;
 }
 .post-type-archive-data_api .mobile-filter-wrapper li.sf-field-submit,
 .tax-industry .mobile-filter-wrapper li.sf-field-submit {
   width: 150px;
   display: inline-block !important;
   position: fixed;
   bottom: 0;
   z-index: 2;
   left: 50%;
   transform: translateX(-120px);
 }
 .post-type-archive-data_api .mobile-filter-wrapper li.sf-field-submit input,
 .tax-industry .mobile-filter-wrapper li.sf-field-submit input {
   padding: 1rem;
 }
 .post-type-archive-data_api .mobile-filter-wrapper li.sf-field-reset,
 .tax-industry .mobile-filter-wrapper li.sf-field-reset {
   width: 100px;
   display: inline-block !important;
   position: fixed;
   bottom: 0;
   left: 50%;
   margin: 0;
   z-index: 2;
   transform: translateX(24px);
 }
 .post-type-archive-data_api .mobile-filter-wrapper li.sf-field-reset input,
 .tax-industry .mobile-filter-wrapper li.sf-field-reset input {
   padding: 1rem;
 }
 @media screen and (max-width: 780px) {
   .post-type-archive-data_api .mobile-filter-wrapper.show,
   .tax-industry .mobile-filter-wrapper.show {
     opacity: 1;
     visibility: visible;
     top: 0px;
     transition-duration: 125ms, 125ms, 0ms;
     transition-property: opacity, top, visibility;
     transition-delay: 125ms, 125ms, 0ms;
   }
 }
 @media screen and (min-width: 781px) {
   .post-type-archive-data_api .mobile-filter-wrapper.show,
   .tax-industry .mobile-filter-wrapper.show {
     display: none;
   }
 }
 .post-type-archive-data_api .mobile-filter-wrapper ul,
 .tax-industry .mobile-filter-wrapper ul {
   margin-left: 0 !important;
 }

 .sf-field-taxonomy-data_set, .sf-field-taxonomy-industry, .sf-field-taxonomy-data_category, .sf-field-taxonomy-api_product, .sf-field-taxonomy-data_type, .sf-field-taxonomy-format {
   padding: 0 !important;
   margin-bottom: 10px !important;
 }
 .sf-field-taxonomy-data_set h4, .sf-field-taxonomy-industry h4, .sf-field-taxonomy-data_category h4, .sf-field-taxonomy-api_product h4, .sf-field-taxonomy-data_type h4, .sf-field-taxonomy-format h4 {
   padding-bottom: 10px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin: 0 !important;
   font-size:1.5rem;
   color: #80899b;
   font-family: "SourceSansPro", sans-serif;
   margin-bottom: 4rem;
   line-height: 1;
 }
 .sf-field-taxonomy-data_set h4:after, .sf-field-taxonomy-industry h4:after, .sf-field-taxonomy-data_category h4:after, .sf-field-taxonomy-api_product h4:after, .sf-field-taxonomy-data_type h4:after, .sf-field-taxonomy-format h4:after {
   content: "";
   background: url(/wp-content/themes/ion-theme/assets/images/filter-up-arrow.svg);
   width: 12px;
   height: 8px;
   background-repeat: no-repeat;
   right: 0;
   margin-right: 5px;
   top: 50%;
   transition: transform 0.2s;
 }
 .sf-field-taxonomy-data_set.closed ul, .sf-field-taxonomy-industry.closed ul, .sf-field-taxonomy-data_category.closed ul, .sf-field-taxonomy-api_product.closed ul, .sf-field-taxonomy-data_type.closed ul, .sf-field-taxonomy-format.closed ul {
   display: none;
 }
 .sf-field-taxonomy-data_set.closed h4:after, .sf-field-taxonomy-industry.closed h4:after, .sf-field-taxonomy-data_category.closed h4:after, .sf-field-taxonomy-api_product.closed h4:after, .sf-field-taxonomy-data_type.closed h4:after, .sf-field-taxonomy-format.closed h4:after {
   transform: rotate(180deg);
 }
 .sf-field-taxonomy-data_set ul, .sf-field-taxonomy-industry ul, .sf-field-taxonomy-data_category ul, .sf-field-taxonomy-api_product ul, .sf-field-taxonomy-data_type ul, .sf-field-taxonomy-format ul {
   display: block;
   padding: 15px 5px;
   /* Hide the browser's default checkbox */
   /* Create a custom checkbox */
   /* On mouse-over, add a grey background color */
   /* When the checkbox is checked, add a blue background */
   /* Create the checkmark/indicator (hidden when not checked) */
   /* Show the checkmark when checked */
   /* Style the checkmark/indicator */
 }
 .sf-field-taxonomy-data_set ul li, .sf-field-taxonomy-industry ul li, .sf-field-taxonomy-data_category ul li, .sf-field-taxonomy-api_product ul li, .sf-field-taxonomy-data_type ul li, .sf-field-taxonomy-format ul li {
   display: flex;
   position: relative;
   margin-bottom: 15px;
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   padding: 0 !important;
 }
 .sf-field-taxonomy-data_set ul li:last-child, .sf-field-taxonomy-industry ul li:last-child, .sf-field-taxonomy-data_category ul li:last-child, .sf-field-taxonomy-api_product ul li:last-child, .sf-field-taxonomy-data_type ul li:last-child, .sf-field-taxonomy-format ul li:last-child {
   margin-bottom: 0;
 }
 .sf-field-taxonomy-data_set ul li label, .sf-field-taxonomy-industry ul li label, .sf-field-taxonomy-data_category ul li label, .sf-field-taxonomy-api_product ul li label, .sf-field-taxonomy-data_type ul li label, .sf-field-taxonomy-format ul li label {
   padding-left: 34px !important;
 }
 .sf-field-taxonomy-data_set ul li input, .sf-field-taxonomy-industry ul li input, .sf-field-taxonomy-data_category ul li input, .sf-field-taxonomy-api_product ul li input, .sf-field-taxonomy-data_type ul li input, .sf-field-taxonomy-format ul li input {
   position: absolute;
   opacity: 0;
   cursor: pointer;
   height: 0;
   width: 0;
 }
 .sf-field-taxonomy-data_set ul .checkmark, .sf-field-taxonomy-industry ul .checkmark, .sf-field-taxonomy-data_category ul .checkmark, .sf-field-taxonomy-api_product ul .checkmark, .sf-field-taxonomy-data_type ul .checkmark, .sf-field-taxonomy-format ul .checkmark {
   position: absolute;
   top: 0;
   left: 0;
   height: 24px;
   width: 24px;
   background-color: #fff;
   border: 1px solid #AEAEB4;
   pointer-events: none;
 }
 .sf-field-taxonomy-data_set ul li:hover input ~ .checkmark, .sf-field-taxonomy-industry ul li:hover input ~ .checkmark, .sf-field-taxonomy-data_category ul li:hover input ~ .checkmark, .sf-field-taxonomy-api_product ul li:hover input ~ .checkmark, .sf-field-taxonomy-data_type ul li:hover input ~ .checkmark, .sf-field-taxonomy-format ul li:hover input ~ .checkmark {
   background-color: #efefef;
 }
 .sf-field-taxonomy-data_set ul li input:checked ~ .checkmark, .sf-field-taxonomy-industry ul li input:checked ~ .checkmark, .sf-field-taxonomy-data_category ul li input:checked ~ .checkmark, .sf-field-taxonomy-api_product ul li input:checked ~ .checkmark, .sf-field-taxonomy-data_type ul li input:checked ~ .checkmark, .sf-field-taxonomy-format ul li input:checked ~ .checkmark {
   background-color: #2196F3;
 }
 .sf-field-taxonomy-data_set ul .checkmark:after, .sf-field-taxonomy-industry ul .checkmark:after, .sf-field-taxonomy-data_category ul .checkmark:after, .sf-field-taxonomy-api_product ul .checkmark:after, .sf-field-taxonomy-data_type ul .checkmark:after, .sf-field-taxonomy-format ul .checkmark:after {
   content: "";
   position: absolute;
   display: block;
 }
 .sf-field-taxonomy-data_set ul li input:checked ~ .checkmark:after, .sf-field-taxonomy-industry ul li input:checked ~ .checkmark:after, .sf-field-taxonomy-data_category ul li input:checked ~ .checkmark:after, .sf-field-taxonomy-api_product ul li input:checked ~ .checkmark:after, .sf-field-taxonomy-data_type ul li input:checked ~ .checkmark:after, .sf-field-taxonomy-format ul li input:checked ~ .checkmark:after {
   display: block;
 }
 .sf-field-taxonomy-data_set ul li .checkmark:after, .sf-field-taxonomy-industry ul li .checkmark:after, .sf-field-taxonomy-data_category ul li .checkmark:after, .sf-field-taxonomy-api_product ul li .checkmark:after, .sf-field-taxonomy-data_type ul li .checkmark:after, .sf-field-taxonomy-format ul li .checkmark:after {
   left: 8px;
   top: 5px;
   width: 5px;
   height: 10px;
   border: solid white;
   border-width: 0 3px 3px 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
 }
 .sf-field-taxonomy-data_set ul input, .sf-field-taxonomy-data_set ul label, .sf-field-taxonomy-industry ul input, .sf-field-taxonomy-industry ul label, .sf-field-taxonomy-data_category ul input, .sf-field-taxonomy-data_category ul label, .sf-field-taxonomy-api_product ul input, .sf-field-taxonomy-api_product ul label, .sf-field-taxonomy-data_type ul input, .sf-field-taxonomy-data_type ul label, .sf-field-taxonomy-format ul input, .sf-field-taxonomy-format ul label {
   display: inline-flex;
 }
 .sf-field-taxonomy-data_set ul label, .sf-field-taxonomy-industry ul label, .sf-field-taxonomy-data_category ul label, .sf-field-taxonomy-api_product ul label, .sf-field-taxonomy-data_type ul label, .sf-field-taxonomy-format ul label {
   font-family: SourceSansPro;
   font-style: normal;
   font-weight: normal;
   font-size: 16px;
   line-height: 24px;
 }

 @media screen and (max-width: 1279px) and (min-width: 781px) {
   .sf-field-taxonomy-format {
     margin-bottom: 0 !important;
   }
 }
 @media screen and (min-width: 1280px) {
   .sf-field-taxonomy-format {
     margin-bottom: 0 !important;
   }
 }

 .page-template-template-data-portal .main-banner h1 {
   font-family: "ionregular", sans-serif;
   font-size: 30px;
   font-weight: normal;
 }
 .page-template-template-data-portal .main-banner h5 {
   font-family: "SourceSansPro", sans-serif;
   font-size: 20px;
   font-weight: lighter;
 }

 @media screen and (max-width: 780px) {
   .data-api-overview-content {
     margin-top: 30px !important;
     padding-right: 0 !important;
     margin-bottom: 30px !important;
     padding-bottom: 0 !important;
   }
 }
 @media screen and (max-width: 1279px) and (min-width: 781px) {
   .data-api-overview-content {
     padding-right: 6px !important;
     padding-bottom: 0 !important;
     margin-bottom: 30px !important;
   }
 }
 @media screen and (min-width: 1280px) {
   .data-api-overview-content {
     padding-right: 20px !important;
     padding-bottom: 0 !important;
     margin-bottom: 30px !important;
   }
 }
 .data-api-overview-content .data-api-section:last-child {
   padding-bottom: 0 !important;
 }
 @media screen and (max-width: 780px) {
   .data-api-overview-content .w-btn-wrapper {
     margin: -10px 0 30px 0 !important;
     display: block;
     text-align: center;
   }
 }
 @media screen and (min-width: 781px) {
   .data-api-overview-content .w-btn-wrapper {
     margin: -10px 20px 0 0 !important;
   }
 }
 .data-api-overview-content ul {
   margin-left: 2rem;
   margin-bottom: 2rem;
 }
 .data-api-overview-content ul li {
   list-style-type: disc;
   margin-left: 1rem;
 }
 .data-api-overview-content .api-details-answer-question-pair-content .answer-question-row {
   margin-top: 1.5rem;
 }
 .data-api-overview-content .api-details-answer-question-pair-content .question {
   margin-bottom: 1.5rem;
 }
 .data-api-overview-content .api-details-answer-question-pair-content .question p {
   font-family: 'SourceSansProBold', sans-serif;
 }
 .data-api-overview-content .api-details-answer-question-pair-content .answer {
   margin-bottom: 0 0 1.5rem;
 }

 .single-data_api .data-api-body h3 {
   margin-bottom: 2rem;
 }
 .single-data_api .data-api-body p {
   margin-bottom: 2rem;
 }

 .full-doc-api-iframe iframe {
   border: none;
   min-height: calc(100vh + 50px);
   margin-top: -79px;
   z-index: 9;
 }
 @media screen and (max-width: 830px) {
   .full-doc-api-iframe iframe {
     min-height: calc(100vh + 40px);
     margin-top: -50px;
   }
 }

 .ui-tooltip {
   padding: 5px;
   position: absolute;
   z-index: 99990;
   max-width: 300px;
   font-family: "SourceSansPro", sans-serif;
   font-size: 12px;
   line-height: 1.2;
   margin-bottom: 0;
   background: whitesmoke;
   border: 1px solid #000;
   color: #232832;
 }
 .single-data_api .data-api-body .data-api-section-nav-wrapper .data-api-section-nav .section-nav-link a{
   color: #007ac5;
 }
 .post-type-archive-data_api .mobile-filter-wrapper li.sf-field-submit input, .solid-btn.solid-btn--blue, .tax-industry .mobile-filter-wrapper li.sf-field-submit input{
   border: 1px solid #00a5e6;
   background: #00a5e6;
   color: #fff;
   text-align: center;
   text-decoration: none;
   cursor: pointer;
   transition: .2s;
 }
 .single-data_api .btn, .ghost-btn, .post-type-archive-data_api .mobile-filter-wrapper li.sf-field-reset input, .post-type-archive-data_api .mobile-filter-wrapper li.sf-field-submit input, .solid-btn, .tax-industry .mobile-filter-wrapper li.sf-field-reset input, .tax-industry .mobile-filter-wrapper li.sf-field-submit input{
   border-radius: 2.5rem;
   display: inline-block;
   text-align: center;
   padding: 1.2rem 2rem;
   border-width: 1px;
   border-style: solid;
   font-family: 'ION', sans-serif;
   font-size: 16px;
 }
 .single-data_api .ghost-btn.ghost-btn--blue, .post-type-archive-data_api .mobile-filter-wrapper li.sf-field-reset input.ghost-btn--blue, .tax-industry .mobile-filter-wrapper li.sf-field-reset input.ghost-btn--blue{
   border: 1px solid;
   border-color: #00a5e6;
   color: #00a5e6;
   text-align: center;
   text-decoration: none;
   cursor: pointer;
   transition: .2s;
 }
 .single-data_api .thin{
   padding-top: .7rem;
   padding-bottom: .4rem;
   line-height: 1.3;
 }
 .mr-2{
   margin-right: .5rem;
 }
 .single-data_api .featured-api-card .featured-api-footer .api-card-content-tags ul{
   padding: 0;
 }
 #search-filter-form-71274 .sf-field-taxonomy-data_set ul li input,
 #search-filter-form-71274 .sf-field-taxonomy-industry ul li input,
 #search-filter-form-71274 .sf-field-taxonomy-data_category ul li input,
 #search-filter-form-71274 .sf-field-taxonomy-api_product ul li input,
 #search-filter-form-71274 .sf-field-taxonomy-data_type ul li input,
 #search-filter-form-71274 .sf-field-taxonomy-format ul li input {
   opacity: 1 !important;
   width: 20px !important;
   height: 20px !important;
 }


 code[class*="language-"],
 pre[class*="language-"] {
   color: white;
   font-family: Consolas, Monaco, 'Andale Mono', monospace;
   direction: ltr;
   text-align: left;
   white-space: pre; /* IMPORTANT ! */
   word-spacing: normal; /* IMPORTANT ! */
   word-break: normal; /* IMPORTANT ! */
   word-wrap: normal; /* IMPORTANT ! */
   line-height: 1.5;
   -moz-tab-size: 4;
   -o-tab-size: 4;
   tab-size: 4;
   -webkit-hyphens: none;
   -moz-hyphens: none;
   -ms-hyphens: none;
   hyphens: none;
   background: #000000;
   font-size: 12px;
 }
 pre[class*="language-"]::-moz-selection,
 pre[class*="language-"]::-moz-selection,
 code[class*="language-"]::-moz-selection,
 code[class*="language-"]::-moz-selection {
   text-shadow: none;
   background: #b3d4fc;
 }
 pre[class*="language-"]::selection,
 pre[class*="language-"]::selection,
 code[class*="language-"]::selection,
 code[class*="language-"]::selection {
   text-shadow: none;
   background: #b3d4fc;
 }
 @media print {
   code[class*="language-"],
   pre[class*="language-"] {
     text-shadow: none;
   }
 }

 /* Code blocks */
 pre[class*="language-"] {
   padding: 1.25em;
   margin: 0;
   overflow: auto;
 }
 :not(pre) > code[class*="language-"],
 pre[class*="language-"] {
   background: #000000;
 }

 /* Inline code */
 :not(pre) > code[class*="language-"] {
   padding: .1em;
   border-radius: .3em;
 }
 .token.comment,
 .token.prolog,
 .token.doctype,
 .token.cdata {
   color: slategray;
 }
 .token.punctuation {
   color: #999;
 }
 .namespace {
   opacity: .7;
 }
 .token.property,
 .token.tag,
 .token.boolean,
 .token.number,
 .token.constant,
 .token.symbol,
 .token.deleted {
   color: #905;
 }
 .token.selector,
 .token.attr-name,
 .token.string,
 .token.char,
 .token.builtin,
 .token.inserted {
   color: #690;
 }
 .token.operator,
 .token.entity,
 .token.url,
 .language-css .token.string,
 .style .token.string {
   color: #a67f59;
   background: hsla(0, 0%, 100%, .5);
 }
 .token.atrule,
 .token.attr-value,
 .token.keyword {
   color: #07a;
 }
 .token.function {
   color: #DD4A68;
 }
 .token.regex,
 .token.important,
 .token.variable {
   color: #e90;
 }
 .token.important,
 .token.bold {
   font-weight: bold;
 }
 .token.italic {
   font-style: italic;
 }
 .token.entity {
   cursor: help;
 }

 /*
 *
 *
  Pastacode Style
 *
 *
 */
 .code-embed-wrapper { /* wrapper */
   position: relative;
   padding: 0;
   padding-bottom: 1.5rem;
 }
 .code-embed-infos { /* Code description wrapper */
   position: relative;
   left: 0;
   bottom: 0;
   width: 100%;
   display: block;
   overflow: hidden;
   padding-bottom: 0.5rem;
 }
 .code-embed-infos a,
 .code-embed-infos span { /* Code description links */
   color: #000000;
   padding: 0;
   font-family: 'Source Sans Pro', sans-serif;
   text-decoration: none;
   border: 0;
   font-size: 16px;
   font-weight: 600;
 }
 .code-embed-infos a:hover,
 .code-embed-infos a:focus,
 .code-embed-infos a:active { /* ... on hover, focus */
   color: #28406C;
   border-top: 1px solid #28406C;
 }

 pre + .code-embed-infos a,
 pre + .code-embed-infos span { /* Same as above, but only if description come after the code */
   border-bottom: 1px solid #d8d8d8;
   border-top: 0;
 }
 pre + .code-embed-infos a:hover,
 pre + .code-embed-infos a:focus,
 pre + .code-embed-infos a:active {
   color: #28406C;
   border-top:0;
   border-bottom: 1px solid #28406C;
 }
 .code-embed-name {
   float: left;
 }
 .code-embed-raw {
   float: right;
 }

 /* Dont touch !! */

 /* Plugin styles:Line Numbers */
 pre[class*="language-"].line-numbers {
   padding-left: 0;
 }
 pre[class*="language-"].line-numbers code {
   padding-left: 3.8em;
   display:block;
 }
 pre[class*="language-"].line-numbers .line-numbers-rows {
   left: 0;
 }

 .editorial-page-inner .editorial-filters{
  display: flex;
  gap: 30px;
  padding-left: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
 }
.resource-page-inner .resource-filters{
  display: flex;
  gap: 10px;
  padding-left: 0;
 }


 .editorial-page-inner .editorial-filters .search-filter-label,
 .resource-page-inner .resource-filters .search-filter-label{
  background:  #F3F4F5;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  height: 43px;
  display:flex;
  align-items: center;
  font-size: 18px;
  font-family: SourceSansPro;
  position: relative;
 }
  .resource-page-inner .resource-filters .search-filter-label{
    width: 100% !important;
    padding-right: 40px !important
  }

  .editorial-page-inner .editorial-filters .search-filter-label:after,
  .resource-page-inner .resource-filters .search-filter-label:after{
    background-image: url('/wp-content/themes/backstop/images/dd.svg');
    content: '';
    position: absolute;
    right: 10px;
    height: 5px;
    width: 10px;
    transform: rotate(0deg);
     transition: all 0.3s;
  }
  .resource-page-inner .resource-filters .search-filter-label:after{
    right: 15px;
  }
  .resource-page-inner .resource-filters .search-filter-base.search-filter-field{
    max-width: 200px;
    width: 15%;
  }
  .editorial-page-inner .editorial-filters .search-filter-style--choice-checkbox.active .search-filter-label:after,
  .resource-page-inner .resource-filters .search-filter-style--choice-checkbox.active .search-filter-label:after{
    transform: rotate(180deg);
  }
.editorial-page-inner .editorial-filters .search-filter-input-group,
.resource-page-inner .resource-filters .search-filter-input-group{
  position: relative;
}
    .editorial-page-inner .editorial-filters .search-filter-input-group, 
    .resource-page-inner .resource-filters .search-filter-base > .search-filter-input-group{
      opacity: 0;
      position: absolute;
      width: 300px;
      top: 53px;
      transform: translateY(-10px);
      transition: all 0.3s;
      border-radius: 16px;
      background: #fff;
      padding: 16px 8px;
      filter: drop-shadow(0px 12px 50px rgba(0, 20, 55, 0.15));
      margin-top: 5px;
      z-index: 100;
pointer-events: none;
max-width: none !important;
  }
   .search-filter-component-popup{
      border: 0 !important;  
      opacity: 100;;
      transform: translateY(-10px) !important;
      transition: all 0.3s !important;
      border-radius: 16px !important;
      background: #fff !important;
      padding: 16px 8px !important;
      filter: drop-shadow(0px 12px 50px rgba(0, 20, 55, 0.15)) !important;
      margin-top: 20px !important;
      z-index: 100 !important;
  }

  .search-filter-component-popover{
    border: 0 !important;  
    opacity: 100;
    transition: all 0.3s !important;
    transform: translateY(10px) !important;
    border-radius: 16px !important;
    background: #fff !important;
    padding: 16px 8px !important;
    filter: drop-shadow(0px 12px 50px rgba(0, 20, 55, 0.15)) !important;
    z-index: 100 !important;
  }
  .search-filter-component-combobox-base{
    display: flex;
    align-items: center;
  }
  .search-filter-component-combobox__input-divider{
    display: none !important;
  }
  .search-filter-component-combobox-base:after{
    background-image: url('/wp-content/themes/backstop/images/dd.svg');
    content: '';
    position: absolute;
    right: 13px;
    top: 19px;
    height: 5px;
    width: 10px;
    transform: rotate(0deg);
     transition: all 0.3s;
  }
  .search-filter-component-combobox-base__listbox-option--active:hover, .search-filter-component-combobox-base__listbox-option--active.search-filter-component-combobox-base__listbox-option--selected{
    background: transparent !important;
  }
  .search-filter-component-combobox__clear-selection{
    display: none !important;
  }
  .search-filter-component-combobox-base.search-filter-component-combobox-base--listbox-visible:after{
    transform: rotate(180deg);
  }
  .search-filter-component-popup--hidden{
    display: block !important;
    opacity: 0;
  }
  .search-filter-component-combobox__listbox-toggle{
    display: none !important;
  }

  li.search-filter-component-combobox-base__listbox-option{
    display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  background: transparent !;
  color: var(--search-filter-input-color) !important;
  }
   li.search-filter-component-combobox-base__listbox-option::before{
    /* Outer circle */
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #666;
  border-radius: 50%;
  flex-shrink: 0;
}
.search-filter-style--search-autocomplete{
  width: 320px !important;
}
.search-filter-style--search-autocomplete li.search-filter-component-combobox-base__listbox-option::before{
  content: none !important;
}
.search-filter-style--search-autocomplete li.search-filter-component-combobox-base__listbox-option.search-filter-component-combobox-base__listbox-option--selected{
  color: #fff !important;
  background: #00A5E6 !important;
}
.search-filter-style--control-sort li.search-filter-component-combobox-base__listbox-option.search-filter-component-combobox-base__listbox-option--selected,
.search-filter-style--control-sort li.search-filter-component-combobox-base__listbox-option.search-filter-component-combobox-base__listbox-option--active{
  background: transparent !important;
}
li.search-filter-component-combobox-base__listbox-option.search-filter-component-combobox-base__listbox-option--selected::before{
  border-color: #00A5E6;
  background: radial-gradient(circle, #00A5E6 40%, transparent 45%);
}
   }
  .resource-page-inner .resource-filters .search-filter-input-group{
    width: 270px !important;
    max-width: none !important;
  }

  .editorial-page-inner .editorial-filters, .resource-page-inner .resource-filters{
    margin-bottom: 30px;
  }
  .editorial-page-inner .editorial-filters-results, .resource-page-inner .resource-filters-results{
    margin-top: 30px;
  }
  .editorial-page-inner .editorial-filters, .resource-page-inner .resource-filters{
    padding-left: 60px;
    position: relative;
  }
  .editorial-page-inner .editorial-filters:before, .resource-page-inner .resource-filters:before{
    content: '';
    background-image: url('/wp-content/themes/backstop/images/filter-icon-thin.svg');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 50%;
    transform:translateY(-50%);
    height: 100%;
    width: 100%;
    background-position: 0 50%;
  }

  
    .editorial-page-inner .editorial-filters .search-filter-style--choice-checkbox.active .search-filter-input-group,
    .resource-page-inner .resource-filters .search-filter-style--choice-checkbox.active .search-filter-input-group{
   opacity: 1;
   transform: translateY(0);
      pointer-events: auto;
 }
  .editorial-page-inner .editorial-filters form > ul li ul li,
  .resource-page-inner .resource-filters form > ul li ul li{
    padding: 5px 15px;
  }

  .editorial-page-inner .editorial-filters .search-filter-input-text,
  .resource-page-inner .resource-filters .search-filter-input-text,
  .editorial-page-inner .editorial-filters .search-filter-field--control-type-sort .search-filter-component-combobox-base,
   .resource-page-inner .resource-filters .search-filter-field--control-type-sort .search-filter-component-combobox-base{
    background:  #F3F4F5;
  border-radius: 50px;
  height: 43px;
  display: flex;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  border: 0;
 }

@media (max-width: 992px) {
    .editorial-page-inner .editorial-filters{
		display: block;
		padding-left: 0;
	}
	.search-filter-field{
		margin-bottom: 15px;		
	}
	.editorial-page-inner .editorial-filters:before{ display: none; }
}

.resource-page-inner .search-filter-query.search-filter-query--id-3, .resource-page-inner .search-filter-query.search-filter-query--id-2{

  display: flex;
  flex-wrap: wrap;
}
   /*.editorial-page-inner .editorial-filters .search-filter-field--control-type-sort .search-filter-component-combobox-base,
   .resource-page-inner .resource-filters .search-filter-field--control-type-sort .search-filter-component-combobox-base{
        background:  #F3F4F5;
  border-radius: 50px;
  height: 43px;
  border: 0;
  padding-left: 16px;
  padding-right: 16px;
  
  }
  */
     .resource-page-inner .resource-filters .search-filter-field--control-type-sort input{
      width: 50px !important;
     }

     .resource-page-inner .applied-filters-container{
      width: 100%;
      margin-bottom: 20px;
     }

  .applied-filters-container{
    display: flex;
    justify-content: space-between;
  }
  .applied-filters-container .applied-filters{
    display: flex;
    gap: 10px;
  align-items: center;
  
  }
  .applied-filters-container .applied-filters .search-filter-input-button-group button[aria-pressed="false"],
  .applied-filters-container .applied-filters .search-filter-checkable-button .search-filter-input-button:not(.search-filter-input-button--is-selected){
    display: none;
  }
  .applied-filters-container .applied-filters .search-filter-input-button-group button[aria-pressed="true"], 
  .search-filter-input-button--search-term,
  .applied-filters-container .applied-filters .search-filter-checkable-button .search-filter-input-button--is-selected{
     background-color: rgba(150, 200, 105, 0.4);
     padding: 5px 32px 5px 16px;
     font-size: 18px;
     line-height: 24px;
     font-weight: 400;
     color: rgba(0, 20, 55, 1);
     border-radius: 16px;
     border:0;
     position: relative;
  }
  .search-filter-input-button--search-term{
    display: flex;
    align-items: center;
  }
  .search-filter-component-combobox__actions-input::placeholder, .search-filter-input-text__input::placeholder{
    color: rgb(60, 67, 74) !important;
  }

  .search-filter-input-button--search-term:active, .search-filter-input-button--search-term:focus{
    box-shadow: rgb(51, 51, 51) 0px 0px 0px 1px;
  }
    .applied-filters-container .applied-filters .search-filter-input-button-group button[aria-pressed="true"]:after, 
    .search-filter-input-button--search-term:after,
    .applied-filters-container .applied-filters .search-filter-checkable-button .search-filter-input-button--is-selected:after
    {
      content: '';
      background-image: url('/wp-content/themes/backstop/images/filter-x.svg');
      height: 10px;
      width: 10px;
      position: absolute;
      right: 12px;
    }

  .applied-filters-container .applied-filters ul{
    display: flex;
    gap: 10px;
    padding-left: 0;
  }
  .applied-filters-container .reset .search-filter-field--control-type-reset .search-filter-input-button{
    border: 0;
    color: rgba(24, 106, 222, 1);
    
  }
    .applied-filters-container .applied-filters ul li{
     background-color: rgba(150, 200, 105, 0.4);
     padding: 2px 16px;
     font-size: 18px;
     line-height: 24px;
     font-weight: 400;
     color: rgba(0, 20, 55, 1);
     border-radius: 16px;
  }

 .editorial-grid{
  --bs-gutter-y: 5.5rem;
--bs-gutter-x: 7.5rem;
margin-bottom: 50px;
 }
   .editorial-grid-container h2{
    margin-bottom: 50px;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    font-family: 'SourceSansPro', sans-serif;
   }
  .editorial-grid .editor-meta{
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    margin-bottom: 30px;
  }
  .editorial-grid .editor-image{
    padding-bottom: 20px;
  }
 .editorial-grid .editor-image img{
  height: 80px;
  width:80px;
  border-radius: 100%;
 }
 .editorial-grid .editor-name{
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
 }
  .editorial-grid .editor-title{
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
 }
   .editorial-grid .editor-brand{
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
 }
 .editorial-grid .editor-social{
  display: flex;
  column-gap: 60px;
  align-items: center;
  margin-bottom: 30px;
 }
  .editorial-grid .editor-bio{
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
 }
 #core-values{
      margin-top: 80px;
    margin-bottom: 80px;
 }
 #core-values .tab-content .tab-pane{
  background: none;
 }
 #core-values .nav-tabs .nav-item button{
  width: 100%;
  background: #fff;
  font-size: 36px;
  line-height: 42px;
  color: #008AF7;
  font-family: ION;
  opacity: 1;
  text-align: right;
  padding-right: 50px !important;
  border-right: 8px solid rgba(0, 20, 55, 0.1) !important;
  border-radius: 0 !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
 }
 #core-values .nav-tabs .nav-item button.active{
  color: #001437;
  font-weight: 400;
  background: #fff !important;
  border-right: 8px #001437 solid !important;
 }
 #core-values .nav-tabs .nav-item{
  padding: 0 !important;
 }
 
 @media (max-width: 767px) {
    #core-values .nav-tabs .nav-item button {
		font-size: 1.4rem;
		text-align: center;
		padding-right: 10px !important;
		padding-top: 5px !important;
        padding-bottom: 3px !important;
		color: #001437 !important;
		border-right: 2px solid #001437 !important;
    }
	#core-values .nav-tabs .nav-item button.active{ color: #008AF7 !important; border-right: 2px solid #001437 !important; }
	#core-values .nav-tabs .nav-item{ width: calc(50% - 3px); margin: 0; }
	#core-values .nav-tabs .nav-item:last-child button{ border: none !important; }
	#core-values .nav-tabs{ margin-bottom: 30px; }
	#core-values .tab-content,
	#core-values .tab-content .tab-pane{ border-radius: 0; }
	#core-values .tab-content ul{ padding-left: 0; }
}
 
 
 #standard-box{
  margin-bottom: 60px;
 }
 #standard-box .container{
  background: rgba(0, 138, 247, 0.07);
  border-radius: 20px;
  padding: 80px;
 }
 #standard-box .row{
  --bs-gutter-x: 60px;
 }
  #standard-box .container h2{
    font-size: 36px;
  }

/* Hide applied filter groups with no active selections */
.applied-filters .search-filter-field:not(:has(.search-filter-input-button--is-selected)),
.applied-filters .search-filter-checkable-button:not(:has(.search-filter-input-button--is-selected)) {
  display: none;
}

/* Resources page result count */
.insight-result-count {
  font-family: 'SourceSansPro';
  font-size: 18px;
  color: #586884;
  margin-bottom: 16px;
}
.insight-result-count strong {
  font-family: 'SourceSansProBold';
  color: #001437;
}

/* Resources page pagination */
.project-tiles .navigation.pagination {
  width: 100%;
  margin: 32px 0 16px;
  justify-content: center;
}
.project-tiles .navigation.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap;
}
.project-tiles .navigation.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  color: #001437;
  font-family: 'SourceSansPro';
  font-size: 16px;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
}
.project-tiles .navigation.pagination .page-numbers:hover {
  background: #00A5E6;
  color: #fff;
}
.project-tiles .navigation.pagination .page-numbers.current {
  background: #00A5E6;
  color: #fff;
  font-family: 'SourceSansProBold';
}
.project-tiles .navigation.pagination .page-numbers.dots {
  background: none;
  cursor: default;
}
.project-tiles .navigation.pagination .page-numbers.prev,
.project-tiles .navigation.pagination .page-numbers.next {
  font-family: 'SourceSansProBold';
  font-size: 16px;
  padding: 0 14px;
  background: transparent;
  color: #001437;
}
.project-tiles .navigation.pagination .page-numbers.prev:hover,
.project-tiles .navigation.pagination .page-numbers.next:hover {
  background: #00A5E6;
  color: #fff;
}
  