:root {
  --header-outer-height: 120px;
  --header-inner-height: 100px;
  --header-height-difference: calc(
    var(--header-outer-height) - var(--header-inner-height)
  );
  --header-bg: #fff;
}

@font-face {
  font-family: "Lato Black";
  src: url("../../library/fonts/Lato-Black.eot");
  src: url("../../library/fonts/Lato-Black.eot?#iefix")
      format("embedded-opentype"),
    url("../../library/fonts/Lato-Black.woff2") format("woff2"),
    url("../../library/fonts/Lato-Black.woff") format("woff"),
    url("../../library/fonts/Lato-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato Bold";
  src: url("../../library/fonts/Lato-Bold.eot");
  src: url("../../library/fonts/Lato-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../../library/fonts/Lato-Bold.woff2") format("woff2"),
    url("../../library/fonts/Lato-Bold.woff") format("woff"),
    url("../../library/fonts/Lato-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SourceSansPro Light";
  src: url("../../library/fonts/SourceSansPro-Light.eot");
  src: url("../../library/fonts/SourceSansPro-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../../library/fonts/SourceSansPro-Light.woff2") format("woff2"),
    url("../../library/fonts/SourceSansPro-Light.woff") format("woff"),
    url("../../library/fonts/SourceSansPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SourceSansPro";
  src: url("../../library/fonts/SourceSansPro-Regular.eot");
  src: url("../../library/fonts/SourceSansPro-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../../library/fonts/SourceSansPro-Regular.woff2") format("woff2"),
    url("../../library/fonts/SourceSansPro-Regular.woff") format("woff"),
    url("../../library/fonts/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html,
body {
  overflow-x: hidden;
  height: 100%;
}

html {
  height: 100%;
  min-height: 100%;
}

body {
  font-family: "SourceSansPro", Arial, Helvetica, sans-serif;
}

a:focus,
a:hover {
  color: #e87c00;
}

ul li {
  list-style: none;
}

#career ul li {
  list-style: circle;
}

#policy ul {
  list-style-type: none;
  margin-left: 10px;
}

#policy ul li {
  margin-bottom: 12px;
  margin-left: -10px;
  display: flex;
  align-items: flex-start;
}

#policy ul li::before {
  color: transparent;
  font-size: 1px;
  content: " ";
  margin-top: 8px;
  margin-right: 15px;
  padding: 7px;
  background-color: #0e738a;
  -webkit-mask-image: url("../../library/images/icon.png");
  -webkit-mask-size: cover;
}

#legitimate-interest-assessments-page ul li {
  list-style-type: disc;
}

@media print {
  html {
    height: auto;
    min-height: auto;
  }
}

svg {
  margin-left: 5px;
}

body {
  min-height: 100%;
}

body {
  position: relative;
}

body a {
  text-decoration: none;
  line-height: 120%;
  color: #0e738a;
  font-weight: 500;
}

.page-jump-btn {
  transition: 0.3s;
  cursor: pointer;
  color: #0e738a;
  background: transparent;
  border: none;
  text-transform: uppercase;
  font-family: "Lato Bold";
}

.dark-text {
  color: #0c343d;
}

.page-jump-btn:focus,
.page-jump-btn:hover,
.page-jump-btn:focus-visible {
  transform: translateY(-10px);
  color: #e87c00;
  outline: none;
}

.page-jump-btn a:focus,
.page-jump-btn a:hover,
.page-jump-btn h6:focus,
.page-jump-btn h6:hover {
  color: #e87c00;
}

.section {
  padding-top: 30px;
  padding-bottom: 50px;
}

#break {
  height: 60px;
}

.container-fluid {
  width: 100%;
  background-color: #0c343d;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}

#about-page .container-fluid,
#post-page .container-fluid {
  background-color: transparent;
}

.container-fluid h1,
.container-fluid h2,
.container-fluid h3,
.container-fluid h4 {
  color: #fff;
}

.btn {
  color: #ffffff;
  background-color: #0c343d;
  border-color: #0c343d;
  font-weight: 600;
}
header {
  width: 100%;
  z-index: 99;
}

header .btn {
  margin: 0;
}

#scroll-to-top {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
  position: fixed;
  bottom: 20px;
  right: 40px;
  display: block;
  background-color: #0e738a;
}

#scroll-to-top:hover,
#scroll-to-top:focus {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
  position: fixed;
  bottom: 20px;
  right: 40px;
  display: block;
  background-color: #e87c00;
  border: 1px solid #e87c00;
}

#return-page {
  height: 55%;
  margin-top: 100px;
}

/* #scroll-to-top a {
  padding: 50%;
  margin: -50%;
  width: 100%;
  height: 100%;
} */

.btn:hover {
  color: #ffffff;
  background-color: #0e738a;
  border-color: #0c343d;
}

.btn:disabled {
  background-color: #0c343d;
  border-color: #0c343d;
}

.fill {
  min-height: 100%;
  height: 100%;
}

footer {
  width: 100%;
  padding: 30px 10px 15px;
  background: #0c343d;
  color: #ffffff;
}

#logo-list {
  float: right;
}

footer img {
  padding: 0 10px;
}

footer .col {
  margin-top: 1px;
}

footer a,
footer .nav a {
  color: #ffffff;
  padding-bottom: 0;
}

footer .nav-link:hover,
footer .nav-link:focus {
  color: #0e738a;
}

footer a {
  color: #ffffff;
}

footer a:hover {
  color: #0e738a;
  font-weight: 500;
}

footer .footer-logo {
  display: inherit;
  margin-bottom: 10px;
  height: 50px;
}
/* Sticky header */
.header-outer {
  /* Make it stick */
  height: var(--header-outer-height);
  position: sticky;
  top: calc(
    var(--header-height-difference) * -1
  ); /* Multiply by -1 to get a negative value */
  display: flex;
  align-items: center;

  /* Other */
  background-color: var(--header-bg);
}

.header-inner {
  /* Make it stick */
  height: var(--header-inner-height);
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.responsive-wrapper {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

header .logo {
  width: 150px;
}

.logo {
  margin: 20px 0;
  height: auto;
}
header .logo img {
  margin: 20px 0;
}

header .nav {
  padding: 10px;
}

header .nav-link a:hover {
  color: #0e738a;
  text-decoration: underline;
  font-weight: 500;
}

header .nav-link.active {
  color: #0e738a;
  text-decoration: underline;
  font-weight: 500;
}

@media (min-width: 992px) and (max-width: 1199px) {
  header .nav {
    padding-top: 42px;
  }
}

@media only screen and (max-width: 992px) {
  body {
    margin-top: 0rem;
  }
  .header-outer {
    height: auto;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    background-color: #fff;
  }

  .header-inner {
    height: auto;
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .navbar {
    padding-top: 0.5rem;
    padding-bottom: 1.5rem !important;
  }

  #footer-sitemap-list,
  #footer-policies-list,
  #login-register-list,
  #iab-logos,
  #logo-list {
    margin-bottom: 1rem;
  }

  #logo-list p {
    padding-left: 10px;
  }
}

@media (min-width: 1199px) {
  header .nav {
    padding-top: 65px;
  }
}

#homepage-header .container {
  position: static;
  top: --header-outer-height;
}

video {
  width: 100%;
  height: auto;
}

header .navbar-default {
  background: transparent;
}

.page-numbers.current {
  background: #0c343d;
  color: #ffffff;
}

nav {
  width: 100%;
  z-index: 10;
} 
.navbar {
  padding: 0.5rem 0 0.5rem 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#navbarNav {
  float: right;
}

#main-menu {
  margin-right: 20px;
}
.navbar-nav li a {
  padding: 10px;
}
.navbar-nav li {
  padding: 2px;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

header .btn {
  padding: 5px 10px;
  margin: 5px 0;
  font-size: 12px;
}
.navbar-nav .nav-item .nav-link {
  color: #0c343d;
  line-height: 120%;
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:focus {
  color: #0e738a;
  text-decoration: underline;
}

.btn {
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  border-radius: 25px;
  font-size: 14px;
  line-height: 100%;
}

.btn a {
  color: #ffffff;
}

.btn-link {
  color: #0c343d;
  background-color: transparent;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
}

.btn-link:hover {
  color: #e87c00;
}

.btn-primary {
  color: #ffffff;
  background-color: #e87c00;
  border-color: #e87c00;
}

.btn:hover,
.btn:focus {
  color: #ffffff;
  background-color: #0e738a;
  border-color: #0c343d;
}

a:focus,
a:active {
  outline: 0 !important;
  color: #0c343d;
}

.btn-secondary {
  font-weight: 600;
  background-color: #ffffff;
  border: 1px solid #e87c00;
  color: #e87c00;
}

.btn-floating {
  color: #ffffff;
  background-color: none;
  width: 50px;
  height: 50px;
  border: 1px solid #0c343d;
}

.btn-floating svg {
  margin: 0px;
}

.accordion-button {
  background: transparent;
}

/* .btn-platform {
  color: #0c343d;
  background-color: transparent;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  border: none;
}

.btn-platform:checked {
  background-color: #0e738a;
} */

.btn-ghost {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
}

.btn-ghost:hover {
  color: #ffffff;
  border-color: #ffffff;
  opacity: 0.5;
}

.btn-ghost:focus,
.btn-ghost:active {
  color: #9c9c9c;
  border-color: #9c9c9c;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 45px;
}

.btn-center-wrapper {
  text-align: left;
}

@media (max-width: 768px) {
  .btn-lg,
  .btn-group-lg > .btn {
    padding: 10px;
  }
}

/*fix button in mobile view*/
@media only screen and (max-width: 767px) {
  .btn {
    display: block;
  }

  .btn + .btn {
    margin-top: 20px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  text-transform: uppercase;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: "Lato Black";
  color: #0c343d;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-family: "Lato Bold";
  color: #0c343d;
}

body {
  color: #0c343d;
  line-height: 1.8;
  letter-spacing: 0.2px;
}

blockquote {
  background: transparent;
  border-left: 0;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #0c343d;
  content: "\201C";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.1em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
  font-size: 24px;
}

blockquote p:after {
  content: "\201D";
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.1em;
  vertical-align: -0.4em;
  color: #0c343d;
}

blockquote cite {
  display: block;
  margin: 20px 0 0 0;
  font-weight: 100;
}

form {
  padding: 10px;
}

.nav > li > a {
  color: #000000;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: transparent;
  color: #000000;
}

.nav-pills > .current-page-ancestor {
  border-bottom: 6px solid #0c343d;
}

.nav-pills > .current-page-parent {
  border-bottom: 6px solid #0c343d;
}

.nav-pills > li:hover,
.nav-pills .active,
.nav-pills .current-page-ancestor,
.nav-pills .current-page-parent {
  border-bottom: 6px solid #0c343d;
}

.nav-pills > .current_page_parent {
  border-bottom: 6px solid #0c343d;
}

.nav-pills > li {
  border-bottom: 6px solid transparent;
}

.well {
  color: #000000;
}

@media print {
  #hero,
  .page-banner {
    height: auto !important;
    min-height: auto !important;
  }

  #hero .banner-text-wrapper,
  .page-banner .banner-text-wrapper {
    position: relative !important;
    bottom: 0 !important;
    text-align: left !important;
  }

  #hero .banner-text-wrapper .lead,
  .page-banner .banner-text-wrapper .lead {
    margin: 0 !important;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    font-size: 20px !important;
  }

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

  img {
    max-width: 150px !important;
    height: auto !important;
  }

  .img-footer {
    padding: 10px;
    float: right;
  }

  .navbar {
    display: block;
  }

  #navbar,
  .navbar-toggle {
    display: none !important;
  }

  .section {
    padding: 20px 0 !important;
  }

  .feature-item img {
    max-width: 100px !important;
  }
}

.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}

.page-banner {
  position: relative;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
}

.page-banner .banner-text-wrapper {
  position: absolute;
  bottom: 40px;
  text-align: center;
  text-shadow: 1px 1px 1px #333333;
}

@media only screen and (max-width: 991px) {
  .page-banner .banner-text-wrapper {
    width: 100%;
  }
}

.page-banner .banner-text-wrapper .lead {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 20px;
}

.page-banner .banner-text-wrapper p {
  font-size: 18px;
  color: #ffffff;
  margin: 0 0 40px 0;
  font-weight: 500;
}

.highlighted {
  background-color: #cedee2;
}

.has-background {
  background-color: #cedee2;
  padding: 20px;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .page-banner .banner-text-wrapper {
    right: auto;
    left: 20%;
  }

  #contact-locations-banner.page-banner.banner-text-wrapper {
    right: auto;
    left: 30%;
  }

  .page-banner .banner-text-wrapper .lead {
    font-size: 40px;
  }

  .page-banner .banner-text-wrapper p {
    font-size: 26px;
  }
}

@media (min-width: 460px) and (max-width: 860px) {
  #contact-locations-banner.page-banner.address-list {
    right: auto;
    left: 20%;
    margin-top: 160px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-banner .banner-text-wrapper {
    right: auto;
    left: 20%;
  }

  .page-banner .banner-text-wrapper .lead {
    font-size: 34px;
  }

  .page-banner .banner-text-wrapper p {
    font-size: 22px;
  }
}

@media screen and (max-width: 992px) {
  .page-banner {
    min-height: 480px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-banner {
    min-height: 530px;
  }
}

.page-intro {
  margin: 10px 0;
}

.page-intro > p {
  font-size: 22px;
  margin: 0 0 40px 0;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .page-intro > p {
    font-size: 18px;
  }
}

.bottom-banner {
  height: 360px;
  min-height: 360px;
}

.content-panel {
  position: relative;
  overflow: visible;
  float: left;
  margin: 0 0 40px 0;
}

.content-panel .btn {
  margin: 20px 0 0 0;
}

.content-panel.panel-img-left img {
  float: left;
}

@media (min-width: 992px) {
  .content-panel.panel-img-left .content-panel-content {
    padding: 0 0 0 30px;
  }
}

.content-panel.panel-img-right img {
  float: right;
}

@media (min-width: 992px) {
  .content-panel.panel-img-right .content-panel-content {
    padding: 0 30px 0 0;
  }
}

.card-body {
  padding: 8px;
}

/*.card-body h5 {
  margin-bottom: 2rem;
}*/

.item-showcase {
  margin: 30px auto 0;
}

.item-showcase .item-sprite {
  padding: 0px 20px 30px 0;
  display: inline-block;
}

.item-showcase .item-sprite img {
  max-height: 80px;
  max-width: 220px;
  width: auto;
  padding: 0 20px;
}

.feature-list.feature-center {
  text-align: center;
}

.feature-list h2 {
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .feature-list h4 {
    text-align: center;
  }
}

.feature-list .feature-item {
  margin: 0 0 25px 0;
}

.feature-list .feature-item img {
  margin: 0 auto;
}

.feature-list .feature-item .feature-title {
  font-size: 22px;
}

@media only screen and (max-width: 768px) {
  .feature-list p {
    display: none;
  }
}

#offers .feature-item:nth-child(2n + 3) {
  clear: both;
}

#solution-page .feature-item:nth-child(2n + 3) {
  clear: both;
}

@media (min-width: 768px) {
  #brands-page #benefits .feature-item:nth-child(3n + 4),
  #career-page #traits .specification-item:nth-child(5n) {
    clear: both;
  }
}

.study-showcase {
  margin: 40px 0 0 0;
}

.study-showcase h2 {
  margin: 0 0 35px 0;
}

.study-showcase .showcase-item {
  margin: 0 0 40px;
}

.study-showcase .showcase-item .image-wrapper {
  margin: 0 auto 20px;
  max-height: 120px;
  line-height: 120px;
  text-align: center;
}

/* logo banner */

#logo-banner {
  margin-top: 20px;
  height: 80px;
  padding: 20px 10%;
  background-color: #a2c3c8;
}
#logo-banner .carousel-item {
  transition: transform 10s linear;
}
.carousel-inner {
  width: 100%;
  margin: 0 auto;
}
.carousel-wrapper .carousel-inner {
  height: 40px;
}
.carousel-wrapper .carousel-inner .image-wrapper {
  margin: auto;
  text-align: center;
}
.carousel-wrapper .carousel-inner .image-wrapper img {
  vertical-align: middle;
  display: inline-block;
  max-height: 40px;
  max-width: 50%;
  height: auto;
  margin: auto 20px;
}

@media only screen and (max-width: 950px) {
  #logo-banner {
    height: auto;
    padding: 30px 0;
  }

  .carousel-wrapper .carousel-inner .image-wrapper img {
    vertical-align: middle;
    display: inline-block;
    max-height: 40px;
    max-width: 100%;
    height: auto;
    padding: 10px 20px;
    margin: 0 20px;
  }
}

.study-showcase .showcase-item .image-wrapper img {
  vertical-align: middle;
  display: inline;
  max-height: 120px;
  max-width: 220px;
}

.study-showcase .showcase-item p {
  padding: 20px 0;
  border-top: 1px solid #b1abad;
}

.form-control {
  width: 100%;
  height: 35px;
  margin: 5px 0;
  padding: 1px 2px;
  border: 1px solid;
  border-color: #ffffff #ffffff #0e738a #ffffff;
  color: #0c343d;
  border-radius: 0;
}

#consent {
  margin: 0 0 16px 8px;
}

#contact-form-submit-btn {
  padding: 15px 45px;
}

.fileupload-form .btn-center-wrapper {
  margin: 20px 0 0 0;
}

.statistics-list {
  margin: 28px 0 -30px;
}

.statistics-list .statistics-item {
  text-align: center;
  margin: 0 0 30px;
}

.statistics-list .statistics-item strong {
  font-size: 60px;
  line-height: 60px;
  color: #0c343d;
}

.statistics-list .statistics-item p {
  font-size: 24px;
}

#contact-single-locations-list .locations-sprite {
  width: 566px;
}

.locations-list {
  text-align: center;
}

.locations-list .locations-sprite {
  padding: 0 5px 10px 0;
  display: inline-block;
  text-align: left;
  width: 376px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .locations-list .locations-sprite {
    width: 357px;
  }
}

.locations-list .locations-sprite h3 {
  color: #0c343d;
}

.locations-list .locations-sprite ul {
  padding: 0;
}

.locations-list .locations-sprite li {
  list-style: none;
  padding: 0 0 0 30px;
}

.locations-list .locations-sprite li.email {
  background: url("//www.smartology.net/wp-content/themes/smartology-theme/library/images/email.png")
    no-repeat;
  background-size: 24px;
  background-position: 2px 5px;
}

.locations-list .locations-sprite li.phone {
  background: url("//www.smartology.net/wp-content/themes/smartology-theme/library/images/phone.png")
    no-repeat;
  background-size: 12px;
  background-position: 8px 0px;
}

.address-list {
  min-height: 450px;
}

.address-list .banner-text-wrapper {
  bottom: 25%;
}

.address-list .banner-text-wrapper a {
  text-decoration: none;
  color: #ffffff;
}

.address-list .banner-text-wrapper h5 {
  font-size: 28px;
  color: #ffffff;
  margin: 0 0 20px;
}

.address-list .banner-text-wrapper p {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .address-list .banner-text-wrapper {
    top: 30px;
    position: relative;
    padding-bottom: 30px;
  }

  .address-list .banner-text-wrapper .address-sprite {
    margin: 0 0 30px 0;
  }
}

.google-map-button {
  margin: 20px;
}

.iframe-video {
  text-align: center;
}

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

@media only screen and (max-width: 1199px) {
  .iframe-video iframe {
    width: auto !important;
    height: 100% !important;
  }
}

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.table-cell {
  display: table-cell;
  float: none;
  height: 100%;
}

.col-middle {
  vertical-align: middle;
}

.card #platform-card {
  border-top: 3px solid #A2C3C8;
  border-radius: 5px;
  box-shadow: 0px 20px 30px -20px #dee2e6;
  padding: 20px;
  margin: 0 20px; 
}

.card #platform-card-description {
  border-top: 3px solid #E87C00;
  border-radius: 5px;
  box-shadow: 0px 20px 30px -20px #dee2e6;
  padding: 20px;
  margin: 0 20px; 
}

#platform-card p {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  .temp-margin-top {
    margin-top: 20px;
  }
}

#about .lead {
  font-size: 20px;
}

#about .btn {
  display: inline-block;
}

#about-more p {
  width: 80%;
}

#owners,
#brands {
  text-align: center;
}

#technical p {
  margin-top: 30px;
}

#continue {
  position: relative;
  /*  height: 600px;*/
  overflow: hidden;
}

.statistics-wrapper {
  margin: 0 0 30px 0;
}

#for-brand .statistics-list {
  margin: 0;
}

@media only screen and (max-width: 992px) {
  #for-brand .statistics-list .statistics-item strong {
    font-size: 40px;
    line-height: 40px;
  }

  #for-brand .statistics-list .statistics-item p {
    font-size: 12px;
  }
}

.carousel-wrapper h4 {
  border-bottom: 1px solid #0e738a;
  padding-bottom: 20px;
  font-size: 26px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .carousel-wrapper h4 {
    font-size: 16px;
    margin: 30px 0 20px;
  }
}

@media (min-width: 767px) and (max-width: 768px) {
  .carousel-wrapper h4 {
    margin: 20px 0;
  }
}

/*.carousel-wrapper .carousel-inner {
  height: 60px;
  margin-bottom: 40px;
}*/

.carousel-wrapper .carousel-inner .image-wrapper {
  /*line-height: 60px;
  max-height: 60px;*/
  text-align: center;
  margin: auto;
}

.carousel-wrapper .carousel-inner .image-wrapper img {
  vertical-align: middle;
  display: inline-block;
  max-height: 40px;
  max-width: 50%;
  height: auto;
  margin: auto 20px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-image: none !important; /*overrides default white arrows*/
}

.carousel-control-next,
.carousel-control-prev {
  margin: auto;
  text-align: center;
  min-height: 300px;
}

@media only screen and (max-width: 992px) {
  #logo-banner {
    height: auto;
    padding: 30px 0;
  }

  .carousel-wrapper .carousel-inner .image-wrapper img {
    vertical-align: middle;
    display: inline-block;
    max-height: 40px;
    max-width: 100%;
    height: auto;
    padding: 10px 20px;
    margin: 0 20px;
  }
}

.explainer-text {
  margin: 50px 0 50px 0;
}

.explainer-text h4 {
  font-size: 24px;
  font-weight: 700;
}

.explainer-text > p {
  font-size: 20px;
}

#post-page .page-banner {
  min-height: 320px;
}

#about-page .fa-linkedin-square {
  /*    font-size: 20px;*/
  color: #0077b5;
}

#about-page .team-list {
  margin: 0 -20px -20px 0;
  overflow: hidden;
}

#about-page .team-list .team-sprite {
  margin: 0 20px 20px 0;
  width: auto;
  float: left;
}

#about-page .team-list .team-sprite h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 400;
  text-transform: inherit;
}

#about-page .team-list .team-sprite .team-sprite-header {
  display: -webkit-inline-box;
}

.team-sprite-header {
  display: -webkit-inline-box;
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #0e738a;
  margin-bottom: 20px;
}

.team-sprite-wrapper {
  padding-left: 5px;
}

.team-sprite-wrapper .btn-lg {
  padding: 10px 20px;
}

#about-page .team-list .team-sprite .team-sprite-header p {
  font-size: 14px;
}

#about-page .team-list .team-sprite .team-sprite-header .team-sprite-wrapper {
  height: 125px;
  padding-left: 5px;
}

#about-page .team-list .team-sprite .team-sprite-header .btn {
  float: left;
  width: 100%;
}

#about-page .team-list .team-sprite .truncate {
  float: left;
}

.truncate {
  overflow: hidden;
  height: 170px;
}

#about-page .card .card-body .card-title {
  display: -webkit-inline-box;
}

.card-title a:focus {
  outline: 2px solid black;
}

#about-page .team-list .team-sprite p {
  float: left;
}

.team-list .team-sprite img {
  width: 125px;
}

@media (min-width: 992px) {
  #about-page .team-list .team-sprite:nth-child(3n + 1) {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #about-page .team-list .team-sprite:nth-child(2n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 767px) {
  #about-page .team-list {
    margin: 0;
  }

  #about-page .team-list .team-sprite {
    width: 350px;
    margin: 0 auto;
    float: none;
  }

  #about-page .team-list .team-sprite .btn {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #about-page .team-list .team-sprite {
    width: 350px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #about-page .team-list .team-sprite {
    width: 306px;
  }

  #about-page .team-list .team-sprite .btn {
    font-size: 12px;
  }
}

#about-page #careers {
  margin: 0 0 50px 0;
}

#about-page #careers .position-label {
  display: inline-block;
  padding: 0 100px 2px 0;
  border-bottom: 1px solid #b1abad;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  #about-page #careers .position-label {
    padding: 0 10px 2px 0;
  }
}

#about-page #careers ul {
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
}

#about-page #careers ul li {
  margin: 10px 0 0 0;
  list-style: none;
}

#insight-archive {
  border-top: 1px solid #b1abad;
}

#insight-list {
  margin: 40px 0 0 0;
}

#insight-list .listpost {
  margin: 0 0 80px 0;
  float: left;
}

#insight-list .listpost a {
  color: #000000;
}

#insight-list .listpost > .img-wrapper {
  max-width: 50%;
  width: 50%;
  overflow: hidden;
  padding: 0 10px;
}

#insight-list .listpost > .img-wrapper img {
  max-width: 100%;
  height: auto;
  margin: auto;
}

#insight-list .listpost h2 {
  margin-top: 0;
  line-height: 20px;
  font-weight: 600;
}

@media only screen and (max-width: 992px) {
  #insight-list .listpost h2 {
    margin: 0 0 10px 0;
  }
}

#insight-list .listpost h2 a {
  font-size: 22px;
}

@media (min-width: 992px) {
  #insight-list .listpost .category {
    margin: 40px 0 0 0;
  }
}

#insight-list .listpost .post-content {
  margin: 10px 0 0 0;
}

@media only screen and (max-width: 992px) {
  #insight-list .listpost .post-content a {
    font-size: 14px;
  }
}

#insight-list .listpost .post-footer {
  margin: 20px 0 0 0;
}

#insight-list .listpost .read-more {
  float: left;
}

#insight-list .listpost .read-more .btn {
  color: #ffffff;
}

#insight-list .listpost .social {
  float: right;
}

#insight-list .listpost .social p {
  line-height: 36px;
  margin: 0 20px 0 0;
}

#insight-list .listpost .social * {
  display: inline-block;
  float: left;
}

#insight-list .listpost .social a {
  height: 36px;
  width: 36px;
  margin: 0 2px;
}

#insight-list .listpost.pull-image-left > img {
  float: left;
}

#insight-list .listpost.pull-image-right > img {
  float: right;
}

@media only screen and (max-width: 992px) {
  #insight-list .listpost {
    margin: 0 0 40px 0;
  }

  #insight-list .listpost > .img-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px 0;
  }
}

#insight-page .breadcrumb {
  margin: 0;
}

#insight-page .page-banner {
  max-height: 320px;
}

#insight-page .section {
  padding: 30px 0;
}

#insight-page .information {
  line-height: 36px;
}

#insight-page .information .social {
  float: right;
}

#insight-page .information .social p {
  margin: 0 20px 0 0;
}

#insight-page .information .social * {
  display: inline-block;
  float: left;
}

#insight-page .information .social a {
  height: 36px;
  width: 36px;
  margin: 0 2px;
}

@media only screen and (max-width: 767px) {
  #insight-page .information .social {
    float: left;
    margin: 20px 0 0 0;
  }
}

#insight-page .post-content {
  margin: 40px 0 0 0;
}

#insight-page .post-content img {
  margin: 20px auto;
}

@media only screen and (max-width: 767px) {
  #insight-page .post-content img {
    width: 100%;
    height: auto;
  }
}

#insight-page .post-content .btn-center-wrapper {
  margin: 40px 0;
}

@media only screen and (max-width: 767px) {
  #insight-page .post-content a {
    display: block;
  }

  #insight-page .btn-center-wrapper a + a {
    margin-top: 20px;
  }
}

#career-page ul {
  margin: 0;
  padding: 0;
}

#career-page ul li {
  list-style: none;
}

#career-page #day-to-day .specification-statistic {
  color: #0c343d;
}

#career-page #day-to-day ul li p {
  font-size: 14px;
}

#career-page #person-specification h2 {
  margin-bottom: 40px;
}

#career-page .specification-list {
  margin: 0 -20px -20px 0;
}

#career-page .specification-list .specification-item {
  position: relative;
  margin: 0 20px 20px 0;
  height: 120px;
}

@media only screen and (max-width: 767px) {
  #career-page .specification-list .specification-item {
    clear: both;
  }
}

#career-page .specification-list .specification-item img {
  float: left;
}

#career-page .specification-list .specification-item h4 {
  float: right;
}

#career-page .specification-list .specification-item p {
  text-align: center;
}

@media (min-width: 767px) and (max-width: 991px) {
  #career-page .specification-list .specification-item img {
    float: left;
  }

  #career-page .specification-list .specification-item h4 {
    float: right;
  }
}

#career-page .specification-list .specification-item .specification-title {
  margin: 0 0 0 20px;
  float: left;
}

@media only screen and (max-width: 767px) {
  #career-page .specification-list .specification-item .specification-title {
    margin: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  #career-page .specification-list .specification-item {
    height: 180px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #career-page .specification-list .specification-item {
    height: auto;
    width: 350px;
  }

  #career-page .specification-list .specification-item img {
    max-width: 120px;
  }
}

@media (min-width: 992px) {
  #career-page .specification-list .specification-item {
    height: auto;
    width: 220px;
  }

  #career-page .specification-list .specification-item img {
    max-width: 100px;
  }
}

@media (min-width: 1200px) {
  #career-page .specification-list .specification-item {
    height: auto;
    width: 270px;
  }

  #career-page .specification-list .specification-item img {
    max-width: 140px;
  }
}

@media (min-width: 768px) {
  #career-page .specification-list .specification-item {
    float: left;
  }

  #career-page .specification-list .specification-item img {
    margin: 0 auto;
    float: none;
  }

  #career-page .specification-list .specification-item .specification-title {
    text-align: center;
    width: 100%;
    margin: 10px 0;
  }
}

#career-page #desirable ul {
  margin: 0 0 -15px 0;
}

#career-page #desirable ul li {
  margin: 0 0 15px 0;
}

#contact-page .locations-sprite {
  padding: 0px 5px 30px 0;
}

#contact-page h3 {
  margin-top: 16px;
}

#contact-page .lead {
  margin-top: 0;
  margin-bottom: 16px;
}

#solutions-list .page-intro {
  margin: 50px 0;
}

#solutions-list .content-panel {
  height: auto;
  /*height: 500px;*/
  /*    @media (min-width: @screen-md-min) and (max-width: @screen-md-max) {
              height: 410px;
            }
            @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
              height: auto;
            }
            @media only screen and (max-width: @screen-xs-max) {
              height: auto;
            }*/
}

#solutions-list .content-panel > img {
  width: 150%;
  max-width: 100%;
}

#solutions-list .content-panel .content-panel-content {
  margin-bottom: 20px;
}

#solutions-list .content-panel .content-panel-content .brand-image {
  display: inline-block;
  margin: 30px 0 20px;
}

@media (min-width: 992px) {
  #solutions-list .content-panel .content-panel-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  #solutions-list .content-panel.panel-img-left > img {
    margin-left: -33%;
  }
}

@media (min-width: 992px) {
  #solutions-list .content-panel.panel-img-right > img {
    margin-right: -33%;
  }
}

#solutions-list-intro img {
  margin: 0 auto;
}

.nav-tabs,
.nav-pills {
  text-align: center;
}

.nav-tabs > li,
.nav-pills > li {
  float: none;
  display: inline-block;
  /*display: inline;
  /* ie7 fix */
  zoom: 1;
  /* hasLayout ie7 trigger */
}

.nav-tabs {
  text-align: center;
  border-color: #0e738a;
  border-bottom: 1px solid #0e738a;
  display: flex;
  justify-content: space-around;
}

.nav-tabs > li {
  text-decoration: underline;
  float: none;
  display: inline-block;
  /**display: inline;
  /* ie7 fix */
  zoom: 1;
  /* hasLayout ie7 trigger */
}

.nav-tabs > li a {
  color: #0c343d;
}

.nav-tabs li:hover a {
  border-color: transparent;
}

.nav-tabs > a {
  text-decoration: none;
  float: none;
  display: inline-block;
  /*display: inline;*/
  color: #0c343d;
  /* ie7 fix */
  zoom: 1;
  /* hasLayout ie7 trigger */
}

.nav-tabs a:hover {
  border-color: transparent;
  color: #0e738a;
}

#study-page-intro {
  margin: 40px 0 0;
} */

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Generic Events page template styling */

#events-landing-page #events-intro p {
  font-size: 24px;
}

.sm-animation {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 992px) {
  .sm-animation {
    display: block;
    max-width: 100%;
    height: auto;
  }
}

#smart-tagline h1 {
  text-transform: none;
  font-family: "Lato Bold";
}

/*#icon {
  transition: 0.3s;
}

#icon:hover {
  transform: translate(0, -10px);
}*/

#benefits {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#engagement h4 {
  padding-bottom: 20px;
}

#engagement p {
  text-align: left;
}

#engagement {
  padding-top: 20px;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials {
  margin: 20px auto;
  max-width: 100%;
  height: auto;
}

#testimonials {
  min-height: 320px;
  border: 1px solid #0e738a;
  border-radius: 0.25rem;
  display: flex;
}

#testimonials h5 {
  padding: 20px 10px;
}

#testimonials h6 {
  font-style: italic;
  font-weight: 700;
  color: #0e738a;
  font-size: 18px;
}

#testimonials .carousel-inner {
  width: 66%;
  margin: 0 auto;
}

#for-brand {
  align-self: center;
  margin: auto 0;
}

#for-brand svg {
  width: 16px;
}

.table tfoot th,
.table thead th {
  background-color: #0c343d;
  color: #fff;
}

.table td {
  padding: 10px 15px;
}

.table td:hover {
  background-color: #a2c3c8;
  opacity: 75%;
}

/* FREQUENT ASKED QUESTION */

.card-header {
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px solid;
  border-color: #ffffff #ffffff #0e738a #ffffff;
}

/* Cookieless Future Styles*/

/* top row sections*/
.intro-section-img-wrapper {
  width: calc(25% - 20px);
  height: fit-content;
  margin-right: 20px;
}

.intro-section-img-wrapper img {
  align-self: center;
  flex: 0 auto;
  width: 196px;
}

#next-gen-contextual-targeting {
  display: flex;
  flex-direction: row;
}

#sm-video {
  float: right;
}

@media screen and (max-width: 992px) {
  .intro-section-text-column {
    width: 100%;
    flex: 0 auto;
  }

  .intro-section-img-wrapper {
    align-self: center;
    margin: 24px auto;
    flex: 0;
    width: 100%;
    align-items: center;
  }

  .intro-section-img-wrapper img {
    align-self: center;
    flex: 0 auto;
    width: fit-content;
  }

  #intro-section-right {
    flex-direction: column-reverse;
    justify-content: center;
  }

  #next-gen-contextual-targeting {
    flex-direction: column-reverse !important;
  }

  #n-g-contextual-targeting-text {
    width: 100%;
    flex: 0;
  }

  #sm-video {
    width: 100%;
    flex: 0;
    float: none;
  }
}

/* Accordion Styling*/

/* .accordion {
  margin-bottom: 120px;
  border-radius: 0;
} */

.accordion-button {
  padding: 12px 0px 12px 0px;
  border: none;
  border-radius: 0;
  color: #0c343d;
}

#cookiesAccordion {
  display: block;
}

.accordion-button:focus {
  border: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #0c343d;
  background: transparent;
  box-shadow: none;
}

.accordion-item {
  border-top: none !important;
  border-bottom: 1px solid #0c343d !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;
}

.accordion-header {
  border-radius: 0 !important;
}

.card {
  border: 0px #fff;
}

#platform-card ul {
  padding-left: 0;
}

/* Tabs Styling */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-link {
  text-decoration: none;
}

.tab-pane {
  display: none;
}

.tab-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  overflow: hidden;
  padding: 48px;
}

.scolling-content {
  margin: 0 auto;
  height: 555px;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  position: relative;
}

.scolling-content .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 48px 0;
  padding-right: 20px;
  scroll-snap-align: start;
}

#swapable-image {
  margin-left: 48px;
  width: 200px !important;
  height: 172px;
}

/*.active {
  display: flex !important;
  flex-direction: row;
  align-items: center;
} increase specificity to avoid this class affecting homepage logo carousel*/

.img-placeholder {
  height: 200px;
  background-color: #495057;
  margin: 60px 0 30px 0;
}

.show {
  visibility: visible;
  opacity: 1;
}

.nav-tabs .nav-link {
  border-top: 2px solid #0c343d;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  margin: 0.5rem auto 0;
  padding: 0.5rem 1.5rem;
  font-size: 18px;
  font-weight: 900;
  color: #0c343d;
}

.nav-tabs .nav-link:hover {
  background-color: #dee2e6;
  border-top: 2px solid #0c343d;
  color:#ffffff;
}

.nav-tabs .button {
  text-align: center;
  border-color: #0e738a;
  border-bottom: 1px solid #0e738a;
  display: flex;
  justify-content: space-around;
}

/* .nav-link.active {
  color: #495057 !important;
} */

.scrolling-content {
  margin: 0 auto;
  height: 555px;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  position: relative;
}

.scrolling-content .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 48px 0;
  padding-right: 20px;
  scroll-snap-align: start;
}

#swapable-image {
  margin-left: 48px;
  width: 200px;
  height: 172px;
}

.tab-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media screen and (max-width: 992px) {
  #swapable-image {
    margin: 0 auto;
  }

  .tab-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .scrolling-content {
    scroll-snap-type: none;
    height: 300px;
    margin-top: 24px;
  }

  .scrolling-content .content {
    scroll-snap-align: none;
    justify-content: flex-start;
    height: auto;
    margin: 24px 0;
    padding-right: 0;
  }
}

/* RESOURCE PAGE  */

.resource {
  margin: 20px auto;
  max-width: 100%;
  height: auto;
}

#resource {
  min-height: 320px;
  border-bottom: 1px solid #0e738a;
  border-radius: 0.25rem;
  display: flex;
}

#resource .card-header {
  padding: 8px;
  background-color: #ffffff;
  border: transparent;
}

#resource .card-footer {
  background-color: #ffffff;
  padding: 8px;
  border: transparent;
}

#resource p {
  font-size: 15px;
}

/* #resource h5 {
  padding: 20px 10px;
} */

#resource h6 {
  font-weight: 700;
  font-size: 12px;
}

#resource .carousel-inner {
  width: 90%;
  margin: 10px auto;
}

#resource .carousel-control-next,
.carousel-control-prev {
  width: 2%;
}

#resource .carousel-indicators {
  margin-bottom: 0rem;
  margin-top: 0.5rem;
}

#resource .carousel-indicators [data-bs-target] {
  background-color: #0c343d;
}

#resource img {
  border-radius: 15px;
  width: 100%;
  height: 135px;
  object-fit: cover;
}

.hide {
  display: none;
}

/* INSIGHTS ARTICLE SINGLE  */

#insight-info {
  border-right: 1px solid #0c343d;
}

.insights-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
}

#insight-info .card-header {
  padding: 8px 0;
  background-color: #ffffff;
  border: transparent;
}

#insight-info .card-footer {
  background-color: #ffffff;
  padding: 8px 0;
  border: transparent;
}

/* #insight-line {
  height: 250px;
  width: 1px;
  border-right: 1px solid #0c343d;
} */

/* CASE STUDY STYLING  */

#case-study .card-body {
  padding: 0 20px 8px 8px;
}

/* Move reCaptcha badge to the left */
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}

/* cookie consent banner styling */

/* cookie-consent-banner needs both a class and an id to receive styling from this stylesheet */

#cookie-consent-banner {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
}
.cookie-consent-banner {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
}

#cookie-consent-banner p {
  margin: 0;
}

#cookie-consent-banner-inner {
  display: flex;
  margin: 40px auto 40px auto;
  width: 70vw;
  max-width: 1440px;
  align-items: center;
  justify-content: space-between;
}

#cookie-consent-banner-inner button {
  white-space: nowrap;
}

#cookie-banner-close {
  position: absolute;
  right: 20px;
  top: 20px;
  user-select: none;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  #cookie-consent-banner-inner {
    flex-direction: column;
    text-align: center;
  }

  #cookie-consent-banner-inner button {
    margin-top: 10px;
  }
}

/* NEWs PAGE  */

#news-events {
  min-height: 320px;
  display: flex;
}

#news-events .card-header {
  padding: 8px;
  background-color: #ffffff;
  border: transparent;
}

#news-events .card-body {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  border: transparent;
}

#news-events p {
  font-size: 15px;
}

#news-events h6 {
  font-weight: 700;
  font-size: 12px;
}

#news-events img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hide {
  display: none;
}

#latest-news .card-header {
  padding-right: 1.5rem;
  background-color: #ffffff;
  border: transparent;
}

#latest-news .card-body {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  border: transparent;
}

#latest-news p {
  font-size: 15px;
}

#latest-news h6 {
  font-weight: 700;
  font-size: 12px;
}

#latest-news img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
