/*
  Theme Name: PubMatic
  Description: PubMatic Theme
  Version: 0.1
  Author: MBLM
  Author URI: http://mblm.com/
  Tags: HTML5, CSS3
*/


/* FONTS */

@font-face {
  font-family: 'TVNordEF-Black';
  src: url('./fonts/tvnordef-black-webfont.eot');
  src: url('./fonts/tvnordef-black-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/tvnordef-black-webfont.woff2') format('woff2'), url('./fonts/tvnordef-black-webfont.woff') format('woff'), url('./fonts/tvnordef-black-webfont.svg#tvnordef-blackregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TVNordEF-BlackCon';
  src: url('./fonts/tvnordef-blackcon-webfont.eot');
  src: url('./fonts/tvnordef-blackcon-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/tvnordef-blackcon-webfont.woff2') format('woff2'), url('./fonts/tvnordef-blackcon-webfont.woff') format('woff'), url('./fonts/tvnordef-blackcon-webfont.svg#tvnordef-blackconregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TVNordEF-Regular';
  src: url('./fonts/tvnordef-regular-webfont.eot');
  src: url('./fonts/tvnordef-regular-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/tvnordef-regular-webfont.woff2') format('woff2'), url('./fonts/tvnordef-regular-webfont.woff') format('woff'), url('./fonts/tvnordef-regular-webfont.svg#tvnordef-regularregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TVNordEF-Bold';
  src: url('./fonts/tvnordef-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.main {
  min-height: 800px;
  margin-top: 90px;
}

.main.main-collapse-top {
  margin-top: 0;
}

.main.main-padded {
  padding-top: 70px;
}

.d-none {
  display: none;
}

section {
  margin-bottom: 30px;
}

.well {
  background-color: #FFF;
  box-shadow: none;
  border-color: #979797;
}

hr {
  border-color: #CCC;
}

hr.black {
  border-color: #000;
}

@media (min-width: 768px) {
  .vertical-align {
    display: flex;
    align-items: center;
  }
}

.img-fill-md {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .img-fill-md {
    display: block;
    width: initial;
    max-width: 100%;
  }
  .m-pull-right {
    float: right !important;
  }
}

.img-fill-fluid {
  display: block;
  width: 100%;
  height: auto;
}


/* TABLE */

.mce-content-body table th,
.mce-content-body table td {
  border: 1px dashed #ccc;
}

table th {
  padding: 10px;
  background-color: #4fc8ed;
  color: #fff;
}

table th,
table td {
  border: 1px solid #fff;
}

table td {
  padding: 5px 0;
}


/* TYPOGRAPHY */

p {
  margin-bottom: 15px;
}

.wp-caption-text {
  font: 14px/18px 'TVNordEF-Black';
}

h1,
.h1 {
  font: 40px/36px 'TVNordEF-BlackCon';
  display: block;
}

h2,
.h2 {
  font: 44px/40px 'TVNordEF-BlackCon';
  display: block;
}

h3,
.h3 {
  font: 36px/32px 'TVNordEF-BlackCon';
  display: block;
}

h4,
.h4 {
  font: 21px/1.35 'TVNordEF-BlackCon';
  display: block;
}

h5,
.h5 {
  font: 18px/18px 'TVNordEF-BlackCon';
  display: block;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font: 54px/50px 'TVNordEF-BlackCon';
    display: block;
  }
}

h1.display-1,
.h1.display-1 {
  font-size: 64px;
  line-height: 60px;
}

html[lang="ja"] .jp-title,
html[lang="ja"] .cta-title,
html[lang="ja"] .single-solutions_new h3,
html[lang="ja"] .page-template-page-contact h3,
html[lang="ja"] .archive-header .blue-box h3,
html[lang="ja"] .inlaid-card .inlaid-title {
  font-weight: 700;
}
html[lang="ja"] .single-solutions_new .pubm-solution__products_item__head h3 {
  font-weight: 400;
}
html[lang="ja"] header .jp-title,
html[lang="ja"] footer .jp-title {
  font-weight: unset;
}

@media (min-width: 768px) {
  .lead {
    font-size: 26px;
    line-height: 38px;
  }
}

blockquote {
  border-left: none;
  padding-left: 0;
  padding-right: 0;
  color: #4fc8ed;
}

strong {
  font-family: 'TVNordEF-Black';
}

.medium-regular {
  font: 17px/28px 'TVNordEF-Regular';
}


/* TODO find better solution */


/* cookie consent */

.cc-banner {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.cc-window.cc-banner {
  font-family: 'TVNordEF-Regular';
  display: block;
  text-align: center;
  padding: 1em 2.5em;
}

.cc-dismiss {
  display: block;
  margin: 0;
  font-size: 25px;
  color: #FFF;
  padding: 0;
  font-weight: normal;
  border-color: transparent;
  border-width: 0;
  min-width: 50px !important;
  top: 15px;
  right: 0;
  position: absolute;
}

.cc-dismiss:hover {
  text-decoration: none;
}

.cc-dismiss {
  width: 15px;
  height: 15px;
  overflow: hidden;
}

.cc-dismiss::before,
.cc-dismiss::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #FFF;
  height: 1px;
}

.cc-dismiss::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cc-dismiss::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (min-width: 992px) {
  .cc-window.cc-banner {
    padding: 1em 10em;
  }
}


/* COLORS */

.text-black {
  color: #000 !important;
}

.text-white {
  color: #fff;
}

.text-blue {
  color: #4fc8ed;
}

.text-grey {
  color: #999;
}

a,
a:hover,
a:focus {
  color: #39BADD;
}


/* FORMS */

form .form-group.with-icon {
  position: relative;
}

form .form-group.with-icon select.form-control {
  padding-right: 40px;
}

form .form-group.with-icon select.form-control {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

form .form-group.with-icon select.form-control+.glyphicon {
  position: absolute;
  color: #4A4A4A;
  font-size: 16px;
  top: 12px;
  right: 15px;
}

form .form-group.with-icon select.form-control.input-lg {
  padding: 0 40px 0 10px;
}

form .form-group.with-icon select.form-control.input-lg+.glyphicon {
  top: 20px;
}


/* BUTTONS */

.btn {
  font-family: 'TVNordEF-BlackCon';
  font-size: 22px;
  padding: 12px 18px;
  text-transform: uppercase;
}

.btn.btn-default {
  background-color: #E6E7E8;
  border-color: #E6E7E8;
}

.btn.btn-primary:hover {
  background-color: #3C8BA4;
  border-color: #3C8BA4;
}

.btn.btn-outline {
  background-color: transparent;
  border-color: #000;
  color: #000;
}

.btn.btn-outline:hover {
  background-color: #4fc8ed;
  border-color: #4fc8ed;
  color: #FFF;
}

.btn.btn-outline-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn.btn-sm.btn-outline {
  padding: 6px 12px;
  font-size: inherit;
}

.btn.btn-filter {
  color: #CCC;
  background-color: #E6E7E8;
  border-color: #FFF;
}

.btn.btn-filter.active {
  color: #FFF;
  background-color: #4fc8ed;
  box-shadow: none;
}

.btn.btn-filter.disabled {
  pointer-events: none;
  opacity: 1;
}

.btn.btn-filter:hover {
  background-color: #4FC8ED;
  color: #FFF;
  border: 0px;
}

.negative {
  color: #FFF;
}


/* TODO find better solution */

.negative .btn.btn-link {
  color: #FFF;
}


/* TODO find better solution */

.negative .btn.btn-outline {
  color: #FFF;
  border-color: #FFF;
}


/* TODO find better solution */


/* WHITE LINK */

a.white-link,
a:link.white-link,
a:hover.white-link,
a:active.white-link,
a:visited.white-link {
  color: white;
  text-decoration: none;
}


/* BLACK LINK, BLUE HOVER */

a.black-bluehover,
a:link.black-bluehover,
a:visited.black-bluehover {
  color: #000;
  text-decoration: none;
}


/* TODO find better solution */

a:hover.black-bluehover,
a:active.black-bluehover {
  color: #39BADD;
  text-decoration: none;
}

.mission-stat .stat-num .text-primary {
  color: #39BADD;
}

/* TODO find better solution */


/* BLACK LINK */

a.black-link,
a:link.black-link,
a:visited.black-link,
a:hover.black-link,
a:active.black-link {
  color: #000;
  text-decoration: none;
}

a.text-decoration-none,
a:visited.text-decoration-none,
a:hover.text-decoration-none,
a:active.text-decoration-none {
  text-decoration: none;
}


/* edit link */

.edit-link a,
.edit-link a:link,
.edit-link a:visited,
.edit-link a:hover,
.edit-link a:active {
  color: blue;
  text-decoration: underline;
}


/* BOLD BLUE LINK */

.bold-blue-link {
  font: 18px/21px 'TVNordEF-BlackCon';
}


/* TODO find better solution */


/* LIST STYLE */

ul.blue-squares {
  list-style: square;
  color: #4fc8ed;
  padding: 0;
  margin: 0;
  padding-left: 15px;
}

ul.blue-squares li {
  margin-bottom: 10px;
}

ul.blue-squares li span {
  color: #000;
}


/* featured */

.featured {
  padding-bottom: 15px;
}

.featured .image {
  margin-bottom: 15px;
}

.featured .category {
  font: 22px/24px 'TVNordEF-BlackCon';
  color: #4fc8ed;
}

.featured .heading {
  margin-bottom: 18px;
}

.featured .heading h1,
.featured .heading .h1,
.featured .heading h2,
.featured .heading .h2,
.featured .heading h3,
.featured .heading .h3,
.featured .heading h4,
.featured .heading .h4,
.featured .heading h5,
.featured .heading .h5 {
  margin-top: 0;
}

.featured .image+.heading {
  margin-top: 30px;
}

.featured .category+.heading {
  margin-top: 12px;
}

.featured .body {
  color: #333;
}

.featured .link {
  font: 18px/20px 'TVNordEF-BlackCon';
  margin-top: 10px;
}

.featured .link-lg {
  font: 22px/24px 'TVNordEF-BlackCon';
  margin-top: 10px;
}

@media (min-width:768px) {
  .featured {
    padding-bottom: 5px;
  }
}

@media (max-width: 992px) {
  .featured .link {
    margin-top: 30px;
  }
  .featured .link-lg {
    margin-top: 30px;
  }
}

@media (max-width: 992px) {
  .vertical-divider,
  .featured,
  .featured .body,
  .featured .heading {
    height: auto !important;
  }
  .featured {
    margin-bottom: 25px;
  }
}


/* Instagram */

.featured .insta-card {
  border: 1px solid #E6E7E8;
  border-radius: 4px;
  margin-bottom: 25px;
}

.featured .insta-card>img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.featured .insta-card .card-body {
  padding: 15px 20px;
  font-family: Helvetica;
}

.featured .insta-card .card-body .card-author {
  line-height: 18px;
}

.featured .insta-card .card-body .card-author img {
  margin-right: 10px;
  width: 34px;
  height: 34px;
}

.featured .insta-card .card-body .card-author .username {
  font-size: 14px;
}

.featured .insta-card .card-body .card-date {
  font: 14px/20px Helvetica;
  margin-bottom: 10px;
}

.featured .insta-card .card-body .card-footer .glyphicon {
  font-size: 14px;
}


/* Grid system */

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

@media (min-width: 768px) {
  div[class^="col-sm-"].vertical-divider {
    border-left: 1px solid #CCC;
  }
  div[class^="col-sm-"].vertical-divider:first-child {
    border-left: none;
  }
}

@media (min-width: 992px) {
  div[class^="col-md-"].vertical-divider {
    border-left: 1px solid #CCC;
  }
  div[class^="col-md-"].vertical-divider:first-child {
    border-left: none;
  }
}

@media (min-width: 1200px) {
  div[class^="col-lg-"].vertical-divider {
    border-left: 1px solid #CCC;
  }
  div[class^="col-lg-"].vertical-divider:first-child {
    border-left: none;
  }
}

@media (min-width: 992px) {
  .row-divider {
    border-bottom: 1px solid #CCC;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .row-divider:last-child {
    border-bottom: 0;
  }
}

.row-divider .vertical-divider {
  margin-bottom: 0;
}

.page-header {
  border-bottom: 0;
  margin-top: 70px;
  margin-bottom: 20px;
}

.page-header img+h1 {
  margin-top: 40px;
}

.page-header h1 {
  margin-bottom: 0;
}

.single-blog .main h1 {
  font: 32px / 1.25 'TVNordEF-Black', sans-serif;
}
.single-blog h4,
.single-blog .h4,
.single-reports h4,
.single-reports .h4,
.single-news h4,
.single-news .h4 {
  font-family: 'TVNordEF-Black', sans-serif;
}
.main.news-single .page-header h1 {
  font: 32px / 1.25 'TVNordEF-Black', sans-serif;
  /*font-size: 36px;*/
  /*line-height: 1.1;*/
}

.page-header h1+.lead {
  margin-top: 10px;
}

.page-header h1.legal-title {
  margin-bottom: 100px;
}

.section-header {
  border-bottom: 1px solid #000;
  position: relative;
  margin-top: 100px;
  margin-bottom: 25px;
  padding-bottom: 11px;
}

.single-blog .section-header h3,
.main.news-single .section-header h3 {
  font-size: 27px;
  line-height: 0.9;
}

.section-header:before {
  width: 60px;
  position: absolute;
  background-color: #4fc8ed;
  content: " ";

  height: 5px;
  top: auto;
  bottom: calc(100% + 15px);
}
.section-header.no-bar {
  margin-top: 60px;
}
.section-header.no-bar:before {
  content: none;
}

.section-header.all-white {
  border-bottom: 1px solid #fff
}

.section-header.all-white:before {
  background-color: #fff
}

.section-header.no-underline {
  border-bottom: 0px;
}

.view-more-btn a {
  font: 22px/32px 'TVNordEF-BlackCon';
  color: #000;
}

.view-more-btn .glyphicon {
  padding: 5px;
  margin-right: 10px;
  background-color: #4fc8ed;
  color: #fff;
}

.view-more-btn.white-view-more a {
  font: 22px/32px 'TVNordEF-BlackCon';
  color: #fff;
}

.view-more-btn.white-view-more .glyphicon {
  padding: 5px;
  margin-right: 10px;
  background-color: #fff;
  color: #4fc8ed;
}

.banner {
  min-height: 300px;
  width: 100%;
  padding: 40px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: table;
  color: #fff;
}

.banner.landing {
  height: 800px;
}

.banner .content-top {
  display: table-cell;
  vertical-align: top;
}

.banner .content-middle {
  display: table-cell;
  vertical-align: middle;
}

.banner .content-bottom {
  display: table-cell;
  vertical-align: bottom;
}

.banner.landing [class*="content-"] {
  vertical-align: middle;
}

@media(min-width: 768px) {
  .banner {
    height: 600px;
  }
  .banner.landing .content-top {
    display: table-cell;
    vertical-align: top;
  }
  .banner.landing .content-middle {
    display: table-cell;
    vertical-align: middle;
  }
  .banner.landing .content-bottom {
    display: table-cell;
    vertical-align: bottom;
  }
}

.archive-header {
  border-bottom: 1px solid #000;
  padding-bottom: 25px;
  margin-top: 50px;
  margin-bottom: 25px;
}

.archive-header.no-underline {
  border-bottom: 0;
}

.archive-header h1 {
  margin-top: 0px;
}

.archive-header .blue-box {
  background-color: #003B5C;
  padding: 15px;
  height: 245px;
}

.archive-header .blue-box .section-header {
  margin-top: 55px;
  margin-bottom: 0px;
  padding-bottom: 1px;
}

.archive-header .form-group {
  margin-bottom: 0px;
}
.latest-articles .form-group {
  margin-bottom: 15px;
}

.archive-header .latest-articles .bottom .btn-group {
  display: block;
  width: 100%;
}

.archive-header .latest-articles .gap {
  padding-top: 10px;
  padding-bottom: 20px;
}

@media( min-width: 768px) {
  .archive-header .latest-articles .bottom .btn-group-justified>.btn,
  .btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%;
  }
  .archive-header .latest-articles .bottom {
    position: absolute;
    bottom: 0px;
    left: 15px;
    right: 15px;
    padding-top: 30px;
  }
}


/*pubacademy archive*/

.pubacademy-event .pubacademy-date-wrapper,
.pubacademy-event .pubacademy-img-wrapper {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}

.pubacademy-event .pubacademy-date-wrapper .pubacademy-date,
.pubacademy-event .pubacademy-img-wrapper .pubacademy-img {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0 10px 0;
}

.pubacademy-event .pubacademy-date-wrapper .pubacademy-date .day {
  margin: 0;
}

select.events-region:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: calc(100% - 10px) 53%;
  background-repeat: no-repeat;
  background-image: url(imgs/dropdown-icon.svg);
  background-size: 14px 14px;
  font-family: 'TVNordEF-BlackCon';
  color: #000;
}

@media(min-width: 768px) {
  .pubacademy-event .pubacademy-img-wrapper .pubacademy-img {
    padding: 0;
  }
}


/* recent events */

.recent-events {
  margin: 40px 0 30px 0;
}

.recent-events p {
  font: 20px/26px 'TVNordEF-Regular';
  margin-bottom: 30px;
}

.recent-events h4 {
  font: 27px/33px 'TVNordEF-BlackCon';
}


/* filter toolbar */

.events-filter-by small,
.events-go-to small {
  display: block;
  margin-bottom: 5px;
}

.events-go-to {
  margin-top: 20px;
}

@media (min-width:768px) {
  .events-go-to {
    margin-top: 0;
  }
}

.solns-prods-cta {
  padding: 33px 40px 22px 40px;
  margin-bottom: 30px;
  color: #fff;
}

.solns-prods-cta.blue {
  background-color: #4fc8ed;
}

.solns-prods-cta.red {
  background-color: #ff605e;
}

.solns-prods-cta.orange {
  background-color: #ff7a45;
}

.solns-prods-cta.green {
  background-color: #4ce6d6;
}

.solns-prods-cta.yellow {
  background-color: #fdd14c;
}

.solns-prods-cta.purple {
  background-color: #782da0;
}

.solns-prods-cta .header {
  position: relative;
  margin-bottom: 30px;
}

.solns-prods-cta .header:before {
  width: 60px;
  height: 2px;
  top: -30px;
  position: absolute;
  content: " ";
  background-color: #fff;
}

.solns-prods-cta a {
  font: 24px/22px 'TVNordEF-BlackCon';
}

.solutions-resources-box {
  border: 1px solid #000;
  padding: 30px;
  margin-bottom: 30px;
}

.solutions-resources-box .author-details {
  font-family: 'TVNordEF-Regular';
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 21px;
}

.solutions-resources-box .author-details .author-photo img {
  margin-bottom: 10px;
  width: 100px;
}

.solutions-resources-box .author-details .author-name {
  font-family: TVNordEF-Black;
}

@media (min-width: 992px) {
  .solutions-resources-box h3 {
    margin-top: 0;
  }
  .solutions-resources-box .image {
    float: right;
  }
}

.solutions-quote {
  background-color: #f2f3f3;
  padding: 50px 40px 15px;
  margin-bottom: 30px;
}

.solutions-quote p {
  font: 24px/30px 'TVNordEF-Regular';
}

.solutions-quote .company-logo {
  position: relative;
}

@media (min-width: 1024px) {
  .solutions-quote p:before {
    width: 29px;
    height: 87px;
    left: -50px;
    position: absolute;
    content: "\“";
    color: #4fc8ed;
    font: 56px/28px 'TVNordEF-BlackCon';
    margin-top: 5px;
  }
  .solutions-quote .company-logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

/* Freeze body scroll */
body.freeze {
  margin: 0;
  height: 100%;
  overflow: hidden
}

/* HEADER */

header .menu-hamburger {
  display: inline-block;
  height: 90px;
  padding: 0 30px;
  line-height: 90px;
  color: #000;
  font-size: 27px;
}

header .toolbar-mobile {
  background-color: #FFFFFF;
  position: absolute;
  top: 90px;
  width: 100%;
  z-index: 100;
  display: none;
  overflow-y: scroll;
  max-height: calc(100vh - 90px);
}

header .toolbar-mobile>ul {
  margin-bottom: 0;
}

header .toolbar-mobile>ul>li {
  border-bottom: 1px solid #e6e7e8;
}

header .toolbar-mobile>ul>li>a {
  display: block;
  color: #000;
  padding: 10px 20px;
}

header .toolbar-mobile>ul>li>a.login {
  width: 100%;
  padding: 0;
  color: #fff;
}

header .toolbar-mobile>ul>li>a:hover {
  color: #4fc8ed;
  text-decoration: none;
  outline: 0;
}

header .toolbar-mobile li.list-search {
  position: relative;
  padding: 15px 20px;
}

header .toolbar-mobile li.list-search .glyphicon {
  position: absolute;
  color: #4A4A4A;
  font-size: 20px;
  top: 23px;
  right: 30px;
}

/*header .toolbar-mobile li.list-login {*/
/*  background-color: #E6E7E8;*/
/*}*/

header .toolbar-mobile .sub-list {
  background-color: #F7F7F7;
  padding: 5px 0;
  display: none;
}

header .toolbar-mobile .sub-list li span,
header .toolbar-mobile .sub-list li a {
  display: block;
  padding: 0px 30px 15px;
}

header .toolbar-mobile .sub-list li:first-of-type a {
  padding-top: 15px;
}

header .toolbar-mobile .view-more-btn a {
  font-size: 18px;
  line-height: 18px;
}

header .toolbar-mobile .view-more-btn .glyphicon {
  font-size: 16px;
  line-height: 15px;
}

header .toolbar-mobile .sub-list li a.top-divider {
  border-top: 1px solid #CCC;
  padding-top: 15px;
}

header {
  height: 90px;
  width: 100%;
  background-color: #fff;
}

html[lang="ja"] header .dropdown .link-heading {
  display: none;
}

html[lang="ja"] header [data-dropdown="#6091-dropdown"] + .dropdown .list-unstyled li:first-child .text-uppercase,
html[lang="ja"] header [data-dropdown="#6091-dropdown"] + .dropdown .list-unstyled li:first-child .text-uppercase .jp-title,
html[lang="ja"] header [data-dropdown="#6091-dropdown"] + .dropdown .list-unstyled li.top-divider .text-uppercase,
html[lang="ja"] header [data-dropdown="#6091-dropdown"] + .dropdown .list-unstyled li.top-divider .text-uppercase .jp-title,
html[lang="ja"] header a {
  font-weight: 600;
}

header a,
header span {
  font: 18px/20px 'TVNordEF-BlackCon';
}

header .brand {
  height: 90px;
  float: left;
  display: table;
}

header .brand .content-middle {
  display: table-cell;
  vertical-align: middle;
}

header .toolbar {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding-right: 20px;
}

header .navigation .menu {
  margin: 0 25px 0 0;
}

header .navigation .menu>li {
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}

header .navigation .menu>li>a {
  display: block;
  text-transform: uppercase;
  color: #000;
  line-height: 73px;
  border-bottom: 9px solid transparent;
  padding: 8px 10px 0 10px;
}

/*html[lang="ja"] header .jp-title,*/
/*html[lang="ja"] header .login,*/
header .navigation .menu>li>a.active {
  border-color: #CCC;
}

header .navigation .menu>li>a:hover,
header .navigation .menu>li>a:focus {
  color: #39BADD;
  border-color: #4fc8ed;
  text-decoration: none;
  outline: 0;
}

header .navigation .menu>li>a.open {
  background-color: #FFF;
  color: #39BADD;
  border-bottom: none;
  position: relative;
  height: 90px;
}

/*header .navigation .search-icon {*/
/*  font-size: 23px;*/
/*  line-height: 80px;*/
/*  color: #000;*/
/*  padding: 5px 10px 0px;*/
/*  margin-right: 20px;*/
/*}*/

header .search {
  height: 90px;
  display: table;
  float: right;
}

header .search .content-middle {
  display: table-cell;
  vertical-align: middle;
}

header .search .form-group {
  position: relative;
  width: 500px;
  margin-bottom: 0;
  margin-right: 0;
}

header .search .form-group input:not([type="submit"]) {
  padding: 8px calc(25px + 18px * 2) 8px 35px;

  font-family: 'TVNordEF-Regular', sans-serif;
  font-size: 20px;
  font-weight: 400;
  /*line-height: 30px;*/
  line-height: 0;
  letter-spacing: 0;
  color: #000;

  box-shadow: none;

  background-color: #fff;
  border: 1px solid #ccc;
}

header .search .form-group input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 100%;
  border: 0;
  padding: 0;
  font-size: 0;
  background: transparent;
  z-index: 3;
  display: none;
}

header .search .form-group input::placeholder {
  color: #B1B1B1;
}

header .search .form-group input:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}

header .search .form-group .glyphicon {
  position: absolute;
  color: #4A4A4A;
  font-size: 23px;
  top: 15px;
  right: 15px;
}

header .search .close-icon {
  display: block;
  font-size: 23px;
  color: #000;
  padding: 10px;
}

header .search .pubm-search-form {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

header .search .pubm-search-form__quick-links {
  top: 100%;
  right: 80px;
}

header .login {
  color: #fff;
  display: inline-block;
  height: 52px;
  padding: 0 24px;
  line-height: 52px;
  background-color: #39BADD;
  text-transform: uppercase;
}

header .login[disabled] {
  pointer-events: none;
}

header .login:hover,
header .login.open {
  color: #FFF;
  background-color: #4fc8ed;
  text-decoration: none;
}

header .dropdown {
  position: absolute;
  background-color: #FFF;
  padding: 30px;
  top: 100%;
  z-index: 100;
  box-shadow: 0px 11px 19px -4px rgba(0, 0, 0, 0.15);
  color: #000;
}

header .dropdown .link-heading {
  font: 18px/20px 'TVNordEF-BlackCon';
  /*border-bottom: 2px solid #CCC;*/
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #39BADD;
  position: relative;
}

header .dropdown .link-heading .view-more-btn {
  top: -3px;
  margin-left: 125px;
  position: relative/* position: absolute; right: 0px; */
}

header .dropdown .link-heading .view-more-btn a {
  font-size: 14px;
}

header .dropdown .link-heading .view-more-btn .glyphicon-menu-right {
  position: absolute;
  top: 50%;
  transform: translateY(-58%);
  right: 100%;
}

header .dropdown li.top-divider {
  border-top: 1px solid #CCC;
  margin-top: 8px;
  padding-top: 10px;
}

header .navigation .menu > li > a.header-login-link + .dropdown {
  width: 250px;
  background-color: #FFF;
  padding: 0;
}

header .navigation .menu > li > a.header-login-link + .dropdown li a {
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid #E6E7E8;
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

header .navigation .menu > li > a.header-login-link + .dropdown li:last-child a {
  border-bottom: 0;
}

header .navigation .menu > li > a.header-login-link + .dropdown li a:hover {
  background-color: #4fc8ed;
  color: #FFF;
  text-decoration: none;
}


/* header.transparent { background-color: transparent; position: absolute; top: 0; z-index: 1000; }
header.transparent .navigation .menu li a { color: #FFF; border-bottom-color: transparent; }
header.transparent .navigation .menu li a.active { border-bottom: 8px solid rgba(230, 231, 232, 0.5); }
header.transparent .navigation .menu li a:hover,
header.transparent .navigation .menu li a:focus  { border-bottom: 8px solid rgba(230, 231, 232, 0.5); text-decoration: none; outline: 0; }
header.transparent .navigation .menu li a.open { background-color: #FFF; color: #4fc8ed; border-bottom: none; position: relative; height: 90px; }
header.transparent .navigation .search-icon { color: #FFF; }
header.transparent .search .close-icon { color: rgba(230, 231, 232, 0.5); }
header.transparent .login { color: #FFF; background-color: rgba(230, 231, 232, 0.5); }
header.transparent .login:hover,
header.transparent .login.open { color: #FFF; background-color: #4fc8ed; }
header.transparent .dropdown { box-shadow: none; } */

header {
  position: fixed;
  top: 0;
  z-index: 99999;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.admin-bar header {
  top: 32px;
}

@media only screen and (max-width: 782px) {

  .admin-bar header {
    top: 46px;
  }
}

header .rev-logo {
  display: none;
}

header .navigation.pull-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 35px 0 0;
}

  header.transparent.top {
  /*background-color: rgba(255, 255, 255, 0.3);*/
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.1s ease-out;
  box-shadow: none;
}

/*header.transparent.top .login {*/
/*  background-color: rgba(230, 231, 232, 0.65);*/
/*  transition: all 0.1s ease-out;*/
/*  color: #fff;*/
/*}*/

header.transparent.top .logo {
  display: none;
}

header.transparent.top .rev-logo {
  display: block;
}

header.transparent.top .menu-hamburger,
header.transparent.top .search-icon,
header.transparent.top .menu>li>a {
  color: #fff;
}

header .search-icon {
  display: block;
  padding: 0;
  line-height: 0;
}

header .search-icon svg {
  width: 18px;
  height: 18px;
}

header.top.transparent .search-icon svg [stroke] {
  stroke: #fff;
}

header:not(.transparent) .search-icon svg [stroke],
header:not(.top) .search-icon svg [stroke] {
  stroke: #000;
}

header .search .form-group svg {
  width: 18px;
  height: 18px;

  position: absolute;
  top: 16px;
  right: 18px;

  z-index: 2;
}

header.transparent.top .menu>li>a {
  border-bottom: 5px solid rgba(0, 0, 0, 0);
}

header.transparent.top .menu>li>a.active,
header.transparent.top .menu>li>a:hover,
header.transparent.top .menu>li>a:focus {
  border-bottom: 5px solid rgba(255, 255, 255, 0.5);
}

header.transparent.top .menu>li>a.open {
  color: #39BADD;
  border-bottom: none;
}

@media (min-width: 992px) {
  header {
    height: 72px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .brand {
    height: 52px;
  }
  header .navigation .menu>li>a {
    line-height: 20px;
    border-bottom: 0 !important;
    padding: 16px 10px 16px 10px;
    position: relative;
  }
  header .navigation .menu>li>a:after {
    content: '';
    background-color: rgba(0, 0, 0, 0);
    height: 5px;
    width: calc(100% - 20px);
    position: absolute;
    left: 10px;
    /*bottom: 0;*/
    bottom: -10px;
  }
  header .navigation .menu>li>a:hover:after,
  header .navigation .menu>li>a:focus:after {
    background-color: #4fc8ed;
  }
  header.transparent.top .menu>li>a.active:after,
  header.transparent.top .menu>li>a:hover:after,
  header.transparent.top .menu>li>a:focus:after {
    background-color: rgba(255, 255, 255, 0.5);
  }
  header.transparent.top .search .close-icon svg [fill] {
    fill: #fff;
  }

  header.top:not(.transparent) .search .close-icon svg [fill] {
    fill: #000;
  }

  header .search .close-icon {
    padding: 0;
    margin: 0 38px 0 28px;
  }

  header .search .close-icon svg {
    width: 14px;
    height: 14px;
  }

  header .navigation .menu>li>a.open {
    height: 53px;
  }
  header .search {
    height: 52px;
  }
  /*header .navigation .search-icon {*/
  /*  line-height: 47px;*/
  /*}*/
}

/* SLIDER */

.carousel-control .icon-arrow-right,
.carousel-control .icon-arrow-left,
.carousel-control .icon-partner-iab {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 9999;
  display: inline-block;
}

.carousel-control .icon-arrow-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-arrow-right,
.carousel-control .icon-partner-iab {
  right: 50%;
  margin-right: -10px;
}

.carousel-banner-copy {
  max-width: 80vw;
}

@media screen and (min-width: 768px) {
  .carousel-control .icon-arrow-left,
  .carousel-control .icon-arrow-right,
  .carousel-control .icon-partner-iab {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
}


/* LANDING PAGE */


/* landing page - solutions */

#landing-solutions {
  height: 700px;
  padding-bottom: 50px;
  padding-top: 175px;
  background-color: #4fc8ed;
  position: relative;
}

#landing-solutions h1:before {
  width: 29px;
  height: 87px;
  left: -50px;
  position: absolute;
  background-color: #fff;
  content: " ";
  margin-top: 5px;
}

#landing-solutions .btn {
  margin-bottom: 30px;
}

#landing-solutions .view-all-products h4 {
  display: inline;
}

#landing-solutions .view-all-products a {
  text-decoration: underline;
  color: #fff;
}

#landing-solutions .bubbles .bubble {
  border-radius: 50%;
  position: absolute;
}

#landing-solutions .bubbles .pattern1 {
  background: #fff;
}

#landing-solutions .bubbles .pattern2 {
  background-color: transparent;
  background-image: repeating-linear-gradient(145deg, transparent 5px, transparent 10px, rgba(255, 255, 255, .8) 15px, rgba(255, 255, 255, .2) 15px);
}

#landing-solutions .bubbles .pattern3 {
  background-color: transparent;
  background-image: repeating-linear-gradient(45deg, transparent 5px, transparent 10px, rgba(255, 255, 255, .8) 15px, rgba(255, 255, 255, .2) 15px);
}

#landing-solutions .bubbles .pattern4 {
  background: radial-gradient(white 15%, transparent 16%) 0 0, radial-gradient(white 15%, transparent 16%) 8px 8px, radial-gradient(rgba(255, 255, 255, 0) 15%, transparent 10%) 0 1px, radial-gradient(rgba(255, 255, 255, 0) 15%, transparent 10%) 8px 9px;
  background-color: transparent;
  background-size: 16px 16px;
}

#landing-solutions .bubbles .pattern5 {
  background: radial-gradient(white 15%, transparent 16%) 0 0, radial-gradient(white 15%, transparent 16%) 8px 8px, radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 0 1px, radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 8px 9px;
  background-color: transparent;
  background-size: 8px 8px;
}

#landing-solutions .bubbles .bubble1 {
  animation: move1 4s forwards;
  height: 150px;
  left: -200px;
  top: 50px;
  width: 150px;
}

@keyframes move1 {
  from {
    left: -200px;
  }
  to {
    left: 0;
  }
}

#landing-solutions .bubbles .bubble2 {
  animation: move2 3s forwards;
  height: 120px;
  left: 200px;
  top: 0;
  width: 120px;
}

@keyframes move2 {
  from {
    left: -200px;
  }
  to {
    left: 40px;
  }
}

#landing-solutions .bubbles .bubble3 {
  animation: move3 3s forwards;
  height: 80px;
  left: -200px;
  top: 40px;
  width: 80px;
}

@keyframes move3 {
  from {
    left: -200px;
  }
  to {
    left: 160px;
  }
}

#landing-solutions .bubbles .bubble4 {
  animation: move4 3s forwards;
  height: 40px;
  left: -200px;
  opacity: 0.5;
  top: 170px;
  width: 40px;
}

@keyframes move4 {
  from {
    left: -200px;
  }
  to {
    left: 20px;
  }
}

#landing-solutions .bubbles .bubble5 {
  animation: move5 4s forwards;
  height: 40px;
  left: -200px;
  opacity: 0.5;
  top: 60px;
  width: 40px;
}

@keyframes move5 {
  from {
    left: -200px;
  }
  to {
    left: 140px;
  }
}

#landing-solutions .bubbles .bubble6 {
  animation: move6 5s forwards;
  height: 60px;
  left: -200px;
  opacity: 0.5;
  top: 120px;
  width: 60px;
}

@keyframes move6 {
  from {
    left: -200px;
  }
  to {
    left: 130px;
  }
}

#landing-solutions .bubbles .bubble7 {
  animation: move7 4s forwards;
  height: 150px;
  left: -200px;
  top: 300px;
  width: 150px;
}

@keyframes move7 {
  from {
    left: -200px;
  }
  to {
    left: 10px;
  }
}

#landing-solutions .bubbles .bubble8 {
  animation: move8 3s forwards;
  height: 100px;
  left: -200px;
  top: 400px;
  width: 100px;
}

@keyframes move8 {
  from {
    left: -200px;
  }
  to {
    left: 70px;
  }
}

#landing-solutions .bubbles .bubble9 {
  animation: move9 4s forwards;
  height: 80px;
  left: -200px;
  top: 350px;
  width: 80px;
}

@keyframes move9 {
  from {
    left: -200px;
  }
  to {
    left: 150px;
  }
}

#landing-solutions .bubbles .bubble10 {
  animation: move10 3s forwards;
  height: 35px;
  left: -200px;
  opacity: 0.5;
  top: 285px;
  width: 35px;
}

@keyframes move10 {
  from {
    left: -200px;
  }
  to {
    left: 50px;
  }
}

#landing-solutions .bubbles .bubble11 {
  animation: move11 3s forwards;
  height: 50px;
  left: -200px;
  opacity: 0.5;
  top: 310px;
  width: 50px;
}

@keyframes move11 {
  from {
    left: -200px;
  }
  to {
    left: 130px;
  }
}

#landing-solutions .bubbles .bubble12 {
  animation: move12 3s forwards;
  height: 30px;
  left: -200px;
  opacity: 0.5;
  top: 400px;
  width: 30px;
}

@keyframes move12 {
  from {
    left: -200px;
  }
  to {
    left: 140px;
  }
}

#landing-solutions .bubbles .bubble13 {
  animation: move13 3s forwards;
  height: 50px;
  left: -200px;
  opacity: 0.5;
  top: 100px;
  width: 50px;
}

@keyframes move13 {
  from {
    left: -200px;
  }
  to {
    left: 540px;
  }
}

#landing-solutions .bubbles .bubble14 {
  animation: move14 3s forwards;
  height: 25px;
  left: -200px;
  opacity: 1;
  top: 80px;
  width: 25px;
}

@keyframes move14 {
  from {
    left: -200px;
  }
  to {
    left: 780px;
  }
}

#landing-solutions .bubbles .bubble15 {
  animation: move15 4s forwards;
  height: 18px;
  left: -200px;
  opacity: 1;
  top: 160px;
  width: 18px;
}

@keyframes move15 {
  from {
    left: -200px;
  }
  to {
    left: 940px;
  }
}

#landing-solutions .bubbles .bubble16 {
  animation: move16 2s forwards;
  height: 50px;
  left: -200px;
  opacity: 1;
  top: 500px;
  width: 50px;
}

@keyframes move16 {
  from {
    left: -200px;
  }
  to {
    left: 340px;
  }
}

#landing-solutions .bubbles .bubble17 {
  animation: move17 2s forwards;
  height: 30px;
  left: -200px;
  opacity: 0.5;
  top: 600px;
  width: 30px;
}

@keyframes move17 {
  from {
    left: -200px;
  }
  to {
    left: 450px;
  }
}

#landing-solutions .bubbles .bubble18 {
  animation: move18 2s forwards;
  height: 40px;
  left: -200px;
  opacity: 1;
  top: 590px;
  width: 40px;
}

@keyframes move18 {
  from {
    left: -200px;
  }
  to {
    left: 940px;
  }
}


/* landing page - blog section */

#landing-blog {
  padding-bottom: 30px;
}

#landing-blog .blog-head {
  border-bottom: 1px solid #000;
  margin: 50px 0 30px;
  padding-bottom: 15px;
}

#landing-blog .blog-head .subscribe {
  position: relative
}

#landing-blog .blog-head .btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

#landing-blog .blog-button {
  margin: 30px;
}


/* landing page - contact section */

#landing-contact {
  min-height: 600px;
  height: auto;
  overflow: auto
}

#landing-contact .contact-us-btn {
  min-width: 210px;
}


/* #landing-contact .stat-dropcap { font: 54px/50px 'TVNordEF-BlackCon'; margin-top: 20px; margin-bottom: 20px; }
#landing-contact .stat-body { margin: 33px 0; } */

#landing-contact .stat-dropcap {
  font: 54px/50px 'TVNordEF-BlackCon';
}

#landing-contact .stat-dropcap,
#landing-contact .stat-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#landing-contact .stat {
  margin-bottom: 20px;
}


/* landing page - stats */

.stat-description {
  line-height: 16pt;
  letter-spacing: 1px;
}

.stat-num h1 {
  margin-bottom: 0;
}

.stat-meta {
  margin-top: 25px;
}


/*FOOTER*/

footer {
  background-color: #000;
  padding: 40px 0;
}

footer .logo {
  margin: 5px 0 35px 0;
  display: block;
}

footer .footer-menu-social-links-container {
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
}

footer .footer-top-row {
  display: flex;
  justify-content: space-between;
}

footer .footer-logo-links-container {
  display: flex;
  flex: 1;
  flex-direction: column;
}

footer .footer-menu {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: -6px;
}

@media(max-width: 1200px) {
  footer .footer-menu {
    max-width: 60%;
  }
}

@media(max-width: 992px) {
  footer .footer-menu {
    flex-direction: column;
    max-width: unset;
  }
}

footer .footer-menu a {
  text-decoration: none;
  font: 18px/18px TVNordEF-BlackCon;
  color: #FFF;
  text-transform: uppercase;
  display: flex;
  margin-right: 25px;
  white-space: nowrap;
  margin-bottom: 10px;
}

footer .social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
}

footer .social-links a {
  display: flex;
  justify-content: center;
  align-items: center;

  text-decoration: none;
  font-size: 25px;
  color: #FFF;
  margin-left: 10px;
}
footer .social-links a .icon-social-twitter:before {
  display: inline-block;
  width: 20px;
  margin: 0 5px 0 0;
}
footer .social-links .icon-social-twitter,
footer .social-links .icon-social-facebook {
  position: relative;
  top: -1px;
}
  @media(max-width: 400px) {
  footer .social-links a {
    margin-left: 5px;
  }
}

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

footer .footer-legal-menu-container {
  margin-bottom: 15px;
  font-size: 14px;
}

footer .legal-menu a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px
}

footer .copyright {
  font-size: 12px;
}

footer .copyright a {
  color: #fff;
  text-decoration: underline;
}

footer .language-switcher {
  margin-top: 5px;
}

footer .language-switcher .dropdown-toggle {
  font: 16px/30px 'TVNordEF-Regular', arial, sans-serif;
  display: block;
  text-decoration: none;
  color: #FFF;
  height: 30px;
  padding: 0 30px 0 10px;
  border: 1px solid #FFF;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij48cGF0aCBmaWxsPSIjN2Y3ZjdmIiBkPSJNMTQuODMgMTYuNDJMMjQgMjUuNTlsOS4xNy05LjE3TDM2IDE5LjI1bC0xMiAxMi0xMi0xMnoiLz48L3N2Zz4=) no-repeat right center;
  background-size: 30px 26px;
  -webkit-background-size: 30px 26px;
}

footer .language-switcher .dropdown-menu {
  padding: 10px 15px 0px 15px;
  border-radius: 0;
  right: 0;
}

footer .language-switcher .dropdown-menu a {
  display: block;
  font: 16px/30px 'TVNordEF-Regular', arial, sans-serif;
  text-decoration: none;
  color: #505050;
}

footer .supporting-mems {
  margin-top: 30px;
}

footer .supporting-mems [class*="icon-"] {
  font-size: 40px;
}

footer .showcase {
  margin-top: 30px;
}

@media (min-width: 992px) {
  footer .supporting-mems {
    margin-top: 0px;
  }
  footer .supporting-mems .row {
    text-align: right;
  }
  footer .showcase {
    margin-top: 0;
  }
  footer .logo {
    margin-bottom: 15px;
  }
  footer .footer-menu-social-links-container {
    margin-bottom: 0;
  }
}

/* PAGE SPECIFIC */


/* Products and solutions */

.products .well {
  padding: 40px 40px 10px 40px;
}

.products .well .dash {
  width: 50px;
  height: 2px;
  background-color: #000;
  display: block;
  margin-bottom: 30px;
}

.products .products-description {
  margin-bottom: 50px;
}

.product-single .product-features [class*="col-sm"]:not([class*="col-sm-12"]),
.solution-single .product-features [class*="col-sm"]:not([class*="col-sm-12"]) {
  margin-bottom: 40px;
}

.product-single .page-header,
.solution-single .page-header {
  margin-top: 37px;
}

.single-products .main {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .product-single .product-features [class*="col-sm"]:not([class*="col-sm-12"]),
  .solution-single .product-features [class*="col-sm"]:not([class*="col-sm-12"]) {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .product-single .page-header,
  .solution-single .page-header {
    margin-top: 70px;
  }
}


/* News Archive */
.news-archive .page-header .col-md-8 {
  display: flex;
  flex-direction: column;
}

.news-archive .page-header .col-md-8 hr {
  width: 100%;
  margin-top: auto;
}

.news-archive .blue-box {
  background-color: #003B5C;
  padding: 15px;
  height: 100%;
}

.news-archive .blue-box .section-header {
  margin-top: 40px;
}

.news-archive .news-category-nav-bar .btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  display: block;
  width: 100%;
}

/*.news-item .black-link {*/
/*  line-height: 1em;*/
/*}*/

/*.news-archive .news-item .body {*/
/*  margin-bottom: 30px;*/
/*}*/

/*.news-archive .news-item .align-thumb-top {*/
/*  margin-top: 20px;*/
/*}*/

.news-archive .load-more-animation .la-square-loader {
  margin: 0 auto;
}
.news-archive .loader-overlay.load-more-animation.hidden{
  display: flex !important;
  margin-top: 0;
}
.news-archive .loader-overlay.load-more-animation {
  margin-top: 0;
}
.news-archive .loader-overlay.load-more-animation {
  opacity: .5;
}
.news-archive #loader_image {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 20%);
  z-index: 99;
  justify-content: center;
  align-items: center;
}
/*.la-square-loader.la-dark{
  opacity: .5;
}*/
.news-archive .la-square-loader.la-dark.stop-animation {
  opacity: 0;
}

@media (min-width: 768px) {
  .news-archive .news-category-nav-bar .btn-group-justified>.btn,
  .btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%;
  }
}

/*.news-item .text-blue {*/
/*  font-family: 'TVNordEF-Regular', sans-serif;*/
/*  font-weight: 400;*/
/*  color: #999;*/
/*  text-transform: capitalize;*/
/*}*/

.news-item {
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: #F1F1F1;
}

.news-item > span {
    display: block;
    margin: 0 0 22px;

    font-size: 18px;
    line-height: 27px;
    color: #04111A;
}

.news-item h3 {
    margin: 0 0 30px;

    font-family: 'TVNordEF-Black', sans-serif;
    font-size: 21px;
    line-height: 1.35;
    color: #000;
}

.news-item h3 a:hover {
    text-decoration: underline;
}

.news-item .link {
    margin-top: auto;
}

.news-item .link a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 6px;

    font-family: 'TVNordEF-Bold', sans-serif;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 24px;
    color: #39BADD;
}

.news-item .link a svg {
    width: 11px;
    height: auto;
}


/* News Single*/

.news-single .rsvp {
  width: 200px;
}

.news-single .events-featured-image {
  margin-bottom: 30px;
}


/*
.search-input { position: relative; }
.search-input input { padding-right: 50px; }
.search-input .glyphicon { position: absolute; right: 15px; top: 15px; font-size:25px; }
 */


/* solutions */

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

.solutions [class*="col-"] {
  min-height: 335px;
}

.solutions .body {
  font: 17px/28px 'TVNordEF-Regular';
}

.solutions .link {
  position: absolute;
  bottom: 0;
}


/* about us */

.leadership span {
  display: block;
}

@media screen and (min-width: 1024px) {
  .about-vertical-divider {
    border-left: 1px solid #CCC;
  }
  .about-vertical-divider:first-child {
    border-left: none;
  }
}

.careers-callout .section-header {
  margin-top: 65px;
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .careers-callout .section-header {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}


/* contact */

.contact-page {
  margin-bottom: 150px;
}

.contact-page textarea {
  resize: none;
}

.contact-page .locations-link {
  font-family: 'TVNordEF-Bold';
}

.contact-page h5 {
  font: 17px/28px 'TVNordEF-Black';
}

.contact-page select.form-control {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0;
  /*     background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-position: 100% 50%;
    background-repeat: no-repeat; */
}

.contact-page .addresses {
  display: flex;
  flex-wrap: wrap;
}
.contact-page address {
  flex: 1;
  font-weight: 600;
  margin-bottom: 40px;
  padding: 0 20px 20px;
  display: inline-block;
  border-right: 1px solid #eaeaea;
}
.contact-page address h3 {
  margin-top: 0;
}

.contact-page .addresses address:last-of-type,
.contact-page .addresses.col-3 address:nth-of-type(3n) {
  border-right-color: transparent;
}
.contact-page address:first-of-type,
.contact-page .addresses.col-3 address:nth-of-type(3n+1) {
  padding-left: 0;
}

@media (min-width: 992px) {
  .contact-page .addresses.col-4 address:nth-of-type(4n) {
    border-right-color: transparent;
  }
  .contact-page .addresses.col-4 address:nth-of-type(4n+1) {
    padding-left: 0;
  }
}

.contact-page .addresses.col-4 address {
  max-width: 285px;
  min-width: 285px;
}
@media (max-width: 1199px) {
  .contact-page .addresses.col-4 address {
    max-width: 235px;
    min-width: 235px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .contact-page .addresses.col-4 address {
    max-width: 240px;
    min-width: 240px;
  }
  .contact-page .addresses.col-4 address:nth-of-type(3n) {
    border-right-color: transparent;
  }
  .contact-page .addresses.col-4 address:nth-of-type(3n+1) {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .contact-page .addresses.col-3 address,
  .contact-page .addresses.col-4 address {
    max-width: 50%;
    min-width: 50%;
  }
  .contact-page .addresses.col-3 address:nth-of-type(2n),
  .contact-page .addresses.col-4 address:nth-of-type(2n) {
    border-right-color: transparent;
  }
  .contact-page .addresses.col-3 address:nth-of-type(2n+1),
  .contact-page .addresses.col-4 address:nth-of-type(2n+1) {
    padding-left: 0;
  }
}
@media (max-width: 559px) {
  .contact-page .addresses.col-3 address,
  .contact-page .addresses.col-4 address {
    max-width: 100%;
    min-width: 100%;
    padding-left: 0;
    border-right-color: transparent;
  }
}


/* location */

.location-listings .contact-us {
  background-color: #E6E7E8;
  padding: 30px 10px;
}

.location-listings .contact-us h3 {
  font: 28px/32px 'TVNordEF-BlackCon';
}

.location-listings .contact-us .section-header {
  position: relative;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 11px;
}

.location-listings .contact-us .section-header:before {
  width: 45px;
  height: 15px;
  top: -40px;
  position: absolute;
  background-color: #4fc8ed;
  content: " ";
}

.location-listings .row-divider .vertical-divider {
  margin-bottom: 30px;
}


/* page-thinking */

.thinking-pubacademy {
  background: #f2f3f3;
  padding: 45px 0 15px;
}

.thinking-pubacademy .pubacademy-logo {
  padding-bottom: 30px;
}

.thinking-pubacademy .pubacademy-subheader {
  margin-bottom: 20px;
}

.thinking-pubacademy .pubacademy-subheader .view-more-btn {
  position: relative;
  top: -5px;
}


/* single-directory */

.single-directory .profile-picture {
  padding-top: 70px;
}

.single-directory .section-header.career-highlights {
  margin-top: 65px;
  margin-bottom: 9px;
}

.single-directory .featured .heading {
  margin-top: 10px;
  margin-bottom: 10px;
}

.single-directory .featured .sub-heading {
  font: 14px/15px 'TVNordEF-BlackCon';
}


/* single-blog */

.single-blog .sidebar {
  padding: 0 20px 30px;
  margin: 0 0 30px;
}

.single-blog .sidebar +_.sidebar {
  margin: 0;
}

.single-blog .sidebar .section-header {
  padding-top: 29px;
}
.single-blog .section-header:before {
  height: 5px;
  top: auto;
  bottom: calc(100% + 15px);
}

.single-blog .sidebar .section-header:before {
  display: block;
  margin: 0 0 15px;
  height: 5px;

  position: relative;
  top: auto; right: auto; bottom: auto; left: auto;
}
.single-blog .sidebar .section-header h3 {
  margin: 0;
}
.single-blog .blue-box {
  margin: 0 0 30px;
  padding: 28px;
  background: #003B5C;
}
.single-blog .blue-box h5 {
  margin: 0;
}
.single-blog .blue-box .white-link {
  display: inline-block;
  padding: 18px 24px;

  font-size: 22px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;

  background-color: #39BADD;
}
.single-blog .blue-box .section-header {
  margin: 0;
}
.single-blog .blue-box .section-header:before {
  background: #FFD13F;
}
/*.single-blog .sidebar h4 {*/
/*  margin: 0;*/
/*  padding: 26px 0;*/
/*  border-bottom: 1px solid #CCCCCC;*/
/*}*/
/*.single-blog .sidebar.popular-posts h4:last-of-type {*/
/*  border-bottom: none;*/
/*}*/
/*.single-blog .sidebar .bold-blue-link {*/
/*  display: inline-block;*/
/*  margin: 24px 0;*/
/*}*/

.single-blog .author-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
}
.single-blog .author-block {
  flex-basis: 0;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 30px;
}
.single-blog .author-block img {
  width: 108px;
  height: 108px;
  margin-right: 15px;
}
.single-blog .author-details {
  width: calc(100% - 123px);
}
.single-blog .social-media-block {
  display: flex;
  flex-wrap: wrap;
}
.single-blog .social-media-box-btn:not(:last-child) {
  margin-right: 10px;
}
.single-blog .social-media-box-btn {
  padding: 5px 0;
}
.single-blog .social-media-box-btn span {
  display: none;
}
.single-blog .social-media-block {
  margin: 0 0 0 auto;
}
.single-blog .author-link {
  font-family: 'TVNordEF-Black', sans-serif;
}
.single-blog .section-header .img-container {
  float: left;
  position: relative;
  width: 45px;
  height: 45px;
  margin-right: 15px;
}
.single-blog .section-header .img-container img {
  position: absolute;
  top: -7px;
  width: 45px;
}
.single-blog .more-from-author {
  background-color: #F9F9F9;
  margin: 45px 0 0;
  padding-bottom: 40px;
}
.single-blog .bottom-spacer {
  margin-bottom: 20px;
}
.single-blog .more-from-author .section-header {
  border-bottom: none;
  margin-top: 50px;
  padding-bottom: 0;
}
.single-blog .more-from-author .img-wrap {
  display: block;
  margin: 0 0 15px;
  position: relative;
}
.single-blog .more-from-author .img-wrap:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: " ";
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: #000;
}
.single-blog .more-from-author .featured {
  display: block;
  height: auto !important;
}
.single-blog .more-from-author .featured:hover .img-wrap:after {
  opacity: 0.2;
}
.single-blog .more-from-author .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.single-blog .more-from-author .heading {
  margin: 0;
}
.single-blog .more-from-author h4 {
  margin: 0;
  transition: all 0.3s;
}
.single-blog .more-from-author .row:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
}
.single-blog .more-from-author .vertical-divider {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .single-blog .author-block {
    flex: none;
    width: 100%;
    margin: 0;
    order: 1;
  }
  .single-blog .social-media-block {
    margin: 0 0 20px;
  }
  .single-blog .sidebar {
    /*padding-left: 0;*/
    /*padding-right: 0;*/
    margin-left: -15px;
    margin-right: -15px;
  }
  .single-blog .more-from-author.pb-0 {
    padding-bottom: 0;
  }

}

.sidebar {
  background-color: #f9f9f9;
  padding: 5px 20px 20px;
}

.sidebar .section-header {
  margin-top: 29px;
}

.sidebar hr {
  border-top: 1px solid #CCCCCC;
}

.single-blog .more-from-author hr.only-mobile {
  margin-top: -10px;
}

@media screen and (min-width: 768px) {
  .single-blog .author-box .author-details {
    display: block;
  }
  .single-blog .author-box {
    width: 165px;
  }
  .single-blog .author-box img.author-photo {
    width: 100%;
    max-height: 165px;
    margin-bottom: 15px;
    margin-right: 0;
    float: none;
  }

  .single-blog .only-mobile {
    display: none;
  }

}

.richtext-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.richtext-content ul {
  overflow: hidden;
}

.richtext-content .alignleft {
  float: left;
  margin-right: 10px;
}

.richtext-content .alignright {
  float: right;
  margin-left: 10px;
}

.richtext-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.social-media-box-btn {
  padding: 5px 10px 5px 2px;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
}

.social-media-box-btn.facebook {
  background-color: #305899;
}

.social-media-box-btn.facebook:hover {
  background-color: #26477A;
}

.social-media-box-btn.twitter {
  width: 27px;
  text-align: center;
  background-color: #000;
}

.social-media-box-btn.twitter:hover {
  background-color: #000;
}

.social-media-box-btn.twitter .icon-social-twitter:before{
  width: 14px;
  height: 14px;
}

.social-media-box-btn.linkedin {
  background-color: #0076B7;
}

.social-media-box-btn.linkedin:hover {
  background-color: #005B8E;
}

.social-media-box-btn i {
  padding: 0 5px;
}

.social-media-box-btn span {
  font: 18px/16px 'TVNordEF-BlackCon';
}

.social-media-block {
  margin-bottom: 20px;
}

@media (min-width:768px) {
  .social-media-block {
    text-align: right;
  }
}


/* pubacademy-single */

.pubacademy-single table.agenda {
  width: 100%;
  border: 1px solid #000;
  border-collapse: unset;
}

.pubacademy-single table.agenda td {
  vertical-align: top;
  padding: 15px;
  white-space: nowrap;
}

.pubacademy-single table.agenda td.item-description {
  width: 100%;
  white-space: normal;
}

.pubacademy-single table.agenda .condensed {
  font-family: 'TVNordEF-BlackCon';
  font-weight: normal;
}

.pubacademy-single .sidebar
/* careers */

.how-we-work-grey {
  min-height: 107px;
}

.how-we-work-grey:before {
  width: 67px;
  height: 107px;
  left: -80px;
  position: absolute;
  background-color: #d8d8d8;
  content: " ";
}

.how-we-work {
  margin-bottom: 20px
}

.how-we-work h3 {
  margin-top: 0px
}

.how-we-work p {
  margin-bottom: 0px;
}

.how-we-work.showcase {
  border: 1px solid #000;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}

.how-we-work.showcase div {
  position: relative;
  width: 100%;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
  align-items: center;
}

.how-we-work.showcase .icon-wrapper {
  width: auto !important;
  max-width: none;
  flex-shrink: 1;
  margin-bottom: 30px;
}

.how-we-work.showcase .icon-wrapper img {
  height: auto;
  max-width: 100%;
  margin: auto;
}

.what-you-do img {
  vertical-align: top;
}

.careers-carousel {
  margin-bottom: 50px;
}

.careers-carousel .carousel-inner img {
  display: inline;
  width: 49%;
}

.careers-carousel .carousel-control .icon-arrow-right {
  right: 10%;
}

.careers-carousel .carousel-control .icon-arrow-left {
  left: 10%;
}

#careersDetailModal .modal-body {
  padding: 0;
}

.job-listings {
  margin-bottom: 60px;
}

.job-listings ul {
  margin-bottom: 0;
}

@media(min-width: 768px) {
  .how-we-work.showcase div {
    flex-basis: 0;
  }
  .how-we-work.showcase .description {
    order: 1;
    padding-right: 30px;
  }
  .how-we-work.showcase .icon-wrapper {
    order: 2;
    flex: 0 0 auto !important;
    margin-bottom: 0;
  }
  .how-we-work.showcase .icon-wrapper img {
    margin-left: 20px;
    height: 200px;
    width: auto;
  }
}


/* single-legal */

.blue-box-under {
  position: relative;
  margin-top: 25px;
  margin-bottom: 90px;
}

.blue-box-under:after {
  width: 60px;
  height: 20px;
  top: calc(100% + 50px);
  position: absolute;
  left: 0;
  background-color: #4fc8ed;
  content: " ";
}

.legal-sidebar ul {
  padding-left: 25px;
}

.legal-sidebar ul li {
  position: relative;
}

.legal-sidebar ul li.current:before {
  content: '\25A0';
  font-size: 25px;
  color: #4fc8ed;
  left: -25px;
  top: -4px;
  position: absolute;
}


/* search page */

.search-page .search-term {
  background-color: #FFCF20;
}


/* ad revenue */

.ad-revenue {
  padding: 40px 0 40px 0;
  margin-top: 40px;
  background-color: #F7F7F7;
}

.ad-revenue .latest-ad-revenue {
  margin-bottom: 40px;
}

.ad-revenue li {
  margin-bottom: 5px;
}

@media (min-width:992px) {
  .ad-revenue .latest-ad-revenue.separator {
    border-right: 1px solid #ccc;
  }
  .ad-revenue .latest-ad-revenue img {
    padding: 0 20px 10px 0;
  }
}


/* cookie consent */


/* single templates */


/* .single strong, .news-item strong { font-family: 'TVNordEF-BlackCon'; font-weight: normal; font-size: 19px; }
.single .main ul, .single ul, ul.square-bullet { list-style: none; padding-left: 20px; }
.single .main ul > li, .single ul > li, ul.square-bullet > li { background: url(imgs/bullet_square.png) left 9px no-repeat; background-size: 6px 6px; margin: 5px 0 10px 0; padding-left: 17px; }
 */


/* home */

.home header,
.page-template-front-page header {
  border-bottom: none;
}


/* event calendar */

.icon-outlookcom:before {
  background: url('imgs/icon-outlookcom-t5.svg') no-repeat scroll left 0 transparent !important;
}

.icon-outlook:before {
  background: url('imgs/icon-outlook-t5.svg') no-repeat scroll left 0 transparent !important;
}

.icon-ical:before {
  background: url('imgs/icon-apple-t5.svg') no-repeat scroll left 0 transparent !important;
}

.icon-yahoo:before {
  background: url('imgs/icon-yahoo-t5.svg') no-repeat scroll left 0 transparent !important;
}

.icon-google:before {
  background: url('imgs/icon-google-t5.svg') no-repeat scroll left 0 transparent !important;
}


/* add to calendar */

.addtocalendar var {
  display: none
}

.addtocalendar {
  position: relative;
  display: inline-block;
  background: transparent!important
}

.atcb-link {
  display: block;
  outline: none!important;
  cursor: pointer
}

.atcb-link:before {
  content: '';
  background: url('imgs/icon-calendar-t1.svg') no-repeat scroll left 0 transparent;
  padding: 4px 20px 4px 0;
  margin: 0 10px 0 0;
}

.atcb-link:focus~ul,
.atcb-link:active~ul,
.atcb-list:hover {
  visibility: visible
}

.atcb-list {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 900
}

.atcb-list,
.atcb-item {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff
}

.atcb-item {
  float: none;
  text-align: left
}

.atcb-item:first-child {
  padding-top: 3px;
}

.atcb-item:last-child {
  padding-bottom: 3px;
}

.atcb-item-link {
  text-decoration: none;
  outline: none;
  display: block
}

.atcb-item.hover,
.atcb-item:hover {
  position: relative;
  z-index: 900;
  cursor: pointer;
  text-decoration: none;
  outline: none
}

.atc-style-theme .atcb-link,
.atc-style-theme .atcb-link:hover,
.atc-style-theme .atcb-link:active,
.atc-style-theme .atcb-link:focus {
  margin: 0;
  padding: 10px 17px 8px 17px;
  color: #333;
  font-family: "TVNordEF-Regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
  outline: none;
  line-height: 20px;
  vertical-align: middle;
  background: #fff;
  box-shadow: 0 0 0 0.5px rgba(50, 50, 93, .17), 0 2px 5px 0 rgba(50, 50, 93, .01), 0 1px 1.5px 0 rgba(0, 0, 0, .01), 0 1px 2px 0 rgba(0, 0, 0, .01), 0 0 0 0 transparent;
  border-radius: 0;
  zoom: 1;
}

.atc-style-theme.move-up {
  margin-top: -10px;
}

.atc-style-theme .atcb-list {
  width: 100%;
  border-radius: 2px;
  box-shadow: 0 0 0 0.5px rgba(50, 50, 93, .17), 0 2px 5px 0 rgba(50, 50, 93, .01), 0 1px 1.5px 0 rgba(0, 0, 0, .01), 0 1px 2px 0 rgba(0, 0, 0, .01), 0 0 0 0 transparent;
}

.atc-style-theme .atcb-list,
.atc-style-theme .atcb-item {
  background: #fff;
  color: #000
}

.atc-style-theme .atcb-item,
.atc-style-theme .atcb-item-link {
  line-height: 1.3em;
  vertical-align: middle;
  zoom: 1
}

.atc-style-theme .atcb-item-link,
.atc-style-theme .atcb-item-link:hover,
.atc-style-theme .atcb-item-link:active,
.atc-style-theme .atcb-item-link:focus {
  color: #000;
  font-family: "TVNordEF-Regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
  outline: none;
  padding: 5px 15px
}

.atc-style-theme .atcb-item-link:hover,
.atc-style-theme .atcb-item-link:active,
.atc-style-theme .atcb-item-link:focus {
  color: #fff
}

.atc-style-theme .atcb-item.hover,
.atc-style-theme .atcb-item:hover {
  background: #4fc8ed
}


/* Announcement Bar */

.announcement-bar {
  padding: 10px 0 20px 0 !important;
  color: #fff;
}

.announcement-bar .announcement-bar-title {
  font: 20px/26px 'TVNordEF-BlackCon';
}

@media(min-width: 768px) {
  .announcement-bar {
    padding: 10px 0 !important;
  }
  .announcement-bar .announcement-bar-title {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
  }
}


/* Featured Content */

.featured-content {
  margin: 60px 0;
}

.featured-content .featured-content-image {}

.featured-content .featured-content-title {
  font: 32px/28px 'TVNordEF-BlackCon';
  margin-bottom: 20px;
  text-transform: uppercase;
}

.featured-content .featured-content-copy {
  font-size: 20px;
}

.featured-content .featured-content-quote {
  margin-top: 20px;
}

@media(min-width: 992px) {
  .featured-content .featured-content-title {
    margin-top: 0;
  }
}


/* video slider */

.video-slider {
  margin: 20px -15px 100px -15px
}

.video-slider .slick-slide {
  margin: 0;
}

.video-slider .slick-slide,
.video-slider .slick-slide:focus {
  outline: none;
}

.video-slider .slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 20px 0 0 0;
  list-style: none;
  text-align: center;
}

.video-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.video-slider .slick-dots li:first-child {
  margin-left: 0;
}

.video-slider .slick-dots li:before {
  display: none;
}

.video-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 12px;
  height: 12px;
  padding: 0;
  display: inline-block;
  background: rgba(204, 204, 204, 1);
  border: 1px solid rgba(204, 204, 204, 1);
  outline: none;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}

.video-slider .slick-dots li.slick-active button {
  background: rgba(22, 172, 217, 1);
  border-color: rgba(22, 172, 217, 1);
}

.video-slider .slick-control {
  position: relative;
}

.video-slider .slick-arrow {
  position: absolute;
  bottom: -45px;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.video-slider .slick-prev {
  left: 19px;
  border-top: 1px solid #BBC2C8;
  border-left: 1px solid #BBC2C8;
  transform: rotate(-45deg);
}

.video-slider .slick-next {
  right: 19px;
  border-top: 1px solid #BBC2C8;
  border-right: 1px solid #BBC2C8;
  transform: rotate(45deg);
}

.video-slider .slick-slider {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -khtml-user-select: text;
}

.video-slider .slick-list.draggable {
  cursor: -webkit-grab;
}

.slick-list.draggable:active {
  cursor: -webkit-grabbing;
}

.slick-slide img {
  pointer-events: none;
}


/* quote slider */

.quote-slider {
  margin: 20px -15px 100px -15px
}

.quote-slider .slick-slide {
  margin: 0;
}

.quote-slider .slick-slide,
.quote-slider .slick-slide:focus {
  outline: none;
}

.quote-slider .slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 20px 0 0 0;
  list-style: none;
  text-align: center;
}

.quote-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.quote-slider .slick-dots li:first-child {
  margin-left: 0;
}

.quote-slider .slick-dots li:before {
  display: none;
}

.quote-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 12px;
  height: 12px;
  padding: 0;
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  outline: none;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}

.quote-slider .slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
}

.quote-slider .slick-control {
  position: relative;
}

.quote-slider .slick-arrow {
  position: absolute;
  bottom: -45px;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.quote-slider .slick-prev {
  left: 19px;
  border-top: 1px solid rgba(255, 255, 255, 1);
  border-left: 1px solid rgba(255, 255, 255, 1);
  transform: rotate(-45deg);
}

.quote-slider .slick-next {
  right: 19px;
  border-top: 1px solid rgba(255, 255, 255, 1);
  border-right: 1px solid rgba(255, 255, 255, 1);
  transform: rotate(45deg);
}

.quote-slider .slick-slider {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -khtml-user-select: text;
}

.quote-slider .slick-list.draggable {
  cursor: -webkit-grab;
}

.slick-list.draggable:active {
  cursor: -webkit-grabbing;
}

.slick-slide img {
  pointer-events: none;
}


/* pubacademy archive new look */

.pubacademy-archive-new-look {}

.pubacademy-archive-new-look .banner .banner-logo {
  width: 80%;
}

@media (min-width: 576px) {
  .pubacademy-archive-new-look .banner .banner-logo {
    width: 60%;
  }
}

@media (min-width: 768px) {
  .pubacademy-archive-new-look .banner .banner-logo {
    width: 40%;
  }
}

@media (min-width: 992px) {
  .pubacademy-archive-new-look .banner .banner-logo {
    width: 28%;
  }
}

.pubacademy-archive-new-look .pubacademy-overview {
  background: #f2f3f3;
  padding: 100px 60px 60px 60px;
  margin-top: -30px;
}

.pubacademy-archive-new-look .pubacademy-overview .pubacademy-overview-header {
  margin-top: 0;
}

.pubacademy-archive-new-look .pubacademy-overview .pubacademy-overview-header:before {
  width: 60px;
  height: 20px;
  top: -40px;
  position: absolute;
  background-color: #4fc8ed;
  content: " ";
}

.pubacademy-archive-new-look .pubacademy-overview .stats {
  background-color: #fff;
  padding: 30px 60px;
  margin-top: 40px;
  text-align: center;
}

.pubacademy-archive-new-look .pubacademy-overview .stats .stat-number {
  margin-top: 0;
  color: #4fc8ed;
}

.pubacademy-archive-new-look .pubacademy-overview .stats .stat-desc {
  margin-bottom: 0;
}

.pubacademy-archive-new-look .pubacademy-overview .stats hr {
  margin: 12px;
  border-color: #eee;
}

@media(min-width: 768px) {
  .pubacademy-archive-new-look .pubacademy-overview {
    margin-top: -60px;
  }
  .pubacademy-archive-new-look .pubacademy-overview .stats {
    margin-top: -40px;
  }
}

.pubacademy-archive-new-look #testimonials {
  margin-bottom: 25px;
}

.pubacademy-archive-new-look #testimonials .carousel-indicators {
  bottom: -50px;
}

.pubacademy-archive-new-look #testimonials .testimonial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 45px;
}

@media(min-width: 992px) {
  .pubacademy-archive-new-look .inlaid-card {
    margin-bottom: 0;
  }
  .pubacademy-archive-new-look .inlaid-card .inlaid-image {
    height: 100px;
  }
  .pubacademy-archive-new-look #testimonials .testimonial {
    padding: 0;
  }
  .pubacademy-archive-new-look #testimonials .item {
    min-height: 400px;
  }
  .pubacademy-archive-new-look #testimonials .quote {
    margin: 50px 0;
  }
  .pubacademy-archive-new-look #testimonials .quote:before {
    position: absolute;
    top: 65px;
    left: -80px;
  }
  .pubacademy-archive-new-look #testimonials .quote:after {
    position: absolute;
    top: auto;
    bottom: 70px;
    right: -80px;
  }
}

.pubacademy-archive-new-look .slide-img-wraper {
  position: relative;
}

.pubacademy-archive-new-look .slide-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  display: none;
}

.pubacademy-archive-new-look .slide-layer-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.pubacademy-archive-new-look .slide-layer-copy hr {
  margin: 12px -20px;
  border-width: 1px;
}


/* gallery slider */

.gallery-slider {
  margin: 20px -15px 40px -15px
}

.gallery-slider .slick-slide {
  margin: 0;
}

.gallery-slider .slick-slide,
.gallery-slider .slick-slide:focus {
  outline: none;
}

.gallery-slider .slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 20px 0 0 0;
  list-style: none;
  text-align: center;
}

.gallery-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.gallery-slider .slick-dots li:first-child {
  margin-left: 0;
}

.gallery-slider .slick-dots li:only-child {
  display: none;
}

.gallery-slider .slick-dots li:before {
  display: none;
}

.gallery-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 12px;
  height: 12px;
  padding: 0;
  display: inline-block;
  background: rgba(204, 204, 204, 1);
  border: 1px solid rgba(204, 204, 204, 1);
  outline: none;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}

.gallery-slider .slick-dots li.slick-active button {
  background: rgba(22, 172, 217, 1);
  border-color: rgba(22, 172, 217, 1);
}

.gallery-slider .slick-control {
  position: relative;
}

.gallery-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 5;
  display: inline-block;
  background-color: #4fc8ed;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.gallery-slider .slick-prev {
  left: 15px;
}

.gallery-slider .slick-next {
  right: 15px;
}

.gallery-slider .slick-prev::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -9px 0 0 -4px;
  width: 17px;
  height: 17px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(-45deg);
}

.gallery-slider .slick-next::after {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  margin: -9px -4px 0 0;
  width: 17px;
  height: 17px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.gallery-slider .slick-slider {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -khtml-user-select: text;
}

@media(min-width: 768px) {
  .gallery-slider .slick-prev {
    left: -5px;
  }
  .gallery-slider .slick-next {
    right: -5px;
  }
}

.lead-found-out-more {
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .lead-found-out-more {
    text-align: center;
  }
}

.hero-section {
  background-size: cover;
  background-position: 50%;
  min-height: 400px;
  height: 100vh;
  padding: 110px 0 20px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 17px;
  line-height: 1.35;
  position: relative;
  overflow: hidden;
}

.hero-section:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  top: 0;
  content: "";
  opacity: 0.5;
  z-index: 2;
  background: #000;
}

.hero-section .container {
  z-index: 3;
  position: relative;
  max-width: 740px;
}

.bg-video {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.q-link.hidden {
  display: block !important;
  transform: translateY(100%);
  pointer-events: none;
}

.q-link {
  z-index: 100;
  color: #fff;
  background: #000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  transition: transform .5s ease;
}

.q-link a:after {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  position: relative;
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-left: 10px;
  content: "";
}

.q-link a:hover {
  text-decoration: none;
}

.q-link a {
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  color: inherit;
  text-transform: uppercase;
  font-family: 'TVNordEF-BlackCon';
}

.hero-section h1 strong {
  display: block;
  font-size: 2em;
  font-weight: normal;
  font-family: inherit;
  line-height: 1;
  margin: 12px 0 0;
}

.hero-section p {
  margin: 0 0 27px;
}

.hero-section h1 {
  line-height: 1.2;
  font-size: 25px;
  margin: 0 0 16px;
  font-family: 'TVNordEF-Bold';
}

.hero-section .btn:hover {
  background: #4fc8ed;
  border-color: #4fc8ed;
}

.hero-section .btn:after{
  content: '';
  display: inline-block;
  border: solid transparent;
  border-left-color: #fff;
  border-width: 8px 14px;
  margin: 0 -18px 0 12px;
}

.hero-section .btn {
  color: #fff;
  font-size: 24px;
  padding: 15px 22px;
  border: 2px solid #fff;
}

.post-section {
  padding: 28px 0 33px;
  color: #fff;
  background: #183B5C;
  margin: 0;
}

.post-section .container:before,
.post-section .container:after{
  display: none;
}

.post-section .image .holder {
  margin: 0 28px 0 auto; 
  max-width: 600px;
  overflow: hidden;
  position: relative;
}

.post-section .image img:not(:only-child) {
  visibility: hidden;
}

.post-section .image img{
  display: block;
  height: auto;
  width: 100%;
}

.post-section .image:after {
  z-index: -1;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 51px;
  content: "";
  background: #183B5C;
}

.post-section .image {
  background: #183B5C;
  position: relative;
  z-index: 2;
  margin: -28px -15px 61px;
  padding-top: 28px;
}

.post-section .decoration {
  position: absolute;
  right: 0;
  top: 0;
  background: #4FC8ED;
  width: 58.5%;
  padding-top: 58%;
  z-index: -1;
}

.post-section img {
  width: 100%;
  display: block;
}

.post-section .descr {
  font-size: 17px;
  position: relative;
  z-index: 4;
  line-height: 1.4;
}

.post-section h2 {
  line-height: 1;
  font-size: 34px;
  font-family: 'TVNordEF-Black';
  margin: 0 0 15px;
}

.post-section.even .decoration {
  right: auto;
  left: 0;
}

.post-section.even .image .holder{
  margin: 0 0 0 28px;
}

.post-section +.post-section .image{
  padding-top: 28px;
}

.post-section.even +.post-section .image{
  background: #0b2234;
}

.post-section.even .image:after,
.post-section.even {
  background: #0b2234;
}

.form-section {
  margin: 0;
  background: #0B2234;
  background-size: cover;
  background-position: 50%;
  padding: 50px 5px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.form-section:after {
  z-index: -1;
  position: absolute;
  background: #0B2234;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.form-section h2:before {
  content: "";
  display: block;
  margin: 0 0 13px;
  border-top: 5px solid #ffd943;
  width: 60px;
}

.form-section h2 {
  font-size: 30px;
  line-height: 0.9;
  margin: 0 0 45px;
}

.form-section .title br {
  display: none;
}

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}

.lightbox-demo {
  padding: 5px;
  width: 300px;
}

.lightbox-demo h2 {
  margin: 0 0 10px;
}

.lightbox-demo p {
  margin: 0;
}

.form-frame iframe {
  display: block;
  width: 100%;
  margin: 0;
  height: 790px;
}

.main-holder {
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .hero-section {
    min-height: 700px;
    font-size: 28px;
  }

  .hero-section h1 {
    font-size: 50px;
    margin: 0 0 22px;
  }

  .hero-section p {
    margin: 0 4% 44px;
  }

  .post-section {
    padding: 149px 0;
  }
  
  .post-section .container {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    max-width: 1338px;
  }

  .post-section.even .container {
    flex-direction: row;
  }

  .post-section .descr {
    font-size: 20px;
    line-height: 1.5;
    width: 39.5%;
  }

  .post-section .decoration {
    width: 350px;
    padding-top: 58%;
    top: -50px;
    right: -50px;
  }

  .post-section .image:after {
    display: none;
  }

  .post-section .image {
    position: relative;
    width: 52.6%;
    margin: 3px -11px -229px 0;
    padding: 0;
    background: none !important;
  }

  .post-section + .post-section {
    padding-top: 224px;
  }

  .post-section .image .holder {
    margin: 0;
    max-width: none;
  }

  .post-section h2 {
    font-size: 50px;
    margin: 0 0 22px;
  }

  .post-section.even .image .holder {
    margin: 0;
  }

  .post-section +.post-section .image {
    padding: 0;
  }

  .post-section.even .image {
    margin: 5px 0 -229px 5px;
  }

  .post-section.even .decoration {
    left: -50px;
  }

  .form-section {
    padding: 160px 5px;
  }

  .form-section:after {
    display: none;
  }

  .form-section .container:before,
  .form-section .container:after {
    display: none;
  }

  .form-section .container {
    display: flex;
    max-width: 1160px;
    justify-content: space-between;
  }

  .form-section .title br{
    display: block;
  }

  .form-section .title {
    width: 39.5%;
    max-width: 320px;
  }

  .form-section h2:before {
    margin: 0 0 18px;
  }

  .form-section h2 {
    text-transform: uppercase;
    font-size: 50px;
    line-height: .9;
  }

  .form-frame:before {
    background: #003B5C;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    opacity: 0.8;
  }

  .form-frame {
    width: 52.6%;
    margin: 0 -15px 0 0;
    position: relative;
    z-index: 1;
    padding: 30px;
  }

  .q-link a:after {
    width: 13px;
    height: 13px;
    top: 2px;
    margin-left: 12px;
  }

  .q-link a {
    font-size: 25px;
  }

  .q-link {
    padding: 16px 100px;
  }
}

@media (min-width: 1024px) {
  .post-section h2{
    font-size: 70px;
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
  background: linear-gradient(to top,
      rgba(0, 0, 0, .85) 0%,
      rgba(0, 0, 0, .3) 50%,
      rgba(0, 0, 0, .15) 65%,
      rgba(0, 0, 0, .075) 75.5%,
      rgba(0, 0, 0, .037) 82.85%,
      rgba(0, 0, 0, .019) 88%,
      rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
      padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
      transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
      padding-left: 6px;
      padding-right: 6px;
  }

  .fancybox-slide--image {
      padding: 6px 0;
  }

  .fancybox-close-small {
      right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
      background: #4e4e4e;
      color: #f2f4f6;
      height: 36px;
      opacity: 1;
      padding: 6px;
      right: 0;
      top: 0;
      width: 36px;
  }

  .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
  }

  @supports (padding: max(0px)) {
      .fancybox-caption {
          padding-left: max(12px, env(safe-area-inset-left));
          padding-right: max(12px, env(safe-area-inset-right));
      }
  }
}
/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
      width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
      right: 110px;
  }

  .fancybox-thumbs__list a {
      max-width: calc(100% - 10px);
  }
}

.mission-stats .stats-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 9px;
  margin-top: 9px;
}
.mission-stats .stats-item .text-primary {
  margin-bottom: 0;
  margin-top: 0;
  color: #39BADD !important;
  font: 54px/50px 'TVNordEF-BlackCon';
  display: block;
}
.mission-stats .stats-item .stats-item-number {
  text-align: right;
  min-width: 103px;
  margin-right: 34px;
}
.mission-stats .stats-item span {
  font-size: 88%;
  line-height: 17pt;
  letter-spacing: 1px;
}

@media all and (max-width: 767px) {
  .mission-stats .stats-item .stats-item-number {
    min-width: 72px;
  }
  .mission-stats .stats-item .text-primary {
    font: 40px/36px 'TVNordEF-BlackCon';
  }
}

.modal-backdrop,
.fancybox-container {
  z-index: 99999 !important;
}
.modal {
  z-index: 100000;
}

.search-page .page-header h1 {
  text-transform: uppercase;
}
.search-results .news-item {
  background: transparent;
  padding: 30px 0 20px;
}
.search-results .news-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

#lanyard_root * {
  font-family: "TVNordEF-Regular", Helvetica, Arial, sans-serif;
}