
/* utitlities */
.y-centered { display: flex; align-items: center;}
.bg-primary { background-color: #4fc8ed; }
.bg-navy { background-color: #003B5C; }
.bg-light { background-color: #F7F7F7; }
.bg-white { background-color: #fff; }
.section-title { margin-bottom: 4rem; }
.mb-0 { margin-bottom: 0 !important; }
.btn-row .btn { margin-top: 30px; }
.row.no-gutters { margin-right:0; margin-left:0; }
.row.no-gutters > [class*='col-'] { padding-right:0; padding-left:0; }
.bg-img { background-size: cover; background-position: center; background-repeat: no-repeat; }
section.section { margin: 0; }
section.section:not(.testimonials-desktop) { padding-top: 40px; padding-bottom: 40px; }
body.home section.section.bg-navy.testimonials-desktop {
  padding-top: 45px;
  padding-bottom: 45px;
}
section.section.section-fat { padding-top: 80px; padding-bottom: 80px; }
section.section.section-collapse-top { padding-top: 0; }
@media(min-width: 992px){
	section.section.section-tall { min-height: 700px; }
	.float-md-left { float: left; }
	.float-md-right { float: right; }
}
.inlaid-section { padding: 30px; }

.main.contact-page {
  overflow-x: hidden;
}

/* bootstrap components */

.nav-tabs { border: none; margin-bottom: 20px; }
.nav-tabs>li>a,
.nav-tabs>li>button { border: none; text-align: center; background-color: #fafafa; color: #b7b7b7; font-family: 'TVNordEF-BlackCon'; font-size: 2rem; }

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav-tabs>li>button.active,
.nav-tabs>li>button.active:hover,
.nav-tabs>li>button.active:focus { color: #fff; background-color: #4fc8ed; border: none; position: relative; }

.nav-tabs>li.active>a::after,
.nav-tabs>li.active>a:hover::after,
.nav-tabs>li.active>a:focus::after,
.nav-tabs>li>button.active::after,
.nav-tabs>li>button.active:hover::after,
.nav-tabs>li>button.active:focus::after { content: ""; display: block; background-color: #4fc8ed; height: 15px; width: 15px; left: 50%; top: 100%; z-index: -1; transform: translate(-50%,-50%) rotate(45deg); position: absolute; }


/* custom components */
.small-blue-bar-header { position: relative; margin-top: 23px; line-height: 110%; }
.small-blue-bar-header::before { width: 40px; height: 5px; top: -20px; position: absolute; background-color: #4fc8ed; content: " "; display: block; }
.small-blue-bar-after-header { position: relative; margin-bottom: 30px; }
.small-blue-bar-after-header::after { width: 40px; height: 5px; bottom: -16px; position: absolute; background-color: #4fc8ed; content: " "; display: block; }

.events-column { display: flex; flex-direction: column; }
.events-column a.event { margin-bottom: 13px; }
.events-column .event h4 { font-family: 'TVNordEF-BlackCon'; font-size: 20px; line-height: 110%; }
.events-column .event h4:hover { color: #4fc8ed; }
.events-column .event p { margin-bottom: 0; }
.events-column .spacer { flex: 1; }
.events-column .event + .small-blue-bar-after-header { margin-top: 30px; }

.section-heading { position: relative; margin-top: 20px; margin-bottom: 25px; padding-bottom: 11px; }
.section-heading:before { width: 40px;  height: 5px; top: -20px; position: absolute; background-color: #4fc8ed; content: " "; }
@media(min-width: 992px) {
	.section-heading { border-bottom: 1px solid #b2b2b2; margin-top: 40px; }
	.section-heading.section-heading-no-underline { border-bottom: none; }
	.section-heading:before { width: 60px; height: 20px; top: -40px; }
}

.card img { width: 100%; height: auto; }
.card-body { padding: 2rem 0; }

.cta { padding: 33px 40px 22px 40px; }
.cta.announcement-bar { padding: 0 !important; }
.cta .cta-title { position: relative; }
.cta .cta-title:before { width: 60px; height: 2px; top: -24px; position: absolute; content: " "; display: block; background-color: #fff; }
.cta.cta-gray { background-color: #e1e1e1; }
.cta.cta-blue { background-color: #4fc8ed; }
.cta.cta-navy { background-color: #003B5C; }
.cta.cta-red { background-color: #ff605e; }
.cta.cta-orange { background-color: #ff7a45; }
.cta.cta-green { background-color: #4ce6d6; }
.cta.cta-yellow { background-color: #fdd14c; }
.cta.cta-purple { background-color: #782da0; }
.cta .announcement-bar-title { margin: 1.35em 0; }
.cta .announcement-bar-title a { color: #fff; text-decoration: none; }
.cta .announcement-bar-title a svg { height: 0.75em; margin-left: 0.1em; }

.btn-heading { display: flex; flex-wrap: wrap; align-items: flex-end; padding-bottom: 15px; border-bottom: 1px solid #000; margin: 0 0 30px; }
.btn-heading .btn { margin-bottom: 12px }


.bg-img-wrapper { position: relative; }
.bg-img-wrapper .desktop-bg, .mobile-bg { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: -1; }
.bg-img-wrapper .desktop-bg { display: none; z-index: -1; }
@media(min-width: 992px){
	.bg-img-wrapper .mobile-bg { display: none; }
	.bg-img-wrapper .desktop-bg { display: block; }
}


a.inlaid-card { display: block; }
.inlaid-card { padding: 30px; height: 100%; }
.inlaid-card.inlaid-card-gap { margin-bottom: 30px; }
.inlaid-card .inlaid-image img { height: 80px; width: 80px; display: block; margin: 0 auto; min-width: 80px; }
.inlaid-card .inlaid-title { font-family: "TVNordEF-BlackCon"; font-size: 22px; line-height: 22px; margin: 0 0 0 1em; text-align: left; }
.inlaid-card .inlaid-description { margin-bottom: 30px; }
.inlaid-card p { text-align: left; margin-bottom: 10px; }
.inlaid-card .card-head {
  border-bottom: 1px solid #a8a8a8;
  padding-bottom: 30px;
  align-items: center;
  margin: 0 0 30px;
  display: flex;
 }
 .difference-cards-title {
  margin: 14px auto 4rem;
  line-height: 38px;
  max-width: 800px;
  font-size: 32px;
 }
 .difference-cards-title-divider {
  margin: 34px auto 45px;
  background: #4FC8ED;
  height: 6px;
  width: 60px;
 }

@media(min-width: 992px){
	body:not(.home) .inlaid-card .inlaid-title { font-size: 26px; line-height: 26px; }
}
@media(max-width: 991px){
  .inlaid-card .card-head { justify-content: center; }
}

.quote { margin: 75px 0; position: relative; font-size: 26px; }
.quote p:last-child { margin-bottom: 0; }
.quote::before, .quote::after {  position: absolute; z-index: 5; line-height: 0; font-size: 150px; display: block; color: white; }
.quote::before {  content: "“"; position: relative; right: auto; left: -6px; }
.quote::after { content: "„"; top: calc(100% - 15px); right: 0; left: auto; padding: 0; right: -6px; }
.quote-name { margin-bottom: 30px; letter-spacing: 3px; }
.quote-link { font-family: 'TVNordEF-BlackCon'; font-size: 24px; }
.new-landing #testimonials { color: #FFF; }
.new-landing #testimonials .quote-name {
  margin-bottom: 50px;
  align-items: center;
  min-height: 50px;
  display: flex;
}
.new-landing #testimonials .quote-name p { margin-bottom: 0; flex: 1; padding-right: 15px; }
.new-landing #testimonials .quote-name img {
  max-height: 50px;
  max-width: 150px;
  height: 50px;
  width: auto;
}
@media(max-width: 600px){
  .new-landing #testimonials .quote-name { flex-direction: column; align-items: flex-start; }
  .new-landing #testimonials .quote-name img { margin-top: 15px; }
}
.new-landing #testimonials .quote-link { font-size: 20px; line-height: 26px; }
.new-landing #testimonials .quote-link svg { height: 0.75em; margin-left: 0.25em; margin-bottom: -.05em; }
#hero-carousel .hero-img { height: 600px; padding: 100px 0; background-color: #999; display: flex; align-items: flex-end; z-index: 1; }
#hero-carousel .hero-text { border: 10px solid #4fc8ed; padding: 40px; position: relative; box-sizing: border-box; margin-top: 90px; }
#hero-carousel .hero-text .top-left { background-color: #4fc8ed; height: 25px; width: 25px; position: absolute; bottom: calc(100% + 10px); right: calc(100% + 10px); }
#hero-carousel .hero-text .bottom-right { background-color: #4fc8ed; height: 25px; width: 25px; position: absolute; top: calc(100% + 10px); left: calc(100% + 10px); }
#hero-carousel .hero-text .bottom-right::after { display: block; content: ""; background-color: inherit; height: 50%; width: 50%; position: absolute; bottom: 100%; left: 100%; }
#hero-carousel .hero-text a.hero-cta {
  font-family: "TVNordEF-Regular",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 3.6px;
  display: inline-block;
  margin-bottom: 1.2em;
  padding-right: 20px;
  position: relative;
  line-height: 22px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
#hero-carousel .hero-text a.hero-cta svg {
  position: absolute;
  margin-left: 2px;
  margin-top: 6px;
  height: 0.7em;
}
#hero-carousel .hero-img .cta-container {
  display: inline-block;
  width: auto;
  margin: 0 auto 0 100px;
}
#hero-carousel .hero-img .cta-container.align-right {
  margin-left: auto;
  margin-right: 100px;
}
@media(min-width: 992px) {
  #hero-carousel .hero-img { align-items: center; }
  #hero-carousel .hero-img .container {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  #hero-carousel .hero-img .cta-container {
    width: auto;
    margin: 0 24px 0 10px !important;
  }
}
@media(max-width: 767px) {
  #hero-carousel .hero-img .container { min-width: calc(100vw - 30%); }
  #hero-carousel .hero-img .cta-container {
    width: auto;
    margin: 0 24px 0 10px !important;
    min-width: 0;
  }
}
@media(max-width: 480px) {
	#hero-carousel .hero-text { padding: 20px; }
	#hero-carousel .hero-text h1, #hero-carousel .hero-text .h1 { font-size: 36px; line-height: 32px; }
}
@media(max-width: 320px) {
	#hero-carousel .hero-text h1, #hero-carousel .hero-text .h1 { font-size: 32px; line-height: 28px; }
}

/* bootstrap components */
.carousel .carousel-indicators li,
.carousel .carousel-indicators button {
  height: 5px; width: 35px; border: none; background-color: rgba(255, 255,255, 0.5); margin: 0; border-radius: 0; }
.carousel .carousel-indicators li.active,
.carousel .carousel-indicators button.active { background-color: #fff; }
.carousel .carousel-indicators li:not(:last-of-type),
.carousel .carousel-indicators button:not(:last-of-type) { margin-right: 5px; }

/* new landing */
.new-landing [class*="col-"]:not(:last-child) .inlaid-card { margin-bottom: 30px; }
.new-landing .featured { margin-bottom: 30px; }
.new-landing .featured .featured-title { font-family: 'TVNordEF-BlackCon'; font-size: 20px; line-height: 110%; }
.new-landing #testimonials { margin-bottom: 35px; }
.new-landing #testimonials .carousel-indicators { bottom: -50px; }
.new-landing #testimonials .testimonial { display: flex; flex-direction: column; justify-content: center; padding: 0 45px; }
@media(min-width: 992px){
	.new-landing .inlaid-card { margin-bottom: 0; }
	.new-landing .inlaid-card .inlaid-image { height: 80px; }
	.new-landing #testimonials .testimonial { padding: 0; }
	.new-landing #testimonials .item { margin-bottom: 10px; }
	.new-landing #testimonials .quote { margin: 10px 0 20px; }
	.new-landing #testimonials .quote:before { position: absolute; top: 65px; left: -80px; }
	.new-landing #testimonials .quote:after { position: absolute; top: auto; bottom: 70px; right: -80px; }
}

@media(max-width: 991px){
  .new-landing #testimonials { margin-bottom: 45px; }
  .new-landing #testimonials .carousel-indicators { bottom: -60px; }
}
@media(max-width: 424px){
  body.home section.section.bg-navy.testimonials-desktop{
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .new-landing .testimonials-desktop .quote {
    font-size: 20px;
    margin: 60px 0;
  }
  .new-landing .testimonials-desktop .quote::before,
  .new-landing .testimonials-desktop .quote::after{
    font-size: 100px;
  }
  .new-landing #testimonials .testimonial {
    padding: 0 20px;
  }
  .new-landing #testimonials .quote-name{
    margin-bottom: 20px;
  }
  .new-landing #testimonials .quote-link{
    font-size: 18px;
  }
  .new-landing #testimonials .quote-name img {
    max-height: 50px;
  }
}
.new-landing #industry-trends .featured:hover .featured-title { color: #4fc8ed !important; }
.new-landing #pubmatic-difference-desktop { display: none; }
.new-landing #pubmatic-difference-mobile .carousel-indicators { position: relative; bottom: auto; left: 0; z-index: 15; width: 100%; margin: 20px 0; padding-left: 0; list-style: none; text-align: center; }
.new-landing #pubmatic-difference-mobile .carousel-indicators button,
.new-landing #pubmatic-difference-mobile .carousel-indicators li { background-color: rgba(79, 200, 237, 0.5) }
.new-landing #pubmatic-difference-mobile .carousel-indicators button.active,
.new-landing #pubmatic-difference-mobile .carousel-indicators li.active { background-color: #4fc8ed; }
@media(min-width: 992px) {
	.new-landing #pubmatic-difference-desktop { display: flex; align-items: stretch; }
	.new-landing #pubmatic-difference-mobile { display: none; }
}

.new-landing  #desktop-reports { display: none; }
.new-landing #desktop-reports .reports .h4 {
  color: #39BADD;
}
.home .stat-num .text-primary {
  color: #39BADD;
}
@media(max-width: 993px){
	.new-landing #mobile-reports .featured-img { height: auto !important; }
	.new-landing #mobile-reports .featured-body { height: auto !important; }
}
@media(min-width: 992px) {
	.new-landing #mobile-reports { display: none; }
	.new-landing #desktop-reports { display: flex; }
}

/* new solutions archive */
.solutions-archive .solution { position: relative; background-color: #F7F7F7; }
.solutions-archive .solution .solution-img img { width: 100%; height: auto; }
.solutions-archive .solution .solution-img .bg-img { width: 100%; height: 100%; display: none; }
@media(min-width: 992px){
	.solutions-archive .solution { display: flex; }
	.solutions-archive .solution .solution-img .bg-img { display: block; }
	.solutions-archive .solution .solution-img img { display: none; }
	.solutions-archive .solution:nth-child(odd) .solution-description { order: 1; }
	.solutions-archive .solution:nth-child(odd) .solution-img { order: 2; }
}


/* new solution single */
.solution-single .inlaid-card { margin-bottom: 2rem; }
.solution-single .card { margin-bottom: 2rem; }
.solution-single .card:not(:last-of-type) { border-bottom: 2px solid #E6E7E8; }
.solution-single h4 { font-size: 20px; }
.solution-single .quote { font-size: 26px; }


body:not(.page-template-page-new-landing):not(.page-template-page-home-with-events) .inlaid-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body:not(.page-template-page-new-landing):not(.page-template-page-home-with-events) .inlaid-card .inlaid-title {
  text-align: center;
  margin: 20px 0 20px 0;
}

body:not(.page-template-page-new-landing):not(.page-template-page-home-with-events) .inlaid-card p {
  text-align: center;
}


.inlaid-card .quote-name {
  width: 100%;
}

.inlaid-card .quote-name p {
  text-align: left !important;
}
.single-solutions_new section.section.section-fat {
  padding-bottom: 30px;
}

.single-solutions_new #hero-carousel h1 {
  margin-top: 12px;
  margin-bottom: 8px;
}
/* ---- checklist module ---- */
section.checklist-module {
  margin-bottom: 2rem;
}
.checklist-module-content{
  padding: 40px 40px 30px;
}
.closing-section-module .yellow-bar,
.checklist-module .yellow-bar{
  width: 60px;
  height: 5px;
  background-color: #FFD13F;
  margin-bottom: 18px;
}
.checklist-module-content .checklist-title{
  margin-top: 18px;
  margin-bottom: 20px;
}
.checklist-module-content h5{
  font-family: "TVNordEF-Regular",Helvetica,Arial,sans-serif;
  line-height: 1.42857143;
  font-size: 17px;
  margin: 0;
  padding-left: 10px;
}
.list-item-row {
  display: flex;
  align-items: flex-start;
}
.checklist-box-inner {
  display: grid;
  grid-template-columns: 33% 33% 33%;
}
.checklist-col{
  width: 100%;
  padding-left: 0;
  padding-right: 0px;
  margin-bottom: 10px;
}

.list-item-row img{
  float: left;
  width: 20px;
  height: 20px;
}

@media(max-width: 991px) {
  .checklist-box-inner {
    grid-template-columns: 50% 50%;
  }
}
@media(max-width: 630px) {
  .checklist-box-inner {
    grid-template-columns: auto;
  }
}

/* ---- Solutions closing section ---- */
.single-solutions_new .closing-section-module {
  margin-top: 0px;
  margin-bottom: 0;
  position: relative;
}
.single-solutions_new .closing-section-module.remove-top-margin {
  margin-top: 0;
}
.single-solutions_new .closing-section-module .backdrop {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  background-size: cover;
  background-position: top;
}
.single-solutions_new .closing-section-module .backdrop.mobile {
  display: none;
}
.single-solutions_new .closing-section-module .closing-section-content {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #FFF;
}
.single-solutions_new .closing-section-module .closing-section-content h3 {
  max-width: 700px;
  white-space: pre-line;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  margin-top: 18px;
}
.single-solutions_new .closing-section-module .closing-section-content .cta-btn {
  color: #FFF;
  font-size: 22px;
  margin-top: 42px;
  padding: 16px 18px;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.66px;
  border: 1px solid #FFF;
  text-transform: uppercase;
  font-family: "TVNordEF-BlackCon", Helvetica, Arial, sans-serif;
}
.single-solutions_new #contact-modal.fade.in .modal-content {
  background-color: #F1F1F1;
}
@media screen and (max-width: 781px) {
  .single-solutions_new .closing-section-module .closing-section-content {
    padding: 100px 2em;
  }
  .single-solutions_new .closing-section-module .backdrop.mobile {
    display: block;
  }
  .single-solutions_new .closing-section-module .backdrop.desktop {
    display: none;
  }
}

/* ---- report post ---- */

.report-post h1 {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.report-post .scroll-to-form-btn {
  display: none;
  margin-top: 25px;
}

.report-post .report-subtitle {
  font-size: 26px;
  line-height: 1.35;
}

.report-post .report-thumbnail-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.report-post .report-thumbnail-desktop-wrapper {
  margin-bottom: 80px;
}
.report-post .report-thumbnail-desktop-wrapper img {
  border: 1px solid #555;
}
.report-post .report-thumbnail-mobile-wrapper {
  border: 1px solid #555;
  margin-top: 30px;
  max-width: 350px;
  display: none;
}
.report-post .report-thumbnail-mobile {
  max-width: 361px;
  display: none;
}

.report-post .form-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.report-post .report-h-rule {
  width: 60px;
  height: 5px;
  background: #4fc8ed;
  margin-top: 30px;
  margin-bottom: 18px;
}

.report-post .download-form-wrapper {
  background: #003B5C;
  color: white;
  margin-bottom: 50px;
  max-width: 450px;
  margin-left: -10px;
  width: calc(100% + 10px);
}

.report-post .download-form-wrapper .section-header {
  margin-top: 38px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.report-post .download-form-wrapper .section-header::before {
  height: 5px;
}

.report-post.report-without-form .no-report-form-btn-mobile {
  display: none;
}

.report-post .download-form-wrapper .section-header h3 {
  /*transform: translateY(-15px);*/
  /*margin-bottom: 0;*/
  margin-bottom: 15px;
  margin-top: 18px;
}

.report-post #download-form {
  padding: 30px;
}

iframe.pardotform {
  margin-bottom: -22px;
}

.report-post .no-report-form-btn-mobile {
  margin-bottom: 50px;
}

@media(max-width: 767px) {
  .report-post .report-subtitle {
    font-size: 20px;
  }
}

@media(max-width: 991px) {
  .report-post .report-thumbnail-desktop-wrapper,
  .report-post .report-thumbnail-desktop {
    display: none;
  }
  .report-post .report-thumbnail-mobile-wrapper,
  .report-post .report-thumbnail-mobile {
    display: block;
  }
  .report-post .form-column {
    align-items: flex-start;
  }
  .report-post .no-report-form-btn {
    margin-top: 30px;
  }
  .report-post .scroll-to-form-btn {
    display: block;
  }
  .report-post.report-without-form .download-form-wrapper{
    display: none;
  }
  .report-post.report-without-form .no-report-form-btn-mobile {
    display: block;
  }
}

@media(max-width: 450px) {
  /* .report-post .report-thumbnail-mobile {
    width: 100%;
    max-width: unset;
  } */
  .report-post .form-column {
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
  .report-post .download-form-wrapper {
    margin-bottom: 0;
  }
  .report-post .report-section {
    margin-bottom: 0;
  }
  .report-post.report-without-form {
    padding-bottom: 28px;
  }
}

/* ---- report post version 1 ---- */

.report-post.report-version-1 {
  padding-top: 46px;
}


/* ---- report post version 2 ---- */

.report-post.report-version-2 {
  padding-top: 0;
  margin-top: 66px;
}

.report-post.report-version-2 .report-titles-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px 0;
  margin: 0 0 20px;
}

.report-post.report-version-2 .report-titles-label strong {
  font-family: 'TVNordEF-BlackCon', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
}

.report-post.report-version-2 .report-titles-mobile .report-titles-label strong {
  color: #333;
}

.report-post.report-version-2 .report-titles-label .yellow-bar {
  width: 60px;
  height: 5px;
  display: block;
  margin: 0;
  background: #FFD13F;
}

.report-post.report-version-2 .report-titles-mobile {
  display: none;
}

.report-post.report-version-2 .report-left .report-h-rule {
  margin-top: 0;
}

.report-post.report-version-2 .report-hero-container {
  margin-bottom: 30px;
  background: #232323;
  color: white;
  position: relative;
  min-height: 475px;
}
.report-post.report-version-2 .report-hero-container .container {
  padding-bottom: 30px;
  position: absolute;
  bottom: 0;
}
@media (min-width: 768px) {
  .report-post.report-version-2 .report-hero-container .container {
    margin-left: -375px;
    left: 50%;
  }
}
@media (min-width: 992px) {
  .report-post.report-version-2 .report-hero-container .container {
    margin-left: -485px;
    left: 50%;
  }
}
@media (min-width: 1200px) {
  .report-post.report-version-2 .report-hero-container .container {
    margin-left: -585px;
    left: 50%;
  }
}

.report-post.report-version-2 .report-titles-desktop {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 325px;
}

.report-post.report-version-2 .download-form-wrapper {
  margin-top: -170px;
}

.report-post.report-version-2 .report-left .no-report-form-btn-mobile {
  display: none;
}

.report-post.report-version-2 .download-form-wrapper .no-report-form-btn-mobile {
  margin-bottom: 0;
}

.report-post.report-version-2.report-with-form .report-left {
  padding-bottom: 15px;
}

.report-post.report-version-2 .report-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

@media(max-width: 1599px) {
  .report-post.report-version-2 .report-titles-desktop {
    min-height: unset;
  }
}

@media(max-width: 991px) {
  .report-post.report-version-2 {
    padding-top: 30px;
    margin-top: 106px;
  }

  .report-post.report-version-2.report-with-form .report-left {
    padding-bottom: 0;
  }

  .report-post.report-version-2 .report-hero-container {
    display: none;
  }

  .report-post.report-version-2 .report-titles-mobile {
    display: block;
  }

  .report-post.report-version-2 .report-left .report-h-rule {
    margin-top: 30px;
  }

  .report-post.report-version-2.report-with-form .download-form-wrapper {
    margin-top: 40px;
  }

  .report-post.report-version-2 .report-left .no-report-form-btn-mobile {
    display: block;
  }
}

ul {
  list-style: square;
}
ul li::marker {
  color: #4fc8ed;
}

#evidon-prefdiag-overlay {
  z-index: 1000;
}
#evidon-prefdiag-tabfooter {
  height: 62px !important;
}

/* Contact us page */
.contact-page {
  margin-bottom: 20px;
}
.contact-page .main {
  margin-top: 58px;
}
.contact-page .contact-hero-container {
  position: relative;
  max-height: 350px;
  min-height: 350px;
  overflow: hidden;
}
.contact-page .contact-hero-container img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.contact-page .contact-hero-container .container {
  padding-bottom: 46px;
  padding-top: 206px;
}
.contact-page .contact-hero-container .container h1 {
  line-height: 62px;
  margin-top: 36px;
  font-size: 54px;
  color: #fff;
}
.contact-page .page-header {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 58px;
}
.contact-page .page-header .lead {
  margin-bottom: 0;
}

.contact-page #locations {
  margin: 80px -15px 0;
  position: relative;
  height: 250px;
}
.contact-page #locations img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.contact-page #locations .container {
  padding-top: 70px;
}
.contact-page #locations .section-header {
  margin-top: 93px;
}
.contact-page #locations h3 {
  text-transform: uppercase;
  color: #fff;
}
.contact-page .heading h3 {
  font: 28px / 1.25 'TVNordEF-Black';
}

@media (min-width: 768px) {
  .contact-page #locations {
    margin: 80px calc(calc(calc(100vw - 737px) * -1) / 2) 0;
  }
}
@media (min-width: 992px) {
  .contact-page #locations {
    margin: 80px calc(calc(calc(100vw - 957px) * -1) / 2) 0;
  }
}
@media (min-width: 1200px) {
  .contact-page #locations {
    margin: 80px calc(calc(calc(100vw - 1157px) * -1) / 2) 0;
  }
}

/* Video Loader */
.la-square-loader,
.la-square-loader > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.la-square-loader {
  display: block;
  font-size: 0;
  color: #fff;
}
.la-square-loader.la-dark {
  color: #333;
}
.la-square-loader > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-square-loader {
  width: 32px;
  height: 32px;
}
.la-square-loader > div {
  width: 100%;
  height: 100%;
  background: transparent;
  border-width: 2px;
  border-radius: 0;
  -webkit-animation: square-loader 2s infinite ease;
  -moz-animation: square-loader 2s infinite ease;
  -o-animation: square-loader 2s infinite ease;
  animation: square-loader 2s infinite ease;
}
.la-square-loader > div:after {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  content: "";
  background-color: currentColor;
  -webkit-animation: square-loader-inner 2s infinite ease-in;
  -moz-animation: square-loader-inner 2s infinite ease-in;
  -o-animation: square-loader-inner 2s infinite ease-in;
  animation: square-loader-inner 2s infinite ease-in;
}
.la-square-loader.la-sm {
  width: 16px;
  height: 16px;
}
.la-square-loader.la-sm > div {
  border-width: 1px;
}
.la-square-loader.la-2x {
  width: 64px;
  height: 64px;
}
.la-square-loader.la-2x > div {
  border-width: 4px;
}
.la-square-loader.la-3x {
  width: 96px;
  height: 96px;
}
.la-square-loader.la-3x > div {
  border-width: 6px;
}
/*
 * Animations
 */
@-webkit-keyframes square-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes square-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes square-loader {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes square-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes square-loader-inner {
  0% {
    height: 0;
  }
  25% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@-moz-keyframes square-loader-inner {
  0% {
    height: 0;
  }
  25% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@-o-keyframes square-loader-inner {
  0% {
    height: 0;
  }
  25% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes square-loader-inner {
  0% {
    height: 0;
  }
  25% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}

.post-type-archive .loader-overlay.load-more-animation {
  background-color: rgba(0,0,0,0);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: -30px;
  opacity: 0.5;
  visibility: visible;
  z-index: 9999;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}

.post-type-archive .loader-overlay.load-more-animation.hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}

.la-square-loader.stop-animation > div {
  -webkit-animation: square-loader 0s infinite ease;
  -moz-animation: square-loader 0s infinite ease;
  -o-animation: square-loader 0s infinite ease;
  animation: square-loader 0s infinite ease;
}
.la-square-loader.stop-animation > div:after {
  background-color: currentColor;
  -webkit-animation: square-loader-inner 0s infinite ease-in;
  -moz-animation: square-loader-inner 0s infinite ease-in;
  -o-animation: square-loader-inner 0s infinite ease-in;
  animation: square-loader-inner 0s infinite ease-in;
}

/* Global search form */
.pubm-search-form {
  position: relative;
}

.pubm-search-form__quick-links {
  display: none;

  position: absolute;
  top: 100%;
  left: 0;
  right: 0;

  padding: 30px 35px;

  background: #fff;
  box-shadow: 0px 5px 25px #00000029;
}

.pubm-search-form__quick-links > small {
  display: block;
  margin: 0 0 10px;
  letter-spacing: 1.05px;
  font-size: 14px;
  line-height: 20px;
  color: #39BADD;
}

.pubm-search-form__quick-links ul {
  display: flex;
  flex-direction: column;
  gap: 5px 0;

  padding: 0;
  margin: 0;

  list-style-type: none;
}

.pubm-search-form__quick-links ul li {
  margin: 0;
}

.pubm-search-form__quick-links ul li a {
  font-family: "TVNordEF-Regular", sans-serif;
  font-size: 22px;
  line-height: 25px;
  color: #071119;
}