/* marketo */
form.mktoForm {
  max-width: 700px;
  margin: auto;
}

.subscription-newsletter-block form.mktoForm {
  margin: inherit;
  max-width: 100%;
}

form.mktoForm .mktoFormCol div.mktoFieldWrap label.mktoLabel,
form.mktoForm .mktoFormCol div.mktoFieldWrap input.mktoField,
form.mktoForm .mktoFormCol div.mktoFieldWrap select.mktoField,
.mktoForm .mktoRadioList>label,
.mktoForm .mktoCheckboxList>label {
  font-size: 15px !important;
  color: #8296a5 !important;
  font-weight: 300;
  font-family: "Lato";
  font-style: normal;
  text-transform: inherit;
  float: left;
  line-height: normal;
  margin-bottom: 5px;
  padding-top: 0;
  font-weight: 400;
  width: 100% !important;
}

.mktoForm .mktoRadioList>label,
.mktoForm .mktoCheckboxList>label {
  font-weight: 300;
}

form.mktoForm .mktoFormCol div.mktoFieldWrap input.mktoField,
form.mktoForm .mktoFormCol div.mktoFieldWrap select.mktoField,
.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
  border: 1px solid #d5dfe2 !important;
  box-sizing: border-box;
  border-radius: 3px !important;
  font-size: 17px !important;
  color: #8296a5 !important;
  padding: 11px 15px !important;
  line-height: normal !important;
  font-family: "Lato" !important;
  font-style: normal;
  font-weight: 300;
  width: 100% !important;
}

.mktoForm select.mktoField {
  background: url(https://www.groundtruth.com/wp-content/uploads/2022/02/select-arrow-2.png) center right 12px no-repeat #fff !important;
  background-size: 13px !important;
  padding-right: 35px !important;
}

form.mktoForm .mktoButtonWrap button.mktoButton,
form.mktoForm .mktoButtonWrap button.mktoButton:active {
  font-size: 14px !important;
  margin-left: 0px !important;
  background: #b7ff03 !important;
  position: relative;
  border: 0 !important;
  padding: 15px 30px !important;
  line-height: normal;
  font-family: "Lato" !important;
  color: #151e23 !important;
  font-weight: 700 !important;
}

form.mktoForm .mktoButtonWrap button.mktoButton:hover,
form.mktoForm .mktoButtonWrap button.mktoButton:active:hover {
  background: var(--seafoam) !important;
  color: #151e23 !important;
}

.mktoForm .mktoFormRow {
  width: 100%;
  display: flex;
  margin: 0 -10px !important;
}

form.mktoForm .mktoFormCol {
  margin: 0 0 15px 0 !important;
  padding: 0 10px !important;
  position: relative;
  width: 100%;
}

form.mktoForm .mktoFormCol div.mktoFieldWrap label.mktoLabel {
  margin-bottom: 8px;
}

.mktoForm .mktoCheckboxList {
  display: flex;
  width: 100% !important;
  flex-wrap: wrap !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}

.mktoForm .mktoCheckboxList label {
  flex: 0 0 33.33%;
  display: flex !important;
  margin: 5px 0 5px 0 !important;
  padding: 0 !important;
  padding: 0 15px 0 0 !important;
}

.mktoForm .mktoCheckboxList label:before {
  position: relative !important;
  margin: 0 !important;
  margin-right: 5px !important;
  background: #e8f0f2 !important;
  border: 1px solid #d5dfe2 !important;
  box-shadow: none !important;
  width: 14px !important;
  height: 14px !important;
  top: 2px;
}

.mktoForm .mktoCheckboxList input[type="checkbox"]:checked+label:before {
  content: "\2713 ";
  background: #0083c6 !important;
  color: #fff;
  border: 1px solid #0083c6 !important;
  font-size: 13px;
}

.mktoForm textarea.mktoField {
  height: 80px !important;
}

form.mktoForm .mktoFormCol div.mktoFieldWrap .mktoCheckboxList input.mktoField {
  width: 0 !important;
}

label#LblEmail_Opt_In__c,
label#LblgeneralNewsletter {
  padding-left: 22px !important;
}

.mktoLogicalField.mktoCheckboxList label#LblEmail_Opt_In__c,
.mktoLogicalField.mktoCheckboxList label#LblgeneralNewsletter {
  position: absolute;
  top: -4px;
  left: -10px;
}

.mktoFieldDescriptor {
  position: relative;
}

form.mktoForm .mktoButtonWrap {
  padding-left: 10px !important;
}

.mktoForm .mktoFormRow:nth-child(10) .mktoCheckboxList {
  width: 100% !important;
}

form.mktoForm .mktoFormCol div.mktoFieldWrap label.mktoLabel span {
  color: #8296a5 !important;
}

/* marketo */
.btn.btn-basic {
  font-size: 15px;
  font-weight: 700 !important;
  padding: 18px 25px;
}

a.bg-green.btn:hover,
a.btn.bg-teal:hover,
a.btn.bg-charcoal:hover,
.btn.bg-seafoam:hover {
  background: var(--navy) !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.btn.btn-basic.bg-green:hover,
a.btn.btn-basic.bg-green:hover,
a.bg-green:hover {
  color: var(--charcoal) !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.btn.btn-basic.bg-teal:hover {
  background: #559bab !important;
}

div.announcement-container div.announcement .announcement-title {
  top: 1px;
  font-weight: 400;
}

.statistics>.statistic h3 {
  font-size: 64px !important;
  letter-spacing: -0.03em;
  line-height: 1.1em;
  font-weight: 400;
  margin-bottom: 5px;
}

.statistics>.statistic h3 strong {
  font-weight: 700 !important;
}

@media (max-width: 991px) {
  .statistics>.statistic h3 {
    font-size: 40px;
  }
}

.table>tbody>tr>td,
.description ul li,
.product-comparison-box {
  text-align: left;
}

.product-template-default h2.heading {
  text-align: center;
}

.btn.bg-navy:hover {
  background: #559bab !important;
  color: #151e24 !important;
}

.btn.bg-charcoal:hover {
  background: var(--seafoam) !important;
  color: var(--charcoal) !important;
}

.btn.bg-grey-medium:hover {
  background: var(--grey-dark) !important;
  color: var(--lemon) !important;
}

.carousel .carousel-indicators>li,
.tns-nav button {
  background-color: var(--charcoal) !important;
}

.carousel .carousel-indicators>li.active,
.tns-nav button.tns-nav-active {
  background-color: var(--blue) !important;
}

.product-strip {
  background-color: var(--grey-normal) !important;
}

.margin-copy {
  max-width: 640px;
  margin: auto;
  margin-top: 30px;
}

.comp-quote .gt-testimonial-row {
  padding: 32px 30px 30px 45px;
  background: var(--grey-normal);
  margin: 20px 0;
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v22/S6u8w4BMUTPHjxsAXC-qNiXg7Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.comp-quote .gt-testimonial-row .quote-icon {
  left: 0;
  top: 0;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comp-quote .gt-testimonial-row .quote-icon .fa {
  color: #fff;
  font-size: 18px;
  top: 16px;
}

.comp-quote .gt-testimonial-row .quote-icon img {
  width: 18px;
}

.comp-quote .gt-testimonial-row .sender .sender-logo img {
  max-height: 22px;
}

@media (max-width: 767px) {
  #menu-main-menu .fa-map-marker:before {
    width: 32%;
  }

  .btn.btn-basic {
    font-size: 13px;
  }

  .margin-copy {
    margin-top: 10px;
  }
}

.ul-teal {
  padding: 0 0 0 20px !important;
  margin: 0 0 18px 0;
}

.ul-teal.mbn {
  margin: 0 !important;
}

ul.ul-teal li:before {
  color: #559bab;
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 0;
  z-index: 999;
  font: unset;
  background: #559bab;
  top: 0;
}

ul.ul-teal li::marker {
  color: transparent;
}

ul.ul-teal li {
  margin-bottom: 10px !important;
  position: relative;
  padding-left: 18px;
}

ul.ul-teal :last-child {
  margin: 0 !important;
}

.comp-nl-footer {
  color: #fff;
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  padding: 60px 20px 40px 20px;
  margin: auto;
  border-bottom: solid 1px var(--navy);
  align-items: center;
  text-align: left;
}

.comp-nl-footer p {
  margin-bottom: 0;
}

.comp-nl-footer .comp-item:first-child {
  text-align: left;
}

.comp-nl-footer .btn.bg-seafoam:hover {
  background: var(--seafoam) !important;
  color: var(--charcoal) !important;
}

.subscription-newsletter .comp-nl-footer {
  display: none;
}

.mktoMobileShow .mktoForm,
.mktoForm * {
  padding: 0 !important;
}

@media (max-width: 768px) {
  .comp-nl-footer {
    display: block;
    padding: 35px 20px;
  }
}

.comp-c_nl {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.comp-c_nl .comp-item {
  width: 500px;
}

.comp-c_nl .comp-item h2 {
  color: var(--lemon);
}

.comp-c_nl .comp-item .btn {
  margin-top: 10px;
  min-width: 150px;
}

@media (max-width: 991px) {
  .comp-c_nl {
    display: block;
  }

  .comp-c_nl .comp-item {
    width: 100%;
  }

  .comp-c_nl .comp-item:first-child {
    margin-bottom: 30px;
  }

  .comp-c_nl .comp-item .btn {
    margin-top: 0px;
    min-width: 140px;
  }
}

.comp-table {
  border: 1px solid #d5dfe2;
  background-color: #f2f7f7 !important;
}

table.comp-table tr td {
  padding: 15px 20px;
  border: 1px solid #d5dfe2;
}

table.comp-table tr td :last-child {
  margin: 0 !important;
}

table.comp-table>thead>tr>th {
  vertical-align: bottom;
  border: 1px solid #d5dfe2;
  padding: 20px;
  background-color: #ccebe8;
}

table.comp-table>thead>tr>th {
  vertical-align: middle;
}

table.comp-table tr td:nth-child(2) {
  background: #fff;
}

table.comp-table.compare tr td:nth-child(1) {
  text-transform: capitalize;
}

table.comp-table>thead>tr>th:nth-child(2) {
  background: #e7fba8;
}

.p_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
}

.description ul li:before,
.wp-content-section ul li:before {
  font-size: 8px;
  color: #559bab;
}

.new-ctv-ott .comp-img-detail.managed-col .img-detail img {
  max-width: 380px;
}

section.section .detail .description {
  padding-bottom: 25px !important;
}

.new-ctv-ott .h2-heading,
.new-ctv-ott h2 {
  margin-bottom: 5px !important;
}

.new-ctv-ott .next-previous-navigation,
.new-ctv-ott .product-strip {
  display: none !important;
}

@media (max-width: 991px) {
  .new-ctv-ott div.slide.detail-slide.full-detail-slide .detail.bg-transparent .detail-inner {
    text-align: left;
  }
}

.comp_icon-box {
  margin: 0 -17px;
  display: flex;
  justify-content: center;
}

.comp_icon-box .comp_icon-box_gutter {
  padding: 0 25px;
  text-align: center;
  flex: 0 0 33.33%;
}

.comp_icon-box .comp_icon-box_item {
  border: 1px #151e24 solid;
  padding: 40px 30px;
}

.comp_icon-box .comp_icon-box_item.active {
  box-shadow: 8px 8px 0px #0083c6 !important;
}

.comp_icon-box .comp_icon-box_item h6 {
  margin-top: 30px;
  font-family: "akkurat-bold";
}

.comp_icon-box .comp_icon-box_item .icon img {
  height: 55px;
  width: auto;
  margin-bottom: 15px;
}

.comp_icon-box .comp_icon-box_item p {
  margin-top: 20px;
  min-height: 120px;
  margin-bottom: 0;
}

.statistics.manual.with-box>.statistic h3 {
  font-size: 52px !important;
}

.statistics.manual.with-box {
  flex-wrap: wrap;
  margin: 0 -5px;
  margin-top: 20px;
}

.statistics.manual.with-box .statistic {
  margin: 0;
  flex: 0 0 25%;
  text-align: center;
  padding: 5px;
}

.statistics.manual.with-box .statistic .statistic-inner {
  background: var(--grey-light);
  padding: 12px;
  border: 1px var(--grey-medium) solid;
}

.statistics.manual.with-box .statistic .statistic-inner p {
  min-height: 55px;
}

ul.managed-sub-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.managed-sub-nav li {
  margin: 0 !important;
  padding: 0;
  list-style: none;
  display: inline-block;
  float: none;
}

ul.managed-sub-nav li a {
  padding: 26px 45px;
  display: inline-block;
  font-size: 16px;
  color: #151e24;
  position: relative;
  font-weight: 400;
}

ul.managed-sub-nav li a:hover {
  color: #0083c6 !important;
}

ul.managed-sub-nav li a.active {
  color: #0083c6;
}

ul.managed-sub-nav.cyan-nav li a {
  color: var(--cyan) !important;
}

ul.managed-sub-nav.cyan-nav li a:hover {
  color: var(--teal) !important;
}

ul.managed-sub-nav.cyan-nav li a.active {
  color: var(--cyan) !important;
}

ul.managed-sub-nav.cyan-nav li a.active::after {
  background: var(--teal) !important;
}

ul.managed-sub-nav li a.active::after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  background: #0083c6;
  left: 50%;
  bottom: 15px;
  transform: translate(-50%, -50%);
}

.managed-clear {
  padding: 0 !important;
  box-shadow: 0 0px 5px #c1c1c1 !important;
  z-index: 9;
}

.managed-clear.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  top: 69px;
}

section.managed-clear .description ul li:before {
  display: none;
}

section.managed-clear .detail .description {
  padding: 0 !important;
}

section.gt-mega-subnav .detail .description {
  padding-bottom: 0 !important;
}

section.managed-clear .detail .detail-icon {
  display: none;
  margin-bottom: 0 !important;
}

ul.radio-list {
  padding: 0 !important;
  margin: 0 0 0 20px !important;
}

ul.radio-list li {
  padding-left: 10px !important;
  margin: 0 !important;
  padding-bottom: 40px !important;
  position: relative;
  font-weight: 400;
}

ul.radio-list li:last-child {
  padding-bottom: 0px !important;
}

ul.radio-list li:before {
  border: 1px #1a252e solid;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  color: #fff;
  top: 0;
  z-index: 999999;
  background: #fff;
}

ul.radio-list li:after {
  height: 100%;
  width: 1px;
  position: absolute;
  background: #1a252e;
  left: -12px;
  top: 10px;
  font: inherit;
  content: "";
  z-index: 99999;
}

ul.radio-list.sq li {
  padding-left: 18px !important;
}

ul.radio-list.sq li:before {
  color: var(--cyan);
  width: 12px;
  height: 12px;
  border-radius: initial;
  background: var(--cyan);
  border: 0;
  top: 0px;
}

ul.radio-list.sq li:after {
  left: -13px;
  top: 13px;
  background: var(--cyan);
  width: 2px;
}

.comp-img-detail.managed-col {
  margin-top: 60px;
}

.comp-img-detail.managed-col img {
  max-width: 500px;
  width: auto;
}

.comp-img-detail.managed-col .img-detail {
  text-align: center;
}

ul.radio-list li:last-child:after {
  height: 0;
}

@media (max-width: 1024px) {
  ul.managed-sub-nav li a {
    padding: 25px 10px;
  }

  ul.managed-sub-nav li a {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .managed-clear {
    display: none !important;
  }

  .comp_icon-box {
    margin: 0;
    display: block;
  }

  .comp_icon-box .comp_icon-box_item {
    padding: 20px;
    margin: 0;
    margin-bottom: 20px;
  }

  .comp_icon-box .comp_icon-box_item .icon img {
    height: 40px;
    width: auto;
  }

  .comp_icon-box .comp_icon-box_item h6 {
    margin-top: 10px;
  }

  .comp_icon-box .comp_icon-box_item p {
    margin-top: 10px;
  }

  .comp-img-detail.managed-col {
    margin-top: 30px;
  }

  ul.radio-list li {
    padding-bottom: 20px !important;
  }
}

#mktoForm_1794 .mktoButton {
  height: auto !important;
  line-height: normal !important;
  width: auto !important;
  padding: 15px 40px !important;
}

.application-for-internship input {
  text-transform: capitalize;
}

.application-for-internship input#Email {
  text-transform: lowercase;
}

.application-for-internship #mega-menu .sub-items,
.application-for-internship #mega-menu ul li,
.application-for-internship .footer .main-navigation {
  display: none !important;
}

.application-for-internship-thank-you #mega-menu .sub-items,
.application-for-internship-thank-you #mega-menu ul li,
.application-for-internship-thank-you .footer .main-navigation {
  display: none !important;
}

.application-for-internship .ub-emb-container,
.application-for-internship .modal,
.application-for-internship-thank-you .ub-emb-container,
.application-for-internship-thank-you .modal {
  display: none;
}

.application-for-internship #mega-menu ul li.logo,
.application-for-internship-thank-you #mega-menu ul li.logo {
  display: block !important;
}

.subnav_manged-services {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 130px;
}

.subnav_manged-services ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  display: flex;
}

.subnav_manged-services ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  float: none;
  list-style: none;
  position: relative;
}

.subnav_manged-services ul li a {
  font-weight: 400;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75em;
  padding: 20px 25px;
  display: inline-block;
  letter-spacing: 0.08em;
  white-space: nowrap;
  color: #666;
}

.b .side-img {
  float: right;
  margin-left: 20px;
}

@media (max-width: 667px) {
  .side-img {
    float: none;
    margin: 0 !important;
  }
}

.privacy-policy section.section .detail .description {
  padding-bottom: 0 !important;
}

.groundtruth-earns-mrc-accreditation-for-visitation-data .ub-emb-container {
  display: none !important;
}

.mrc-accreditation .ub-emb-container {
  display: none !important;
}

@media (max-width: 667px) {
  #lp-pom-image-71 .lp-pom-image-container img {
    height: auto !important;
  }

  .mrc-accreditation .mktoForm .mktoFormCol {
    width: 100% !important;
  }

  .mobile-nav-container .main-navigation>ul.nav>li .dropdown-menu {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    padding: 5px 5px;
  }

  .mobile-nav-container .main-navigation>ul.nav>li a {
    font-size: 14px;
    line-height: normal;
  }

  .mobile-nav-container .main-navigation>ul.nav>li .dropdown-menu li>a {
    padding: 3px 10px 3px 10px;
    text-transform: uppercase;
    font-size: 14px;
  }

  .mobile-nav-container .main-navigation>ul.nav>li .dropdown-menu li {
    margin: 4px;
  }

  .mobile-nav-container .main-navigation>ul.nav>li.btn-basic a {
    font-size: 14px !important;
  }

  .mobile-nav-container .main-navigation>ul.nav>li {
    padding: 0;
    margin-bottom: 10px;
  }

  .mobile-nav-container .main-navigation>ul.nav>li .caret {
    top: -2px;
    position: relative;
  }

  .mobile-nav-container .main-navigation>ul.nav {
    text-align: center;
    margin-bottom: 125px;
  }

  .mobile-nav-container .main-navigation>ul.nav>li .dropdown-menu li>a {
    /* border: 1px solid #000;
      color: #b8ff06;
      background:#000;
      */
    padding: 5px 10px;
  }
}

@media (max-width: 375px) {
  .mobile-nav-container .main-navigation .dropdown-menu {
    position: static;
  }

  .mobile-nav-container .main-navigation>ul.nav>li .dropdown-menu li>a {
    padding: 6px 8px;
    font-size: 13px;
  }

  .mobile-nav-container .main-navigation>ul.nav>li a {
    font-size: 12px;
    line-height: normal;
  }

  .mobile-nav-container .sub-navigation ul.nav li {
    float: left;
    padding: 5px 3px;
  }

  .mobile-nav-container .sub-navigation ul.nav li.search>a {
    font-size: 15px;
    padding: 0px;
    margin: 0;
    top: 5px;
  }
}

#mega-menu a {
  font-weight: normal;
}

@media (min-width: 992px) {
  section.section.header-section {
    margin-top: 44px;
  }
}

@media (min-width: 667px) {
  .sh-ar-40 {
    padding-bottom: 28% !important;
  }
}

/* .single-format-standard .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol{
  width:100%!important 
}
*/
body.solid-nav header {
  z-index: 9999;
}

@media (max-width: 667px) {
  section.section.header-section {
    margin-top: 0;
  }

  body.wp-rocket-2021 header .main-navigation {
    display: block;
    background: #000;
  }

  body.wp-rocket-2021 .main-navigation .fa-map-marker:after {
    display: none;
  }

  body.wp-rocket-2021 .main-navigation .fa-map-marker:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 78.2'%3E%3Cpath fill='%23b8ff06' d='M53 26.6v-1.8H24.1v21.3h5.5V30.4H47c-1.6 11.7-9.6 25.2-20.6 39-12-15.2-20.5-30.2-20.5-42.7 0-11.4 9-20.8 20.5-20.8 7.8 0 14.2 4.1 17.8 10.3l5-3C44.8 5 36.4 0 26.5 0 11.9 0 0 11.8 0 26.6c0 15.1 11 33.6 26.5 51.6C42 60.2 53 41.7 53 26.6'/%3E%3C/svg%3E") !important;
  }

  body.wp-rocket-2021 header .main-navigation ul.nav>li.btn-home>a {
    padding: 0 24px;
  }

  body.wp-rocket-2021 .section .description {
    opacity: 1 !important;
  }

  body.wp-rocket-2021 h2.heading {
    opacity: 1 !important;
  }

  body.wp-rocket-2021 header .main-navigation ul.nav>li.btn-home>a {
    padding: 0 24px;
  }
}

.home-banner-mobile {
  padding: 0 !important;
}

.home-banner-mobile .carousel-indicators {
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
}

.home-banner-mobile .detail-content {
  padding-top: 30px !important;
}

.comp-unsubscribe-newsletter {
  max-width: 400px;
  margin: auto;
  margin-top: 30px;
}

.unsubscribe-newsletter form.mktoForm .mktoFormRow .mktoFormCol {
  width: 100% !important;
}

.social-links a {
  margin: 0 7px;
  font-size: 22px;
  color: #000;
}

.comp-unsubscribe-newsletter form.mktoForm .mktoButtonWrap button.mktoButton {
  margin-top: 0 !important;
}

@media (max-width: 1450px) {
  form.mktoForm {
    font-size: 16px !important;
  }

  form.mktoForm .mktoButtonWrap button.mktoButton {
    font-size: 15px !important;
  }
}

@media (max-width: 667px) {
  .social-links a {
    margin: 0 5px;
    font-size: 18px;
  }
}

.mktoForm .mktoFormRow:nth-child(10) .mktoCheckboxList {
  width: 100% !important;
}

#mktoForm_1653 #LblgeneralNewsletter:before {
  top: -34px;
}

#mktoForm_1653 label#LblgeneralNewsletter {
  padding-left: 22px;
}

#mktoForm_1664 .mktoCheckboxList #Email_Opt_In__c {
  width: 25px !important;
  position: absolute;
  left: 15px;
}

#mktoForm_1664 #LblEmail_Opt_In__c {
  padding-left: 22px;
}

.subscription-newsletter-block .mktoHtmlText {
  width: 100% !important;
}

.subscription-newsletter-block .mktoForm .mktoFormRow {
  display: block !important;
}

#mktoForm_1664 .mktoButtonRow {
  margin-top: -10px !important;
}

.page-custom-header.with-img .col {
  text-align: left;
}

.page-custom-header.with-img {
  margin: 0 -15px;
}

.page-custom-header.with-img .col {
  padding: 0 15px;
}

.page-custom-header.with-img .tag {
  padding-left: 15px;
  text-align: left;
}

.page-custom-header.with-img .phone-img {
  text-align: right;
}

.page-custom-header.with-img .phone-img img {
  max-height: 370px;
  max-width: 100%;
}

@media (max-width: 667px) {
  .page-custom-header.with-img {
    margin: 0;
  }

  .page-custom-header.with-img .tag {
    padding-left: 0;
    font-size: 15px;
  }

  .comp-img-detail-auto .comp-img-detail {
    margin-top: 30px !important;
    padding: 0 !important;
  }

  .page-custom-header.with-img .phone-img img {
    max-height: inherit;
    max-width: 80%;
  }
}

.gt-mega-subnav {
  padding: 0 !important;
  box-shadow: 0 3px 3px rgb(0 0 0 / 10%) !important;
  position: relative;
  z-index: 9;
}

.gt-mega-subnav .description ul li:before,
.gt-mega-subnav .detail .detail-icon,
.gt-mega-subnav .wp-content-section ul li:before {
  display: none !important;
}

.gt-mega-subnav .container {
  width: 100% !important;
  max-width: 100%;
}

.gt-mega-subnav .detail .description {
  padding-bottom: 0 !important;
}

.gt-mega-subnav .subnav_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 130px;
}

.gt-mega-subnav .subnav_menu .right-cta {
  display: flex;
  align-items: center;
}

.gt-mega-subnav .subnav_menu a.action-cta {
  font-weight: 400;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.08em;
  margin-top: -1px;
}

.gt-mega-subnav .subnav_menu ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  display: flex;
}

.gt-mega-subnav .subnav_menu ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  float: none;
  list-style: none;
  position: relative;
}

.gt-mega-subnav .subnav_menu ul li a {
  font-weight: 400;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75em;
  padding: 20px 25px;
  display: inline-block;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.gt-mega-subnav .subnav_menu ul li:hover a {
  color: #0083c6 !important;
}

.gt-mega-subnav .subnav_menu ul li a.active {
  color: #0083c6 !important;
  position: relative !important;
}

.gt-mega-subnav .subnav_menu ul li a.active::after {
  content: "";
  height: 2px;
  width: 100%;
  background: #0083c6;
  position: absolute;
  left: 0;
  bottom: 0;
}

.gt-mega-subnav .subnav_menu ul li a i {
  padding-left: 0.5em;
}

.gt-mega-subnav.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  top: 73px;
}

.gt-mega-subnav.sticky .subnav_menu a.logo {
  opacity: 1;
}

.gt-mega-subnav .subnav_menu ul li.main a {
  background: var(--grey-light) !important;
  padding: 20px 20px;
  color: #000;
}

.gt-mega-subnav .subnav_menu ul li a:hover {
  color: #0083c6;
}

.gt-mega-subnav .carousel-inner>.item {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.gt-mega-subnav .carousel .carousel-inner,
.gt-mega-subnav .panel {
  overflow: visible !important;
}

.gt-mega-subnav ul.sub-menu {
  position: absolute;
  z-index: 999;
  width: auto;
  left: 526px;
  top: 58px;
  display: block;
  background: #f6f6f6;
  box-shadow: 0 3px 3px rgb(0 0 0 / 10%) !important;
  display: none;
}

.gt-mega-subnav ul.sub-menu li {
  width: 100%;
  display: block;
}

.gt-mega-subnav ul.sub-menu li a {
  margin: 0;
  padding: 8px 20px;
  text-transform: capitalize;
  width: 100%;
  font-size: 14px;
  color: #000;
  background: #eee;
  letter-spacing: 0.3px;
}

.gt-mega-subnav .subnav_menu ul li.for-industry:hover ul.sub-menu li:hover a {
  background: #fff;
  color: #000;
}

.gt-mega-subnav .description {
  overflow: visible !important;
}

.key-audiences .comp-img-detail {
  margin-top: 40px;
}

.green-num-box {
  background: var(--lemon);
  padding: 18px;
  border: 1px solid var(--grey-medium);
  text-align: center;
}

.green-num-box .industry-counts {
  font-weight: 400;
  line-height: 70px;
  font-size: 75px;
  margin-bottom: 10px;
}

.green-num-box p {
  font-size: 15px;
  line-height: normal;
}

.comp-gt-signup h2,
.comp-self-serve-nl h2 {
  margin-bottom: 10px;
}

.comp-gt-signup p {
  margin-bottom: 5px;
  max-width: 90%;
}

.comp-gt-signup .btn.btn-basic {
  font-size: 15px !important;
  padding: 14px 20px !important;
  line-height: normal !important;
  margin-top: 0px;
  min-width: 190px;
}

.comp-gt-signup .comp-item {
  width: 50%;
  padding: 0 100px;
}

.comp-gt-signup .comp-item-gutter {
  margin: 0 -100px;
  display: flex;
  justify-content: space-between;
}

.comp-gt-signup .comp-item-copy {
  min-height: 78px;
}

#mktoForm_1664 {
  margin-top: -50px;
}

#mktoForm_1664.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  width: auto;
  line-height: normal;
  padding: 0 !important;
  height: auto !important;
  padding: 13px 23px !important;
  margin: 0 !important;
  font-size: 16px !important;
  min-width: 185px;
}

#mktoForm_1664.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  background: #000 !important;
  color: #b8ff06 !important;
}

section.section.gt-mega-subnav .detail>.detail-inner {
  padding: 0;
}

#mktoForm_1653 {
  margin-top: -40px !important;
}

#mktoForm_1653 #LblSubscribed_to_Newsletter__c_account {
  padding-left: 22px;
}

#mktoForm_1653 #LblSubscribed_to_Newsletter__c_account:before {
  top: -54px;
}

.cpg-box .img-box {
  background: #f6f6f6;
  text-align: left;
  margin-top: 30px;
  display: flex;
}

.cpg-box .img-box img {
  width: 100%;
  max-width: 300px;
}

.cpg-box .img-box .copy {
  padding: 20px;
}

.last-child-margin :last-child {
  margin-bottom: 0 !important;
}

.cpg-box .img-box .copy h5 {
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 7px;
}

.cpg-box .col-md-4 {
  width: 100%;
}

.icon-feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center;
}

.icon-feature-box .col {
  padding: 0 15px;
  margin-top: 30px;
}

.icon-feature-box .icon-box {
  padding: 25px 25px;
  background: var(--grey-light);
  border-radius: 2px;
}

.icon-feature-box .icon-box h5 {
  margin: 0;
  margin-top: 20px;
  min-height: initial;
  min-height: initial;
  font-size: 26px;
  line-height: normal;
  text-align: center;
}

.icon-feature-box .icon-box .title_box img {
  height: 50px;
  max-width: inherit;
  margin-bottom: 15px;
}

.icon-feature-box .icon-box .title_box {
  margin-bottom: 15px;
  padding-top: 0;
  background: 0 0;
  text-align: center;
}

.icon-feature-box.ss-agency .content-box {
  min-height: 175px;
}

.icon-feature-box.ss-auto .content-box {
  min-height: 100px;
}

.cta-strip {
  margin-top: 50px;
}

.tag {
  margin-bottom: 10px;
  font-size: 16px;
}

.text-up {
  text-transform: uppercase;
}

.ads-manager-faqs #mktoForm_1208,
.ads-manager-faqs #mktoForm_1208 #LblmarketingCommunications a,
.ads-manager-how-it-works #mktoForm_1208,
.ads-manager-how-it-works #mktoForm_1208 #LblmarketingCommunications a {
  color: #fff !important;
}

.section-faq .faq-raw {
  background: #fff;
  margin-top: 20px;
}

.section-faq.with-gray-bg .faq-raw .faq-answer {
  background: #f6f6f6;
}

.section-faq.with-gray-bg .faq-raw .faq-ques {
  background: #f6f6f6;
}

.section-faq .faq-raw .faq-ques {
  padding: 20px 25px;
  cursor: pointer;
  position: relative;
  border: 1px var(--grey-medium) solid;
  border-left: 5px var(--grey-medium) solid;
  padding-left: 22px;
  line-height: normal;
  font-size: 18px;
  font-weight: 400;
}

.section-faq .faq-raw .faq-ques h2 {
  line-height: normal;
  margin: 0;
}

.section-faq .faq-raw .faq-answer {
  display: none;
  padding: 20px 25px;
  background: #fff;
  border: 1px #e9e9e9 solid;
  border-top: 0;
}

.section-faq .faq-raw .faq-answer a {
  color: var(--blue);
}

.section-faq .faq-raw .faq-answer p:last-child {
  margin: 0;
}

.section-faq .faq-raw .faq-answer h6 {
  margin-bottom: 5px;
}

.section-faq .faq-cat {
  text-align: center;
  margin-top: 40px;
}

.section-faq .faq-raw .faq-ques:before {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  right: 25px;
  top: 23px;
  transition: all 0.5s;
  color: #888;
}

.section-faq .faq-raw .faq-ques.active {
  border-left: 5px var(--teal) solid;
}

.section-faq .faq-raw .faq-ques.active:before {
  transform: rotate(180deg);
}

.section-faq.ctv-faq .faq-raw .faq-ques {
  border-left: 5px var(--teal) solid;
}

.section-faq.ctv-faq .faq-raw .faq-answer {
  display: block;
}

#LblmarketingCommunications {
  padding-left: 20px;
}

#marketingCommunications {
  width: 15px !important;
}

.comp-img-detail {
  margin-top: 40px;
}

.comp-img-detail .gutter {
  margin: 0 -20px;
  display: flex;
}

.comp-img-detail .gutter.ac {
  align-items: center;
}

.comp-img-detail .img-detail {
  padding: 0 20px;
  width: 50%;
  text-align: left;
}

.comp-img-detail .img-detail h6 {
  text-align: center;
  margin-top: 12px;
}

.comp-img-detail .img-detail img {
  height: auto !important;
}

.comp-img-detail .copy-detail {
  padding: 0 20px;
  width: 50%;
  text-align: left;
}

.comp-img-detail .copy-detail ul {
  margin: 0;
  margin-top: 20px;
  padding-left: 18px;
}

.comp-img-detail-auto .comp-img-detail {
  margin-top: 60px;
}

.comp-img-detail.col-48 .copy-detail {
  width: 65%;
}

.comp-img-detail.col-48 .img-detail {
  width: 35%;
}

.ss-webinar-module p {
  margin-bottom: 10px;
}

.ss-webinar-module .btn.btn-basic {
  font-size: 14px !important;
  padding: 12px 20px !important;
  line-height: normal !important;
  margin: 10px 5px 0 0;
}

.ss-webinar-module p.tag {
  text-transform: uppercase;
  line-height: normal;
  font-size: 15px;
  font-family: var(--font-normal);
  margin-bottom: 10px;
}

p.tag-label {
  text-transform: uppercase;
  line-height: normal;
  font-size: 15px;
  font-family: var(--font-normal);
  margin-bottom: 10px;
}

.ss-webinar-module p {
  margin-bottom: 10px;
  font-size: 16px;
}

body.insights_case-study blockquote {
  width: 100% !important;
  float: none !important;
  margin: 10px 0px !important;
  border-left: 0 solid #000 !important;
  padding-left: 0px !important;
}

.comp-btn {
  font-size: 17px;
  font-weight: 400 !important;
  padding: 16px 30px;
  display: inline-block;
  line-height: normal;
  min-width: 152px;
  text-align: center;
}

.comp-btn.text-up {
  font-size: 16px;
}

.comp-btn.tc {
  text-transform: capitalize;
}

.comp-btn.s-20 {
  margin-top: 20px;
}

.comp-btn.bg-green:hover {
  font-weight: 400 !important;
}

.comp-btn.ghost {
  border: 2px #fff solid;
  padding: 14px 26px;
}

.comp-btn.ghost.charcoal {
  border-color: var(--charcoal);
  color: var(--charcoal);
}

.comp-btn.ghost.navy {
  border-color: var(--navy);
  color: var(--navy);
}

.comp-btn.ghost.teal {
  border-color: var(--teal);
  color: var(--teal);
}

.comp-btn.ghost.seafoam {
  border-color: var(--seafoam);
  color: var(--seafoam);
}

.comp-btn.ghost.green {
  border-color: var(--green);
  color: var(--green);
}

.comp-btn.ghost.white {
  border-color: #fff;
  color: #fff;
}

.comp-btn.h-charcoal:hover {
  background: var(--charcoal) !important;
  color: #fff !important;
  border-color: var(--charcoal) !important;
}

.comp-btn.h-green:hover {
  background: var(--green) !important;
  color: var(--charcoal) !important;
  border-color: var(--green) !important;
  font-weight: 400 !important;
}

.comp-btn.h-navy:hover {
  background: var(--navy) !important;
  color: #fff !important;
  border-color: var(--navy) !important;
}

.comp-btn.h-teal:hover {
  background: var(--teal) !important;
  color: #fff !important;
  border-color: var(--teal) !important;
}

.comp-btn.h-seafoam:hover {
  background: var(--seafoam) !important;
  color: var(--charcoal) !important;
  border-color: var(--seafoam) !important;
}

.comp-btn.h-ghost:hover {
  background: transparent !important;
  color: #fff !important;
  border: 2px #fff solid;
  padding: 12px 26px;
}

.contact-auto-advertising .banner-detail-section,
.contact-auto-advertising section.section .detail .detail-icon,
.contact-auto-advertising section.section .detail .description {
  padding: 0 !important;
  margin: 0 !important;
  display: block;
}

.comp-img-card .tag {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  position: absolute;
  margin: 0;
  font-size: 21px
}

.comp-img-card .img-card {
  position: relative;
  border-radius: 20px 20px 0 0 !important;
  overflow: hidden;
}

.comp-img-card .img-card br {
  display: none
}

.comp-img-card .count {
  font-size: 50px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
  display: block;
}

.comp-img-card h5 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px !important;
}

.comp-img-card .cta-row {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.comp-img-card .cta-row {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.comp-img-card .cta-row img {
  width: auto;
  height: 30px;
}

.btn-arrow-2 {
  background: #18303d;
  padding: 0;
  display: flex;
  border-radius: 8px !important;
  box-shadow: 2px 2px 10px rgb(85 155 171 / 30%) !important;
  width: 90px;
  height: 45px;
  align-items: center;
  justify-content: center;
}

.btn-arrow-2:hover {
  background: #20d2b5;
}

a.btn-arrow-2 img {
  width: 25px !important;
}

.comp-img-card h5::after {
  content: "";
  width: 70px;
  height: 5px;
  background: #559bab;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 4px;
}

.comp-img-card .img-card img {
  width: 100%;
  max-width: inherit;
}

.comp-img-card .copy-card {
  padding: 30px 40px;
  background: #fff;
  color: #151e24;
}

.comp-color-box {
  padding: 80px;
  margin-top: -142px;
}

.auto-advertising .panel.container {
  position: static !important;
  overflow: inherit !important;
}

.img-caption {
  font-size: 14px;
  line-height: normal;
  font-weight: 300;
  margin: -12px 0 18px 0 !important;
}

.ctv-calc-wb {
  background: #fff;
  padding: 40px;
  margin-top: 50px;
  box-shadow: 2px 2px 40px rgba(130, 150, 165, 0.1) !important;
  border-radius: 4px !important;
}

.text-seafoam {
  color: #20d2b5;
}

.ctv-calculator_frame.f-2,
.ctv-calculator_frame.f-3 {
  display: none;
}

.atl {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  line-height: normal;
}

.ctv-calculator_frame .copy-detail.calc-result .calc-tag {
  margin: 0;
  font-size: 19px;
  font-weight: 400;
  border: 1px solid #d5dfe2;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.ctv-calculator_frame .copy-detail.calc-result .calc-tag .state-1 {
  color: #47667a;
  font-size: 16px;
}

.ctv-calculator_frame .copy-detail.calc-result h6 {
  font-size: 34px !important;
}

.atl .fa {
  font-size: 21px;
  margin-right: 7px;
}

.ctv-calculator .comp-icon-details_col input {
  border: 1px solid #d5dfe2;
  padding: 10px 15px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  width: 100%;
  box-shadow: 0px 2px 15px rgb(55 82 95 / 6%) !important;
}

p.placeholder {
  position: relative
}

p.placeholder span {
  color: #8296a5;
  font-weight: 400;
  position: absolute;
  top: 12px;
  left: 20px;
}

.comp-icon-details.ctv-calculator {
  align-items: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 100px;
  margin: auto;
}

#btn-compare {
  min-width: 550px;
}

.comp-icon-details.ctv-calculator h5 span {
  align-items: center;
  font-size: 18px;
  position: relative;
  top: -2px;
}

.ctv-calculator .comp-icon-details_col .alert-row {
  min-height: 20px;
  margin-top: 2px;
}

.ctv-calculator .comp-icon-details_col p {
  margin-bottom: 0;
}

.ctv-calculator .comp-icon-details_col p.alert-m {
  color: #e14d43;
  font-size: 13px;
  font-weight: 400;
  display: none;
}

.ctv-calculator_frame.f-2 .big-box {
  font-size: 60px;
  font-weight: 700;
  background: #18303d;
  line-height: normal;
  margin-bottom: 20px;
  display: inline-flex;
  color: #fff;
  height: 110px;
  width: auto;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  min-width: 160px;
}

.ctv-calculator_frame.f-1 h6 {
  line-height: inherit !important;
  text-transform: uppercase !important;
  margin: 10px 0 0 0 !important;
}

.ctv-calculator_frame.f-1 p.v-label {
  line-height: normal;
  font-weight: 400;
  font-size: 15px;
  margin: 5px 0 20px 0;
  color: #8296a5;
}

.ctv-calculator_frame.f-2 .color-box {
  background: #fff;
  padding: 20px;
  margin-top: 30px;
  line-height: 1.3;
}

.ctv-calculator_frame.f-2 .comp-img-detail .copy-detail {
  padding: 0 90px;
}

#btn-compare img {
  width: 21px;
  margin-left: 4px;
}

.ctv-calculator .comp-icon-details_col .icon img {
  width: auto;
  height: 90px;
}

.ctv-calculator_frame.f-2 .big-box img {
  width: 85px;
}

.gt-calculator-sec .iconsmall {
  height: 60px;
  margin-bottom: 15px;
}

.gt-calculator-sec h4 {
  margin-bottom: 25px !important;
}

.product-template-default h2.heading {
  text-align: inherit;
}

.ul-center {
  display: flex;
  justify-content: center;
  text-align: left;
}

p.bull {
  margin-bottom: 10px;
}

p.bull img {
  margin-right: 10px;
  width: 16px !important;
  position: relative;
  top: -2px;
}

.ul-center.with-green p.bull img {
  width: 17px !important;
}

.desktop-display-advertising .bg-charcoal {
  background: transparent !important;
  background: url(https://www.groundtruth.com/wp-content/uploads/2022/04/img-bg.jpg) !important;
  background-size: cover !important;
}

.ctv-value-calculator .bg-charcoal {
  background: transparent !important;
  background: url(https://www.groundtruth.com/wp-content/uploads/2022/04/bg-gradient.jpg) !important;
  background-size: cover !important;
}

a.btn-arrow {
  background: #ffff;
  padding: 0px 36px;
  display: inline-flex;
  border-radius: 8px !important;
  box-shadow: 2px 2px 10px rgb(85 155 171 / 30%) !important;
}

a.btn-arrow img {
  width: 25px !important;
}

.btn-arrow img.aw {
  display: none;
}

.btn-arrow:hover {
  background: #18303d;
}

.btn-arrow:hover img.aw {
  display: block;
}

.btn-arrow:hover img.ab {
  display: none;
}

.single-glossary_term .manual-cta-section,
.single-faq .manual-cta-section {
  display: none;
}

.comp-gp-1,
.comp-gp-2 {
  padding: 40px 0;
}

.single-glossary_term .comp-cta {
  padding: 40px 0;
}

.gp-row {
  margin: 0 -12px 20px -12px !important;
}

.glossary-post_item {
  padding: 0px 12px 0px 12px !important;
  margin-bottom: 24px;
}

.glossary-post_item .panel {
  background: #e9f0f2;
  padding: 25px;
  border-radius: 10px !important;
}

.glossary-post_item:hover .panel {
  background: #e7fba8;
}

.glossary-post_item .panel p {
  margin: 0;
}

body.single .panel.author {
  border-top: 1px solid #d5dfe2 !important;
}

.border-top-black.author.panel img {
  width: 60px !important;
}

.comp-img-round .img-lable-item .item-copy span.copy:hover {
  background: #151e24cc;
}

.comp-icon-details_col h5 {
  font-weight: 700 !important;
}

.comp-wrb {
  background: #fff;
  border-radius: 20px !important;
  padding: 30px 60px;
}

.comps-cta-demo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.comps-cta-demo .comp-btn {
  margin: 0 20px;
}

@media only screen and (max-width: 1400px) {
  .gt-mega-subnav .subnav_menu {
    padding: 0;
  }

  .gt-mega-subnav ul.sub-menu {
    left: 396px;
  }

  .gt-mega-subnav.sticky {
    top: 71px;
  }
}

@media (max-width: 991px) {
  .fa-map-marker {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  header .main-navigation ul.nav>li.btn-home>a {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  .gt-mega-subnav.sticky {
    top: 66px;
  }
}

@media only screen and (max-width: 667px) {
  .auto-advertising .comp-btn.ghost {
    margin-top: 10px
  }

  .btn-arrow-2 {
    width: 70px;
    height: 35px;
  }

  a.btn-arrow-2 img {
    width: 20px !important;
  }

  .comp-img-card .copy-card {
    padding: 20px;
  }

  .comp-img-card .tag {
    font-size: 19px;
  }

  .comp-img-card .count {
    font-size: 40px;
  }

  .comp-icon-details_col .icon img {
    width: 40px !important;
  }

  .spacer-50 {
    margin-top: 20px;
  }



  .comp-color-box {
    padding: 30px;
    margin-top: 0;
  }

  .comp-color-box .comp-icon-details_col:last-child {
    margin-bottom: 0 !important
  }

  .comp-color-box .comp-icon-details_col {
    margin: 25px 0 0 0
  }

  .mtc {
    text-align: center !important;
  }

  .comp-icon-details .comp-icon-details_col,
  .ctv-calculator_frame h6,
  .ctv-calculator_frame p.v-label,
  .ctv-calc-wb,
  .ctv-calculator_frame .copy-detail.calc-result .calc-tag,
  .ctv-calculator_frame h6,
  .ctv-calc-wb h3,
  .ctv-calc-wb p,
  .ctv-btn-module h5,
  .ctv-value-calculator h1,
  .ctv-value-calculator h2,
  .ctv-value-calculator p.sub-heading {
    text-align: center !important
  }

  #btn-compare img {
    width: 17px;
  }

  .ctv-value-calculator .line-teal::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .ul-center.with-green p {
    text-align: left !important
  }

  .comp-icon-details.ctv-calculator {
    padding: 0;
  }

  p.placeholder span {
    top: 8px;
    left: 12px;
  }

  .ctv-calculator .comp-icon-details_col .alert-row {
    min-height: initial
  }

  .ctv-calc-wb {
    padding: 20px;
    margin-top: 20px;
  }

  .ctv-calculator .comp-icon-details_col .icon img {
    width: 50px;
    height: auto;
  }

  .ctv-calculator .comp-icon-details_col input {
    padding: 7px 15px;
    font-size: 16px;
  }

  .ctv-calculator_frame .copy-detail.calc-result .calc-tag {
    font-size: 17px;
    padding: 7px 10px;
    display: block;
  }

  .ctv-calculator_frame .copy-detail.calc-result .calc-tag .state-1 {
    color: #47667a;
    font-size: 16px;
    width: 100%;
    display: block;
    margin-bottom: 0px;
  }

  .ctv-calculator_frame.f-2 .big-box {
    font-size: 50px;
    display: flex;
    height: 110px;
    padding: 20px;
    width: 110px;
    margin: auto;
    margin-bottom: 15px;
  }

  .ctv-calculator_frame h3 {
    font-size: 24px !important;
  }

  .comp-img-detail .copy-detail {
    border: 0 !important;
  }

  h6.lfw-700 {
    font-weight: 400 !important;
  }

  #btn-compare {
    min-width: 100%;
  }

  .atl {
    font-size: 13px;
  }

  a.btn-arrow {
    padding: 10px 40px;
    display: flex;
    border-radius: 6px !important;
    align-items: center;
    justify-content: center;
  }

  a.btn-arrow img {
    width: 25px !important;
  }

  .ul-center {
    justify-content: left;
  }

  .glossary-post_item .panel {
    padding: 15px;
    border-radius: 6px !important;
  }

  .glossary-post_item {
    margin-bottom: 15px;
  }

  .comp-label {
    margin: 0;
  }

  .comp-label .comp-label_item {
    padding: 5px;
  }

  .comp-label .comp-label_item .tag {
    font-size: 16px !important;
  }

  .comp-wrb {
    border-radius: 16px !important;
    padding: 20px;
  }

  .comp-btn {
    font-size: 15px !important;
    padding: 14px 20px !important;
  }

  .green-num-box .industry-counts {
    line-height: 55px;
    font-size: 60px;
  }

  .green-num-box {
    padding: 12px;
  }

  .icon-feature-box {
    margin: 0 !important;
  }

  .cpg-box .img-box {
    display: block;
    margin-top: 15px;
  }

  .cpg-box .img-box img {
    width: 100%;
    max-width: inherit;
  }

  .comp-img-detail .copy-detail .btn.btn-basic {
    font-size: 14px;
    margin-top: 0 !important;
    padding: 12px 15px;
    line-height: normal;
  }

  .comp-img-detail.col-48 .copy-detail {
    width: 100%;
  }

  .comp-img-detail.col-48 .img-detail {
    width: 100%;
  }

  .comp-img-detail .copy-detail {
    padding: 0 !important;
  }

  .icon-feature-box .icon-box .title_box {
    min-height: inherit !important;
    margin-bottom: 15px;
  }

  .icon-feature-box .content-box {
    min-height: inherit !important;
  }

  .icon-feature-box .icon-box h5 {
    font-size: 20px;
  }

  .icon-feature-box .icon-box .title_box img {
    height: 40px;
  }

  .icon-feature-box .icon-box {
    margin: 0;
  }

  .icon-feature-box .icon-box {
    padding: 15px;
  }

  .icon-feature-box .col {
    padding: 0;
    margin-top: 15px;
  }

  .section-real-estate .col-md-4 {
    padding: 0 !important;
  }

  .ss-webinar-module p {
    font-size: 14px;
  }

  .real-estate-text-box .icon img {
    height: 35px !important;
  }

  .page-custom-header .col {
    padding: 0 !important;
    text-align: left !important;
  }

  .comp-gt-signup p {
    max-width: 100%;
  }

  .comp-gt-signup .comp-item-gutter {
    margin: 0;
    flex-direction: column;
  }

  .comp-gt-signup .comp-item {
    width: 100%;
    text-align: left;
    padding: 0 15px;
  }

  .comp-gt-signup .btn.btn-basic {
    font-size: 14px !important;
    padding: 14px 20px !important;
    line-height: normal !important;
    margin-top: 20px;
    min-width: 170px;
  }

  .ss-webinar-module .btn.btn-basic {
    min-width: 209px;
  }

  section.section .detail>.detail-inner {
    padding: 10px 15px 0 15px !important;
  }

  .ss-webinar-module h3 {
    line-height: normal;
  }

  .ss-webinar-module p.tag {
    font-size: 14px;
  }

  .row.gutter {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .row.gutter .col-grid {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .comp-gt-signup .comp-item-copy {
    min-height: inherit;
  }

  .comp-gt-signup .comp-item:last-child {
    margin-top: 30px;
  }

  .section-faq .faq-raw {
    background: #fff;
    margin-top: 10px;
  }

  .section-faq .faq-raw .faq-ques {
    line-height: 24px;
    padding: 12px 15px;
    padding-right: 30px;
    font-size: 16px;
  }

  .section-faq .faq-raw .faq-ques:before {
    right: 15px;
    right: 15px;
    top: 12px;
    font-size: 12px;
  }

  .section-faq .faq-cat {
    margin-top: 30px;
  }

  .section-faq .faq-raw .faq-answer {
    padding: 15px;
  }

  .comp-img-detail .gutter {
    margin: 0;
    flex-direction: column;
  }

  .comp-img-detail .gutter.reverse {
    flex-direction: column-reverse;
  }

  .comp-img-detail .img-detail {
    padding: 0;
    width: 100%;
  }

  .comp-img-detail.grid-30 .img-detail,
  .comp-img-detail.grid-30 .copy-detail {
    padding: 0 !important;
  }

  .comp-img-detail .copy-detail {
    padding: 0 15px;
    width: 100%;
  }

  .comp-img-detail {
    margin-top: 20px;
    padding: 0;
  }

  .gt-mega-subnav .subnav_menu {
    padding: 0;
  }

  section.section.gt-mega-subnav .detail>.detail-inner {
    padding: 0 !important;
  }

  .gt-mega-subnav .subnav_menu ul li a.all-static {
    padding: 15px 12px;
    letter-spacing: 0.06em;
  }

  .gt-mega-subnav.sticky {
    top: 57px;
  }

  #main-content.flick {
    margin-top: 52px !important;
  }

  .gt-mega-subnav .subnav_menu ul.menu-links {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
  }

  .gt-mega-subnav ul.sub-menu {
    left: 0;
    top: 43px;
    width: 100%;
    background: #fff;
    border-top: #000 solid 2px;
  }

  .gt-mega-subnav ul.sub-menu li {
    width: 49%;
    display: inline-block;
  }

  .gt-mega-subnav ul.sub-menu li a {
    background: #fff;
    padding: 10px 15px;
  }

  .gt-mega-subnav .subnav_menu ul li a.all-static {
    font-size: 10px;
  }
}

.mobile-advertising .header-spacer+.ar-auto,
.product-template-default.mobile-advertising .header-spacer {
  display: none;
}

.mobile-nav-container .main-navigation {
  overflow-y: scroll;
  top: 55px !important;
  height: 100%;
  transform: none;
}

.about .team-section a.grid-item .panel {
  pointer-events: none;
}

#mega-menu ul li .mega-menu-sidebar .sidebar-cta {
  margin-top: 20px;
}

footer nav.main-navigation>ul.nav>li:nth-of-type(2) {
  top: 136px;
}

.mktoFormRow.signup-nl .mktoFormCol {
  width: 100% !important;
}

.mktoButtonRow.with-signup-nl .mktoButtonWrap {
  margin: -60px 0 0 30px !important;
}

#LblSubscribed_to_Newsletter__c {
  padding-left: 20px;
}

.mktoFormRow.signup-nl .mktoFormCol .mktoCheckboxList {
  top: -5px;
  position: absolute;
  width: 100px !important;
}

form.mktoForm .mktoButtonRow {
  text-align: center;
  display: flex;
}

form.mktoForm .mktoButtonRow {
  text-align: center;
  display: flex;
  width: 100%;
  align-items: center;
  justify-items: center;
  justify-content: center;
  margin: 0 !important;
}

form.mktoForm {
  padding-top: 0 !important;
}

.subscription-newsletter-block {
  max-width: 915px;
  margin: 0 auto;
  background: #f6f6f6;
  padding: 44px 35px 44px 30px;
  font-size: 16px;
}

.subscription-newsletter-block form.mktoForm {
  float: none;
  display: flex;
  flex-wrap: wrap;
}

.subscription-newsletter-block form.mktoForm .mktoFormRow {
  width: 50% !important;
  float: left;
}

.subscription-newsletter-block form.mktoForm .mktoFormCol {
  width: 100% !important;
}

.subscription-newsletter-block form.mktoForm .mktoFormRow {
  flex: 0 0 100%;
  padding: 0px !important;
}

.subscription-newsletter-block form.mktoForm .mktoFormRow:nth-child(2) {
  flex: 0 0 50%;
  padding-right: 25px !important;
}

.subscription-newsletter-block form.mktoForm .mktoFormRow:nth-child(3) {
  padding: 25px 18px 10px 18px !important;
  background: #fff;
  flex: 0 0 50%;
  margin-bottom: 25px !important;
  line-height: 1.4;
}

.subscription-newsletter-block form.mktoForm .mktoFormRow:nth-child(3) label#LblgeneralNewsletter {
  padding-left: 0 !important;
  left: 12px;
}

.subscription-newsletter-block form.mktoForm .mktoFormRow:nth-child(3) .mktoFormCol:nth-child(2) {
  margin-top: -12px !important;
}

.nl-btl {
  color: #0083c6;
  font-weight: 400;
}

.subscription-newsletter-block form.mktoForm .mktoFormRow:nth-child(2) .mktoFormCol {
  margin: 0 0 10px 0 !important;
}

.subscription-newsletter-block form.mktoForm .mktoFormRow:nth-child(3) .mktoFormCol {
  margin: 0 0 12px 0 !important;
}

.subscription-newsletter-block form.mktoForm .mktoFormRow:nth-child(4) .mktoFormCol {
  margin: 0 0 5px 0 !important;
}

.subscription-newsletter-block .mktoCheckboxList {
  flex-wrap: wrap;
  margin-top: -15px !important;
}

form.mktoForm .mktoFormCol div.mktoFieldWrap label.mktoLabel a {
  color: #0083c6;
  font-weight: 400;
}

.subscription-newsletter-block .mktoForm .mktoCheckboxList>label {
  padding: 0 !important;
  flex: 0 0 100px !important;
}

.subscription-newsletter-block .mktoForm .mktoCheckboxList>label#LblmktoCheckbox_30044_5 {
  flex: 0 0 185px !important;
}

.subscription-newsletter-block .additional-label.label-1 {
  font-weight: 400;
  margin-bottom: 4px;
  padding-left: 22px !important;
  color: #000;
}

.subscription-newsletter-block .additional-label.label-3 {
  line-height: 1.4;
  color: #000;
  font-weight: 300;
}

.subscription-newsletter .ub-emb-container {
  display: none !important;
}

.groundtruth-general-newsletter-sample #mega-menu,
.groundtruth-general-newsletter-sample .footer,
.groundtruth-general-newsletter-sample .header-spacer,
.groundtruth-general-newsletter-sample section.section .detail .detail-icon {
  display: none;
}

.groundtruth-general-newsletter-sample .bg-gray {
  background-color: #888 !important;
  padding: 0 !important;
}

.groundtruth-general-newsletter-sample section.section .detail .description {
  padding-bottom: 0;
}

.groundtruth-general-newsletter-the-lean-industry-briefs-sample #mega-menu,
.groundtruth-general-newsletter-the-lean-industry-briefs-sample .footer,
.groundtruth-general-newsletter-the-lean-industry-briefs-sample .header-spacer,
.groundtruth-general-newsletter-the-lean-industry-briefs-sample section.section .detail .detail-icon {
  display: none;
}

.groundtruth-general-newsletter-the-lean-industry-briefs-sample .bg-gray {
  background-color: #888 !important;
  padding: 0 !important;
}

.groundtruth-general-newsletter-the-lean-industry-briefs-sample section.section .detail .description {
  padding-bottom: 0;
}

@media (max-width: 768px) {

  .subscription-newsletter-block form.mktoForm .mktoFormRow,
  .subscription-newsletter-block form.mktoForm .mktoFormRow.mktoFormRow:nth-child(2),
  .subscription-newsletter-block form.mktoForm .mktoFormRow:nth-child(3) {
    width: 100% !important;
    flex: 0 0 100%;
  }

  .subscription-newsletter-block form.mktoForm .mktoFormRow:nth-child(3) {
    padding: 15px !important;
    margin: 15px 0 15px 0 !important;
  }

  .subscription-newsletter-block {
    padding: 15px 10px;
  }

  .subscription-newsletter-block .mktoForm .mktoCheckboxList label {
    margin: 0 0 15px 0 !important;
    display: inline;
    flex: 0 0 50% !important;
  }

  .subscription-newsletter-block .mktoForm .mktoCheckboxList #LblEmail_Opt_In__c {
    top: 1px;
    left: -20px;
  }

  .subscription-newsletter-block .mktoForm .mktoCheckboxList #LblgeneralNewsletter {
    top: 1px;
    left: 0 !important;
  }
}

.insights_case-study .page-header {
  display: none;
}

.insights_case-study .author {
  display: none !important;
  padding: 0 !important;
}

.insights_case-study .container.container-narrow {
  max-width: 1200px;
}

.insights_case-study .wp-content-section {
  display: none;
}

body.single blockquote {
  width: 100% !important;
  float: none !important;
  margin: 10px 0px !important;
  border-left: 0 solid #000 !important;
  padding-left: 0px !important;
}

body.single section.section .detail .detail-icon {
  display: block !important;
}

section.section .quote-detail .gt-icon.quote-icon {
  margin-top: 20px;
}

.row.gutter {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.gutter.jc {
  justify-content: center;
}

.row.gutter .col-grid {
  padding-left: 15px;
  padding-right: 15px;
}

.cta-strip {
  margin-top: 50px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  img.img-icon {
    width: 50px;
  }

  div.box2 {
    padding: 0;
  }

  h6.dis {
    font-size: 13px;
    line-height: 15px;
  }
}

@media (min-width: 1281px) {
  img.img-icon {
    width: 50%;
  }

  div.box2 {
    padding: 1em 1.25em 0 0;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  img.img-icon {
    width: 50%;
  }

  div.box2 {
    padding: 1em 1.25em 0 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  img.img-icon {
    width: 20%;
  }

  div.box2 {
    padding: 1em 1em 0 0;
  }

  h6.dis {
    line-height: 1em;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  img.img-icon {
    width: 30%;
  }

  div.box2 {
    padding: 1em 1em 0 0;
  }

  h6.dis {
    line-height: 1em;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  img.img-icon {
    width: 20%;
    padding: 0;
    margin: 0;
  }

  div.box2 {
    padding: 0;
    margin: 0;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  div.box2 {
    padding: 0;
    margin: 0;
  }

  img.img-icon {
    width: 13%;
    padding: 0;
    margin: 0;
    display: none;
  }

  h6.dis {
    font-size: 13px;
    line-height: 15px;
    margin: 0;
  }
}

#text {
  display: none;
}

.text-box {
  padding: 20px;
}

.gt-calculator-sec h4 {
  font-weight: 300;
}

.gt-calculator-sec .number {
  font-size: 2.85rem;
  font-weight: 600;
  line-height: normal;
  margin-top: 20px;
  display: block;
}

.gt-calculator-sec input.range-style {
  width: 80%;
  margin: auto;
}

.gt-calculator-sec input.amount-field {
  border: 0;
  border-bottom: 1px solid #000;
  font-weight: 300;
  margin: 0;
  width: 80%;
  transition: padding-top 0.2s ease, margin-top 0.2s ease;
  font-weight: 600;
  overflow-x: hidden;
  text-align: center;
  font-size: 2.85rem;
  padding: 0;
  height: auto;
  line-height: normal;
  background: 0 0;
}

.gt-calculator-sec input.amount-field:focus {
  border-bottom: 0;
}

.gt-calculator-sec p br {
  display: none;
}

.gt-calculator-sec .iconsmall {
  height: 80px;
}

@media (max-width: 768px) {
  .gt-calculator-sec .calc-box {
    margin-bottom: 30px;
  }
}

input[type="range"].range-style {
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
}

input[type="range"].range-style:focus {
  outline: 0;
}

input[type="range"].range-style::-webkit-slider-runnable-track {
  width: 100%;
  height: 20px !important;
  cursor: pointer;
  background: #fff !important;
  border-radius: 0;
  border: 0 solid #000;
}

input[type="range"].srange-style::-moz-range-track {
  width: 100%;
  height: 20px !important;
  cursor: pointer;
  background: #fff !important;
  border-radius: 0;
  border: 0 solid #010101;
}

input[type="range"].range-style::-webkit-slider-thumb {
  border: 1px solid #b8ff06 !important;
  height: 20px !important;
  width: 20px !important;
  background: #b8ff06 !important;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 0;
}

input[type="range"].range-style:focus::-webkit-slider-runnable-track {
  background: #fff !important;
}

input[type="range"].range-style::-moz-range-thumb {
  box-shadow: 0.8px 0.8px 1.9px rgba(0, 0, 62, 0.67), 0 0 0.8px rgba(0, 0, 88, 0.67);
  border: 1px solid #b8ff06 !important;
  height: 20px !important;
  width: 20px !important;
  background: #fff !important;
  cursor: pointer;
}

input[type="range"].range-style::-ms-track {
  width: 100%;
  height: 20px !important;
  cursor: pointer;
  background: 0 0;
  border-color: transparent;
  color: transparent;
}

input[type="range"].range-style::-ms-fill-lower {
  background: #fff !important;
  border: 0 solid #010101;
  border-radius: 0;
  box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
}

input[type="range"].range-style::-ms-fill-upper {
  background: #fff !important;
  border: 0 solid #010101;
  border-radius: 0;
  box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
}

input[type="range"].range-style::-ms-thumb {
  box-shadow: 0.8px 0.8px 1.9px rgba(0, 0, 62, 0.67), 0 0 0.8px rgba(0, 0, 88, 0.67);
  border: 1px solid #b8ff06 !important;
  width: 20px !important;
  background: #b8ff06 !important;
  cursor: pointer;
  height: 20px !important;
}

input[type="range"].srange-styler:focus::-ms-fill-lower {
  background: #fff !important;
}

input[type="range"].range-style:focus::-ms-fill-upper {
  background: #fff !important;
}

input:focus {
  outline: 0;
}

#ms-learn-sec .ms-learn-box {
  padding: 0 15px;
}

#ms-learn-sec .ms-learn-box .row {
  margin: 0 -15px;
}

#ms-learn-sec .ms-learn-box a {
  background: #fff;
  display: block;
  border-radius: 2px !important;
  position: relative;
  padding: 25px;
  padding: 55px 0;
  margin-bottom: 30px;
  font-weight: 400;
  font-weight: 400;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#ms-learn-sec .ms-learn-box a:hover {
  color: #fff;
}

#ms-learn-sec .ms-learn-box p {
  display: none;
}

#ms-learn-sec .ms-learn-box h5 {
  font-weight: 400;
  font-weight: 400;
  margin: 0;
  margin-top: 10px;
}

#ms-learn-sec .ms-learn-box a img {
  vertical-align: middle;
  height: 70px;
}

#ms-learn-sec .ms-learn-box a:before {
  background: #ccc;
}

.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-bottom:active:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

@media only screen and (min-device-width: 768px) {
  #ms-learn-sec .ms-learn-box a {
    padding: 30px 15px;
  }
}

.insight-cashier-chart .apexcharts-point-annotations {
  display: none;
}

section.section .button-container .btn:not(:last-child) {
  margin-right: 20px;
}

.products-used {
  margin-top: 35px;
}

@media (max-width: 480px) {

  .detail-icon img,
  .detail-icon svg {
    height: auto;
    width: 100%;
  }

  .products-used {
    margin-top: 30px;
  }
}

.ad-gallery .section.section .detail .detail-icon.invisible {
  display: none;
}

.ad-gallery-sec {
  padding: 0;
}

.ad-gallery-sec .ad-gallery-box {
  text-align: center;
  margin: 30px 0;
}

.ad-gallery-sec .row {
  margin: 0 -30px;
}

.ad-gallery-sec .gallery-col {
  padding: 0 30px;
}

.ad-gallery-sec .ad-gallery-box a {
  display: block;
}

.ad-gallery-sec .ad-gallery-box .img-box {
  background: #f2f2f2;
  padding: 40px 15px;
  border-radius: 14px !important;
  max-width: 260px;
  margin: auto;
  margin-bottom: 15px;
  transition: box-shadow 0.3s ease-in-out;
}

.ad-gallery-sec.gray-bg .ad-gallery-box .img-box {
  background: #f6f6f6;
}

.ad-gallery-sec .ad-gallery-box:hover .img-box {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12) !important;
  background: #f6f6f6;
}

.ad-gallery-sec .ad-gallery-box:hover .ad-details-btn {
  background: #000;
  color: #b8ff06;
}

.ad-gallery-sec .ad-gallery-box .img-box img {
  width: 100%;
}

.ad-gallery-sec .ad-gallery-box h4 {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 20px;
}

.ad-gallery-sec .ad-gallery-box p {
  margin-bottom: 0 !important;
}

.ad-gallery-sec .ad-gallery-box p.disc {
  font-size: 16px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 15px !important;
}

.ad-gallery-sec .ad-gallery-box p:empty {
  display: none;
}

.ad-gallery-sec .ad-gallery-box a:empty {
  display: none;
}

.ad-gallery-sec .ad-gallery-box .ad-details-btn {
  background: #b8ff06;
  color: #000;
  padding: 2px 9px !important;
  display: inline-block;
  border-radius: 3px !important;
  border: #000 solid 1px;
  font-size: 14px !important;
  line-height: normal;
  transition: background-color 0.3s ease-in-out;
}

.ad-gallery-sec h3 {
  text-align: center;
}

.ad-gallery-sec p.ad-lable {
  margin-bottom: 10px !important;
}

h4.ad-label {
  font-size: 22px;
  letter-spacing: 0.5px;
  color: #888;
  margin-bottom: 15px;
  margin-top: 20px;
}

.ad-features .btn-download-report {
  margin-top: 100px;
  font-weight: 400;
  display: flex;
  align-items: center;
  line-height: normal;
}

.ad-features .btn-download-report img {
  height: 38px;
  margin-right: 10px;
}

.ad-features .btn-download-report small {
  display: block;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .ad-features .btn-download-report {
    margin-top: 70px;
  }

  .ad-gallery-sec .gallery-col {
    width: 33.33%;
  }

  h4.ad-label {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .ad-gallery-sec .gallery-col {
    width: 100%;
  }

  .ad-gallery-sec .gallery-col {
    float: left;
  }

  .ad-gallery-sec .gallery-col {
    padding: 0 15px;
  }

  .ad-gallery-sec .row {
    margin: 0 -15px;
  }

  .ad-gallery-sec .ad-gallery-box h4 {
    font-size: 18px;
  }

  .ad-gallery-sec .ad-gallery-box p.disc {
    font-size: 15px;
    line-height: 19px;
  }

  .ad-gallery-sec .ad-gallery-box .img-box {
    padding: 40px 12px;
    max-width: 250px;
    border-radius: 20px !important;
  }

  .ad-gallery-sec p.ad-lable {
    font-size: 16px;
  }
}

.ad-features {
  margin-top: 20px;
}

.ad-features p {
  margin-bottom: 10px;
}

.ad-features ul {
  margin: 0;
  padding: 0;
}

.ad-features ul li {
  padding: 0;
  margin-bottom: 5px !important;
}

.ad-features ul li:before {
  margin: 0;
  margin-top: 7px;
  margin-right: 10px;
  color: #ccc;
}

.ad-bredcum {
  margin-bottom: 50px;
}

.ad-bredcum a {
  font-size: 10px;
  color: #999;
  border-bottom: none !important;
  padding: 0;
}

.ad-bredcum a .arrow-left {
  margin-right: 10px;
  border-right-width: 6px;
  border-right-color: #666;
  border-top-width: 5px;
  margin-top: -3px;
  border-bottom-width: 5px;
  display: inline-block;
  vertical-align: middle;
}

.recaptcha-error {
  text-align: center !important;
  color: red;
  font-size: 14px;
  margin-top: 11px !important;
}

.g-recaptcha {
  clear: both;
  width: 305px !important;
  margin: auto !important;
}

.mailcheck-error,
.mailcheck-msg {
  color: red;
  font-size: 13px;
  position: absolute;
}

.privacy-policy table {
  width: 100%;
}

.privacy-policy {
  margin: 25px 0;
  overflow-x: auto;
}

.privacy-policy table tr td,
.privacy-policy table tr th {
  border: 1px #e9e9e9 solid;
  padding: 15px !important;
  vertical-align: top;
  width: 20%;
}

.privacy-policy table tr th {
  background: #f6f6f6;
  color: #000;
}

.privacy-policy-section {
  padding: 50px 0;
  text-align: left;
}

body.contact #gdpr-modal.modal {
  display: none !important;
}

body.solutions-for-publishers #gdpr-modal.modal {
  display: none !important;
}

body.single-post #gdpr-modal.modal {
  display: none !important;
}

@media (max-width: 480px) {
  .privacy-policy-section {
    padding: 25px 0;
  }
}

.ads-manager_canada .section-header .section-header-inner {
  padding-bottom: 0 !important;
}

.ads-manager_canada section.section>.panel .section-header:not(.bg-transparent) {
  margin-bottom: 0 !important;
}

.click-button-sec .div.box2 {
  padding: 0 15px !important;
}

.click-button-sec .text-box {
  padding: 0 20px !important;
}

@media (max-width: 480px) and (min-width: 320px) {
  .click-button-sec img.img-icon {
    display: block !important;
    width: 100px;
    text-align: center;
    margin: auto !important;
    height: auto !important;
    line-height: normal !important;
  }
}

.click-button-sec div.box2 {
  padding: 0 15px !important;
  margin-bottom: 25px !important;
}

#ms-learn-sec .ms-learn-box a:hover {
  background: #d2d2d2 !important;
  color: #000 !important;
}

.consumer-trends-to-watch h2,
.how-to-boost-new-year-and-super-bowl-foot-traffic-with-location-marketing h2 {
  margin-bottom: 5px;
}

.ad-manager_signup .btn.btn-basic {
  min-width: 160px;
  margin-top: 10px;
}

.ad-manager_signup p {
  max-width: 470px;
}

@media (max-width: 768px) {
  .ad-manager_signup {
    text-align: left;
  }
}

@media (max-width: 667px) {
  .mobile-margin {
    margin-top: 40px !important;
  }
}

.ads-manager-canada .section-header-inner {
  padding-bottom: 0 !important;
}

ul.number-listing {
  padding: 0;
  padding-left: 0;
  margin: 0;
  margin-top: 25px;
}

ul.number-listing li {
  display: flex;
  letter-spacing: -0.02em;
  font-family: akkurat, sans-serif !important;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
  padding: 0;
}

ul.number-listing li span.num {
  display: table-cell;
  vertical-align: top;
  font-weight: 400;
  border-right: 3px solid #b8ff06;
  padding-right: 10px;
  font-size: 1.5em;
  margin-right: 15px;
}

ul.number-listing li:before {
  display: none;
}

@media (max-width: 767px) {
  ul.number-listing li {
    font-size: 17px;
    line-height: 21px;
  }

  ul.number-listing li span.num {
    font-size: 1em;
    margin-right: 10px;
  }
}

.gt-testimonial {
  margin: auto;
}

.gt-testimonial-row {
  background: #fff;
  padding: 45px;
  margin-bottom: 30px;
  font-size: 18px;
  padding-left: 65px;
  position: relative;
}

.gt-testimonial-row .quote-icon {
  position: absolute;
  background: #559bab;
  height: 45px;
  width: 45px;
  display: inline-block;
  left: 0;
  top: 0;
}

.gt-testimonial-row .quote-icon .fa {
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  top: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  line-height: normal;
  margin: 0;
}

.gt-testimonial-row .sender .sender-title {
  color: #444;
  font-size: 16px;
}

.gt-testimonial-row p.date {
  color: #666;
  font-size: 17px;
  margin-bottom: 10px;
}

.gt-testimonial-row .sender .sender-logo img {
  height: 40px;
  margin-top: 10px;
}

.gt-testimonial-row p:empty {
  display: none;
}

.gt-testimonial-row.to-right .sender {
  text-align: right;
}

@media (max-width: 667px) {
  .comp-img-detail .copy-detail.g-4 {
    width: 100%;
  }

  .mobile-ad-network .row {
    display: inherit !important;
  }

  .mobile-ad-network-box img {
    margin-bottom: 20px;
  }

  .mobile-ad-network .detail-icon img {
    max-width: 80px;
  }

  .gt-testimonial-row {
    padding: 20px !important;
    margin-bottom: 15px;
    font-size: 16px;
    padding-left: 45px !important;
    text-align: left;
    margin-top: 0 !important;
  }

  .gt-testimonial-row .quote-icon {
    height: 30px;
    width: 30px;
  }

  .gt-testimonial-row .quote-icon .fa {
    font-size: 15px;
    top: 12px;
  }

  .gt-testimonial-row .sender .sender-title {
    font-size: 14px;
    display: block;
  }

  .gt-testimonial-row .sender .sender-logo img {
    height: 30px;
  }
}

.wp-content-section ul {
  padding: 0;
  margin-top: 10px;
  padding-left: 21px;
}

.description ul li,
.wp-content-section ul li {
  padding-left: 0;
  margin-bottom: 10px;
}

.description ul li:before,
.wp-content-section ul li:before {
  margin: 10px 10px 0 -18px;
}

.ad-features ul {
  margin-left: 18px;
}

.real-results-section.bg-gray a.post.insight-post .panel>.panel-heading>.panel-heading-inner {
  background-color: #fff;
}

.real-results-section.bg-gray a.post.insight-post .panel>.panel-heading>.panel-heading-inner:hover {
  background-color: #b8ff02;
}

.img-left-set {
  width: 100%;
  max-width: 400px;
  margin-left: 20px;
  margin-bottom: 20px;
  float: right;
}

@media (max-width: 667px) {

  .detail-icon img,
  .detail-icon svg {
    max-width: 80px;
  }

  .img-left-set {
    width: 100%;
    max-width: inherit;
    margin-left: 0;
    margin-bottom: 10px;
    float: none;
  }

  .germany-industry-foot-traffic-tracke .second-filter {
    width: 100%;
    text-align: center;
  }
}

.sec_covid-19-insights {
  margin: 30px 15px;
  border: 1px #ddd solid;
}

ul.bull-black li:before {
  color: #666 !important;
}

.post-template-default .container-narrow ul {
  padding-left: 18px;
}

@media (max-width: 768px) {
  .sec_covid-19-insights {
    margin: 20px 0;
  }

  .product-template-default.connected-tv-advertising .sh-ar-40 {
    padding-bottom: 80% !important;
  }

  .product-template-default.connected-tv-advertising .slider-section .bg-image {
    background-position: center top 0 !important;
  }

  body.single.single-product.connected-tv-advertising>#main-content>.section>.panel>.detail>.detail-inner {
    padding: 20px !important;
  }
}

.product-template-default.connected-tv-advertising .contact-form-section,
.product-template-default.connected-tv-advertising form.mktoForm {
  padding-top: 0 !important;
}

.statistics.manual {
  display: flex;
  margin-top: 50px;
}

.statistics.manual .statistic {
  margin-right: 50px;
}

.statistics.manual>.statistic h3 {
  font-size: 80px;
}

@media (max-width: 768px) {
  .statistics.manual.with-box>.statistic h3 {
    font-size: 38px !important;
  }

  .statistics.manual>.statistic h3 {
    font-size: 40px !important;
  }

  .statistics.manual {
    margin-top: 0px;
    flex-wrap: wrap;
  }

  .statistics.manual .statistic {
    padding: 20px 10px 0px 10px;
    flex: 0 0 50% !important;
    margin: 0 !important;
    text-align: center;
  }

  section.section .detail .description .statistic-inner p {
    line-height: normal !important;
  }

  .manual-cta-section .comp-cta {
    padding: 40px 0;
  }

  .manual-cta-section .comp-cta h3 {
    line-height: normal;
    margin: 0;
    margin-bottom: 5px;
  }

  .manual-cta-section .comp-cta h1 {
    font-size: 46px;
    line-height: normal;
    margin: 0;
    margin-bottom: 5px;
  }

  .comp-cta p {
    margin: 0;
  }

  .manual-cta-section .comp-cta .btn {
    margin-top: 25px;
    min-width: 165px;
  }

  .manual-cta-section .comp-cta .col-md-6.col-1 {
    padding-right: 100px;
  }

  .manual-cta-section .comp-cta .col-md-6.col-2 {
    padding-left: 100px;
  }
}

@media (max-width: 768px) {

  .page-faq h1,
  .page-glossary h1 {
    font-size: 34px;
    line-height: normal;
  }

  .manual-cta-section .comp-cta .col-md-6.col-1 {
    padding: 0 15px;
  }

  .manual-cta-section .comp-cta .col-md-6.col-2 {
    padding: 0 15px;
    margin-top: 30px;
  }

  .manual-cta-section .comp-cta {
    padding: 30px 0;
  }

  .manual-cta-section .comp-cta .btn {
    min-width: 130px;
  }
}

.mktoLabel a {
  padding: 0 !important;
}

.m-0 {
  margin-top: 0 !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.text-green {
  color: #b7ff05;
}

.section-real-estate {
  padding-bottom: 60px;
}

.real-estate-text-box {
  margin-top: 30px;
  padding: 25px 25px;
  border: 1px #e9e9e9 solid;
  background: #f6f6f6;
  border-radius: 2px;
  text-align: center;
  min-height: 740px;
}

.real-estate-text-box .icon {
  display: inline-block;
  background: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50% !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.real-estate-text-box .icon img {
  height: 45px;
}

.real-estate-text-box h5 {
  min-height: 81px;
  margin-bottom: 20px;
}

.section-real-estate .col-md-4 {
  padding: 0 15px;
}

@media (max-width: 768px) {
  .section-real-estate {
    padding-bottom: 30px;
  }

  .mt-30 {
    margin-top: 20px !important;
  }

  .real-estate-text-box h5 {
    min-height: 1px;
    margin-bottom: 15px;
  }

  .real-estate-text-box {
    margin-top: 20px;
    padding: 15px 15px;
    min-height: 1px;
  }
}

a.go-back_link {
  align-items: center;
  display: inline-flex;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  color: #18303d;
  font-weight: 400;
}

a.go-back_link i.arrow-left {
  border-right: 6px solid #18303d;
  border-top-width: 5px;
  border-bottom-width: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  margin-top: 0;
}

a.go-back_link:hover {
  color: #151e24;
}

a.go-back_link:hover i.arrow-left {
  border-right: 6px solid #151e24;
}

.ads-manager-report-scheduler .solution .panel .detail {
  padding-left: 0;
  padding-right: 0;
}

.spacer {
  margin-top: 60px;
}

.spacer-60 {
  margin-top: 60px;
}

.spacer-50 {
  margin-top: 50px;
}

.spacer-40 {
  margin-top: 40px;
}

.spacer-30 {
  margin-top: 30px;
}

.spacer-15 {
  margin-top: 15px;
}

@media (max-width: 768px) {
  .spacer {
    margin-top: 40px;
  }

  .spacer-60 {
    margin-top: 40px;
  }

  .spacer-50 {
    margin-top: 40px;
  }

  .spacer-40 {
    margin-top: 30px;
  }

  .spacer-30 {
    margin-top: 20px;
  }

  .spacer-15 {
    margin-top: 10px;
  }

  .m-spacer-0 {
    margin-top: 0 !important;
  }

  .ads-manager-report-scheduler .col-md-6 {
    padding: 0 !important;
  }

  .mm-30 {
    margin-top: 30px;
  }

  .m-block {
    display: block !important;
  }

  .our-technology .btn.btn-basic.btn-lg-icon span.fa-icon {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }

  .our-technology .btn.btn-basic.btn-lg-icon span.fa-icon i {
    font-size: 30px;
  }

  .our-technology section.section .button-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .our-technology .sections-container .slider-section .detail-inner .tns-nav {
    display: none;
  }

  .our-technology .sections-container .slider-section .detail-inner .statistics.tiny-slider {
    transform: inherit !important;
    width: 100% !important;
  }

  .our-technology .sections-container .slider-section .statistic.tns-item {
    display: none;
  }

  .our-technology .sections-container .slider-section .statistic.tns-item:nth-child(-n + 3) {
    display: block;
    display: inline-block;
    width: 100% !important;
    width: 33.33% !important;
  }

  .our-technology .sections-container .slider-section .statistic-inner {
    display: block !important;
  }

  .our-technology .sections-container .slider-section .detail-inner {
    padding: 20px 10px !important;
  }
}

section.section .detail .description .statistic-inner p {
  max-width: 300px;
  line-height: 18px;
}

.product-comparison-table {
  background: #f6f6f6;
}

.product-comparison-table tr td {
  border: 2px solid #e9e9e9 !important;
}

.product-comparison-table tr th {
  border: 2px solid #000 !important;
}

.product-comparison-table tr th {
  padding: 15px 20px !important;
  background: #000;
  color: #fff;
}

.product-comparison-table tr th:nth-child(2) {
  background: #b8ff03;
  color: #000;
  border-top: 2px solid #b8ff03 !important;
  border-bottom: 2px solid #b8ff03 !important;
}

.product-comparison-table tr td {
  padding: 15px 20px !important;
}

.product-comparison-table tr td:nth-child(2) {
  background: #fff;
}

.product-comparison-table tr ul {
  padding-left: 18px !important;
  margin: 0;
}

.product-comparison-table tr ul li:last-child {
  margin-bottom: 0 !important;
}

.product-comparison-box {
  margin: 30px 0;
  overflow: auto;
}

@media (max-width: 768px) {
  .product-comparison-table tr th {
    padding: 10px !important;
  }

  .product-comparison-table tr td {
    padding: 10px !important;
  }

  .product-comparison-box {
    margin: 20px 0;
  }
}

.display-advertising .header-spacer+.ar-auto,
.product-template-default.display-advertising .header-spacer {
  display: none;
}

.product-template-default.display-advertising section.section .detail>.detail-inner {
  padding: 0 40px;
}

@media (max-width: 768px) {
  .product-template-default.display-advertising section.section .detail>.detail-inner {
    padding: 0 20px !important;
  }

  body.single.single-product.display-advertising>#main-content>.section>.panel>.detail>.detail-inner {
    padding: 20px !important;
  }
}

.comp-popup {
  cursor: zoom-in;
}

.click-popup {
  background: #000000b3;
  position: fixed;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

.click-popup-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.click-popup .click-popup-overlay .inside-box {
  position: relative;
  background: #fff;
  width: 60%;
  height: 80%;
  display: flex;
  padding: 20px 20px;
}

.click-popup .click-popup-overlay .close-popup {
  position: absolute;
  background: #000;
  color: #fff;
  display: flex;
  padding: 5px;
  border-radius: 50% !important;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 2px #fff solid;
  right: -14px;
  top: -14px;
  z-index: 999;
  cursor: pointer;
}

.click-popup .click-popup-overlay .popup-content {
  height: 100%;
  overflow-y: scroll;
}

.img-w-full {
  max-width: 100%;
}

@media (max-width: 768px) {
  .click-popup .click-popup-overlay .inside-box {
    width: 90%;
    height: 90%;
    padding: 15px 15px;
  }

  .comp-popup img {
    width: 120px !important;
  }
}

.discover-sec ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.discover-sec ul li {
  margin: 0 10px;
  padding: 0;
  list-style: none;
  margin-top: 15px;
}

.discover-sec ul li a {
  padding: 5px 15px;
  color: #444;
}

.discover-sec ul li a:hover {
  color: #000;
}

.discover-sec ul li:before {
  display: none;
}

@media (max-width: 768px) {
  .discover-sec {
    padding-bottom: 20px;
  }

  .discover-sec h3 {
    margin-top: -15px;
  }

  .discover-sec ul {
    padding: 0 20px;
    flex-wrap: wrap;
  }

  .discover-sec ul li {
    margin: 10px 10px;
  }
}

.video-iframe {
  max-width: 800px;
  margin-top: 40px;
}

.video-iframe .iframe-sec {
  position: relative;
  padding-bottom: 56%;
  height: 0;
}

.video-iframe .iframe-sec.vimeo-frame {
  padding-bottom: 62%;
}

.video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
  .video-iframe {
    margin-top: 20px;
  }
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.pb-0 {
  padding-bottom: 0;
}

.pd-10 {
  padding-bottom: 10px;
}

.img-w-full {
  max-width: 100%;
}

ol.intend,
ul.intend {
  padding-left: 18px;
}

ol.intend li,
ul.intend li {
  margin-bottom: 3px;
}

.our-solutions .grid .grid-item {
  width: 33.33%;
}

.our-solutions .solution .panel .detail {
  padding-left: 0;
  padding-right: 0;
}

.our-solutions section.section .detail>.detail-inner {
  padding: 30px;
}

.our-solutions .solution.product-solution>.panel>.detail .detail-icon img,
.our-solutions .solution.product-solution>.panel>.detail .detail-icon svg {
  height: 70px;
  width: auto;
}

.our-solutions h1 {
  font-size: 48px;
}

.our-solutions .grid .grid-item .button-container .btn {
  font-size: 16px;
  padding: 10px 20px 8px 20px;
}

@media (max-width: 768px) {
  .our-solutions .grid .grid-item {
    width: 100%;
  }

  .our-solutions section.section .detail>.detail-inner {
    padding: 20px;
  }

  .our-solutions .solution.product-solution>.panel>.detail .detail-icon img,
  .our-solutions .solution.product-solution>.panel>.detail .detail-icon svg {
    height: 50px;
    width: auto;
  }

  .our-solutions .grid .grid-item .button-container .btn {
    font-size: 15px;
    padding: 8px 18px 6px 18px;
  }

  .our-solutions h1 {
    font-size: 32px;
  }
}

.page-template-page-blueprints-php.our-data-2 .header-section.sh-ar-40 {
  padding-bottom: 25% !important;
}

.page-template-page-blueprints-php.our-data-2 h1.heading {
  font-size: 54px !important;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .page-template-page-blueprints-php.our-data-2 h1.heading {
    font-size: 34px !important;
    margin-top: 40px;
  }

  .page-template-page-blueprints-php.our-data-2 .header-section.sh-ar-40 {
    padding-bottom: 68% !important;
  }
}

.result-template-default.health-care .tiny-slider-container {
  display: none;
}

.suitup-for-the-competition-groundtruth-teams-up-with-an-education-non-profit-to-help-students-build-business-skills.single .blockquote {
  position: relative;
  width: 100%;
  float: inherit;
  margin: 0;
  border-left: 0;
  padding-left: 0;
}

#gdpr-modal.modal a.btn {
  text-transform: capitalize;
}

.single-event .speakers-sec {
  background: #f6f6f6;
  padding: 25px;
  color: #000;
  margin-bottom: 40px;
}

.single-event .speakers-sec .speakers-sec-row {
  margin-bottom: 30px;
}

.single-event .speakers-sec .speakers-sec-row:last-child {
  margin-bottom: 0;
}

.single-event .speakers-sec .speakers-sec-row .profile {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.single-event .speakers-sec .speakers-sec-row .profile .speaker-pic {
  margin-right: 15px;
}

.single-event .speakers-sec .speakers-sec-row .profile .speaker-pic img {
  max-width: 80px;
  border-radius: 50% !important;
}

.single-event .speakers-sec .speakers-sec-row .profile .speaker-name .post {
  display: block;
  margin-bottom: 0;
  line-height: normal;
}

.single-event .speakers-sec .speakers-sec-row .profile .speaker-name .title {
  font-size: 15px;
  line-height: normal;
}

@media (max-width: 768px) {
  .single-event .speakers-sec {
    padding: 15px;
  }

  .single-event .speakers-sec .speakers-sec-row .profile .speaker-name .title {
    font-size: 13px;
    line-height: normal;
  }

  .single-event .speakers-sec .speakers-sec-row .profile .speaker-name .post {
    font-size: 15px;
  }
}

.section-awards .col-md-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.section-awards h5 {
  font-size: 15px;
  line-height: normal;
  margin-bottom: 0;
}

.section-awards img {
  max-height: 55px;
  margin-bottom: 7px;
}

p:empty {
  display: none;
}

.section-industries .industries-box {
  background: #fff;
  margin-top: 30px;
  border-radius: 2px;
}

.section-industries .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.section-industries .industries-box a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  font-size: 18px;
  line-height: 27px;
  padding: 37px 5px 35px 5px;
  cursor: pointer;
  font-weight: 700;
}

a.btl,
.single-post .wp-content-section a {
  color: #0083c6;
  font-weight: 400;
}

html i,
html em,
body i,
body em {
  font-style: italic;
}

.section-industries .industries-box img {
  height: 60px;
}

.section-industries .row .col-md-3 {
  flex: 0 0 25%;
}

.section-industries .industries-box:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  background: #fff;
}

.hover-transition {
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
}

.location-tactics_reformate .icon-box {
  text-align: center;
  margin-top: 30px;
  padding: 30px;
  border: 0;
  background: var(--grey-light);
}

.location-tactics_reformate .icon-box .title_box {
  margin-bottom: 20px;
  padding-top: 0;
  background: 0 0;
}

.location-tactics_reformate .icon-box img {
  height: 50px;
}

.location-tactics_reformate .icon-box h5 {
  margin: 0;
  margin-top: 20px;
  font-size: 26px;
  line-height: 30px;
}

.location-tactics_reformate .icon-box h5::after {
  content: "";
  height: 4px;
  width: 150px;
  display: block;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.location-tactics_reformate .icon-box ul {
  margin-bottom: 0;
  padding: 0;
}

.location-tactics_reformate .icon-box ul li {
  text-align: left;
  margin-bottom: 15px;
  list-style: none;
}

.location-tactics_reformate .icon-box ul li ul {
  padding: 0;
  padding-left: 18px;
  margin: 0;
  list-style: none;
  margin-top: 5px;
}

.location-tactics_reformate .icon-box ul li:last-child {
  margin: 0;
}

.location-tactics_reformate .icon-box ul li ul li:before,
.location-tactics_reformate .icon-box ul li:before {
  display: none;
}

.location-tactics_reformate .icon-box ul li ul li {
  list-style: none;
  margin-bottom: 3px;
}

.location-tactics_reformate .icon-box ul li ul li {
  list-style: circle;
}

.client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.client-logo .logo-box {
  border: 0;
}

.client-logo .logo-box {
  margin: 30px 15px 0 15px;
  padding: 0;
}

.client-logo .logo-box img {
  height: 32px;
}

@media (max-width: 667px) {

  .detail-icon img,
  .detail-icon svg {
    max-width: initial;
    height: 35px;
    width: auto;
  }

  .fs-19 {
    font-size: 17px;
    line-height: normal;
  }

  .section-awards .col-md-3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .section-awards img {
    max-height: 40px;
    margin-bottom: 7px;
  }

  .section-awards h5 {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .section-industries .row .col-md-3 {
    flex: 0 0 50%;
  }

  section-industries .industries-box img {
    height: 50px;
  }

  .section-industries .industries-box a {
    font-size: 15px;
    line-height: normal;
    padding: 20px 5px 18px 5px;
  }

  .section-industries .industries-box {
    margin-top: 10px;
  }

  .cta-strip {
    margin: 30px 0 30px 0;
  }

  .location-tactics_reformate .icon-box {
    margin-top: 20px;
    padding: 20px;
  }

  .location-tactics_reformate .icon-box .content-box {
    min-height: 1px !important;
  }

  .location-tactics_reformate .icon-box h5 {
    margin: 0;
    margin-top: 20px;
    font-size: 22px;
    line-height: normal;
  }

  .client-logo .logo-box {
    margin: 20px 15px 0 15px;
    padding: 0;
  }

  .client-logo .logo-box img {
    height: 25px;
  }

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

.page-glossary h1 {
  margin-top: 20px;
}

.career-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.career-banner .career-banner-img {
  width: 240px;
  -webkit-box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.4) !important;
  margin-right: 10px;
}

.career-banner .btn {
  font-size: 16px;
  margin-top: 20px;
}

@media (max-width: 667px) {
  .career-banner {
    flex-direction: column-reverse;
    justify-content: initial;
    align-items: initial;
  }

  .career-banner .career-banner-img {
    width: 160px;
    -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.4) !important;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.4) !important;
    margin-bottom: 25px;
  }

  .career-banner .btn {
    font-size: 14px;
  }
}

.mrc-accreditation #LblmarketingCommunications {
  padding-left: 20px;
}

.mrc-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mrc-flex .mrc-flex-item-1 {
  margin-right: 60px;
}

.mrc-flex .mrc-flex-item-2 img {
  max-width: 100px;
}

.mrc-accreditation section.section.header-section {
  padding-top: 150px;
}

.mrc-accreditation section.section.header-section.sh-ar-40 {
  padding-bottom: 27% !important;
}

.author.panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.author.panel p {
  margin: 0;
  font-size: 14px;
}

.author.panel p strong {
  margin: 0;
  font-size: 17px;
}

.author.panel:after,
.author.panel:before {
  display: none;
}

body.single .panel.author {
  border-top: 1px solid #d0d0d0;
}

.mobile-show {
  display: none;
}

.mobile-hide {
  display: block;
}

@media only screen and (max-width: 768px) {
  #work-with-us-button {
    display: none;
  }

  .mobile-nav-container .main-navigation>ul.nav>li.btn-basic a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 576px) {
  .mobile-show {
    display: block;
  }

  .mobile-hide {
    display: none;
  }

  .mrc-flex {
    display: block;
  }

  .mrc-flex .mrc-flex-item-1 {
    margin-right: 0;
  }

  .mrc-flex .mrc-flex-item-1 {
    margin-bottom: 20px;
  }

  .mrc-flex .mrc-flex-item-2 img {
    max-width: 70px;
  }

  .mrc-flex .mrc-flex-item-2 {
    text-align: left;
    margin-bottom: 20px;
  }

  .mrc-accreditation section.section.header-section {
    padding-top: 300px;
  }

  .mrc-accreditation section.section.header-section.sh-ar-40 {
    padding-bottom: 30% !important;
  }

  .mm-b-25 {
    margin-bottom: 25px;
  }

  .row.gutter .col-grid {
    width: 100%;
  }

  .author.panel p strong {
    display: block;
    font-size: 15px;
  }

  .author.panel {
    padding: 20px 15px;
  }

  .author.panel img {
    width: 60px;
  }
}

.what-store-visits-truly-mean-for-your-business .container.container-narrow {
  max-width: 850px;
}

.location-tactics_reformate.ctv-ott .icon-box h5 {
  font-size: 25px;
}

.location-tactics_reformate.ctv-ott .icon-box {
  padding: 30px 15px;
  background: #fff;
}

.location-tactics_reformate.ctv-ott .icon-box .content-box {
  min-height: 96px;
}

.feature-table {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
}

.feature-table tr td,
.feature-table tr th {
  border: 1px solid #555 !important;
  text-align: left;
  padding: 15px !important;
}

.feature-table tr th {
  font-weight: 400;
  width: 20%;
  background: #b7ff03;
}

/* section.section .detail .description {
  padding-bottom: 25px;
}
*/
@media only screen and (max-width: 576px) {
  .location-tactics_reformate.ctv-ott .icon-box h5 {
    font-size: 20px;
  }

  section.section .detail .description {
    overflow: auto;
    padding-bottom: 20px;
  }
}

.icon-strip {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.icon-strip :last-child {
  margin-bottom: 0;
}

.icon-strip p {
  margin-bottom: 10px;
}

.icon-strip .icon img {
  height: 50px;
}

.icon-strip .icon {
  flex: 0 0 50px;
  margin-right: 20px;
  margin-top: 5px;
}

.icon-strip.insight .icon img {
  height: 35px;
}

.icon-strip.insight .icon {
  flex: 0 0 40px;
  margin-right: 5px;
  margin-top: 2px;
}

.icon-strip.insight .icon.num {
  background: var(--teal) !important;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 50% !important;
  height: 26px;
  line-height: normal;
  flex: 0 0 26px;
  margin-right: 14px;
  font-weight: 400;
}

.fs-16 {
  font-size: 16px;
}

@media only screen and (max-width: 576px) {
  .icon-strip .icon img {
    height: 30px;
  }

  .fs-16 {
    font-size: 13px;
  }

  .icon-strip .icon {
    flex: 0 0 30px;
    margin-right: 15px;
    margin-top: 0;
  }
}

/* lato change */
.title-green {
  font-family: "Lato";
  font-weight: 700;
  letter-spacing: normal;
  font-size: 64px;
  padding-bottom: 15px;
  display: block;
  position: relative;
  line-height: normal;
  margin-bottom: 20px;
}

.title-green::after {
  content: "";
  width: 75px;
  height: 6px;
  background: #b7ff05;
  position: absolute;
  left: 4px;
  bottom: 0;
  border-radius: 8px;
}

.title-green_sup {
  font-family: "Lato";
  font-weight: 300;
  letter-spacing: normal;
  font-size: 32px;
  line-height: normal;
}

.line-teal {
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 25px !important;
}

.line-teal::after {
  content: "";
  width: 75px;
  height: 6px;
  background: #559bab;
  position: absolute;
  left: 4px;
  bottom: 0;
  border-radius: 8px;
}

.line-teal.charcoal::after {
  background: var(--charcoal);
}

.line-teal.green::after {
  background: var(--green);
}

.comp-contact-us {
  display: flex;
  justify-content: space-between;
  color: #8296a5;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
}

.comp-contact-us strong {
  font-weight: 400;
}

.comp-contact-us .comp-contact_row {
  padding: 60px 70px;
  flex: 0 0 50%;
}

.comp-contact-us .content-col.form-sec {
  width: 550px;
  float: right;
  display: block;
}

.comp-contact-us .content-col.form-sec p img {
  width: 50px;
  margin-bottom: 10px;
  margin-left: 15px;
}

.comp-contact-us .content-col.brand-sec {
  width: 450px;
}

.contact .banner-detail-section,
.contact section.section .detail .detail-icon,
.contact section.section .detail .description {
  padding: 0 !important;
  margin: 0 !important;
  display: block;
}

.contact-ctv .banner-detail-section,
.contact-ctv section.section .detail .detail-icon,
.contact-ctv section.section .detail .description {
  padding: 0 !important;
  margin: 0 !important;
  display: block;
}

.contact-mrc .banner-detail-section,
.contact-mrc section.section .detail .detail-icon,
.contact-mrc section.section .detail .description {
  padding: 0 !important;
  margin: 0 !important;
  display: block;
}

.contact-reseller .banner-detail-section,
.contact-reseller section.section .detail .detail-icon,
.contact-reseller section.section .detail .description {
  padding: 0 !important;
  margin: 0 !important;
  display: block;
}

.comp-contact_row .content-col .copy-set {
  text-align: center;
  border-bottom: 0.5px solid #8296a5;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.comp-contact_row .content-col .copy-set:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

.comp-contact_row .content-col h6 {
  font-size: 20px;
  letter-spacing: normal;
  font-weight: 700;
  margin-bottom: 30px !important;
  line-height: normal;
}

.comp-contact_row .content-col .copy-set.ctv img {
  max-width: 268px;
}

.comp-contact_row .content-col .copy-set.company img {
  max-width: 300px;
}

.comp-contact_row .content-col .quote img {
  max-width: 65px;
  margin-top: 5px;
}

.detail-icon img,
.detail-icon svg {
  height: 50px;
  width: auto;
}

blockquote footer,
blockquote small,
blockquote .small {
  color: #000;
}

section.section .quote-detail h3 {
  font-weight: 300 !important;
  font-size: 26px !important;
}

body.insights h3 {
  font-size: 28px !important;
  font-weight: 700 !important;
}

body.home .nav.nav-tabs>li h4 {
  font-size: 20px !important;
  text-transform: uppercase;
}

.slider .carousel .item h2.heading {
  font-weight: 700 !important;
  font-size: 48px !important;
  line-height: 1.3 !important;
}

#mktoForm_1859 .mktoButtonRow,
#mktoForm_1988 .mktoButtonRow,
#mktoForm_1989 .mktoButtonRow,
#mktoForm_1990 .mktoButtonRow {
  justify-content: left;
}

.comp-icon-details {
  display: flex;
  margin: 0 -30px;
  margin-top: 20px;
}

.comp-icon-details.fw {
  flex-wrap: wrap;
}

.comp-icon-details .comp-icon-details_col {
  padding: 0 30px;
  margin-top: 50px;
  width: 33.33%;
}

.comp-icon-details.gutter-30 {
  margin: 0 -15px;
}

.comp-icon-details.gutter-30 .comp-icon-details_col {
  padding: 0 15px;
}

.comp-icon-details.gutter-30 .comp-icon-details_col {
  margin-top: 30px;
}

.comp-icon-details.col-2 .comp-icon-details_col {
  width: 50%;
}

.comp-icon-details.icon-h .comp-icon-details_col {
  width: 50%;
}

.comp-icon-details.icon-h .comp-icon-details_col .icon img {
  width: auto;
  height: 55px;
}

.comp-icon-details.l3 .comp-icon-details_col p {
  min-height: 80px;
}

.comp-icon-details.with-border .comp-icon-details_col .brd {
  border: 1px solid #e5ecee;
  border-radius: 20px !important;
  padding: 40px 30px;
}

.comp-icon-details.with-border .comp-icon-details_col .brd h4 {
  margin: 15px 0 0 0 !important;
  letter-spacing: normal;
}

h2 strong {
  font-weight: 700;
}

.comp-icon-details_col h5 {
  margin: 0 0 15px 0 !important;
  letter-spacing: 0.1em;
  line-height: 1.4 !important;
}

.comp-icon-details_col .icon img {
  width: 60px;
  margin-bottom: 15px;
}

.comp-icon-details.min-height .comp-icon-details_col h5 {
  min-height: 62px;
}

.comp-img-detail .img-detail.g-4 {
  width: 40%;
}

.comp-img-detail .copy-detail.g-4 {
  width: 40%;
}

.comp-img-detail .copy-detail.g-6 {
  width: 60%;
}

.comp-img-detail .copy-detail.g-3 {
  width: 30%;
}

.comp-img-detail .copy-detail.g-7 {
  width: 70%;
}

.comp-img-detail.grid-30 .gutter {
  margin: 0 -30px;
}

.comp-img-detail.grid-30 .img-detail,
.comp-img-detail.grid-30 .copy-detail {
  padding: 0 30px;
}

.img-block {
  width: 100%;
}

.img-block-3 {
  width: 130%;
}

p.sub-heading {
  font-size: 21px;
  line-height: 1.4;
}

p.sub-heading.d-margin {
  margin-bottom: 60px;
}

.comp-label {
  display: flex;
  margin: 0 -12px;
  flex-wrap: wrap;
  padding: 0 90px;
}

.comp-label .comp-label_item {
  padding: 12px;
  flex: 0 0 25%;
}

.comp-label .comp-label_item .tag {
  padding: 15px 15px;
  background: #ffffff;
  box-shadow: 2px 2px 10px rgb(213 223 226 / 18%) !important;
  border-radius: 17px !important;
  color: rgba(46, 83, 97, 0.46);
  font-size: 21px;
  margin: 0;
  font-weight: 400;
}

.comp-label.for-mrc .comp-label_item .tag {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #2e5361;
  padding: 15px 10px;
}

.comp-label.for-mrc {
  padding: 0px;
}

.comp-label.for-mrc {
  margin: 0 -10px;
}

.comp-label.for-mrc .comp-label_item {
  padding: 10px;
}

.comp-label.jc {
  justify-content: center;
}

.section-faq.for-mrc .faq-raw .faq-answer {
  font-weight: 400;
}

.section-faq.for-mrc .faq-raw .faq-answer ul {
  margin: 0;
  padding: 0 0 0 18px;
}

.section-faq.for-mrc .faq-raw .faq-answer ul li:last-child {
  margin-bottom: 0 !important;
}

.tag-green {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 8px !important;
  background: #e7fba8;
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 19px;
}

.tag-green.ghost {
  border: 1px solid #fff;
  padding: 7px 20px;
  background: transparent;
  font-weight: 400;
}

.comp-quotation {
  padding: 80px 80px 60px 80px;
  background: #fff;
  position: relative;
}

.comp-quotation .sender {
  line-height: 1.3;
}

.comp-quotation .quote-pin {
  position: absolute;
  background: #559bab;
  top: 0;
  left: 0;
  z-index: 999;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comp-quotation h4 {
  line-height: 1.4 !important;
}

.comp-img-round {
  padding: 60px;
}

.comp-img-round .img-lable {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-top: 50px;
}

.comp-img-round .img-lable-item {
  flex: 0 0 33%;
  padding: 10px;
}

.comp-img-round .img-lable-item span.img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.comp-img-round .img-lable-item .item-copy {
  display: block;
  border-radius: 12px !important;
  position: relative;
  overflow: hidden;
  height: 150px;
}

.comp-img-round .img-lable-item:hover .item-copy {
  background: #151e24;
}

.comp-img-round .img-lable-item .item-copy span.copy {
  font-weight: 400;
  font-size: 22px;
  position: absolute;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(46, 83, 97, 0.4);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comp-img-round .img-lable-item .item-copy span.copy:hover {
  background: #151e24bf;
}

.comp-img-round .img-lable-item span.img img {
  width: 100%;
}

.comp_img-roll {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -50px;
}

.comp_img-roll img {
  width: 110px;
  margin: 30px 50px 0 50px;
}

.desktop-show {
  display: block;
  margin: auto;
}

.mobile-show {
  display: none;
}

.comp-icon-details.grid-50 .comp-icon-details_col {
  width: 50%;
}

.comp-icon-details.boxing-white .boxing {
  background: #fff;
  border-radius: 20px !important;
  padding: 40px;
}

.article-template-default a {
  color: #0083c6;
  font-weight: 400;
}

ul.bull-s {
  padding: 0 0 0 20px !important;
  margin: 0 !important;
}

ul.bull-s li:before {
  display: none !important;
}

ul.bull-s li:marker {
  display: none !important;
}

ul.bull-s li:after {
  content: "";
  display: block !important;
  background: #559bab;
  width: 7px;
  height: 7px;
  position: absolute;
  left: -18px !important;
  top: 11px !important;
  padding: 0 !important;
  margin: 0 !important;
}

ul.bull-s.white li:after {
  background: #fff;
}

ul.bull-s.lfs-21 li:after {
  top: 13px !important;
}

ul.bull-s li {
  position: relative;
}

.comp-img-detail.mrc-faq .gutter {
  flex-wrap: wrap;
}

.comp-img-detail.mrc-faq .copy-detail {
  flex: 0 0 50%;
}

.comp-img-detail.mrc-faq .copy-detail .mrc-faq-bg {
  background: #f2f7f7;
  padding: 60px;
  margin-top: 40px;
}

.mrc-brand {
  padding: 0 100px;
}

.ctv-btn-module {
  padding: 40px;
  text-align: center;
}

.ctv-btn-module .btn.btn-basic {
  min-width: 270px;
}

.comp-label .comp-label_item .tag {
  background: #fff !important;
  color: #2e5361 !important;
}

.comp-label {
  padding: 0;
  text-align: center;
}

.comp-img-detail .copy-detail.g3 {
  width: 30%;
}

.comp-img-detail .copy-detail.g9 {
  width: 70%;
}

.text-left {
  text-align: left !important;
}

.comp-label .comp-label_item .tag {
  padding: 10px 15px;
  border-radius: 10px !important;
}

@media (min-width: 769px) {
  .contact .sh-ar-40 {
    padding-bottom: 20% !important;
  }

  .contact-mrc .sh-ar-40 {
    padding-bottom: 20% !important;
  }

  .contact-ctv .sh-ar-40 {
    padding-bottom: 20% !important;
  }

  .contact-channel-partnership-reseller-partnership .sh-ar-40 {
    padding-bottom: 20% !important;
  }
}

@media (max-width: 769px) {

  .comp_img-roll {
    justify-content: left;
    margin: 0;
  }

  .comp_img-roll img {
    width: 80px;
    margin: 20px 30px 0 0;
  }

  .comp-icon-details.boxing-white .boxing {
    background: #fff;
    border-radius: 12px !important;
    padding: 20px;
  }

  .comp-icon-details .comp-icon-details_col {
    width: 100% !important;
    margin: 0 0 30px 0 !important;
  }

  ul.bull-s.lfs-21 li:after {
    top: 9px !important;
  }

  ul.bull-s li:after {
    top: 7px !important;
  }

  .desktop-show {
    display: none;
  }

  .mobile-show {
    display: block;
  }

  .mrc-brand {
    padding: 0 30px;
  }

  .comp-img-detail.mrc-faq .copy-detail .mrc-faq-bg {
    padding: 30px;
    margin-top: 30px;
  }

  body.search-open header div.search-bar {
    top: -200px;
    background: #e9f0f2 !important;
    height: 100%;
    top: -48px !important;
  }

  body.search-open header div.search-bar form.searchform input#s {
    font-size: 20px !important;
    line-height: normal !important;
    padding: 10px 0 !important;
    margin-top: 70px;
    background-color: #fff !important;
  }

  .hr-grey-normal {
    margin: 40px 0;
  }

  .comp-img-detail .copy-detail {
    padding: 20px;
    margin-bottom: 30px;
    text-align: left;
  }

  .ctv-btn-module {
    padding: 20px;
    text-align: center;
  }

  .ctv-btn-module .cta-strip {
    margin: 30px 0 0 0;
    text-align: left;
  }

  .comp-img-round {
    margin-bottom: 30px;
  }

  .comp-img-round .img-lable {
    margin: 0 -5px;
    margin-top: 30px;
  }

  .comp-img-round {
    padding: 30px;
  }

  .comp-img-round .img-lable-item .item-copy {
    border-radius: 8px !important;
    height: 60px;
  }

  .comp-img-round .img-lable-item {
    flex: 0 0 50%;
    padding: 5px;
  }

  .comp-img-round .img-lable-item .item-copy span.copy {
    background: #151e24bf;
    font-size: 17px;
  }

  .comp-quotation {
    padding: 50px 30px 30px 30px;
  }

  .comp-quotation h4 {
    font-size: 18px !important;
    margin-bottom: 20px !important;
  }

  .comp-quotation .sender br {
    display: block;
  }

  .comp-quotation .quote-pin {
    height: 40px;
    width: 40px;
  }

  .comp-quotation .quote-pin img {
    width: 20px !important;
  }

  .comp-quotation h4 {
    line-height: 1.4 !important;
  }

  .tag-green {
    font-size: 15px;
    line-height: normal;
    padding: 10px 15px;
  }

  p.sub-heading {
    font-size: 17px;
  }

  .comp_icon-box .comp_icon-box_gutter {
    padding: 0;
  }

  .comp-label .comp-label_item .tag {
    padding: 10px !important;
    font-size: 18px !important;
    line-height: normal !important;
  }

  .comp-label .comp-label_item .tag br {
    display: none;
  }

  .slider .carousel .item h2.heading {
    font-size: 34px !important;
  }

  .comp-img-detail.grid-30 .gutter {
    margin: 0px;
  }

  .comp-img-detail .copy-detail.g-4,
  .comp-img-detail .copy-detail.g-6,
  .comp-img-detail .img-detail.g-4,
  .comp-img-detail .copy-detail.g-3,
  .comp-img-detail .copy-detail.g-7 {
    width: 100%;
  }

  .comp-icon-details {
    display: block;
    margin: 0;
    margin-top: 30px;
  }

  .comp-icon-details .comp-icon-details_col {
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0 !important;
  }

  .comp-icon-details.boxing-white .comp-icon-details_col {
    margin: 0 0 20px 0 !important;
  }

  .comp-icon-details_col h5 {
    margin: 0 0 10px 0 !important;
    min-height: inherit !important;
    font-size: 17px !important;
  }

  .comp-icon-details_col h5.text-up {
    font-size: 16px !important;

  }

  .comp-icon-details_col .icon img {
    width: 40px !important;
    margin-bottom: 10px;
    min-width: inherit !important;
  }

  .comp-icon-details.icon-h .comp-icon-details_col .icon img {
    width: auto !important;
    height: 40px !important;
  }

  .comp-label {
    display: flex;
    margin: 0 -12px;
    padding: 0 0;
  }

  .comp-label .comp-label_item {
    padding: 12px;
    flex: 0 0 50%;
    text-align: center;
  }

  .img-block-3 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .mktoForm {
    padding: 0 !important;
  }

  #mktoForm_1859 .mktoButtonRow {
    justify-content: left;
    padding-left: 0 !important;
    margin-bottom: 20px !important;
  }

  form.mktoForm {
    font-size: 15px !important;
  }

  form.mktoForm .mktoButtonWrap button.mktoButton {
    font-size: 13px !important;
  }

  .title-green {
    font-size: 38px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .title-green_sup {
    font-size: 24px;
    line-height: normal;
  }

  .title-green::after {
    width: 60px;
    height: 4px;
    left: 2px;
    border-radius: 5px;
  }

  .comp-contact-us {
    display: block;
    font-size: 22px;
  }

  .comp-contact-us .comp-contact_row {
    padding: 30px 0;
    flex: 0 0 100%;
  }

  .comp-contact-us .content-col.form-sec {
    width: 100%;
    float: none;
  }

  .comp-contact-us .content-col.brand-sec {
    width: 100%;
    padding: 10px 30px;
    text-align: center !important;
  }

  .comp-contact_row .content-col h6 {
    font-size: 17px;
    text-align: center;
    margin-bottom: 20px !important;
  }

  .comp-contact-us p {
    display: block;
    font-size: 19px;
    text-align: center;
  }

  .comp-contact-us {
    text-align: center;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .comp-contact_row .content-col .copy-set.ctv img {
    max-width: 220px;
  }

  .comp-nl-footer .comp-item:first-child {
    margin-bottom: 20px !important;
  }

  .comp-contact_row .content-col .copy-set.company img {
    max-width: 250px;
  }

  .comp-contact_row .content-col .copy-set.quote img {
    max-width: 40px;
  }

  .slider .carousel .item h2.heading {
    font-size: 30px !important;
  }

  .comp-contact-us .content-col.form-sec p img {
    width: 40px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .comp-contact-us .content-col.form-sec p {
    text-align: left;
  }

  body.insights h3 {
    font-size: 24px !important;
    font-weight: 700 !important;
  }

  .mktoForm .mktoFormRow {
    flex-wrap: wrap;
  }

  .mktoForm .mktoFormRow .mktoFormCol {
    flex: 0 0 100%;
  }

  form.mktoForm .mktoFormCol {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
  }

  form.mktoForm .mktoFormCol div.mktoFieldWrap label.mktoLabel {
    margin-bottom: 5px;
  }

  .statistics>.statistic h3 {
    font-size: 50px !important;
  }

  .mktoLogicalField.mktoCheckboxList label#LblEmail_Opt_In__c,
  .mktoLogicalField.mktoCheckboxList label#LblgeneralNewsletter {
    position: absolute;
    top: -4px;
    left: -20px;
  }

  .subscription-newsletter-block form.mktoForm .mktoFormRow:nth-child(2) {
    padding: 10px !important;
  }

  .mktoForm .mktoCheckboxList label {
    flex: 0 0 50%;
  }

  .mtc {
    text-align: center;

  }

  .mdb {

    display: block;
  }
}

/* aditional */



.mobile-nav-container .v-align-bottom.sub-navigation {
  display: none
}

.mobile-nav-container .social-navigation {
  display: none
}

.nav-pills>li+li {
  margin-left: 0;
}

#menu-mobile-2022-menu li.dropdown a.dropdown-toggle.n-show {
  background: #ccc;
}


#menu-mobile-2022-menu {
  padding: 15px 0;
}

#menu-mobile-2022-menu ul.dropdown-menu {
  display: none;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  position: inherit !important;

}

#menu-mobile-2022-menu ul.dropdown-menu.active-show {
  display: block !important;


}

#menu-mobile-2022-menu a.dropdown-toggle .caret {
  display: none !important;
}

#menu-mobile-2022-menu a {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 0 !important;
}

#menu-mobile-2022-menu a:hover {
  color: #559BAB;
}

#menu-mobile-2022-menu .menu-2022-main {
  font-weight: 700;
  text-transform: capitalize;
  display: flex !important;
  width: 100% !important;
  margin: 0 !important;
  text-align: left;
  letter-spacing: normal;
  font-size: 16px !important;
  padding: 12px 28px !important;
  justify-content: space-between;
  align-items: center;
}


#menu-mobile-2022-menu .menu-2022-sub {
  font-weight: 400;
  text-transform: capitalize;
  display: flex !important;
  width: 100% !important;
  margin: 0 !important;
  text-align: left;
  letter-spacing: normal;
  font-size: 16px !important;
  padding: 12px 28px !important;
  justify-content: space-between;
  align-items: center;

}

#menu-mobile-2022-menu ul.dropdown-menu li a {
  font-weight: 400;
  text-transform: capitalize;
  display: flex !important;
  width: 100% !important;
  margin: 0 !important;
  text-align: left;
  letter-spacing: normal;
  font-size: 16px !important;
  padding: 12px 28px !important;
  justify-content: space-between;
  align-items: center;
  color: #151e24;
  background: #fff !important;
  color: #8296A5
}

#menu-mobile-2022-menu ul.dropdown-menu li.sub-click a {

  padding: 0px !important;

}

#menu-mobile-2022-menu li.sub-click ul.dropdown-menu a {

  padding: 12px 28px !important;

}





#menu-mobile-2022-menu ul.dropdown-menu .menu-2022-sub .fa {
  font-weight: 700;
  font-size: 18px;
  color: #151e24;
}

#menu-mobile-2022-menu a.dropdown-toggle .fa {
  font-weight: 700;
  font-size: 22px;
  color: #151e24;
  transform: rotate(90deg);
}

#menu-mobile-2022-menu a.active .fa {
  transform: rotate(270deg);
}

#menu-mobile-2022-menu ul.dropdown-menu li {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  position: inherit !important;
}





#menu-mobile-2022-menu ul.dropdown-menu li ul.dropdown-menu li a {
  font-weight: 300;
  background: #f2f7f7 !important;

}

.mobile-nav-container .main-navigation {

  top: 0 !important;

}

div.close-btn span {
  font-size: 45px;

}

div.close-btn {

  right: 15px;
  top: 33px;

}

#menu-mobile-2022-menu .gt-logo-inline {
  padding: 20px 28px 0 28px !important;
  text-align: left
}

#menu-mobile-2022-menu .gt-logo-inline img {
  width: 150px;
}

#menu-mobile-2022-menu .gt-logo-inline .m-gt-logo {
  display: block;
  border-bottom: 1px solid #e9f0f2;
  padding-bottom: 20px;
  margin-bottom: 10px;

}




#menu-mobile-2022-menu li:last-child {
  padding: 25px 28px;
}


#menu-mobile-2022-menu .mobile-cta-2022 {
  display: block;
  text-transform: capitalize;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 15px;
  background: #b8ff06;
  padding: 12px;
  border-radius: 4px !important;
}



#menu-mobile-2022-menu ul.dropdown-menu li.sub-click ul.dropdown-menu {
  padding: 15px 0 !important;
  background: #f2f7f7 !important;
}




.icon-set-height .icon {
  min-height: 65px;
  display: block;

}

.comp-4bx .gutter {
  margin: 0 -15px !important;
  flex-wrap: wrap
}

.comp-4bx .gutter .copy-detail {
  padding: 0 15px !important;

  margin-bottom: 30px
}

ul.bull-check {
  margin: 0 !important;
  padding: 0 !important;
}

ul.bull-check li {
  padding-left: 0;
  margin-bottom: 10px;
  line-height: normal;
}

.comp-copy-wrap :last-child {
  margin-bottom: 0;
}

ul.bull-check li:before {
  display: none !important;
}

ul.bull-check li img {
  width: 14px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.comp-4bx .gutter .copy-detail .ctv-btn-module {
  border-radius: 12px !important
}

.page-id-420118 .comp-nl-footer,
.page-id-420118 .ub-emb-container {
  display: none !important
}

.postid-455026 .next-previous-navigation {
  display: none
}

.lsn {
  list-style: none !important;
}

ul.bull-s.l-5 li {

  margin-bottom: 5px;
}

.lfz-46 {
  font-size: 46px
}

.llh-6 {
  line-height: 1.6 !important;
}

.lln {
  line-height: normal !important;
}

.footer nav.main-navigation>ul.nav>li:nth-of-type(2) {
  top: 160px;
}



#mega-menu .main-nav li:nth-child(2) .mega-menu-detail .mega-menu-header {
  display: none
}

#mega-menu .main-nav li:nth-child(2) .mega-menu-detail .mega-menu-content .mega-menu-content-block {

  margin: 0;

  padding-top: 0;
  flex: 0 0 20%;
  padding-bottom: 40px;
}

#mega-menu .main-nav li:nth-child(2) .mega-menu-detail .mega-menu-content {
  padding-top: 0;
  width: 100%;
  justify-content: space-between;
}


.comp-icon-details.comp-jsb {
  margin: 0 -15px;
  justify-content: space-between
}

.comp-icon-details.comp-jsb .comp-icon-details_col {
  padding: 0 15px;
  width: inherit;
  flex: auto;

}

.comp-icon-details.comp-jsb .comp-icon-details_col .icon img {
  width: 43px;
}


.comp-row-card {
  background: #fff;

}

.comp-row-card .gutter {

  margin: 0
}

.comp-row-card .copy-detail {

  padding: 25px 35px;
}

.comp-row-card .img-detail {

  padding: 0;
  position: relative
}

.comp-row-card .img-detail .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2e536194;
}


.comp-webinar {
  margin-top: 0
}

.comp-webinar .img-detail {
  align-self: stretch;
  display: flex;
  justify-content: stretch;
  max-height: 350px;
}

.comp-webinar .img-detail img {
  width: 100%;
  object-fit: cover;
}

.p-50 {
  padding: 50px
}

.p-30 {
  padding: 30px
}

.page-id-454202 .full-banner-section {
  background: url(https://www.groundtruth.com/wp-content/uploads/2022/07/prrogramatic-bg-2.svg);
  background-size: cover;

}

.program-card .comp-icon-details_col .boxing {
  min-height: 690px;
}

ul.bull-s.big-bull li:after {

  background: #8296A5;

  top: 14px !important;

}

.spacer-80 {
  margin-top: 80px;
}

p.bull.bi img {

  width: 20px !important;
  top: -1px;
}

.l-border {

  border: 1px #d5dfe2 solid;
}

.l-r-20 {
  border-radius: 20px !important;
  overflow: hidden;
}

.l-r-12 {

  border-radius: 12px !important;
}

.icon-strip.insight.ac {
  align-items: center
}

.icon-strip.insight.comp-balance .copy .mb-0 {
  margin-bottom: 0 !important
}

.icon-strip.insight.comp-balance .copy .mb-0 {
  margin-bottom: 0 !important
}

.icon-strip.insight.comp-balance .icon.num {
  margin-top: 0 !important
}

.spacer-20 {
  margin-bottom: 20px
}


.page-id-453056 .comp-icon-details_col h4 {
  font-size: 22px !important;
}

@media only screen and (max-width: 667px) {
  ul.bull-check li img {
    width: 12px !important;
    margin-right: 7px;

    top: -1px;
  }

  .icon-set-height .icon {
    min-height: inherit;
    display: block;

  }

  .lfz-46 {
    font-size: 32px
  }

  .p-50 {
    padding: 25px;
  }

  .lfs-19 {
    line-height: 26px !important;
  }

  .comp-webinar .copy-detail .text-up {
    margin-bottom: 10px
  }

  .comp-webinar .copy-detail {
    margin-top: 20px
  }

  .page-id-454291 .ul-center {
    justify-content: left;
  }

  .page-id-454291 .comp-jsb .icon {
    text-align: left;
    display: block;
    margin-top: 15px
  }

  .page-id-454291 section.section .detail>.detail-inner {
    padding: 10px 0 0 0 !important;
  }

  .comp-row-card .copy-detail {
    margin: 0 !important;
    padding: 20px !important;
  }

  .p-30 {
    padding: 20px;
  }

  .m-ah {
    min-height: inherit !important;
  }

  .spacer-80 {
    margin-top: 40px;
  }

  .page-id-453056 section.section .detail>.detail-inner {
    padding: 10px 0 0 0 !important;
  }

  .comp-img-detail.with-color .copy-detail {

    margin-bottom: 20px;

  }

  .comp-icon-details.job-d {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .comp-icon-details.job-d .comp-icon-details_col {
    margin-top: 30px;
    margin: 30px 0 0px 0 !important;
    flex: 0 0 50%;
  }

  .page-id-453056 .comp-icon-details.job-d h4 {
    font-size: 18px !important;
    margin-bottom: 5px !important;
  }

  .comp-icon-details.job-d .comp-btn.ghost {

    padding: 10px 15px !important;
    min-width: initial;
  }

  .page-id-453056 section.section.header-section .description {
    padding: 0 25px;
  }
}

@media (min-width: 667px) {

  .page-id-453056 .sh-ar-40,
  .page-id-430161 .sh-ar-40 {
    padding-bottom: 40% !important;
  }

}

@media (min-width: 1500px) {

  .page-id-453056 .sh-ar-40,
  .page-id-430161 .sh-ar-40 {
    padding-bottom: 36% !important;
  }

}

.page-id-453056 section.section.header-section {
  margin-top: 0;
}

.comp-bp .comp-img-card .copy-card {

  border-radius: 0 0 20px 20px !important;
}

.comp-bp a.btn-arrow-2 img {
  width: 20px !important;
}

@media (min-width: 667px) {

  .page-id-453120 .header-section.sh-ar-40,
  .page-id-453119 .header-section.sh-ar-40,
  .page-id-454733 .header-section.sh-ar-40,
  .page-id-454734 .header-section.sh-ar-40 {
    padding-bottom: 20% !important;
  }


}

.page-id-453056 .navigation.main-navigation,
.page-id-453056 .comp-nl-footer,
.page-id-453056 #mega-menu ul li,
.page-id-453056 .sub-items {
  display: none !important;
}

.page-id-453056 #mega-menu ul li.logo,
.page-id-453056 #mega-menu:hover ul li.logo {
  display: block !important;
  padding-top: 9px !important;
  padding-bottom: 5px !important;
}

.page-id-453056 #mega-menu:hover ul li a.logo {

  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.lsn {
  letter-spacing: normal !important;
}

.vp-title {
  display: none !important;
}

.application-for-internship .footer .comp-nl-footer,
.page-id-430161 .footer .comp-nl-footer {
  display: none !important;
}

.application-for-internship #mega-menu ul li.logo,
.page-id-430161 #mega-menu ul li.logo {

  margin-bottom: 13px;
}



.header-spacer {
  height: 50px;
}

section.section.header-section {
  margin-top: 22px;
}



.hr-grey-normal.thirty {
  margin: 40px 0 !important
}

.nl-com-module .panel.container {
  display: flex;
  align-items: center
}

.nl-com-module .panel.container .section-header {
  flex: 0 0 52%;
  padding-right: 78px;
}

.btn-arrow:hover {
  background: #18303d !important
}



.qsr-restaurant h1 {
  font-size: 42px !important
}

.retail h1 {
  font-size: 40px !important
}

@media only screen and (max-width: 769px) {

  .hr-grey-normal.thirty {
    margin: 30px 0 !important
  }


  .page-id-453056 section.section.header-section {
    margin-top: 0 !important;
  }

  .qsr-restaurant h1 {
    font-size: 28px !important
  }

  .retail h1 {
    font-size: 28px !important
  }

  .nl-com-module .panel.container {
    display: block;
    align-items: center
  }

  .nl-com-module .panel.container .section-header {
    flex: 0 0 100%;
    padding-right: 0px;
  }

  .nl-com-module .mktoForm {
    margin-top: 20px
  }
}

.qsr-restaurant .panel.container {
  position: static !important;
  overflow: inherit !important;
}

.qsr-restaurant .bg-charcoal {
  background: transparent !important;
  background: url(https://www.groundtruth.com/wp-content/uploads/2022/05/qsr-banner-2.jpg) !important;
  background-size: cover !important;
}

.qsr-restaurant .bg-black {
  background: transparent !important;
  background: url(https://www.groundtruth.com/wp-content/uploads/2022/05/qsr-banner-4.jpg) !important;
  background-size: cover !important;
}

.stl {
  color: var(--seafoam);
  font-weight: 400;
  text-decoration: underline;
}

.page-id-455575 .panel.container,
.page-id-454291 .panel.container {
  position: static !important;
  overflow: inherit !important;
}

.page-id-455575 .bg-lemon {
  background: transparent !important;
  background: url(https://www.groundtruth.com/wp-content/uploads/2022/07/travel-banner.jpg) !important;
  background-size: cover !important;
}

.page-id-454291 .bg-lemon {
  background: transparent !important;
  background: url(https://www.groundtruth.com/wp-content/uploads/2022/07/retail-bg.svg) !important;
  background-size: cover !important;
}

.page-id-455575 .bg-blue,
.page-id-454291 .bg-blue {
  background: transparent !important;
  background: url(https://www.groundtruth.com/wp-content/uploads/2022/06/map-bg-2.png) !important;
  background-size: inherit !important;
}

.bull-ul {
  position: relative;
  padding-left: 25px;
}

.bull-ul img {
  position: absolute !important;
  left: 0 !important;
  top: 6px !important;
}



.comp-img-card .img-card {

  max-height: 250px;
}

.comp-img-card.with-shade .tag {

  background: #151e24b0;
}

p a,
p a:hover,
p a:focus,
p a:active {
  text-decoration: initial !important;
  color: #0083c6;
  font-weight: 400;
}

.lfs-15 {
  font-size: 15px !important;
}

.title-line {
  height: 4px;
  background: #000;
  width: 75px;
  border-radius: 4px !important;
  margin-top: 15px;
}


.comp-icon-details.flex-center {
  justify-content: space-between
}

.comp-icon-details.flex-center .comp-icon-details_col {
  width: inherit;
}

.comp-bp .comp-img-card h5 {

  padding-bottom: 0;
  margin-bottom: 10px !important;
}

.comp-bp .comp-img-card h5::after {
  display: none
}

.comp-bp .comp-img-card .cta-row {
  margin-top: 30px;
  justify-content: right;
}

.comp-bp .comp-img-card .cta-row .btn-arrow-2 {
  color: #fff;
  width: 180px;
  justify-content: space-between;
  font-weight: 400;
  padding: 0 20px;
}

.comp-bp .comp-img-card .cta-row .btn-arrow-2 br {
  display: none
}

.comp-bp .comp-img-card .img-card {
  max-height: 220px;
}

.comp-bp .comp-img-card .tag {
  background: #151e248a;
}

@media only screen and (max-width: 667px) {
  .comp-icon-details.flex-center .comp-icon-details_col .ul-center {
    display: block
  }

  .comp-icon-details.flex-center .comp-icon-details_col .ul-center div {
    display: flex;

  }

  .comp-icon-details.flex-center .comp-icon-details_col .ul-center div p {
    padding: 0 20px
  }

  .comp_img-roll {
    justify-content: center;

  }
}

.lfs-19 {

  line-height: 28px;
}

.contact-insights .banner-detail-section,
.contact-insights section.section .detail .detail-icon,
.contact-insights section.section .detail .description {
  padding: 0 !important;
  margin: 0 !important;
  display: block;
}

#mktoForm_1411 .mktoButtonRow {
  justify-content: left;
}

.groundtruth-general-newsletter-sample .bg-gray {
  background-color: #e9f0f2 !important;

}

.groundtruth-general-newsletter-sample {
  pointer-events: none
}

.spring-advertising-three-tips-to-update-your-ad-strategy .comp-nl-footer,
.4-questions-to-ask-your-location-based-advertising-company .comp-nl-footer,
.is-ctv-beneficial-for-b2b-advertising-in-2022 .comp-nl-footer,
.the-florida-keys .comp-nl-footer,
.sola .comp-nl-footer,
.ulta-beauty .comp-nl-footer {
  display: none
}

.the-florida-keys .comp-nl-footer,
.sola .comp-nl-footer,
.ulta-beauty .comp-nl-footer {
  display: none
}

.best-practices-setting-up-summer-season-strategies-for-cpg-and-travel .comp-nl-footer {
  display: none
}

.best-practices-unlocking-marketing-strategies-for-auto-and-restaurant-industries .comp-nl-footer,
.complete-guide-to-display-advertising .comp-nl-footer {
  display: none
}

.spring-advertising-three-tips-to-update-your-ad-strategy footer {
  padding: 20px 0 12px 0;
}

a.gtl {
  color: #8296a5;
  font-weight: 400;
  position: relative
}

.tul::after {
  content: "";
  position: absolute;
  bottom: -6px;
  height: 1px;
  width: 50%;
  background: #9AADB3;
  left: 0;
}

a.gtl:hover {
  color: #0083C6
}

a.gtl:hover::after {
  background: #0083C6;
}

form#mktoForm_2060.mktoForm .mktoButtonRow {

  justify-items: left;
  justify-content: left;

}

form#mktoForm_2060.mktoForm .mktoButtonRow .mktoButton {
  margin: -10px 0 0 0 !important;
  text-transform: capitalize !important;
  font-size: 17px !important;
  letter-spacing: normal !important;
  font-weight: 400 !important;
  padding: 13px 40px !important;

}

form.mktoForm .mktoButtonWrap button.mktoButton,
form.mktoForm .mktoButtonWrap button.mktoButton:active {

  background: #20d2b5 !important;

}

form.mktoForm .mktoButtonWrap button.mktoButton:hover {

  background: #151e24 !important;
  color: #e7fba8 !important;
}

label#LblgeneralNewsletter {

  line-height: 21px
}

.mktoForm .mktoCheckboxList label#LblgeneralNewsletter:before {

  top: 3px;
}

body.single .page-heading .author-share {
  border-bottom: 1px solid #8296a5 !important;

}

#mega-menu a.view-all-cta {
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  margin-top: 30px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.08em !important;
}

.view-all-cta .fa {
  font-size: 18px !important;
  margin-left: 3px
}

.view-all-cta:hover {
  color: #0083c6
}






.section-industries .industries-box a,
.gt-mega-subnav .subnav_menu ul li a {

  color: #151e24
}



.event-template-default img {
  max-width: 100%
}

.comp-color-box {
  padding: 60px;

}

.m-none {
  margin: 0 !important
}

.color-s-box .comp-icon-details {
  padding: 0 50px;
  justify-content: space-between;
  align-items: center
}

.color-s-box .comp-icon-details_col.col-1 {
  width: 25%
}

.color-s-box .comp-icon-details_col.col-2 {
  width: 30%
}

.color-s-box .comp-icon-details_col.col-3 {
  width: 45%
}

.color-s-box {
  background: #fff;
  border-radius: 20px !important;
  padding: 40px;
  margin-top: 40px
}

.comp-label.bdr .comp-label_item .tag {

  border: 1px solid #e9f0f2 !important;
}

.img-color-box {
  display: flex;
  min-width: 220px;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  border-radius: 20px !important;
  background: #fff;
}

.img-color-box img {

  max-width: 85px !important;
}

ul.bull-s.charcoal li:after {

  background: #151e24;

}

.icon.gt-logo img {
  width: 120px
}

.count-2 {
  font-size: 54px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}


.flex-h {
  display: flex;
  margin-top: 30px
}

.flex-h .icon {
  margin-right: 25px;
  flex: 0 0 70px;
  margin-top: 5px;
}

.flex-h .icon img {
  width: 100%
}

form.mktoForm .mktoFormCol div.mktoFieldWrap .mktoRadioList input.mktoField {
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
}

.mktoForm .mktoRadioList>label {
  padding-left: 22px !important;
  position: relative !important;
  margin: 0 0 10px 0 !important;
}

.mktoForm input[type=radio]+label:before {
  width: 16px !important;
  height: 16px !important;
  border: 1px solid #d5dfe2 !important;
  box-shadow: none !important;
  background: #fff !important;
  left: 0 !important;
  margin: 0 !important;
  top: 2px !important;

}

.mktoForm input[type=radio]:checked+label:before {
  background: #ffffff !important;
  color: #fff !important;
  border: 5px solid #0083c6 !important;
  width: 16px !important;
  height: 16px !important;
}

.line-teal.l-lemon::after {

  background: #e7fba8;

}

.programmatic .comp-label .comp-label_item .tag {
  color: #8296A5 !important;
}

.mktoRadioList {
  width: 100% !important;
}

.programmatic .bg-charcoal {
  background: transparent !important;
  background: url(https://www.groundtruth.com/wp-content/uploads/2022/05/prg-2.jpg) !important;
  background-size: cover !important;
}


.auto-advertising .bg-charcoal {
  background: transparent !important;
  background: url(https://www.groundtruth.com/wp-content/uploads/2022/04/auto-advertising-3.jpg) !important;
  background-size: cover !important;
}

.desktop-display-advertising .bg-charcoal {
  background: transparent !important;
  background: url(https://www.groundtruth.com/wp-content/uploads/2022/04/img-bg.jpg) !important;
  background-size: cover !important;
}

.ctv-value-calculator .bg-charcoal {
  background: transparent !important;
  background: url(https://www.groundtruth.com/wp-content/uploads/2022/04/bg-gradient.jpg) !important;
  background-size: cover !important;
}

.comp-icon-details.boxing-white .comp-icon-details_col:last-child {
  margin-bottom: 0 !important;
}


@media only screen and (max-width: 667px) {

  section.section,
  .page-header>.container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .comp-color-box {
    padding: 30px 20px;
  }

  .comp-icon-details.boxing-white .boxing {
    min-height: auto !important;
  }

  .flex-h {
    display: block;

  }

  .color-s-box {
    background: #fff;
    border-radius: 20px !important;

    margin-top: 30px;
    padding: 20px;
  }

  .spacer-60 {
    margin-top: 30px;
  }

  .color-s-box .comp-icon-details {
    padding: 0px;

  }

  .img-color-box img {
    max-width: 45px !important;
  }

  .img-color-box {

    padding: 15px 15px;
    border-radius: 10px !important;
  }

  .flex-h .icon {
    margin-right: 0;

  }

  .comp-icon-details.icon-h .comp-icon-details_col .flex-h .icon img {

    height: 40px !important;
    width: auto !important;
  }

  .flex-h h6,
  .flex-h p,
  color-s-box p {
    text-align: center
  }

  body,
  html,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  .description {
    text-align: inherit;
  }

  .ul-center {
    justify-content: center
  }

  .programmatic-new .comp-label .comp-label_item .tag {
    font-size: 16px !important;
  }

  .mtl {
    text-align: left !important;
  }

  .comp-label {

    margin: 0 -5px;

  }

  .comp-label .comp-label_item {
    padding: 5px;

  }

  .count-2 {
    font-size: 44px;

  }

  .color-s-box .comp-icon-details .comp-icon-details_col {

    margin: 0 0 20px 0 !important;
  }

  .color-s-box .comp-icon-details .comp-icon-details_col:last-child {

    margin: 0 0 0 0 !important;
  }

  .icon.gt-logo img {
    width: 80px !important;
  }

  section.section.header-section {
    margin-top: 0;

  }
}