﻿@import url(http://hello.myfonts.net/count/32648d);

@font-face {
  font-family: "ndqfonticons";
  src: url(../../profiles/nasdaqir/themes/custom/nir_base/dist/fonts/ndqfonticons.html);
  src: url(../../profiles/nasdaqir/themes/custom/nir_base/dist/fonts/ndqfonticons.html#iefix)
      format("embedded-opentype"),
    url(../../profiles/nasdaqir/themes/custom/nir_base/dist/fonts/ndqfonticons-2.html)
      format("woff2"),
    url(../../profiles/nasdaqir/themes/custom/nir_base/dist/fonts/ndqfonticons-3.html)
      format("woff"),
    url(../../profiles/nasdaqir/themes/custom/nir_base/dist/fonts/ndqfonticons-4.html)
      format("truetype"),
    url(../../profiles/nasdaqir/themes/custom/nir_base/dist/fonts/ndqfonticons-5.html#ndqfonticons)
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.archive_heading {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-top: 3rem;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: FFClanWebProBook, sans-serif;
}
.archive_heading:first-child {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: FFClanWebProBook, sans-serif;
}
.view.view-widget-sec-filings .view-filters form {
    display: flex;
    width: 100%;
    margin-bottom: 2rem !important;
    justify-content: space-between;
    flex-wrap: wrap;
}

#ndq-content select{
    width:31.3%;
    position:relative;
}


a.button.email-icon {
    padding: 15px 15px 12px 41px !important;
}


    a.button.email-icon:before {
        content: "";
        position: absolute;
        top: 15px;
        background-repeat: no-repeat;
        left: 14px;
        width: 17px;
        transition: all 1s ease;
        height: 17px;
        display: inline-block;
        background-image: url(../img/Envelope.svg);
    }

    a.button.email-icon:hover:before {
        content: "";
        position: absolute;
        top: 15px;
        background-repeat: no-repeat;
        left: 14px;
        width: 17px;
        height: 17px;
        display: inline-block;
        background-image: url(../img/Envelope-white.svg);
    }

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 15px;
  background: #333;
  color: #fff;
  box-shadow: 0 0 5px 5px #222 inset;
}

.trigger__search .trigger__icon:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../img/Search.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 18px !important;
}

.sidr .sidr-inner {
  padding: 0 0 15px;
}

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr.right {
  left: auto;
  right: -260px;
}

.sidr.left {
  left: -260px;
  right: auto;
}

.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFhMWExYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #4d4d4d),
    color-stop(100%, #1a1a1a)
  );
  background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: linear-gradient(#4d4d4d, #1a1a1a);
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #fff;
  line-height: 24px;
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}

.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}

.sidr p a {
  color: rgba(255, 255, 255, 0.9);
}

.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #4d4d4d;
}

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #1a1a1a;
}

.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
  border-top: 0;
  line-height: 49px;
}

.sidr ul li:hover > a,
.sidr ul li:hover > span,
.sidr ul li.active > a,
.sidr ul li.active > span,
.sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
  box-shadow: 0 0 15px 3px #222 inset;
}

.sidr ul li a,
.sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #fff;
}

.sidr ul li ul {
  border-bottom: 0;
  margin: 0;
}

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}

.sidr ul li ul li:last-child {
  border-bottom: 0;
}

.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
  border-top: 0;
  line-height: 41px;
}

.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span,
.sidr ul li ul li.active > a,
.sidr ul li ul li.active > span,
.sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span {
  box-shadow: 0 0 15px 3px #222 inset;
}

.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px;
}

.sidr form {
  margin: 0 15px;
}

.sidr label {
  font-size: 13px;
}

.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  border-radius: 2px;
  border: 0;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: block;
  clear: both;
}

.sidr input[type="checkbox"] {
  width: auto;
  display: inline;
  clear: none;
}

.sidr input[type="button"],
.sidr input[type="submit"] {
  color: #333;
  background: #fff;
}

.sidr input[type="button"]:hover,
.sidr input[type="submit"]:hover {
  background: rgba(255, 255, 255, 0.9);
}

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(20%, #ffffff),
    color-stop(50%, #f6f6f6),
    color-stop(52%, #eeeeee),
    color-stop(100%, #f4f4f4)
  );
  background: -webkit-linear-gradient(
    #ffffff 20%,
    #f6f6f6 50%,
    #eeeeee 52%,
    #f4f4f4 100%
  );
  background: -moz-linear-gradient(
    #ffffff 20%,
    #f6f6f6 50%,
    #eeeeee 52%,
    #f4f4f4 100%
  );
  background: -o-linear-gradient(
    #ffffff 20%,
    #f6f6f6 50%,
    #eeeeee 52%,
    #f4f4f4 100%
  );
  background: linear-gradient(
    #ffffff 20%,
    #f6f6f6 50%,
    #eeeeee 52%,
    #f4f4f4 100%
  );
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../../profiles/nasdaqir/themes/custom/nir_base/bower_components/chosen/chosen-sprite.html) -42px
    1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../profiles/nasdaqir/themes/custom/nir_base/bower_components/chosen/chosen-sprite.html)
    no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white
    url(../../profiles/nasdaqir/themes/custom/nir_base/bower_components/chosen/chosen-sprite.html)
    no-repeat 100% -20px;
  background: url(../../profiles/nasdaqir/themes/custom/nir_base/bower_components/chosen/chosen-sprite.html)
    no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(20%, #3875d7),
    color-stop(90%, #2a62bc)
  );
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(1%, #eeeeee),
    color-stop(15%, #ffffff)
  );
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(20%, #f4f4f4),
    color-stop(50%, #f0f0f0),
    color-stop(52%, #e8e8e8),
    color-stop(100%, #eeeeee)
  );
  background-image: -webkit-linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eeeeee 100%
  );
  background-image: -moz-linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eeeeee 100%
  );
  background-image: -o-linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eeeeee 100%
  );
  background-image: linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eeeeee 100%
  );
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../../profiles/nasdaqir/themes/custom/nir_base/bower_components/chosen/chosen-sprite.html) -42px
    1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(20%, #f4f4f4),
    color-stop(50%, #f0f0f0),
    color-stop(52%, #e8e8e8),
    color-stop(100%, #eeeeee)
  );
  background-image: -webkit-linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eeeeee 100%
  );
  background-image: -moz-linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eeeeee 100%
  );
  background-image: -o-linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eeeeee 100%
  );
  background-image: linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eeeeee 100%
  );
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi
  .chosen-choices
  li.search-choice-focus
  .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(20%, #eeeeee),
    color-stop(80%, #ffffff)
  );
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white
    url(../../profiles/nasdaqir/themes/custom/nir_base/bower_components/chosen/chosen-sprite.html)
    no-repeat -30px -20px;
  background: url(../../profiles/nasdaqir/themes/custom/nir_base/bower_components/chosen/chosen-sprite.html)
    no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi),
  only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(../../profiles/nasdaqir/themes/custom/nir_base/bower_components/chosen/chosen-sprite%402x.html) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

.ixbrl-link a::before,
#ndq-content .ixbrl-link a::before {
  font-family: "ndqfonticons";
  font-size: 26px;
  vertical-align: middle;
  padding-right: 5px;
  font-weight: normal;
  text-decoration: none;
}

.ixbrl-link a::before,
#ndq-content .ixbrl-link a::before {
  content: "\e07d";
  display: inline-block;
  text-decoration: none;
  color: #000;
}

.nir-sec-header .sec-docs .file-link,
.nir-sec-header .sec-docs .field.ixbrl-link,
#ndq-content .nir-sec-header .sec-docs .file-link,
#ndq-content .nir-sec-header .sec-docs .field.ixbrl-link {
  display: inline-block;
}

.nir-sec-header .sec-docs .ixbrl-link a,
#ndq-content .nir-sec-header .sec-docs .ixbrl-link a {
  font-size: 0;
}

.nir-sec-header,
#ndq-content .nir-sec-header {
  box-sizing: border-box;
}

#ndq-content .float-left {
  float: left;
}

#ndq-content .clear-both {
  clear: both;
}

#ndq-content img,
#ndq-content legend {
  border: 0;
}

#ndq-content legend {
  padding: 0;
}

#ndq-content article,
#ndq-content aside,
#ndq-content details,
#ndq-content figcaption,
#ndq-content figure,
#ndq-content footer,
#ndq-content header,
#ndq-content hgroup,
#ndq-content main,
#ndq-content menu,
#ndq-content nav,
#ndq-content section,
#ndq-content summary {
  display: block;
}

#ndq-content audio,
#ndq-content canvas,
#ndq-content progress,
#ndq-content video {
  display: inline-block;
  vertical-align: baseline;
}

#ndq-content audio:not([controls]) {
  display: none;
  height: 0;
}

#ndq-content [hidden],
#ndq-content template {
  display: none;
}

#ndq-content abbr[title] {
  border-bottom: 1px dotted;
}

#ndq-content optgroup {
  font-weight: 700;
}

#ndq-content dfn {
  font-style: italic;
}

#ndq-content h1.not-me {
  font-size: 2em;
  margin: 0.67em 0;
}

#ndq-content mark {
  background: #ff0;
  color: #000;
}

#ndq-content small {
  font-size: 80%;
}

#ndq-content sub,
#ndq-content sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#ndq-content sup {
  top: -0.5em;
}

#ndq-content sub {
  bottom: -0.25em;
}

#ndq-content svg:not(:root) {
  overflow: hidden;
}

#ndq-content figure {
  margin: 1em 40px;
}

#ndq-content hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

#ndq-content pre,
#ndq-content textarea {
  overflow: auto;
}

#ndq-content code,
#ndq-content kbd,
#ndq-content pre,
#ndq-content samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

#ndq-content button:not(.js-accordion__header):not(.table-load-more),
#ndq-content input,
#ndq-content optgroup,
#ndq-content select,
#ndq-content textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

#ndq-content button:not(.js-accordion__header):not(.table-load-more) {
  overflow: visible;
}

#ndq-content button:not(.js-accordion__header):not(.table-load-more),
#ndq-content select {
  text-transform: none;
}

#ndq-content button:not(.js-accordion__header):not(.table-load-more),
#ndq-content html input[type="button"],
#ndq-content input[type="reset"],
#ndq-content input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

#ndq-content button[disabled],
#ndq-content html input[disabled] {
  cursor: default;
}

#ndq-content button::-moz-focus-inner,
#ndq-content input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

#ndq-content input {
  line-height: normal;
}

#ndq-content input[type="checkbox"],
#ndq-content input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

#ndq-content input[type="number"]::-webkit-inner-spin-button,
#ndq-content input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

#ndq-content input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#ndq-content input[type="search"]::-webkit-search-cancel-button,
#ndq-content input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#ndq-content fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

#ndq-content table {
  border-collapse: collapse;
  border-spacing: 0;
}

#ndq-content .icon {
  background-image: none;
}

@media print {
  #ndq-content html {
    font-size: 12pt;
  }
}

#ndq-content body {
  margin: 0;
  padding: 0;
}

#ndq-content * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#ndq-content article,
#ndq-content aside,
#ndq-content details,
#ndq-content figcaption,
#ndq-content figure,
#ndq-content footer,
#ndq-content header,
#ndq-content hgroup,
#ndq-content main,
#ndq-content menu,
#ndq-content nav,
#ndq-content section,
#ndq-content summary {
  display: block;
}

#ndq-content audio,
#ndq-content canvas,
#ndq-content progress,
#ndq-content video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
}

#ndq-content audio:not([controls]) {
  display: none;
  height: 0;
}

#ndq-content [hidden] {
  display: none;
}

#ndq-content template {
  display: none;
}

#ndq-content html,
#ndq-content body {
  font-size: 87.5%;
  line-height: 1.42857em;
  min-height: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

@media print {
  #ndq-content html,
  #ndq-content body {
    font-size: 12pt;
  }
}

#ndq-content body {
  background: #f5f5f5;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  word-wrap: break-word;
  color: #333;
}

#ndq-content body .container {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}

#ndq-content body .menu-item {
  padding-top: 0;
  margin: 0;
}

#ndq-content a#logo {
  width: 100px;
  display: block;
  padding: 5px;
  float: left;
  margin-bottom: 15px;
}

@media print {
  #ndq-content :link,
  #ndq-content :visited {
    text-decoration: underline;
  }

  #ndq-content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
  }

  #ndq-content a[href^="javascript:"]:after,
  #ndq-content a[href^="#"]:after {
    content: "";
  }
}

#ndq-content img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#ndq-content img,
#ndq-content svg {
  max-width: 100%;
  height: auto;
  width: auto;
}

#ndq-content svg:not(:root) {
  overflow: hidden;
}

#ndq-content form {
  margin: 0;
}

#ndq-content button:not(.js-accordion__header):not(.table-load-more),
#ndq-content input,
#ndq-content optgroup,
#ndq-content select,
#ndq-content textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  color: inherit;
  font: inherit;
  margin: 0;
  *font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  *vertical-align: middle;
}

#ndq-content button:not(.js-accordion__header):not(.table-load-more) {
  overflow: visible;
}

#ndq-content button:not(.js-accordion__header):not(.table-load-more),
#ndq-content select {
  text-transform: none;
}

#ndq-content button::-moz-focus-inner,
#ndq-content input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

#ndq-content html input[type="button"],
#ndq-content [type="reset"],
#ndq-content [type="submit"] {
  -webkit-appearance: button;
}

#ndq-content input[type="number"]::-webkit-inner-spin-button,
#ndq-content input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

#ndq-content input[type="search"] {
  -webkit-appearance: textfield;
}

#ndq-content input[type="search"]::-webkit-search-cancel-button,
#ndq-content input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#ndq-content input[type="text"],
#ndq-content input[type="search"],
#ndq-content input[type="tel"],
#ndq-content input[type="url"],
#ndq-content input[type="email"],
#ndq-content input[type="password"],
#ndq-content input[type="date"],
#ndq-content input[type="time"],
#ndq-content input[type="number"],
#ndq-content input[type="datalist"],
#ndq-content textarea {
  line-height: inherit;
  display: block;
  width: auto;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.42857143;
  margin-top: 5px;
  color: #000;
  border: 1px solid #dddddd;
  border-radius: 4px;
  outline: 0px;
}

#ndq-content input[type="checkbox"],
#ndq-content input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

#ndq-content fieldset {
  padding: 0.5em 0.89286em 0.92857em;
  border: 1px solid #ddd;
  margin: 0 2px;
}

#ndq-content fieldset:before {
  content: "";
  display: table;
}

#ndq-content fieldset:after {
  content: "";
  display: table;
  clear: both;
}

#ndq-content legend {
  border: 0;
  margin-left: -5px;
  padding: 0 5px;
  *margin-left: -7px;
}

#ndq-content [dir="rtl"] legend {
  *margin-left: 0;
  *margin-right: -7px;
}

#ndq-content label {
  display: block;
  font-weight: bold;
}

#ndq-content select {
  -webkit-appearance: none;
  padding-right: 30px;
}

#ndq-content optgroup {
  font-weight: bold;
}

#ndq-content textarea {
  overflow: auto;
}

#ndq-content blockquote {
  margin: 0 2em 1.42857em;
}

#ndq-content figure {
  margin: 0 0 1.42857em;
}

#ndq-content hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

#ndq-content p {
}

#ndq-content pre {
  font-family: monospace;
  _font-family: "courier new", monospace;
  font-size: 0.8em;
  line-height: 1.45;
}

#ndq-content pre {
  overflow: auto;
}

#ndq-content dl,
#ndq-content menu {
  margin: 1em 0;
}

#ndq-content dd {
  margin: 0 0 0 28px;
}

#ndq-content [dir="rtl"] dd {
  margin: 0 28px 0 0;
}

#ndq-content menu {
  padding: 0 0 0 28px;
}

#ndq-content [dir="rtl"] menu,
#ndq-content [dir="rtl"] ol,
#ndq-content [dir="rtl"] ul {
  padding: 0 28px 0 0;
}

#ndq-content nav ul,
#ndq-content nav ol {
  list-style: none;
  list-style-image: none;
}

#ndq-content #nir-header__site-name {
  font-size: 1.5em;
  line-height: 1.42857em;
  margin-top: 0.66657em;
  margin-bottom: 0.47614em;
}

#ndq-content table.nirtable caption,
#ndq-content table.dataTable caption,
#ndq-content
  .block-market-data-block__estimates__all
  .js-form-type-select
  label {
  font-size: 1.3em;
  line-height: 1.42857em;
  margin-top: 0.35714em;
  margin-bottom: 0.35714em;
  border-bottom: solid 1px #e1e1e1;
}

#ndq-content h3.not-me {
  font-size: 1.2em;
  line-height: 1.42857em;
  margin-top: 1em;
  margin-bottom: 1em;
}

#ndq-content .view-nir-media-gallery-items-grid .views-row h2,
#ndq-content
  .node--view-mode-nir-media-gallery-viewmode
  .field--name-field-nir-media-gallery-title {
  font-size: 1.1em;
  line-height: 1.42857em;
  margin-top: 1.42857em;
  margin-bottom: 1.42857em;
}

#ndq-content table.nirtable,
#ndq-content table.dataTable {
  margin: 0 0 15px 0;
  border-collapse: separate;
  border-spacing: 0;
  border: 0;
  table-layout: fixed;
  width: 100%;
  word-wrap: normal;
}

#ndq-content table.nirtable caption,
#ndq-content table.dataTable caption {
  font-weight: bold;
  text-align: left;
  padding: 5px 0;
}

#ndq-content table.nirtable tbody tr:nth-child(odd),
#ndq-content table.dataTable tbody tr:nth-child(odd) {
  background-color: #f5fafa;
}

#ndq-content table.nirtable td,
#ndq-content table.nirtable th,
#ndq-content table.dataTable td,
#ndq-content table.dataTable th {
  padding: 15px;
  border: 0;
}

#ndq-content table.nirtable th,
#ndq-content table.nirtable thead td,
#ndq-content table.dataTable th,
#ndq-content table.dataTable thead td {
  background-color: #666;
  color: #fff;
  text-align: left;
  position: relative;
}

#ndq-content .container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1em;
}

#ndq-content .container:after {
  content: " ";
  display: block;
  clear: both;
}

#ndq-content .two-col-node .node-left {
  width: 100%;
  float: right;
  margin-right: 0;
}

@media (min-width: 480px) {
  #ndq-content .two-col-node .node-left {
    width: 36.70886%;
    float: left;
    margin-right: 1.26582%;
  }
}

#ndq-content .two-col-node .node-right {
  width: 100%;
  float: right;
  margin-right: 0;
}

@media (min-width: 480px) {
  #ndq-content .two-col-node .node-right {
    width: 62.02532%;
    float: right;
    margin-right: 0;
  }
}

#ndq-content .two-col-node-alt1 .node-left {
  width: 100%;
  float: right;
  margin-right: 0;
}

@media (min-width: 480px) {
  #ndq-content .two-col-node-alt1 .node-left {
    width: 24.05063%;
    float: left;
    margin-right: 1.26582%;
  }
}

#ndq-content .two-col-node-alt1 .node-right {
  width: 100%;
  float: right;
  margin-right: 0;
}

@media (min-width: 480px) {
  #ndq-content .two-col-node-alt1 .node-right {
    width: 74.68354%;
    float: right;
    margin-right: 0;
  }
}

#ndq-content .two-col-node-alt2 .node-left {
  width: 100%;
  float: right;
  margin-right: 0;
}

@media (min-width: 480px) {
  #ndq-content .two-col-node-alt2 .node-left {
    width: 36.70886%;
    float: left;
    margin-right: 1.26582%;
  }
}

#ndq-content .two-col-node-alt2 .node-right {
  width: 100%;
  float: right;
  margin-right: 0;
}

@media (min-width: 480px) {
  #ndq-content .two-col-node-alt2 .node-right {
    width: 62.02532%;
    float: right;
    margin-right: 0;
  }
}

#ndq-content .two-col-node-alt3 .node-left {
  width: 100%;
  float: right;
  margin-right: 0;
}

@media (min-width: 480px) {
  #ndq-content .two-col-node-alt3 .node-left {
    width: 17.72152%;
    float: left;
    margin-right: 1.26582%;
  }
}

#ndq-content .two-col-node-alt3 .node-right {
  width: 100%;
  float: right;
  margin-right: 0;
}

@media (min-width: 480px) {
  #ndq-content .two-col-node-alt3 .node-right {
    width: 81.01266%;
    float: right;
    margin-right: 0;
  }
}

#ndq-content .two-col-half .left-half {
  width: 100%;
  float: right;
  margin-right: 0;
}

@media (min-width: 480px) {
  #ndq-content .two-col-half .left-half {
    width: 49.36709%;
    float: left;
    margin-right: 1.26582%;
  }
}

#ndq-content .two-col-half .right-half {
  width: 100%;
  float: right;
  margin-right: 0;
}

@media (min-width: 480px) {
  #ndq-content .two-col-half .right-half {
    width: 49.36709%;
    float: right;
    margin-right: 0;
  }
}

#ndq-content .modal-content .node-left {
  width: 100%;
  float: right;
  margin-right: 0;
}

@media (min-width: 480px) {
  #ndq-content .modal-content .node-left {
    width: 17.72152%;
    float: left;
    margin-right: 1.26582%;
  }
}

#ndq-content .modal-content .node-right {
  width: 100%;
  float: right;
  margin-right: 0;
}

@media (min-width: 480px) {
  #ndq-content .modal-content .node-right {
    width: 81.01266%;
    float: right;
    margin-right: 0;
  }
}

#ndq-content .split-half {
  float: left;
  margin-bottom: 1em;
  width: 100%;
}

#ndq-content .split-half .left-half {
  width: 100%;
  float: right;
  margin-right: 0;
}

@media (min-width: 480px) {
  #ndq-content .split-half .left-half {
    width: 49.36709%;
    float: left;
    margin-right: 1.26582%;
  }
}

#ndq-content .split-half .right-half {
  width: 100%;
  float: right;
  margin-right: 0;
}

@media (min-width: 480px) {
  #ndq-content .split-half .right-half {
    width: 49.36709%;
    float: right;
    margin-right: 0;
    float: left;
  }
}

#ndq-content .full-width {
  width: 100%;
  float: right;
  margin-right: 0;
}

#ndq-content .tabledrag-handle .handle,
#ndq-content .mceToolbar table td a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
}

#ndq-content .container-fluid .container-fluid {
  width: auto;
  margin-left: -1.69492%;
  margin-right: -1.69492%;
}

@media (min-width: 320px) {
  #ndq-content body.body-sidebars-first aside.sidebar-first {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  #ndq-content body.body-sidebars-first aside.sidebar-first > * {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }

  #ndq-content body.body-sidebars-first section#content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  #ndq-content body.body-sidebars-first section#content > * {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}

@media (min-width: 769px) {
  #ndq-content body.body-sidebars-first aside.sidebar-first {
    width: 24.05063%;
    float: left;
    margin-right: 1.26582%;
  }

  #ndq-content body.body-sidebars-first aside.sidebar-first > * {
    padding-left: 1em;
  }

  #ndq-content body.body-sidebars-first section#content {
    width: 74.68354%;
    float: right;
    margin-right: 0;
  }

  #ndq-content body.body-sidebars-first section#content > * {
    padding-right: 1em;
  }
}

@media (min-width: 320px) {
  #ndq-content body.body-sidebars-last aside.sidebar-last {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  #ndq-content body.body-sidebars-last aside.sidebar-last > * {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }

  #ndq-content body.body-sidebars-last section#content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  #ndq-content body.body-sidebars-last section#content > * {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}

@media (min-width: 769px) {
  #ndq-content body.body-sidebars-last aside.sidebar-last {
    width: 24.05063%;
    float: right;
    margin-right: 0;
  }

  #ndq-content body.body-sidebars-last aside.sidebar-last > * {
    padding-right: 1em;
  }

  #ndq-content body.body-sidebars-last section#content {
    width: 74.68354%;
    float: left;
    margin-right: 1.26582%;
  }

  #ndq-content body.body-sidebars-last section#content > * {
    padding-left: 1em;
  }
}

@media (min-width: 320px) {
  #ndq-content body.body-sidebars-both aside.sidebar-first {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  #ndq-content body.body-sidebars-both aside.sidebar-first > * {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }

  #ndq-content body.body-sidebars-both aside.sidebar-last {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  #ndq-content body.body-sidebars-both aside.sidebar-last > * {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }

  #ndq-content body.body-sidebars-both section#content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  #ndq-content body.body-sidebars-both section#content > * {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}

@media (min-width: 769px) {
  #ndq-content body.body-sidebars-both aside.sidebar-first {
    width: 24.05063%;
    float: left;
    margin-right: 1.26582%;
  }

  #ndq-content body.body-sidebars-both aside.sidebar-first > * {
    padding-left: 1em;
  }

  #ndq-content body.body-sidebars-both section#content {
    width: 49.36709%;
    float: left;
    margin-right: 1.26582%;
  }

  #ndq-content body.body-sidebars-both aside.sidebar-last {
    width: 24.05063%;
    float: right;
    margin-right: 0;
  }

  #ndq-content body.body-sidebars-both aside.sidebar-last > * {
    padding-right: 1em;
  }
}

@media (min-width: 320px) {
  #ndq-content body.body-sidebars-none section#content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  #ndq-content body.body-sidebars-none section#content > * {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}

@media (min-width: 769px) {
  #ndq-content body.body-sidebars-none section#content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  #ndq-content body.body-sidebars-none section#content > * {
    padding-left: 1em;
    padding-right: 1em;
  }
}

#ndq-content aside.sidebar {
  overflow: hidden;
}

@media (max-width: 769px) {
  #ndq-content body.search #main .container {
    display: flex;
    flex-direction: column;
  }

  #ndq-content body.search #main .container #content {
    order: 2;
  }

  #ndq-content body.search #main .container .sidebar-last {
    order: 1;
  }
}

#ndq-content .views-view-grid.cols-3 .views-col {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

#ndq-content .views-view-grid.cols-3 .col-1 {
  width: 100%;
  float: left;
  margin-right: 1.69492%;
}

#ndq-content .views-view-grid.cols-3 .col-3 {
  width: 100%;
  float: right;
  margin-right: 0;
}

@media (min-width: 769px) {
  #ndq-content .views-view-grid.cols-3 .views-col {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }

  #ndq-content .views-view-grid.cols-3 .col-1 {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }

  #ndq-content .views-view-grid.cols-3 .col-3 {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
}

#ndq-content .hidden,
#ndq-content html.js .js-hidden,
#ndq-content html.js .element-hidden,
#ndq-content html.js .js-hide {
  display: none;
}

#ndq-content .visually-hidden,
#ndq-content .visually-hidden--focusable,
#ndq-content .element-focusable,
#ndq-content .element-invisible,
#ndq-content .breadcrumb__title,
#ndq-content .main-navigation .block-menu .block__title,
#ndq-content .main-navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

#ndq-content .visually-hidden--off,
#ndq-content .visually-hidden--focusable:active,
#ndq-content .visually-hidden--focusable:focus,
#ndq-content .element-focusable:active,
#ndq-content .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

#ndq-content .clearfix:before,
#ndq-content .tabs.not-me:before,
#ndq-content .tabs--secondary:before,
#ndq-content div[class*="view-widget-"]:before,
#ndq-content #nir-header:before {
  content: "";
  display: table;
}

#ndq-content .clearfix:after,
#ndq-content .tabs.not-me:after,
#ndq-content .tabs--secondary:after,
#ndq-content div[class*="view-widget-"]:after,
#ndq-content #nir-header:after {
  content: "";
  display: table;
  clear: both;
}

#ndq-content .ui-dialog-titlebar-close::before,
#ndq-content a.summary-toggle::before,
#ndq-content a.summary-toggle:hover::before,
#ndq-content a.summary-toggle.open::before,
#ndq-content a.summary-toggle.open:hover::before,
#ndq-content a.nir-widget--person--accordion-toggle::before,
#ndq-content a.nir-widget--person--accordion-toggle:hover::before,
#ndq-content a.nir-widget--person--accordion-toggle.open::before,
#ndq-content a.nir-widget--person--accordion-toggle.open:hover::before,
#ndq-content a.nir-widget--news--accordion-toggle::before,
#ndq-content a.nir-widget--news--accordion-toggle:hover::before,
#ndq-content a.nir-widget--news--accordion-toggle.open::before,
#ndq-content a.nir-widget--news--accordion-toggle.open:hover::before,
#ndq-content .webcast-link a::before,
#ndq-content .normal-webcast-link a::before,
#ndq-content .widget-file--html::before,
#ndq-content .field--name-field-nir-ext-document a::before,
#ndq-content .field--name-field-nir-news-supp-ext-url a::before,
#ndq-content .external-link::before,
#ndq-content .widget-file--mime-video-x-ms-asf::before,
#ndq-content .file--mime-video-x-ms-asf a::before,
#ndq-content .widget-file--mime-image-x-ms-bmp::before,
#ndq-content .file--mime-image-x-ms-bmp a::before,
#ndq-content .widget-file--mime-text-csv::before,
#ndq-content .file--mime-text-csv a::before,
#ndq-content .file--mime-text-csv.file--text a::before,
#ndq-content .market-data-file-download-csv::before,
#ndq-content .widget-file--mime-application-msword::before,
#ndq-content .file--mime-application-msword a::before,
#ndq-content
  .widget-file--mime-application-vnd-openxmlformats-officedocument-wordprocessingml-document::before,
#ndq-content
  .file--mime-application-vnd-openxmlformats-officedocument-wordprocessingml-document
  a::before,
#ndq-content .widget-file--mime-application-postscript::before,
#ndq-content .file--mime-application-postscript a::before,
#ndq-content .widget-file--mime-application-epub::before,
#ndq-content .file--mime-application-epub a::before,
#ndq-content .widget-file--fla::before,
#ndq-content .file--fla a::before,
#ndq-content .widget-file--mime-video-x-flv::before,
#ndq-content .file--mime-video-x-flv a::before,
#ndq-content .widget-file--mime-image-gif::before,
#ndq-content .file--mime-image-gif a::before,
#ndq-content .widget-file--ics::before,
#ndq-content .file--ics a::before,
#ndq-content .widget-file--mime-image-jpeg::before,
#ndq-content .widget-file--mime-image-jpg::before,
#ndq-content .file--mime-image-jpeg a::before,
#ndq-content .file--mime-image-jpg a::before,
#ndq-content .widget-file--mime-application-pgp-keys::before,
#ndq-content .file--mime-application-pgp-keys a::before,
#ndq-content .widget-file--mime-application-x-mobipocket-ebook::before,
#ndq-content .file--mime-application-x-mobipocket-ebook a::before,
#ndq-content .widget-file--mime-video-quicktime::before,
#ndq-content .file--mime-video-quicktime a::before,
#ndq-content .widget-file--mime-audio-mpeg::before,
#ndq-content .file--mime-audio-mpeg a::before,
#ndq-content .widget-file--mpg::before,
#ndq-content .file--mpg a::before,
#ndq-content .widget-file--odt::before,
#ndq-content .file--odt a::before,
#ndq-content .widget-file--application-pdf::before,
#ndq-content .file--application-pdf a::before,
#ndq-content .widget-file--mime-image-png::before,
#ndq-content .file--mime-image-png a::before,
#ndq-content .widget-file--mime-application-vnd-ms-powerpoint::before,
#ndq-content .file--mime-application-vnd-ms-powerpoint a::before,
#ndq-content
  .widget-file--mime-application-vnd-openxmlformats-officedocument-presentationml-presentation::before,
#ndq-content
  .file--mime-application-vnd-openxmlformats-officedocument-presentationml-presentation
  a::before,
#ndq-content
  .widget-file--mime-application-vnd-openxmlformats-officedocument-presentationml-slideshow::before,
#ndq-content
  .file--mime-application-vnd-openxmlformats-officedocument-presentationml-slideshow
  a::before,
#ndq-content
  .widget-file--mime-application-vnd-ms-powerpoint-presentation-macroEnabled-12::before,
#ndq-content
  .file--mime-application-vnd-ms-powerpoint-presentation-macroEnabled-12
  a::before,
#ndq-content .widget-file--mime-application-rar::before,
#ndq-content .file--mime-application-rar a::before,
#ndq-content .widget-file--mime-application-rtf::before,
#ndq-content .file--mime-application-rtf a::before,
#ndq-content .widget-file--rtx::before,
#ndq-content .file--rtx a::before,
#ndq-content .widget-file--swf::before,
#ndq-content .file--swf a::before,
#ndq-content .widget-file--mime-image-tiff::before,
#ndq-content .file--mime-image-tiff a::before,
#ndq-content .widget-file--text::before,
#ndq-content .file--text a::before,
#ndq-content .widget-file--mime-audio-x-wav::before,
#ndq-content .file--mime-audio-x-wav a::before,
#ndq-content .widget-file--mime-audio-x-ms-wma::before,
#ndq-content .file--mime-audio-x-ms-wma a::before,
#ndq-content .widget-file--mime-video-x-ms-wmv::before,
#ndq-content .file--mime-video-x-ms-wmv a::before,
#ndq-content .widget-file--xls::before,
#ndq-content .file--xls a::before,
#ndq-content .widget-file--x-office-spreadsheet::before,
#ndq-content .file--x-office-spreadsheet a::before,
#ndq-content .market-data-file-download-xls::before,
#ndq-content
  .widget-file--mime-application-vnd-ms-excel-sheet-macroEnabled-12::before,
#ndq-content
  .file--mime-application-vnd-ms-excel-sheet-macroEnabled-12
  a::before,
#ndq-content
  .widget-file--mime-application-vnd-openxmlformats-officedocument-spreadsheetml-sheet::before,
#ndq-content
  .file--mime-application-vnd-openxmlformats-officedocument-spreadsheetml-sheet
  a::before,
#ndq-content .widget-file--mime-application-xml::before,
#ndq-content .file--mime-application-xml a::before,
#ndq-content .widget-file--mime-application-octet-stream::before,
#ndq-content .file--mime-application-octet-stream a::before,
#ndq-content .widget-file--mime-application-zip::before,
#ndq-content .file--mime-application-zip a::before,
#ndq-content .ndqicon__chairperson a::before,
#ndq-content span.ndqicon__chairperson::before,
#ndq-content .ndqicon__chairperson a_after::after,
#ndq-content span.ndqicon__chairperson_after::after,
#ndq-content .ndqicon__cob a::before,
#ndq-content span.ndqicon__cob::before,
#ndq-content .ndqicon__cob a_after::after,
#ndq-content span.ndqicon__cob_after::after,
#ndq-content .ndqicon__vicechair::before,
#ndq-content span.ndqicon__vicechair::before,
#ndq-content span.ndqicon__vicechair_after::after,
#ndq-content .ndqicon__leaddir::before,
#ndq-content span.ndqicon__leaddir::before,
#ndq-content .ndqicon__leaddir_after::after,
#ndq-content span.ndqicon__leaddir_after::after,
#ndq-content .ndqicon__chair::before,
#ndq-content .ndqicon__chair1::before,
#ndq-content .ndqicon__chair2::before,
#ndq-content .ndqicon__chair3::before,
#ndq-content .ndqicon__member a::before,
#ndq-content span.ndqicon__member::before,
#ndq-content .ndqicon__download::before,
#ndq-content .ndqicon__independent::before,
#ndq-content .ndqicon__independent_italic::before,
#ndq-content .ndqicon__calculator::before,
#ndq-content span.ndqicon__calculator::before,
#ndq-content .ndqicon__calculator_after::after,
#ndq-content span.ndqicon__calculator_after::after,
#ndq-content .ndqicon__calculator1::before,
#ndq-content .html-link a::before,
#ndq-content .asset-link a::before,
#ndq-content .add-outlook a::before,
#ndq-content .add-gcal a::before,
#ndq-content .right-arrow::before,
#ndq-content .up-arrow::before,
#ndq-content .ndqicon-check-circle::before,
#ndq-content .thank-you-page h1::before,
#ndq-content a.show-all::after,
#ndq-content a.show-all.hide-all::after,
#ndq-content .faq-acc-dl dt::before,
#ndq-content .faq-acc-dl .acc-title::before,
#ndq-content .acc-wrap dt::before,
#ndq-content .acc-wrap .acc-title::before,
#ndq-content .faq-acc-dl dt.opened::before,
#ndq-content .faq-acc-dl .acc-title.opened::before,
#ndq-content .acc-wrap dt.opened::before,
#ndq-content .acc-wrap .acc-title.opened::before,
#ndq-content .top-link::after,
#ndq-content .nir-mean-value-rating .rating-arrow::after,
#ndq-content .block-search-form form::after,
#ndq-content .view-search form::after,
#ndq-content .view-search .inline-asset span.file--application-pdf::before,
#ndq-content .field--name-field-nir-committee-link a::before,
#ndq-content
  .market-data-filter-form
  .form-item.form-item-period-compare-one::before {
  font-family: "ndqfonticons";
  font-size: 26px;
  vertical-align: middle;
  padding-right: 5px;
  font-weight: normal;
  text-decoration: none;
}

#ndq-content .ui-dialog-titlebar-close::before {
  content: "î€“";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .ui-dialog-titlebar-close::before {
  color: #666;
  font-size: 20px;
}

#ndq-content .ui-dialog-titlebar-close::before:hover {
  color: #009ec2;
}

#ndq-content a.summary-toggle {
  font-weight: normal;
  cursor: pointer;
}

#ndq-content a.summary-toggle::before {
  content: "î";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content a.summary-toggle:hover::before {
  content: "î";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content a.summary-toggle:before,
#ndq-content a.summary-toggle:hover:before {
  font-size: 15px;
  line-height: 0;
}

#ndq-content a.summary-toggle span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

#ndq-content a.summary-toggle.open::before {
  content: "î";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content a.summary-toggle.open:hover::before {
  content: "îŽ";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content a.summary-toggle.open:before,
#ndq-content a.summary-toggle.open:hover:before {
  font-size: 15px;
  line-height: 0;
}

#ndq-content a.nir-widget--person--accordion-toggle {
  font-weight: normal;
  cursor: pointer;
}

#ndq-content a.nir-widget--person--accordion-toggle::before {
  content: "î";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content a.nir-widget--person--accordion-toggle:hover::before {
  content: "î";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content a.nir-widget--person--accordion-toggle:before,
#ndq-content a.nir-widget--person--accordion-toggle:hover:before {
  font-size: 15px;
  line-height: 0;
}

#ndq-content a.nir-widget--person--accordion-toggle span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

#ndq-content a.nir-widget--person--accordion-toggle.open::before {
  content: "î";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content a.nir-widget--person--accordion-toggle.open:hover::before {
  content: "îŽ";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content a.nir-widget--person--accordion-toggle.open:before,
#ndq-content a.nir-widget--person--accordion-toggle.open:hover:before {
  font-size: 15px;
  line-height: 0;
}

#ndq-content a.nir-widget--person--accordion-toggle + div {
  display: inline;
}

#ndq-content a.nir-widget--news--accordion-toggle {
  font-weight: normal;
  cursor: pointer;
}

#ndq-content a.nir-widget--news--accordion-toggle::before {
  content: "î";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content a.nir-widget--news--accordion-toggle:hover::before {
  content: "î";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content a.nir-widget--news--accordion-toggle:before,
#ndq-content a.nir-widget--news--accordion-toggle:hover:before {
  font-size: 15px;
  line-height: 0;
}

#ndq-content a.nir-widget--news--accordion-toggle span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

#ndq-content a.nir-widget--news--accordion-toggle.open::before {
  content: "î";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content a.nir-widget--news--accordion-toggle.open:hover::before {
  content: "îŽ";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content a.nir-widget--news--accordion-toggle.open:before,
#ndq-content a.nir-widget--news--accordion-toggle.open:hover:before {
  font-size: 15px;
  line-height: 0;
}

#ndq-content .ndqicon-disable-link {
  margin-left: 30px;
}

#ndq-content .ndqicon-disable-link a::before {
  margin-left: -30px;
  cursor: default !important;
  pointer-events: none !important;
}

#ndq-content .ndqicon-hide-icon a::before {
  display: none !important;
}

#ndq-content .summary-hidden {
  display: none;
}

#ndq-content .webcast-link a::before,
#ndq-content .normal-webcast-link a::before {
  content: "î€œ";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .widget-file--html::before,
#ndq-content .field--name-field-nir-ext-document a::before,
#ndq-content .field--name-field-nir-news-supp-ext-url a::before,
#ndq-content .external-link::before {
  content: "î·";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .widget-file--mime-video-x-ms-asf::before,
#ndq-content .file--mime-video-x-ms-asf a::before {
  content: "î„ƒ";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .widget-file--mime-image-x-ms-bmp::before,
#ndq-content .file--mime-image-x-ms-bmp a::before {
  content: "î„„";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .widget-file--mime-text-csv::before,
#ndq-content .file--mime-text-csv a::before,
#ndq-content .file--mime-text-csv.file--text a::before,
#ndq-content .market-data-file-download-csv::before {
  content: "î°";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .widget-file--mime-application-msword::before,
#ndq-content .file--mime-application-msword a::before {
  content: "î²";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content
  .widget-file--mime-application-vnd-openxmlformats-officedocument-wordprocessingml-document::before,
#ndq-content
  .file--mime-application-vnd-openxmlformats-officedocument-wordprocessingml-document
  a::before {
  content: "î³";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .widget-file--mime-application-postscript::before,
#ndq-content .file--mime-application-postscript a::before {
  content: "îƒµ";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .widget-file--mime-application-epub::before,
#ndq-content .file--mime-application-epub a::before {
  content: "îƒ¶";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .widget-file--fla::before,
#ndq-content .file--fla a::before {
  content: "î´";
  display: inline-block;
  text-decoration: none;
  color: #c00;
}

#ndq-content .widget-file--mime-video-x-flv::before,
#ndq-content .file--mime-video-x-flv a::before {
  content: "îµ";
  display: inline-block;
  text-decoration: none;
  color: #c00;
}

#ndq-content .widget-file--mime-image-gif::before,
#ndq-content .file--mime-image-gif a::before {
  content: "î‚€";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .widget-file--ics::before,
#ndq-content .file--ics a::before {
  content: "îƒ¾";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .widget-file--mime-image-jpeg::before,
#ndq-content .widget-file--mime-image-jpg::before,
#ndq-content .file--mime-image-jpeg a::before,
#ndq-content .file--mime-image-jpg a::before {
  content: "î¿";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .widget-file--mime-application-pgp-keys::before,
#ndq-content .file--mime-application-pgp-keys a::before {
  content: "îƒ¿";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .widget-file--mime-application-x-mobipocket-ebook::before,
#ndq-content .file--mime-application-x-mobipocket-ebook a::before {
  content: "îƒ·";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .widget-file--mime-video-quicktime::before,
#ndq-content .file--mime-video-quicktime a::before {
  content: "îƒ¸";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .widget-file--mime-audio-mpeg::before,
#ndq-content .file--mime-audio-mpeg a::before {
  content: "î‚…";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .widget-file--mpg::before,
#ndq-content .file--mpg a::before {
  content: "îƒ¹";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .widget-file--odt::before,
#ndq-content .file--odt a::before {
  content: "îƒ»";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .widget-file--application-pdf::before,
#ndq-content .file--application-pdf a::before {
  content: "î‚ˆ";
  display: inline-block;
  text-decoration: none;
  color: #c00;
}

#ndq-content .widget-file--mime-image-png::before,
#ndq-content .file--mime-image-png a::before {
  content: "î‚‚";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .widget-file--mime-application-vnd-ms-powerpoint::before,
#ndq-content .file--mime-application-vnd-ms-powerpoint a::before {
  content: "î‚‰";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content
  .widget-file--mime-application-vnd-openxmlformats-officedocument-presentationml-presentation::before,
#ndq-content
  .file--mime-application-vnd-openxmlformats-officedocument-presentationml-presentation
  a::before {
  content: "î‚‹";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content
  .widget-file--mime-application-vnd-openxmlformats-officedocument-presentationml-slideshow::before,
#ndq-content
  .file--mime-application-vnd-openxmlformats-officedocument-presentationml-slideshow
  a::before {
  content: "îƒ¼";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .widget-file--mime-application-vnd-ms-powerpoint::before,
#ndq-content .file--mime-application-vnd-ms-powerpoint a::before {
  content: "î‚Š";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content
  .widget-file--mime-application-vnd-ms-powerpoint-presentation-macroEnabled-12::before,
#ndq-content
  .file--mime-application-vnd-ms-powerpoint-presentation-macroEnabled-12
  a::before {
  content: "îƒ½";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .widget-file--mime-application-rar::before,
#ndq-content .file--mime-application-rar a::before {
  content: "î„‚";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .widget-file--mime-application-rtf::before,
#ndq-content .file--mime-application-rtf a::before {
  content: "î„€";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .widget-file--rtx::before,
#ndq-content .file--rtx a::before {
  content: "î„";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .widget-file--swf::before,
#ndq-content .file--swf a::before {
  content: "î¶";
  display: inline-block;
  text-decoration: none;
  color: #c00;
}

#ndq-content .widget-file--mime-image-tiff::before,
#ndq-content .file--mime-image-tiff a::before {
  content: "î‚";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .widget-file--text::before,
#ndq-content .file--text a::before {
  content: "î‚Œ";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .widget-file--mime-audio-x-wav::before,
#ndq-content .file--mime-audio-x-wav a::before {
  content: "î„ˆ";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .widget-file--mime-audio-x-ms-wma::before,
#ndq-content .file--mime-audio-x-ms-wma a::before {
  content: "î„…";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .widget-file--mime-video-x-ms-wmv::before,
#ndq-content .file--mime-video-x-ms-wmv a::before {
  content: "î„†";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .widget-file--xls::before,
#ndq-content .file--xls a::before,
#ndq-content .widget-file--x-office-spreadsheet::before,
#ndq-content .file--x-office-spreadsheet a::before,
#ndq-content .market-data-file-download-xls::before {
  content: "î¹";
  display: inline-block;
  text-decoration: none;
  color: #70a81f;
}

#ndq-content
  .widget-file--mime-application-vnd-ms-excel-sheet-macroEnabled-12::before,
#ndq-content
  .file--mime-application-vnd-ms-excel-sheet-macroEnabled-12
  a::before {
  content: "î€Ÿ";
  display: inline-block;
  text-decoration: none;
  color: #70a81f;
}

#ndq-content
  .widget-file--mime-application-vnd-openxmlformats-officedocument-spreadsheetml-sheet::before,
#ndq-content
  .file--mime-application-vnd-openxmlformats-officedocument-spreadsheetml-sheet
  a::before {
  content: "î»";
  display: inline-block;
  text-decoration: none;
  color: #70a81f;
}

#ndq-content .widget-file--mime-application-xml::before,
#ndq-content .file--mime-application-xml a::before {
  content: "î¾";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .node--type-nir-sec-filing .file--mime-application-xsd a:before,
#ndq-content .node--type-nir-sec-filing .file--mime-application-xml a:before {
  content: "\e07d";
  color: #7b41bd;
}

#ndq-content .widget-file--mime-application-octet-stream::before,
#ndq-content .file--mime-application-octet-stream a::before {
  content: "î„‡";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .widget-file--mime-application-zip::before,
#ndq-content .file--mime-application-zip a::before {
  content: "î‚";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content [class^="ndqicon__"] a::before {
  font-size: 20px;
}

#ndq-content .ndqicon__chairperson a::before,
#ndq-content span.ndqicon__chairperson::before {
  content: "î€‹";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .ndqicon__chairperson a_after::after {
  content: "î€‹";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content span.ndqicon__chairperson_after::after {
  content: "î€‹";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .ndqicon__cob a::before,
#ndq-content span.ndqicon__cob::before {
  content: "î€¨";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .ndqicon__cob a_after::after {
  content: "î€¨";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content span.ndqicon__cob_after::after {
  content: "î€¨";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .ndqicon__vicechair::before,
#ndq-content span.ndqicon__vicechair::before {
  content: "î€§";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .ndqicon__vicechair:after::after,
#ndq-content span.ndqicon__vicechair:after::after {
  content: "î€§";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content span.ndqicon__vicechair_after::after {
  content: "î€§";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .ndqicon__leaddir::before,
#ndq-content span.ndqicon__leaddir::before {
  content: "îª";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .ndqicon__leaddir_after::after {
  content: "îª";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content span.ndqicon__leaddir_after::after {
  content: "îª";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .ndqicon__chair::before {
  content: "î€¨";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .ndqicon__chair1::before {
  content: "îª";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .ndqicon__chair2::before {
  content: "î«";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .ndqicon__chair3::before {
  content: "î¬";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .ndqicon__member a::before,
#ndq-content span.ndqicon__member::before {
  content: "î€Š";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .ndqicon__download::before {
  content: "î“";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .ndqicon__independent::before {
  content: "î€";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .ndqicon__independent_italic::before {
  content: "î€Ž";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .ndqicon__calculator::before,
#ndq-content span.ndqicon__calculator::before {
  content: "î€²";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .ndqicon__calculator_after::after {
  content: "î€²";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content span.ndqicon__calculator_after::after {
  content: "î€²";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .ndqicon__calculator1::before {
  content: "î€¯";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .icon-key {
  float: left;
  margin-top: 0;
}

#ndq-content .key-item {
  margin: 1em 0;
}

#ndq-content .key-item span:before {
  font-size: 20px;
}

#ndq-content .html-link a::before,
#ndq-content .asset-link a::before {
  content: "î·";
  display: inline-block;
  text-decoration: none;
  color: #0472bd;
}

#ndq-content .add-outlook a {
  font-size: 0;
}

#ndq-content .add-outlook a::before {
  content: "î€¿";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .add-outlook a::before {
  background: #ffbc00;
  color: #fff;
  font-size: 20px;
  width: 21px;
  height: 21px;
  text-align: center;
  padding-top: 5px;
  margin-right: 5px;
  padding-left: 5px;
}

#ndq-content .add-gcal a {
  font-size: 0;
}

#ndq-content .add-gcal a::before {
  content: "î€ž";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .add-gcal a::before {
  background: #dd4b39;
  color: #fff;
  font-size: 20px;
  width: 21px;
  height: 21px;
  text-align: center;
  padding-top: 5px;
  margin-right: 5px;
  padding-left: 5px;
}

#ndq-content .right-arrow::before {
  content: "î„Œ";
  display: inline-block;
  text-decoration: none;
  color: #666;
}

#ndq-content .right-arrow::before {
  font-size: 14px;
}

#ndq-content .up-arrow::before {
  content: "î’";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .up-arrow::before {
  font-size: 14px;
}

#ndq-content .ndqicon-check-circle::before,
#ndq-content .thank-you-page h1::before {
  content: "î„–";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .ndqicon-check-circle::before,
#ndq-content .thank-you-page h1::before {
  font-size: 22px;
}

#ndq-content a.show-all::after {
  content: "î€’";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content a.show-all::after {
  font-size: 14px;
}

#ndq-content a.show-all.hide-all::after {
  content: "î€‘";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content a.show-all.hide-all::after {
  font-size: 14px;
}

#ndq-content .faq-acc-dl dt::before,
#ndq-content .faq-acc-dl .acc-title::before,
#ndq-content .acc-wrap dt::before,
#ndq-content .acc-wrap .acc-title::before {
  content: "î";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .faq-acc-dl dt::before,
#ndq-content .faq-acc-dl .acc-title::before,
#ndq-content .acc-wrap dt::before,
#ndq-content .acc-wrap .acc-title::before {
  color: white;
  font-size: 14px;
}

#ndq-content .faq-acc-dl dt.opened::before,
#ndq-content .faq-acc-dl .acc-title.opened::before,
#ndq-content .acc-wrap dt.opened::before,
#ndq-content .acc-wrap .acc-title.opened::before {
  content: "î";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .faq-acc-dl dt.opened::before,
#ndq-content .faq-acc-dl .acc-title.opened::before,
#ndq-content .acc-wrap dt.opened::before,
#ndq-content .acc-wrap .acc-title.opened::before {
  color: white;
  font-size: 14px;
}

#ndq-content .top-link::after {
  content: "î’";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .top-link::after {
  font-size: 14px;
  margin-top: -4px;
}

#ndq-content .autocomplete,
#ndq-content html.js input.form-autocomplete {
  background-image: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/img/throbber.html);
  background-position: 100% 2px;
  background-repeat: no-repeat;
}

#ndq-content [dir="rtl"] .autocomplete,
#ndq-content [dir="rtl"] html.js input.form-autocomplete,
#ndq-content html.js [dir="rtl"] input.form-autocomplete {
  background-position: 0% 2px;
}

#ndq-content .autocomplete.is-throbbing,
#ndq-content .autocomplete--is-throbbing,
#ndq-content html.js input.is-throbbing.form-autocomplete,
#ndq-content html.js input.throbbing {
  background-position: 100% -18px;
}

#ndq-content [dir="rtl"] .autocomplete.is-throbbing,
#ndq-content [dir="rtl"] .autocomplete--is-throbbing,
#ndq-content [dir="rtl"] html.js input.is-throbbing.form-autocomplete,
#ndq-content html.js [dir="rtl"] input.is-throbbing.form-autocomplete,
#ndq-content [dir="rtl"] html.js input.throbbing,
#ndq-content html.js [dir="rtl"] input.throbbing {
  background-position: 0% -18px;
}

#ndq-content .autocomplete__list-wrapper,
#ndq-content #autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}

#ndq-content .autocomplete__list,
#ndq-content #autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

#ndq-content .autocomplete__list-item,
#ndq-content #autocomplete li {
  background: #fff;
  color: #000;
  cursor: default;
  white-space: pre;
  zoom: 1;
}

#ndq-content .autocomplete__list-item--is-selected,
#ndq-content #autocomplete .selected {
  background: #009ec2;
  color: #fff;
}

#ndq-content .box,
#ndq-content .box__right {
  border: 1px solid #ddd;
  padding: 1em;
}

#ndq-content .box__title {
  margin: 0;
}

#ndq-content .box--highlight {
  border-color: #009ec2;
}

#ndq-content .box__right {
  margin-left: 1.5em !important;
  margin-bottom: 1em;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 1024px) {
  #ndq-content .box__right {
    width: 30.37975%;
    margin-right: 0;
    float: right;
  }
}

@media print {
  #ndq-content .breadcrumb {
    display: none;
  }
}

#ndq-content .breadcrumb__list {
  margin: 0;
  padding: 0;
}

#ndq-content .breadcrumb__item {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#ndq-content .nir-chart {
  margin: 15px;
}

#ndq-content .collapsible-fieldset,
#ndq-content .collapsible {
  position: relative;
}

#ndq-content .collapsible-fieldset.is-collapsed,
#ndq-content .collapsible-fieldset--is-collapsed,
#ndq-content .is-collapsed.collapsible,
#ndq-content .collapsible.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}

#ndq-content .is-collapsed .collapsible-fieldset__wrapper,
#ndq-content .collapsible-fieldset--is-collapsed__wrapper,
#ndq-content .collapsible.collapsed .fieldset-wrapper {
  display: none;
}

#ndq-content .collapsible-fieldset__legend,
#ndq-content .collapsible .fieldset-legend {
  display: block;
  padding-left: 15px;
  background-image: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/img/expanded.html);
  background-position: 5px 65%;
  background-repeat: no-repeat;
}

#ndq-content [dir="rtl"] .collapsible-fieldset__legend,
#ndq-content [dir="rtl"] .collapsible .fieldset-legend,
#ndq-content .collapsible [dir="rtl"] .fieldset-legend {
  padding-left: 0;
  padding-right: 15px;
  background-position: 98% 75%;
}

#ndq-content .is-collapsed .collapsible-fieldset__legend,
#ndq-content .collapsible-fieldset--is-collapsed__legend,
#ndq-content .is-collapsed .collapsible .fieldset-legend,
#ndq-content .collapsible .is-collapsed .fieldset-legend,
#ndq-content .collapsible.collapsed .fieldset-legend {
  background-image: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/img/collapsed.html);
  background-position: 5px 50%;
}

#ndq-content [dir="rtl"] .is-collapsed .collapsible-fieldset__legend,
#ndq-content [dir="rtl"] .collapsible-fieldset--is-collapsed__legend,
#ndq-content [dir="rtl"] .is-collapsed .collapsible .fieldset-legend,
#ndq-content .collapsible [dir="rtl"] .is-collapsed .fieldset-legend,
#ndq-content [dir="rtl"] .collapsible.collapsed .fieldset-legend,
#ndq-content .collapsible.collapsed [dir="rtl"] .fieldset-legend {
  background-image: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/img/collapsed-rtl.html);
  background-position: 98% 50%;
}

#ndq-content .collapsible-fieldset__summary,
#ndq-content .collapsible .fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

#ndq-content .comment__section,
#ndq-content .comments {
  margin: 1.42857em 0;
}

#ndq-content .comment__title {
  margin: 0;
}

#ndq-content .comment__permalink {
  text-transform: uppercase;
  font-size: 75%;
}

#ndq-content .comment--preview,
#ndq-content .comment-preview {
  background-color: #fffadb;
}

#ndq-content .comment--nested,
#ndq-content .indented {
  margin-left: 28px;
}

#ndq-content [dir="rtl"] .comment--nested,
#ndq-content [dir="rtl"] .indented {
  margin-left: 0;
  margin-right: 28px;
}

#ndq-content table.dataTable {
  table-layout: auto;
}

#ndq-content table.dataTable thead th,
#ndq-content table.dataTable tfoot th {
  font-weight: bold;
}

#ndq-content table.dataTable thead th:active,
#ndq-content table.dataTable thead td:active {
  outline: none;
}

#ndq-content table.dataTable thead .sorting,
#ndq-content table.dataTable thead .sorting_asc,
#ndq-content table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}

#ndq-content table.dataTable thead .sorting,
#ndq-content table.dataTable thead .sorting_asc,
#ndq-content table.dataTable thead .sorting_desc,
#ndq-content table.dataTable thead .sorting_asc_disabled,
#ndq-content table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}

#ndq-content table.dataTable thead .sorting {
  background-image: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/img/sort_both.html);
}

#ndq-content table.dataTable thead .sorting_asc {
  background-image: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/img/sort_asc.html);
}

#ndq-content table.dataTable thead .sorting_desc {
  background-image: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/img/sort_desc.html);
}

#ndq-content table.dataTable thead .sorting_asc_disabled {
  background-image: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/img/sort_asc_disabled.html);
}

#ndq-content table.dataTable thead .sorting_desc_disabled {
  background-image: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/img/sort_desc_disabled.html);
}

#ndq-content table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}

#ndq-content table.dataTable.stripe tbody tr.odd,
#ndq-content table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

#ndq-content table.dataTable.stripe tbody tr.odd.selected,
#ndq-content table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}

#ndq-content table.dataTable.hover tbody tr:hover,
#ndq-content table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

#ndq-content table.dataTable.hover tbody tr:hover.selected,
#ndq-content table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}

#ndq-content table.dataTable.order-column tbody tr > .sorting_1,
#ndq-content table.dataTable.order-column tbody tr > .sorting_2,
#ndq-content table.dataTable.order-column tbody tr > .sorting_3,
#ndq-content table.dataTable.display tbody tr > .sorting_1,
#ndq-content table.dataTable.display tbody tr > .sorting_2,
#ndq-content table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}

#ndq-content table.dataTable.order-column tbody tr.selected > .sorting_1,
#ndq-content table.dataTable.order-column tbody tr.selected > .sorting_2,
#ndq-content table.dataTable.order-column tbody tr.selected > .sorting_3,
#ndq-content table.dataTable.display tbody tr.selected > .sorting_1,
#ndq-content table.dataTable.display tbody tr.selected > .sorting_2,
#ndq-content table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}

#ndq-content table.dataTable.display tbody tr.odd > .sorting_1,
#ndq-content table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

#ndq-content table.dataTable.display tbody tr.odd > .sorting_2,
#ndq-content table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

#ndq-content table.dataTable.display tbody tr.odd > .sorting_3,
#ndq-content table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

#ndq-content table.dataTable.display tbody tr.odd.selected > .sorting_1,
#ndq-content
  table.dataTable.order-column.stripe
  tbody
  tr.odd.selected
  > .sorting_1 {
  background-color: #a6b4cd;
}

#ndq-content table.dataTable.display tbody tr.odd.selected > .sorting_2,
#ndq-content
  table.dataTable.order-column.stripe
  tbody
  tr.odd.selected
  > .sorting_2 {
  background-color: #a8b5cf;
}

#ndq-content table.dataTable.display tbody tr.odd.selected > .sorting_3,
#ndq-content
  table.dataTable.order-column.stripe
  tbody
  tr.odd.selected
  > .sorting_3 {
  background-color: #a9b7d1;
}

#ndq-content table.dataTable.display tbody tr.even > .sorting_1,
#ndq-content table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

#ndq-content table.dataTable.display tbody tr.even > .sorting_2,
#ndq-content table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

#ndq-content table.dataTable.display tbody tr.even > .sorting_3,
#ndq-content table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

#ndq-content table.dataTable.display tbody tr.even.selected > .sorting_1,
#ndq-content
  table.dataTable.order-column.stripe
  tbody
  tr.even.selected
  > .sorting_1 {
  background-color: #acbad5;
}

#ndq-content table.dataTable.display tbody tr.even.selected > .sorting_2,
#ndq-content
  table.dataTable.order-column.stripe
  tbody
  tr.even.selected
  > .sorting_2 {
  background-color: #aebcd6;
}

#ndq-content table.dataTable.display tbody tr.even.selected > .sorting_3,
#ndq-content
  table.dataTable.order-column.stripe
  tbody
  tr.even.selected
  > .sorting_3 {
  background-color: #afbdd8;
}

#ndq-content table.dataTable.display tbody tr:hover > .sorting_1,
#ndq-content table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

#ndq-content table.dataTable.display tbody tr:hover > .sorting_2,
#ndq-content table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

#ndq-content table.dataTable.display tbody tr:hover > .sorting_3,
#ndq-content table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

#ndq-content table.dataTable.display tbody tr:hover.selected > .sorting_1,
#ndq-content
  table.dataTable.order-column.hover
  tbody
  tr:hover.selected
  > .sorting_1 {
  background-color: #a2aec7;
}

#ndq-content table.dataTable.display tbody tr:hover.selected > .sorting_2,
#ndq-content
  table.dataTable.order-column.hover
  tbody
  tr:hover.selected
  > .sorting_2 {
  background-color: #a3b0c9;
}

#ndq-content table.dataTable.display tbody tr:hover.selected > .sorting_3,
#ndq-content
  table.dataTable.order-column.hover
  tbody
  tr:hover.selected
  > .sorting_3 {
  background-color: #a5b2cb;
}

#ndq-content table.dataTable.nowrap th,
#ndq-content table.dataTable.nowrap td {
  white-space: nowrap;
}

#ndq-content table.dataTable.compact thead th,
#ndq-content table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

#ndq-content table.dataTable.compact tfoot th,
#ndq-content table.dataTable.compact tfoot td {
  padding: 4px;
}

#ndq-content table.dataTable.compact tbody th,
#ndq-content table.dataTable.compact tbody td {
  padding: 4px;
}

#ndq-content table.dataTable th.dt-left,
#ndq-content table.dataTable td.dt-left {
  text-align: left;
}

#ndq-content table.dataTable th.dt-center,
#ndq-content table.dataTable td.dt-center,
#ndq-content table.dataTable td.dataTables_empty {
  text-align: center;
}

#ndq-content table.dataTable th.dt-right,
#ndq-content table.dataTable td.dt-right {
  text-align: right;
}

#ndq-content table.dataTable th.dt-justify,
#ndq-content table.dataTable td.dt-justify {
  text-align: justify;
}

#ndq-content table.dataTable th.dt-nowrap,
#ndq-content table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

#ndq-content table.dataTable thead th.dt-head-left,
#ndq-content table.dataTable thead td.dt-head-left,
#ndq-content table.dataTable tfoot th.dt-head-left,
#ndq-content table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

#ndq-content table.dataTable thead th.dt-head-center,
#ndq-content table.dataTable thead td.dt-head-center,
#ndq-content table.dataTable tfoot th.dt-head-center,
#ndq-content table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

#ndq-content table.dataTable thead th.dt-head-right,
#ndq-content table.dataTable thead td.dt-head-right,
#ndq-content table.dataTable tfoot th.dt-head-right,
#ndq-content table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

#ndq-content table.dataTable thead th.dt-head-justify,
#ndq-content table.dataTable thead td.dt-head-justify,
#ndq-content table.dataTable tfoot th.dt-head-justify,
#ndq-content table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

#ndq-content table.dataTable thead th.dt-head-nowrap,
#ndq-content table.dataTable thead td.dt-head-nowrap,
#ndq-content table.dataTable tfoot th.dt-head-nowrap,
#ndq-content table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

#ndq-content table.dataTable tbody th.dt-body-left,
#ndq-content table.dataTable tbody td.dt-body-left {
  text-align: left;
}

#ndq-content table.dataTable tbody th.dt-body-center,
#ndq-content table.dataTable tbody td.dt-body-center {
  text-align: center;
}

#ndq-content table.dataTable tbody th.dt-body-right,
#ndq-content table.dataTable tbody td.dt-body-right {
  text-align: right;
}

#ndq-content table.dataTable tbody th.dt-body-justify,
#ndq-content table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

#ndq-content table.dataTable tbody th.dt-body-nowrap,
#ndq-content table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

#ndq-content table.dataTable,
#ndq-content table.dataTable th,
#ndq-content table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#ndq-content .dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

#ndq-content .dataTables_wrapper .dataTables_length {
  float: left;
}

#ndq-content .dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: left;
}

#ndq-content .dataTables_wrapper .dataTables_filter input {
  margin-bottom: 0.5em;
}

#ndq-content .dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

#ndq-content .dataTables_wrapper .dataTables_paginate {
}

#ndq-content .dataTables_wrapper .dataTables_paginate .paginate_button {
}

#ndq-content .dataTables_wrapper .dataTables_paginate .paginate_button.current,
#ndq-content
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current:hover {
}

#ndq-content .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
#ndq-content
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.disabled:hover,
#ndq-content
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.disabled:active {
}

#ndq-content .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
}

#ndq-content .dataTables_wrapper .dataTables_paginate .paginate_button:active {
}

#ndq-content .dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

#ndq-content .dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(25%, rgba(255, 255, 255, 0.9)),
    color-stop(75%, rgba(255, 255, 255, 0.9)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.9) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.9) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.9) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.9) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.9) 75%,
    rgba(255, 255, 255, 0) 100%
  );
}

#ndq-content .dataTables_wrapper .dataTables_length,
#ndq-content .dataTables_wrapper .dataTables_filter,
#ndq-content .dataTables_wrapper .dataTables_info,
#ndq-content .dataTables_wrapper .dataTables_processing,
#ndq-content .dataTables_wrapper .dataTables_paginate {
}

#ndq-content .dataTables_wrapper .dataTables_scroll {
  clear: both;
}

#ndq-content .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

#ndq-content
  .dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  th
  > div.dataTables_sizing,
#ndq-content
  .dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  td
  > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

#ndq-content .dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  #ndq-content .nir-datatables thead td {
    display: none;
  }

  #ndq-content .dataTables_wrapper .dataTables_info,
  #ndq-content .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  #ndq-content .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  #ndq-content .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

#ndq-content .dataTables_length select {
  display: inline;
  margin-bottom: 5px;
}

#ndq-content .block-nir-attribution-block {
  float: left;
  padding: 0 1em;
}

#ndq-content .block-nir-attribution-block > p {
  margin-top: 20px;
}

#ndq-content hr,
#ndq-content .divider {
  margin: 1.42857em 0;
  border: 0;
  border-bottom: 1px solid #00e700;
}

#ndq-content hr > :first-child,
#ndq-content .divider > :first-child {
  margin-top: 1.42857em;
}

#ndq-content form.views-exposed-form .form-item {
  margin-bottom: 1em;
  float: left;
  margin-right: 12px;
}

#ndq-content form.views-exposed-form .form-actions {
  margin: 38px 0 0 0;
}

@media (max-width: 481px) {
  #ndq-content form.views-exposed-form .form-actions {
    clear: both;
  }
}

#ndq-content form.views-exposed-form .form-item-items-per-page label::after {
  content: ":";
}

#ndq-content .region .block.block-facets {
  padding: 0px;
  margin: 0;
}

#ndq-content .region .block.block-facets h2 {
  display: inline-block;
  font-size: 14px;
  line-height: 1.42857;
  margin: 0;
  border-bottom: 0;
}

#ndq-content .region .block.block-facets ul {
  padding: 0;
  margin: 0;
}

#ndq-content .region .block.block-facets ul li {
  margin: 0.4em 0 0.4em 2em;
}

#ndq-content .field--label-inline {
  display: block;
}

#ndq-content .field--label-inline * {
  display: inline;
}

#ndq-content .field--label-inline .field__label::after {
  content: ":";
}

#ndq-content .full-name {
  font-weight: bold;
}

#ndq-content .field__centered {
  width: 100%;
  text-align: center;
}

#ndq-content .field__light-italic {
  font-style: italic;
  color: #ddd;
}

#ndq-content .small-inline-label {
  font-size: 11px;
  float: left;
  margin-right: 0.5em;
}

#ndq-content .form-item {
  margin: 1.42857em 0;
}

#ndq-content .form-item__required::after,
#ndq-content .form-required::after {
  content: "*";
  color: #c00;
  display: inline;
  margin: 0 0 0 5px;
}

#ndq-content .form-item__description,
#ndq-content .form-item .description {
  font-size: 1.1em;
}

#ndq-content .form-item--inline div,
#ndq-content .form-item--inline label,
#ndq-content .container-inline .form-item div,
#ndq-content .container-inline .form-item label {
  display: inline;
}

#ndq-content .form-item--inline__exception,
#ndq-content .container-inline .fieldset-wrapper {
  display: block;
}

#ndq-content .form-item--tight,
#ndq-content .form-item--radio,
#ndq-content .form-type-radio,
#ndq-content .form-type-checkbox,
#ndq-content .password-parent,
#ndq-content .confirm-parent,
#ndq-content table .form-item {
  margin: 0;
}

#ndq-content .form-item--radio__label,
#ndq-content .form-item--radio .form-item__label,
#ndq-content label.option,
#ndq-content .form-type-radio .form-item__label,
#ndq-content .form-type-checkbox .form-item__label {
  display: inline;
  font-weight: normal;
}

#ndq-content .form-item--radio__description,
#ndq-content .form-item--radio .form-item__description,
#ndq-content .form-type-radio .description,
#ndq-content .form-type-checkbox .description,
#ndq-content .form-type-radio .form-item__description,
#ndq-content .form-type-checkbox .form-item__description,
#ndq-content .form-item--radio .form-item .description,
#ndq-content .form-item .form-item--radio .description,
#ndq-content .form-type-radio .form-item .description,
#ndq-content .form-item .form-type-radio .description,
#ndq-content .form-type-checkbox .form-item .description,
#ndq-content .form-item .form-type-checkbox .description {
  margin-left: 1.4em;
}

#ndq-content .form-item.is-error .form-item__widget,
#ndq-content .form-item--is-error__widget,
#ndq-content .form-item.is-error input,
#ndq-content .form-item.is-error textarea,
#ndq-content .form-item.is-error select,
#ndq-content .form-item--is-error input,
#ndq-content .form-item--is-error textarea,
#ndq-content .form-item--is-error select,
#ndq-content .form-item input.error,
#ndq-content .form-item textarea.error,
#ndq-content .form-item select.error {
  border: 1px solid #c00;
}

#ndq-content .form-note .form-required::after {
  margin: 0px;
}

#ndq-content .captcha {
  margin-bottom: 1em;
}

#ndq-content .view-nir-glossary .views-row {
  margin-bottom: 20px;
}

#ndq-content .highlight-mark,
#ndq-content .new,
#ndq-content .update {
  color: #c00;
  background-color: transparent;
}

#ndq-content .inline-links,
#ndq-content .inline.links {
  padding: 0;
}

#ndq-content .inline-links__item,
#ndq-content .inline.links li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
}

#ndq-content [dir="rtl"] .inline-links__item,
#ndq-content [dir="rtl"] .inline.links li,
#ndq-content .inline.links [dir="rtl"] li {
  display: inline-block;
  padding: 0 0 0 1em;
}

#ndq-content .inline-sibling,
#ndq-content span.field-label,
#ndq-content .field__label-inline {
  display: inline;
  margin-right: 10px;
}

#ndq-content [dir="rtl"] .inline-sibling,
#ndq-content [dir="rtl"] span.field-label,
#ndq-content [dir="rtl"] .field__label-inline {
  margin-right: 0;
  margin-left: 10px;
}

#ndq-content .inline-sibling__child,
#ndq-content .inline-sibling *,
#ndq-content span.field-label *,
#ndq-content .field__label-inline * {
  display: inline;
}

#ndq-content .inline-sibling__adjacent,
#ndq-content .inline-sibling + *,
#ndq-content .inline-sibling + * > *:first-child,
#ndq-content .field__items-inline,
#ndq-content span.field-label + *,
#ndq-content .field__label-inline + *,
#ndq-content span.field-label + * > *:first-child,
#ndq-content .field__label-inline + * > *:first-child {
  display: inline;
}

#ndq-content .ipe-category-picker-search input[type="text"] {
  display: inline;
  width: 183px;
}

#ndq-content #panels-ipe-tray .ipe-tab-wrapper ul.ipe-tabs li {
  margin: 0px !important;
  padding: 0px !important;
}

#ndq-content #panels-ipe-tray .ipe-tab-wrapper ul.ipe-tabs li.ipe-tab > a:link {
  text-decoration: none !important;
  color: black !important;
}

#ndq-content .ipe-block-plugin-info p {
  padding: 0 10px 10px 10px;
}

#ndq-content .dcsns-content *,
#ndq-content .dcsns-toolbar * {
  box-sizing: content-box;
}

#ndq-content .dcsns-content blockquote {
  margin: 0;
}

#ndq-content .stream li.dcsns-tumblr .section-text img {
  max-width: 99%;
}

#ndq-content .dcsns-flickr .stream li .section-title {
  width: 100%;
}

#ndq-content .light_1 .stream li .section-title,
#ndq-content .light_2 .stream li .section-title {
  color: #666;
}

#ndq-content .dark_2 .stream li .icon {
  position: absolute;
  left: 4px;
  bottom: 2px;
  z-index: 2;
  width: 22px;
}

#ndq-content .language-switcher-language-url ul {
  float: right;
}

#ndq-content .language-switcher-language-url ul .is-active {
  color: #000;
}

#ndq-content .ui-dialog {
  background: transparent;
  border: 0;
  position: absolute;
  z-index: 1260;
  padding: 0;
}

@media all and (max-width: 48em) {
  #ndq-content .ui-dialog {
    min-width: 92%;
    max-width: 92%;
  }
}

#ndq-content .ui-dialog {
  -webkit-box-shadow: 0 0 5px #999;
  -moz-box-shadow: 0 0 5px #999;
  -ms-box-shadow: 0 0 5px #999;
  -o-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
}

#ndq-content .ui-dialog:focus {
  outline: none;
}

#ndq-content .ui-icon,
#ndq-content .ui-widget-content .ui-icon {
  background: none;
}

#ndq-content .ui-widget-content {
  border: 0;
}

#ndq-content .ui-widget-header {
  border: 0;
}

#ndq-content .ui-widget {
  font-family: inherit;
  font-size: inherit;
}

#ndq-content .ui-dialog .ui-dialog-titlebar {
  background: #fff;
  border-radius: 0;
  padding: 0;
  height: 0;
}

#ndq-content [dir="rtl"] .ui-dialog .ui-dialog-titlebar {
  padding-left: 49px;
  padding-right: 15px;
}

#ndq-content .ui-dialog .ui-dialog-title {
  font-size: 1.231em;
  font-weight: 600;
  margin: 0;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

#ndq-content .ui-dialog .ui-dialog-titlebar-close {
  border: 0;
  background: none;
  right: 23px;
  top: 5px;
  margin: 0;
  height: 16px;
  width: 16px;
  position: absolute;
}

#ndq-content .ui-dialog .ui-dialog-titlebar-close:before {
  font-size: 35px;
  position: absolute;
}

#ndq-content [dir="rtl"] .ui-dialog .ui-dialog-titlebar-close {
  right: auto;
  left: 20px;
}

#ndq-content .ui-dialog .ui-icon.ui-icon-closethick {
  margin-top: -12px;
}

#ndq-content .ui-dialog .ui-widget-content.ui-dialog-content {
  border-top: 0;
  background: #ffffff;
  overflow: auto;
  padding: 20px;
  font-size: 15px;
}

#ndq-content .views-ui-dialog .ui-widget-content.ui-dialog-content {
  padding: 0;
}

#ndq-content .ui-dialog .ui-widget-content.ui-dialog-buttonpane {
  color: #fff;
  padding: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#ndq-content .ui-dialog .ui-widget-content.ui-dialog-buttonpane .ui-button {
  background: #009ec2;
  border: inherit;
  border-radius: 4px;
  color: white;
  margin: 0;
  padding: 10px 15px;
}

#ndq-content
  .ui-dialog
  .ui-widget-content.ui-dialog-buttonpane
  .ui-button:hover,
#ndq-content
  .ui-dialog
  .ui-widget-content.ui-dialog-buttonpane
  .ui-button:focus {
  background: #0184a2;
  color: #fff;
}

#ndq-content .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  margin: 0 20px 20px 20px;
  padding: 0;
  text-align: center;
  float: none;
}

#ndq-content
  .ui-dialog
  .ui-dialog-buttonpane
  .ui-button-text-only
  .ui-button-text {
  padding: 0;
}

#ndq-content .ui-dialog .ui-dialog-content {
  position: static;
}

#ndq-content .ui-dialog .ui-dialog-content .form-actions {
  padding: 0;
  margin: 0;
}

#ndq-content .ui-dialog .ajax-progress-throbber {
  left: 49%;
  position: fixed;
  top: 48.5%;
  z-index: 1000;
  background-color: #232323;
  background-image: url(../../core/misc/loading-small.html);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 7px;
  height: 24px;
  opacity: 0.9;
  padding: 4px;
  width: 24px;
}

#ndq-content [dir="rtl"] .ui-dialog .ajax-progress-throbber {
  left: auto;
  right: 49%;
}

#ndq-content .ui-dialog .ajax-progress-throbber .throbber,
#ndq-content .ui-dialog .ajax-progress-throbber .message {
  display: none;
}

#ndq-content .more-link,
#ndq-content .more-help-link {
  text-align: right;
}

#ndq-content [dir="rtl"] .more-link,
#ndq-content [dir="rtl"] .more-help-link {
  text-align: left;
}

#ndq-content .more-link__help-icon,
#ndq-content .more-help-link a {
  padding: 1px 0 1px 20px;
  background-image: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/img/more-link__help-icon.html);
  background-position: 0 50%;
  background-repeat: no-repeat;
}

#ndq-content [dir="rtl"] .more-link__help-icon,
#ndq-content [dir="rtl"] .more-help-link a,
#ndq-content .more-help-link [dir="rtl"] a {
  padding: 1px 20px 1px 0;
  background-position: 100% 50%;
}

#ndq-content #mobile-header {
  position: absolute;
  right: 10px;
  top: 10px;
}

#ndq-content #responsive-menu-button:hover,
#ndq-content #responsive-menu-button:focus {
  text-decoration: none;
}

#ndq-content .menu--irhorizontal {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@media (min-width: 769px) {
  #ndq-content #mobile-header {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  #ndq-content .menu--irhorizontal {
    position: static !important;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}

#ndq-content .sidr-class-visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

#ndq-content #header-region {
  position: relative;
}

#ndq-content .toolbar-vertical {
  padding-top: 39px;
}

#ndq-content .navbar,
#ndq-content .main-navigation .links,
#ndq-content .main-navigation .menu {
  margin: 1em 0;
  padding: 0;
  text-align: left;
}

#ndq-content [dir="rtl"] .navbar,
#ndq-content [dir="rtl"] .main-navigation .links,
#ndq-content .main-navigation [dir="rtl"] .links,
#ndq-content [dir="rtl"] .main-navigation .menu,
#ndq-content .main-navigation [dir="rtl"] .menu {
  text-align: right;
}

#ndq-content .navbar__item,
#ndq-content .navbar li,
#ndq-content .main-navigation .links li,
#ndq-content .main-navigation .menu li {
  float: left;
  margin: 0.4em 2em 0.4em 2em;
  list-style-type: none;
  list-style-image: none;
}

#ndq-content .navbar__item:hover > ul,
#ndq-content .navbar li:hover > ul,
#ndq-content .main-navigation .links li:hover > ul,
#ndq-content .main-navigation .menu li:hover > ul {
  display: block;
  position: absolute;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}

#ndq-content [dir="rtl"] .navbar__item,
#ndq-content [dir="rtl"] .navbar li,
#ndq-content [dir="rtl"] .main-navigation .links li,
#ndq-content .main-navigation [dir="rtl"] .links li,
#ndq-content [dir="rtl"] .main-navigation .menu li,
#ndq-content .main-navigation [dir="rtl"] .menu li {
  float: right;
  padding: 0 0 0 10px;
}

#ndq-content .navbar__item .menu,
#ndq-content .navbar li .menu,
#ndq-content .main-navigation .links li .menu,
#ndq-content .main-navigation .menu li .menu {
  display: none;
}

#ndq-content .navbar__item .menu li,
#ndq-content .navbar li .menu li,
#ndq-content .main-navigation .links li .menu li,
#ndq-content .main-navigation .menu li .menu li {
  float: none;
  margin-left: 15px;
  font-size: 0.8em;
  line-height: 1.7em;
}

#ndq-content .block-nir-website-notices {
  display: none;
}

#ndq-content .notification-modal .ui-dialog {
  font-size: 1.1em;
  line-height: 1.5em;
}

#ndq-content .pager {
  clear: both;
  padding: 0;
  text-align: center;
}

@media print {
  #ndq-content .pager {
    display: none;
  }
}

#ndq-content .pager__item,
#ndq-content .pager__current-item,
#ndq-content .pager .is-active,
#ndq-content .pager-current,
#ndq-content .pager-item,
#ndq-content .pager-first,
#ndq-content .pager-previous,
#ndq-content .pager-next,
#ndq-content .pager-last,
#ndq-content .pager-ellipsis {
  display: inline-block;
  padding: 5px 8px;
  list-style-type: none;
  background-image: none;
}

#ndq-content .pager__current-item,
#ndq-content .pager .is-active,
#ndq-content .pager-current {
  font-weight: bold;
  background-color: #009ec2;
  border-radius: 4px;
  padding: 10px 15px;
  color: #fff;
}

#ndq-content .pager__current-item a,
#ndq-content .pager .is-active a,
#ndq-content .pager-current a {
  color: white;
}

#ndq-content .pager__items {
  float: left;
  width: 100%;
  padding: 0;
}

#ndq-content .results-summary {
  text-align: center;
}

#ndq-content .progress-bar,
#ndq-content .progress {
  font-weight: bold;
}

#ndq-content .progress-bar__bar,
#ndq-content .progress .bar {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0.2em;
  border: 1px solid #666;
  background-color: #ddd;
}

#ndq-content .progress-bar__fill,
#ndq-content .progress .filled {
  height: 1.5em;
  width: 5px;
  background: #009ec2
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/img/progress-bar.html)
    repeat 0 0;
}

#ndq-content .progress-bar__percentage,
#ndq-content .progress .percentage {
  float: right;
}

#ndq-content [dir="rtl"] .progress-bar__percentage,
#ndq-content [dir="rtl"] .progress .percentage,
#ndq-content .progress [dir="rtl"] .percentage {
  float: left;
}

#ndq-content .progress-bar--inline,
#ndq-content .ajax-progress-bar {
  width: 16em;
  display: inline-block;
}

#ndq-content [dir="rtl"] .progress-bar--inline,
#ndq-content [dir="rtl"] .ajax-progress-bar {
  float: right;
}

#ndq-content .progress-throbber,
#ndq-content .ajax-progress {
  display: inline-block;
}

#ndq-content [dir="rtl"] .progress-throbber,
#ndq-content [dir="rtl"] .ajax-progress {
  float: right;
}

#ndq-content .progress-throbber__widget,
#ndq-content .ajax-progress .throbber {
  background: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/img/progress-throbber.html)
    no-repeat 0 -18px transparent;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px;
}

#ndq-content [dir="rtl"] .progress-throbber__widget,
#ndq-content [dir="rtl"] .ajax-progress .throbber,
#ndq-content .ajax-progress [dir="rtl"] .throbber {
  float: right;
}

#ndq-content .progress-throbber__widget-in-tr,
#ndq-content tr .ajax-progress .throbber {
  margin: 0 2px;
}

#ndq-content .progress-throbber__message,
#ndq-content .ajax-progress .message {
  padding-left: 20px;
}

#ndq-content .nir-mean-value-rating {
  width: 100%;
  padding-top: 70px;
}

#ndq-content .nir-mean-value-rating .rating-box {
  width: 20%;
  height: 16px;
  float: left;
}

#ndq-content .nir-mean-value-rating .sell {
  float: left;
}

#ndq-content .nir-mean-value-rating .strongbuy {
  float: right;
}

#ndq-content .nir-mean-value-rating h3 {
  text-align: center;
}

#ndq-content .nir-mean-value-rating .mean-recommendation {
  text-align: center;
  font-weight: bold;
}

#ndq-content .nir-mean-value-rating .rating {
  position: relative;
  padding: 10px 0 35px;
  width: 85%;
  margin: 0 auto;
  max-width: 135px;
}

#ndq-content .nir-mean-value-rating .rating-arrow {
  display: block;
  height: 10px;
  width: 10px;
  top: -8px;
  position: absolute;
}

#ndq-content .nir-mean-value-rating .rating-arrow::after {
  content: "î€’";
  display: inline-block;
  text-decoration: none;
  color: #000;
}

#ndq-content .nir-mean-value-rating .rating-arrow::after {
  font-size: 16px;
  margin-left: 5px;
}

#ndq-content .nir-mean-value-rating .clearfix {
  clear: both;
  max-width: 230px;
  margin: 0 auto;
}

#ndq-content .block-market-data-block__estimates__analyst-ratings {
  float: left;
  width: 100%;
}

@media (min-width: 1024px) {
  #ndq-content .block-market-data-block__estimates__analyst-ratings > div {
    float: left;
    max-width: 50%;
    margin: 0;
  }
}

#ndq-content .resizable-textarea {
  width: 100%;
  vertical-align: bottom;
}

#ndq-content .resizable-textarea__grippie,
#ndq-content .resizable-textarea .grippie {
  background: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/img/grippie.html)
    no-repeat center 2px #eee;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

#ndq-content .responsive-video,
#ndq-content .media-youtube-video,
#ndq-content .media-vimeo-preview-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

#ndq-content .responsive-video__embed,
#ndq-content .responsive-video iframe,
#ndq-content .media-youtube-video iframe,
#ndq-content .media-vimeo-preview-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#ndq-content .responsive-video--4-3 {
  padding-bottom: 75%;
}

#ndq-content .block-search-form form,
#ndq-content .view-search form {
  position: relative;
}

#ndq-content .block-search-form form input[type="search"],
#ndq-content .block-search-form form input[type="text"],
#ndq-content .view-search form input[type="search"],
#ndq-content .view-search form input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}

#ndq-content .block-search-form form input[type="submit"],
#ndq-content .view-search form input[type="submit"] {
  border: 0 !important;
  background: transparent !important;
  position: absolute;
  text-indent: -9999px;
  padding: 10px 25px;
  top: 0;
  right: 0;
  margin: 0;
  z-index: 100;
}

#ndq-content .block-search-form form .form-type-textfield,
#ndq-content .view-search form .form-type-textfield {
  width: 100%;
  margin: 0;
}

#ndq-content .block-search-form form::after,
#ndq-content .view-search form::after {
  content: "î€¹";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .block-search-form form::after,
#ndq-content .view-search form::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  font-size: 33px;
  padding: 11px 9px;
}

#ndq-content .block-search-form .view-content,
#ndq-content .view-search .view-content {
  margin-top: 25px;
}

#ndq-content .search-result {
  margin-bottom: 20px;
}

#ndq-content .search-result:before {
  content: "";
  display: table;
}

#ndq-content .search-result:after {
  content: "";
  display: table;
  clear: both;
}

#ndq-content .search-result-contenttype {
  display: block;
  color: #666;
  font-size: 12px;
}

#ndq-content .search-result-title {
  font-size: 1.2em;
  margin-bottom: 5px;
  margin-top: 0;
}

#ndq-content .search-result-thumbnail {
  float: left;
  width: 24%;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  margin-top: 4px;
  margin-bottom: 0;
}

#ndq-content .search-result-thumbnail img {
  max-width: 100%;
}

#ndq-content .search-result .external-link h3 {
  display: inline;
}

#ndq-content .search-result h3 {
  margin-bottom: 5px;
  margin-top: 0;
}

#ndq-content .search-result-snippet-wrapper {
  float: left;
  width: 73%;
}

#ndq-content .search-result-snippet-wrapper-full {
  width: 100%;
}

#ndq-content .search-result .item-list {
  display: inline;
}

#ndq-content .search-result .item-list ul {
  margin-top: 0;
  padding: 0;
}

#ndq-content .search-result .item-list ul li {
  list-style-type: none;
}

#ndq-content .search-result-tags {
  font-size: 11px;
  margin-top: 8px;
}

#ndq-content .search-result-tags ul {
  margin: 0;
  padding: 0;
  display: inline;
}

#ndq-content .search-result-tags .item-list {
  display: inline;
}

#ndq-content .search-result-tags li {
  margin: 0 2px 5px 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  font-weight: normal;
  color: #fff;
}

#ndq-content .search-result-tags li a {
  background: #ddd;
  padding: 2px 6px;
  border-radius: 3px;
  color: #333;
}

#ndq-content .search-result-tags li a:link,
#ndq-content .search-result-tags li a:visited,
#ndq-content .search-result-tags li a:hover,
#ndq-content .search-result-tags li a:active {
  color: #333;
}

#ndq-content .search-result .file a::before {
  line-height: 26px;
}

#ndq-content .view-search .views-exposed-form label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

#ndq-content .view-search .inline-asset {
  display: inline-block;
  float: left;
}

#ndq-content .view-search .inline-asset .field__item {
  margin: 0;
  padding: 0;
}

#ndq-content .view-search .inline-asset .filesize {
  display: none;
}

#ndq-content .view-search .inline-asset span.file--application-pdf::before {
  content: "î‚ˆ";
  display: inline-block;
  text-decoration: none;
  color: #c00;
}

#ndq-content .view-search .inline-asset span.file--application-pdf a {
  display: none;
}

#ndq-content .view-search .inline-asset span.file--application-pdf a:hover {
  text-decoration: none;
}

#ndq-content .view-search .inline-asset span.file--application-pdf::before {
  padding: 0;
}

#ndq-content .search-result-snippet-wrapper p:first-child {
  padding-top: 0;
  margin-top: 0;
}

#ndq-content .nir-sec-header {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: left;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px dotted #ddd;
  padding: 10px;
  margin-bottom: 10px;
}

#ndq-content .nir-sec-header h1 {
  color: black;
  font-size: 1.5em;
  font-weight: bold;
  float: left;
  line-height: 1.42857em;
  margin: 0;
  padding: 0;
}

#ndq-content .nir-sec-header .logo {
  width: 30px;
  float: left;
  margin-right: 5px;
}

#ndq-content .nir-sec-header .logo img {
  height: 30px;
}

#ndq-content .nir-sec-header .sec-docs {
  float: right;
}

#ndq-content .nir-sec-header .file a {
  font-size: 0px;
  text-decoration: none;
}

#ndq-content .nir-sec-header .file a:hover {
  text-decoration: none;
}

#ndq-content .menu,
#ndq-content .side-menu {
  margin: 0;
  padding: 0;
  line-height: 23.8px;
}

#ndq-content .menu__item,
#ndq-content .side-menu__item,
#ndq-content .side-menu__item {
  list-style-type: none;
}

#ndq-content .menu__item.is-expanded,
#ndq-content .menu__item--is-expanded,
#ndq-content .side-menu__item.is-expanded,
#ndq-content .side-menu__item--is-expanded,
#ndq-content .is-expanded.side-menu__item,
#ndq-content .side-menu__item.is-expanded {
  list-style-type: none;
}

#ndq-content .menu__item.is-collapsed,
#ndq-content .menu__item--is-collapsed,
#ndq-content .side-menu__item.is-collapsed,
#ndq-content .side-menu__item--is-collapsed,
#ndq-content .is-collapsed.side-menu__item,
#ndq-content .side-menu__item.is-collapsed {
  list-style-type: none;
}

#ndq-content .menu__item .side-menu,
#ndq-content .side-menu__item .side-menu,
#ndq-content .side-menu__item .side-menu {
  margin-bottom: 10px;
}

#ndq-content .menu__item .side-menu__item,
#ndq-content .side-menu__item .side-menu__item,
#ndq-content .side-menu__item .side-menu__item {
  margin-left: 15px;
  font-size: 0.8em;
  line-height: 1.7em;
}

#ndq-content .menu__link.is-active,
#ndq-content .menu__link--is-active,
#ndq-content .side-menu__link.is-active,
#ndq-content .side-menu__link--is-active,
#ndq-content .menu a.active {
  color: #000;
}

#ndq-content .skip-link {
  display: block;
  padding: 2px 0 3px;
  text-align: center;
}

#ndq-content .skip-link:link,
#ndq-content .skip-link:visited {
  background-color: #666;
  color: #fff;
}

#ndq-content .skip-link__wrapper {
  margin: 0;
}

@media print {
  #ndq-content .skip-link__wrapper {
    display: none;
  }
}

#ndq-content .block-jquery-social-media-tabs * {
  box-sizing: content-box;
}

#ndq-content .sliding {
  z-index: 1000;
}

#ndq-content .quote-wrap {
  border: 1px solid #ddd;
  float: left;
  position: relative;
  width: 100%;
}

#ndq-content .quote-wrap select {
  color: #333;
  position: absolute;
  padding: 1px 5px;
  appearance: menulist;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  top: 15px;
  left: 10px;
}

#ndq-content [class^="stock-quote"] {
  float: left;
  width: 100%;
}

#ndq-content .stock-quote {
  padding: 1em;
  margin-bottom: 1em;
}

#ndq-content .stock-quote dd,
#ndq-content .stock-quote dt {
  margin: 0;
  display: inline-block;
}

#ndq-content .stock-quote dd {
  width: 60%;
}

#ndq-content .stock-quote dt {
  width: 40%;
}

#ndq-content .stock-quote .left {
  float: left;
}

#ndq-content .stock-quote .center {
  float: left;
}

#ndq-content .stock-quote .right {
  float: left;
}

#ndq-content .stock-quote time {
  font-size: 0.75em;
}

#ndq-content .stock-quote__short select {
  display: inline;
}

#ndq-content .stock-quote__featured .stock-quote {
  margin-bottom: 0;
}

#ndq-content .stock-quote__featured time {
  float: left;
  margin-top: 0.5em;
}

#ndq-content .stock-quote__featured .quote-price {
  margin-bottom: 1em;
}

#ndq-content .quote-price {
  font-size: 2em;
  line-height: 100%;
}

#ndq-content .price-down {
  color: #da353b;
}

#ndq-content .price-up {
  color: #84bd00;
}

#ndq-content .user-toggle-on .stock-quote:nth-of-type(1) {
  display: block;
}

#ndq-content .user-toggle-on .stock-quote,
#ndq-content .user-toggle-on .exchange {
  display: none;
}

#ndq-content .user-toggle-on .quote-price {
  margin-top: 35px;
}

@media (max-width: 769px) {
  #ndq-content .stock-quote {
    padding-bottom: 2em;
    position: relative;
  }
}

#ndq-content .stock-quote .left-stock {
  width: 100%;
  float: right;
  margin-right: 0;
}

@media (min-width: 480px) {
  #ndq-content .stock-quote .left-stock {
    width: 100%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 769px) {
  #ndq-content .stock-quote .left-stock {
    width: 24.05063%;
    float: left;
    margin-right: 1.26582%;
  }
}

@media (max-width: 769px) {
  #ndq-content .stock-quote .left-stock time {
    position: absolute;
    bottom: 0em;
    left: 1em;
  }
}

#ndq-content .stock-quote .center-stock {
  width: 100%;
  float: right;
  margin-right: 0;
}

@media (min-width: 480px) {
  #ndq-content .stock-quote .center-stock {
    width: 49.36709%;
    float: left;
    margin-right: 1.26582%;
  }
}

@media (min-width: 769px) {
  #ndq-content .stock-quote .center-stock {
    width: 36.70886%;
    float: left;
    margin-right: 1.26582%;
  }
}

#ndq-content .stock-quote .right-stock {
  width: 100%;
  float: right;
  margin-right: 0;
}

@media (min-width: 480px) {
  #ndq-content .stock-quote .right-stock {
    width: 49.36709%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 769px) {
  #ndq-content .stock-quote .right-stock {
    width: 36.70886%;
    float: right;
    margin-right: 0;
  }
}

#ndq-content .table-drag__wrapper,
#ndq-content body.drag {
  cursor: move;
}

#ndq-content .table-drag__item,
#ndq-content tr.drag {
  background-color: #fffadb;
}

#ndq-content .table-drag__item-previous,
#ndq-content tr.drag-previous {
  background-color: #fff7c2;
}

#ndq-content .table-drag__handle,
#ndq-content .tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none;
}

#ndq-content [dir="rtl"] .table-drag__handle,
#ndq-content [dir="rtl"] .tabledrag-handle {
  float: right;
  margin-right: -1em;
  margin-left: 0;
}

#ndq-content .table-drag__handle:focus,
#ndq-content .table-drag__handle:hover,
#ndq-content .tabledrag-handle:focus,
#ndq-content .tabledrag-handle:hover {
  text-decoration: none;
}

#ndq-content .table-drag__handle-icon,
#ndq-content .tabledrag-handle .handle {
  background: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/img/table-drag__handle-icon.html)
    no-repeat 6px 9px;
  height: 13px;
  margin: -0.4em 0.5em;
  padding: 0.42em 0.5em;
  width: 13px;
}

#ndq-content .table-drag__handle-icon--is-hover,
#ndq-content .tabledrag-handle-hover .handle {
  background-position: 6px -11px;
}

#ndq-content .table-drag__toggle-weight-wrapper,
#ndq-content .tabledrag-toggle-weight-wrapper {
  text-align: right;
}

#ndq-content [dir="rtl"] .table-drag__toggle-weight-wrapper,
#ndq-content [dir="rtl"] .tabledrag-toggle-weight-wrapper {
  text-align: left;
}

#ndq-content .table-drag__toggle-weight,
#ndq-content .tabledrag-toggle-weight {
  font-size: 0.9em;
}

#ndq-content .table-drag__indentation,
#ndq-content .indentation {
  float: left;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  padding: 0.42em 0 0.42em 0.6em;
  width: 20px;
}

#ndq-content [dir="rtl"] .table-drag__indentation,
#ndq-content [dir="rtl"] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
}

#ndq-content .table-drag__tree-child,
#ndq-content .table-drag__tree-child-last,
#ndq-content .tree-child-last,
#ndq-content .table-drag__tree-child-horizontal,
#ndq-content .tree-child-horizontal,
#ndq-content .tree-child {
  background: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/img/table-drag__tree-child.html)
    no-repeat 11px center;
}

#ndq-content [dir="rtl"] .table-drag__tree-child,
#ndq-content [dir="rtl"] .table-drag__tree-child-last,
#ndq-content [dir="rtl"] .tree-child-last,
#ndq-content [dir="rtl"] .table-drag__tree-child-horizontal,
#ndq-content [dir="rtl"] .tree-child-horizontal,
#ndq-content [dir="rtl"] .tree-child {
  background-position: -65px center;
}

#ndq-content .table-drag__tree-child-last,
#ndq-content .tree-child-last {
  background-image: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/img/table-drag__tree-child-last.html);
}

#ndq-content .table-drag__tree-child-horizontal,
#ndq-content .tree-child-horizontal {
  background-position: -11px center;
}

#ndq-content .tablesort {
  background: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/img/unsorted.html)
    center center no-repeat;
  position: absolute;
  top: 40%;
  right: 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: inherit;
}

#ndq-content .tablesort--asc {
  background: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/img/asc.html)
    center center no-repeat;
}

#ndq-content .tablesort--desc {
  background: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/img/desc.html)
    center center no-repeat;
}

#ndq-content .clearfix:before,
#ndq-content .tabs.not-me:before,
#ndq-content .tabs--secondary:before,
#ndq-content div[class*="view-widget-"]:before,
#ndq-content #nir-header:before {
  content: "";
  display: table;
}

#ndq-content .clearfix:after,
#ndq-content .tabs.not-me:after,
#ndq-content .tabs--secondary:after,
#ndq-content div[class*="view-widget-"]:after,
#ndq-content #nir-header:after {
  content: "";
  display: table;
  clear: both;
}

#ndq-content .tabs.not-me,
.tabs--secondary {
  background-image: -owg(
    compact(
      linear-gradient(bottom, #ddd 1px, transparent 1px),
      false,
      false,
      false,
      false,
      false,
      false,
      false,
      false,
      false
    )
  );
  background-image: -webkit(
    compact(
      linear-gradient(bottom, #ddd 1px, transparent 1px),
      false,
      false,
      false,
      false,
      false,
      false,
      false,
      false,
      false
    )
  );
  background-image: -moz(
    compact(
      linear-gradient(bottom, #ddd 1px, transparent 1px),
      false,
      false,
      false,
      false,
      false,
      false,
      false,
      false,
      false
    )
  );
  background-image: -o(
    compact(
      linear-gradient(bottom, #ddd 1px, transparent 1px),
      false,
      false,
      false,
      false,
      false,
      false,
      false,
      false,
      false
    )
  );
  background-image: compact(
    linear-gradient(bottom, #ddd 1px, transparent 1px),
    false,
    false,
    false,
    false,
    false,
    false,
    false,
    false,
    false
  );
  margin: 1.42857em 0;
  border-bottom: 1px solid #ddd \0 / ie;
  padding: 0 2px;
  list-style: none;
  white-space: nowrap;
}

@media print {
  #ndq-content .tabs.not-me,
  #ndq-content .tabs--secondary {
    display: none;
  }
}

#ndq-content .tabs__tab {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: compact(
    compact(1px 1px 0 false #fff),
    false,
    false,
    false,
    false,
    false,
    false,
    false,
    false,
    false
  );
  float: left;
  margin: 0 3px;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  border-bottom: 0 \0 / ie;
}

[dir="rtl"] #ndq-content .tabs__tab {
  float: right;
}

#ndq-content #ndq-content .tabs__tab.is-active {
  border-bottom-color: #fff;
}

#ndq-content .tabs__tab-link-common,
#ndq-content .tabs.not-me a,
#ndq-content .tabs--secondary a,
#ndq-content .tabs--secondary__tab-link {
  border: 1px solid #eaeaea;
  border-right: 0;
  border-bottom: 0;
  display: block;
  text-decoration: none;
}

#ndq-content .tabs.not-me a,
#ndq-content .tabs--secondary a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: compact(
    compact(
        background-color 0.3s,
        false,
        false,
        false,
        false,
        false,
        false,
        false,
        false,
        false
      )
      false false
  );
  -moz-transition: compact(
    compact(
        background-color 0.3s,
        false,
        false,
        false,
        false,
        false,
        false,
        false,
        false,
        false
      )
      false false false
  );
  -o-transition: compact(
    compact(
        background-color 0.3s,
        false,
        false,
        false,
        false,
        false,
        false,
        false,
        false,
        false
      )
      false false false
  );
  transition: compact(
    background-color 0.3s,
    false,
    false,
    false,
    false,
    false,
    false,
    false,
    false,
    false
  );
  color: #000;
  background-color: #ddd;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

#ndq-content .tabs.not-me a:focus,
#ndq-content .tabs.not-me a:hover,
#ndq-content .tabs--secondary a:focus,
#ndq-content .tabs--secondary a:hover {
  background-color: #eaeaea;
  border-color: #f1f1f1;
}

#ndq-content .tabs.not-me a.is-active,
#ndq-content .tabs.not-me a--is-active,
#ndq-content .tabs--secondary a.is-active,
#ndq-content .tabs--secondary a--is-active {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFEAEAEA',endColorstr='#00EAEAEA');
  background: -owg(
    compact(
      linear-gradient(#eaeaea, rgba(234, 234, 234, 0)) transparent,
      false,
      false,
      false,
      false,
      false,
      false,
      false,
      false,
      false
    )
  );
  background: -webkit(
    compact(
      linear-gradient(#eaeaea, rgba(234, 234, 234, 0)) transparent,
      false,
      false,
      false,
      false,
      false,
      false,
      false,
      false,
      false
    )
  );
  background: -moz(
    compact(
      linear-gradient(#eaeaea, rgba(234, 234, 234, 0)) transparent,
      false,
      false,
      false,
      false,
      false,
      false,
      false,
      false,
      false
    )
  );
  background: -o(
    compact(
      linear-gradient(#eaeaea, rgba(234, 234, 234, 0)) transparent,
      false,
      false,
      false,
      false,
      false,
      false,
      false,
      false,
      false
    )
  );
  background: compact(
    linear-gradient(#eaeaea, rgba(234, 234, 234, 0)) transparent,
    false,
    false,
    false,
    false,
    false,
    false,
    false,
    false,
    false
  );
  border-color: #f6f6f6;
}

#ndq-content .tabs--secondary {
  font-size: 0.9em;
  background-image: none;
}

#ndq-content .tabs.not-me + .tabs--secondary,
#ndq-content .tabs--secondary + .tabs--secondary {
  background-image: -owg(
    compact(
      linear-gradient(bottom, #ddd 1px, transparent 1px),
      false,
      false,
      false,
      false,
      false,
      false,
      false,
      false,
      false
    )
  );
  background-image: -webkit(
    compact(
      linear-gradient(bottom, #ddd 1px, transparent 1px),
      false,
      false,
      false,
      false,
      false,
      false,
      false,
      false,
      false
    )
  );
  background-image: -moz(
    compact(
      linear-gradient(bottom, #ddd 1px, transparent 1px),
      false,
      false,
      false,
      false,
      false,
      false,
      false,
      false,
      false
    )
  );
  background-image: -o(
    compact(
      linear-gradient(bottom, #ddd 1px, transparent 1px),
      false,
      false,
      false,
      false,
      false,
      false,
      false,
      false,
      false
    )
  );
  background-image: compact(
    linear-gradient(bottom, #ddd 1px, transparent 1px),
    false,
    false,
    false,
    false,
    false,
    false,
    false,
    false,
    false
  );
  margin-top: -1.42857em;
}

#ndq-content .tabs--secondary__tab {
  margin: 0.71429em 0.21429em;
  float: left;
}

#ndq-content [dir="rtl"] .tabs--secondary__tab {
  float: right;
}

#ndq-content .tabs--secondary__tab-link {
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -ms-border-radius: 0.75em;
  -o-border-radius: 0.75em;
  border-radius: 0.75em;
  -webkit-transition: compact(
    compact(
        background-color 0.3s,
        false,
        false,
        false,
        false,
        false,
        false,
        false,
        false,
        false
      )
      false false
  );
  -moz-transition: compact(
    compact(
        background-color 0.3s,
        false,
        false,
        false,
        false,
        false,
        false,
        false,
        false,
        false
      )
      false false false
  );
  -o-transition: compact(
    compact(
        background-color 0.3s,
        false,
        false,
        false,
        false,
        false,
        false,
        false,
        false,
        false
      )
      false false false
  );
  transition: compact(
    background-color 0.3s,
    false,
    false,
    false,
    false,
    false,
    false,
    false,
    false,
    false
  );
  text-shadow: compact(
    compact(1px 1px 0 false #fff),
    false,
    false,
    false,
    false,
    false,
    false,
    false,
    false,
    false
  );
  color: #666;
  background-color: #f1f1f1;
  padding: 0 0.5em;
}

#ndq-content .tabs--secondary__tab-link:focus,
#ndq-content .tabs--secondary__tab-link:hover {
  color: #333;
  background-color: #ddd;
  border-color: #999;
}

#ndq-content .tabs--secondary__tab-link.is-active,
#ndq-content .tabs--secondary__tab-link--is-active,
#ndq-content .tabs--secondary__tab-link:active {
  text-shadow: compact(
    compact(1px 1px 0 false #333),
    false,
    false,
    false,
    false,
    false,
    false,
    false,
    false,
    false
  );
  color: #fff;
  background-color: #666;
  border-color: #000;
}

#ndq-content .styled-tag {
  background-color: #009ec2;
  border-radius: 3px;
  color: white;
  float: left;
  padding: 5px 10px;
  margin: 0 2px 5px 0;
}

#ndq-content .styled-tag::before {
  content: "#";
}

#ndq-content .styled-tag__small {
  background-color: #ddd;
  border-radius: 3px;
  color: #333;
  float: left;
  font-size: 11px;
  line-height: 15px;
  padding: 2px 6px 4px 6px;
  margin: 0 2px 5px 0;
}

#ndq-content .styled-tag__small a {
  color: white;
}

#ndq-content .styled-tag a {
  color: white;
}

#ndq-content .views-field-field-nir-tags a {
  background-color: #ddd;
  border-radius: 3px;
  color: #333;
  float: left;
  font-size: 0.8em;
  line-height: 1.33929em;
  padding: 4px 6px 4px 6px;
}

#ndq-content .views-field-field-nir-tags .views-label {
  float: left;
}

#ndq-content .field--name-field-nir-media-gallery-tags .field__label,
#ndq-content .field--name-field-nir-multimedia-tags .field__label {
  float: left;
  font-size: 11px;
  padding-right: 3px;
}

#ndq-content .field--name-field-nir-media-gallery-tags a,
#ndq-content .field--name-field-nir-multimedia-tags a {
  background-color: #ddd;
  color: #333;
}

#ndq-content [role="tooltip"] {
  background: #009ec2;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  font-weight: normal;
  position: absolute;
  margin-right: 20px;
  left: 0px;
  top: -1px;
  color: #fff;
  padding: 10px;
  z-index: -1;
  font-size: 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  max-width: 800px;
}

#ndq-content [role="tooltip"]::after {
  position: absolute;
  bottom: -4px;
  left: 20px;
  margin: 0 auto;
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid #009ec2;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

#ndq-content .tool-hide {
  display: none;
}

#ndq-content .tool-show {
  display: block;
}

#ndq-content .watermark {
  display: block;
  height: 0;
  overflow: visible;
  background-color: transparent;
  color: #eee;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
}

#ndq-content .node--view-mode-nir-grid h3 {
  color: #666;
  font-size: 1.1em;
}

#ndq-content .node--view-mode-nir-grid img {
  padding-right: 15px;
}

@media (max-width: 481px) {
  #ndq-content .block-views-blockwidget-assets-widget-assets-grid .views-col {
    width: 100% !important;
  }
}

#ndq-content .block-views-blockwidget-assets-widget-assets-ul img {
  margin: 0 2% 2% 0;
}

#ndq-content .block-views-blockwidget-assets-widget-assets-ul .file a:hover {
  text-decoration: underline;
}

#ndq-content div[class*="view-widget-"] .pager {
  float: left;
}

#ndq-content div[class*="view-widget-"] .results-summary {
  float: right;
  padding: 10px 0;
  margin: 1em 0;
}

#ndq-content .nir-widget .field--label-hidden h4 {
  display: none;
}

#ndq-content .nir-widget .nir-widget--field {
  margin: 10px 0px;
}

#ndq-content .nir-widget .nir-widgets--file-list--hide-filesize .filesize {
  display: none;
}

#ndq-content .nir-widget .nir-widgets--file-list--hide-title a {
  height: 0px;
  overflow: hidden;
  display: block;
}

#ndq-content .nir-widget .nir-widgets--file-list--hide-title a::before {
  position: absolute;
  margin-top: -10px;
}

#ndq-content .nir-widget .nir-widget--labeled-field .nir-widget--label,
#ndq-content .nir-widget .nir-widget--labeled-field .nir-widget--field {
  display: inline-block;
}

#ndq-content .striped-odd tbody tr:nth-child(odd) {
  background-color: #f5fafa;
}

#ndq-content .striped-even tbody tr:nth-child(even) {
  background-color: #f5fafa;
}

#ndq-content .fundamentals tr td:nth-child(2) {
  text-align: right;
}

#ndq-content .earnings-estimates {
  table-layout: auto;
}

#ndq-content .earnings-estimates tr td:not(:first-child) {
  text-align: right;
}

#ndq-content .earnings-estimates caption {
  text-align: right;
  border-bottom: 0;
  font-size: 1em;
  padding: 15px;
  margin: 0;
  background-color: #666;
  color: #fff;
}

@media (max-width: 769px) {
  #ndq-content
    .earnings-estimates.estimates-analyst-forecasts
    thead
    tr:first-child {
    display: none;
  }
}

#ndq-content .earnings-estimates.estimates-analyst-forecasts thead td {
  background-color: #666;
  color: #fff;
  font-weight: bold;
  text-align: left;
}

#ndq-content .earnings-estimates.estimates-analyst-forecasts caption {
  display: none;
}

#ndq-content .earnings-estimates th {
  text-align: right;
}

#ndq-content .earnings-estimates th:first-child,
#ndq-content .earnings-estimates th.caption {
  text-align: left;
}

#ndq-content .block-widget-committee-composition table th a {
  color: #fff;
}

#ndq-content .block-widget-committee-composition table tbody tr td {
  text-align: center;
}

#ndq-content .block-widget-committee-composition table tbody tr td:first-child {
  text-align: left;
}

#ndq-content .block-widget-committee-composition table tbody tr a::before {
  content: none;
}

#ndq-content .block-widget-committee-composition table tbody tr span::before {
  font-size: 20px;
  padding-right: 0;
}

#ndq-content .commitee-key span::before {
  font-size: 20px;
  padding-right: 0;
}

#ndq-content .collapse-table {
  border-collapse: collapse;
}

@media (max-width: 481px) {
  #ndq-content .collapse-table th {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  #ndq-content .collapse-table tr {
    border: 1px dotted #ddd;
    margin-bottom: 25px;
    display: block;
    float: left;
    width: 100%;
  }

  #ndq-content .collapse-table tbody tr td,
  #ndq-content .collapse-table tfoot tr td {
    box-sizing: border-box;
    float: left;
    width: 100%;
    text-align: left !important;
  }

  #ndq-content .collapse-table tbody tr td:empty,
  #ndq-content .collapse-table tfoot tr td:empty {
    display: none;
  }

  #ndq-content .collapse-table tbody tr td::before,
  #ndq-content .collapse-table tfoot tr td::before {
    content: attr(data-before);
    font-weight: bold;
    padding-bottom: 7px;
    border-bottom: 1px dotted #ddd;
    width: 100%;
    float: left;
    margin-bottom: 5px;
  }

  #ndq-content .collapse-table tbody tr td:first-child::before,
  #ndq-content .collapse-table tfoot tr td:first-child::before {
    border-bottom: 0;
  }

  #ndq-content .collapse-table .table-indent {
    padding-left: 15px;
  }
}

#ndq-content .field--name-field-nir-committee-body {
  float: left;
}

#ndq-content .commiteetable thead span {
  display: none;
}

@media (max-width: 481px) {
  #ndq-content .commiteetable td::before {
    display: none;
  }

  #ndq-content .commiteetable tr {
    border: 0;
    margin-bottom: 0;
  }

  #ndq-content .commiteetable thead {
    display: none;
  }

  #ndq-content .commiteetable thead span {
    display: none;
  }
}

#ndq-content .collapse-table-wide {
  border-collapse: collapse;
}

#ndq-content .collapse-table-wide .desk-absolute {
  position: absolute;
}

@media (max-width: 769px) {
  #ndq-content
    .collapse-table-wide
    .total-row
    .views-field-field-nir-div-rec-date,
  #ndq-content
    .collapse-table-wide
    .total-row
    .views-field-field-nir-div-pay-date,
  #ndq-content
    .collapse-table-wide
    .total-row
    .views-field-field-nir-div-dec-date,
  #ndq-content .collapse-table-wide .total-row .views-field-field-nir-div-type,
  #ndq-content
    .collapse-table-wide
    .total-row
    .views-field-field-nir-split-numerator {
    display: none;
  }

  #ndq-content .collapse-table-wide .desk-absolute {
    position: relative;
  }

  #ndq-content .collapse-table-wide th {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  #ndq-content .collapse-table-wide tbody tr {
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
    display: block;
    float: left;
    width: 100%;
  }

  #ndq-content .collapse-table-wide caption {
    background-color: transparent;
    color: #333;
    text-align: left;
    padding-left: 0;
  }

  #ndq-content .nirtable.collapse-table-wide tbody tr td,
  #ndq-content .nirtable.collapse-table-wide tfoot tr td {
    box-sizing: border-box;
    float: left;
    width: 100%;
    text-align: left !important;
    position: relative;
    padding-left: 0;
    white-space: normal;
    text-align: left;
  }

  #ndq-content .collapse-table-wide tbody tr td:empty,
  #ndq-content .collapse-table-wide tfoot tr td:empty {
    display: none;
  }

  #ndq-content .collapse-table-wide tbody tr td::before,
  #ndq-content .collapse-table-wide tfoot tr td::before {
    content: attr(data-before);
    font-weight: bold;
    padding: 0 10px 7px 0;
    margin-bottom: 5px;
    position: absolute;
    left: 6px;
    width: 55%;
    vertical-align: middle;
    white-space: nowrap;
    text-align: left;
  }

  #ndq-content .collapse-table-wide tbody tr td:first-child::before,
  #ndq-content .collapse-table-wide tfoot tr td:first-child::before {
    border-bottom: 0;
  }

  #ndq-content .collapse-table-wide .table-indent {
    padding-left: 15px;
  }
}

#ndq-content .mobile-show {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@media (max-width: 481px) {
  #ndq-content .mobile-show {
    position: static !important;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}

#ndq-content td.views-field-field-nir-asset-source {
  color: #333;
}

#ndq-content .ndq-source p {
  font-size: 12px;
}

#ndq-content .table-indent {
  padding-left: 30px;
}

#ndq-content tr.detail-level-1 {
  font-weight: bold;
}

#ndq-content table.cash-flow td,
#ndq-content table.income-statment td {
  text-align: right;
}

#ndq-content table.cash-flow td:first-child,
#ndq-content table.income-statment td:first-child {
  text-align: left;
}

#ndq-content table.cash-flow th,
#ndq-content table.income-statment th {
  text-align: right;
}

#ndq-content table.historical-lookup td:nth-child(n + 2),
#ndq-content table.historical-lookup th:nth-child(n + 2),
#ndq-content table.ownership td:nth-child(n + 2),
#ndq-content table.ownership th:nth-child(n + 2) {
  text-align: right;
}

#ndq-content table.historical-lookup tr:first-child {
  font-weight: bold;
}

@media (max-width: 769px) {
  #ndq-content table.estimates-reference-information tr {
    margin-bottom: 0;
  }

  #ndq-content table.estimates-reference-information td:first-child {
    padding-left: 10px;
    width: 60%;
  }

  #ndq-content table.estimates-reference-information td:last-child {
    padding-left: 0;
    width: 40%;
    float: right;
  }
}

#ndq-content #block-facetbreadbox.block-facet-select-breadbox {
  background-color: #ddd;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}

#ndq-content #block-facetbreadbox.block-facet-select-breadbox h2 {
  display: inline-block;
  font-size: 14px;
  line-height: 1.42857;
  margin: 0;
  border-bottom: 0;
}

#ndq-content #block-facetbreadbox.block-facet-select-breadbox a {
  font-size: 11px;
  margin-left: 5px;
}

#ndq-content #block-facetbreadbox.block-facet-select-breadbox ul {
  padding: 0;
  margin: 0;
}

#ndq-content #block-facetbreadbox.block-facet-select-breadbox ul li {
  margin: 0.4em 0 0.4em 2em;
}

#ndq-content
  .view-widget-bundled-content
  .views-field-field-nir-bundle-thumbnail {
  float: left;
  margin-right: 10px;
  width: 100%;
  float: right;
  margin-right: 0;
}

@media (min-width: 480px) {
  #ndq-content
    .view-widget-bundled-content
    .views-field-field-nir-bundle-thumbnail {
    width: 30.37975%;
    float: left;
    margin-right: 1.26582%;
  }
}

#ndq-content .view-widget-bundled-content .views-field-field-nir-bundle-body,
#ndq-content .view-widget-bundled-content .views-field-field-nir-bundle-content,
#ndq-content .view-widget-bundled-content .views-field-field-nir-tags {
  width: 100%;
  float: right;
  margin-right: 0;
}

@media (min-width: 480px) {
  #ndq-content .view-widget-bundled-content .views-field-field-nir-bundle-body,
  #ndq-content
    .view-widget-bundled-content
    .views-field-field-nir-bundle-content,
  #ndq-content .view-widget-bundled-content .views-field-field-nir-tags {
    width: 68.35443%;
    float: right;
    margin-right: 0;
  }
}

#ndq-content .view-widget-bundled-content .views-field-field-nir-tags {
  font-size: 11px;
  line-height: 16px;
  margin-top: 1.5em;
}

#ndq-content
  .view-widget-bundled-content
  .views-field-field-nir-tags
  .views-label {
  margin: 0 10px 0 0px;
}

#ndq-content
  .view-widget-bundled-content
  .views-field-field-nir-bundle-content {
  float: left;
}

#ndq-content
  .view-widget-bundled-content
  .views-field-field-nir-bundle-content
  ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#ndq-content
  .view-widget-bundled-content
  .views-field-field-nir-bundle-content
  ul
  div {
  margin: 0;
  line-height: 1;
}

#ndq-content
  .view-widget-bundled-content
  .views-field-field-nir-bundle-content
  .webcast-link {
  font-weight: normal;
}

#ndq-content .view-widget-bundled-content .views-field-field-nir-bundle-body p {
  margin-top: 0;
}

#ndq-content .acc-title,
#ndq-content .view-grouping,
#ndq-content .acc-body {
  float: left;
  width: 100%;
}

#ndq-content .acc-body {
  margin-top: 1em;
  margin-bottom: 15px;
}

#ndq-content .block-views-blockwidget-bundled-content-block-1 {
  position: relative;
}

#ndq-content .block-views-blockwidget-bundled-content-block-1 .show-all {
  margin-top: 0;
}

#ndq-content .button:not(.email):not(.btn_disclaimer),
#ndq-content .ui-dialog .ui-widget-content.ui-dialog-buttonpane .ui-button,
#ndq-content button:not(.js-accordion__header):not(.table-load-more),
#ndq-content [type="button"],
#ndq-content [type="reset"],
#ndq-content [type="submit"],
#ndq-content .market-data-filter-form input {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  display: inline-block;
  text-decoration: none;
  padding: 10px 15px;
  margin: 5px 0 0 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

    #ndq-content .button:not(.email):not(.btn_disclaimer):hover,
    #ndq-content .button:not(.email):not(.btn_disclaimer):focus,
    #ndq-content .button:not(.email):not(.btn_disclaimer):active,
    #ndq-content
    .ui-dialog
    .ui-widget-content.ui-dialog-buttonpane
    .ui-button:hover,
    #ndq-content button:not(.js-accordion__header):not(.table-load-more):hover,
    #ndq-content [type="button"]:hover,
    #ndq-content [type="reset"]:hover,
    #ndq-content [type="submit"]:hover,
    #ndq-content .market-data-filter-form input:hover,
    #ndq-content
    .ui-dialog
    .ui-widget-content.ui-dialog-buttonpane
    .ui-button:focus,
    #ndq-content button:not(.js-accordion__header):not(.table-load-more):focus,
    #ndq-content [type="button"]:focus,
    #ndq-content [type="reset"]:focus,
    #ndq-content [type="submit"]:focus,
    #ndq-content .market-data-filter-form input:focus,
    #ndq-content
    .ui-dialog
    .ui-widget-content.ui-dialog-buttonpane
    .ui-button:active,
    #ndq-content button:not(.js-accordion__header):not(.table-load-more):active,
    #ndq-content [type="button"]:active,
    #ndq-content [type="reset"]:active,
    #ndq-content [type="submit"]:active,
    #ndq-content .market-data-filter-form input:active {
        background-color: #512d6d;
        text-decoration: none;
        color: #fff;
    }

#ndq-content .button:not(.email):not(.btn_disclaimer)[disabled],
#ndq-content
  .ui-dialog
  .ui-widget-content.ui-dialog-buttonpane
  [disabled].ui-button,
#ndq-content button[disabled],
#ndq-content [disabled][type="button"],
#ndq-content [disabled][type="reset"],
#ndq-content [disabled][type="submit"],
#ndq-content .market-data-filter-form input[disabled] {
  cursor: default;
  color: #999;
}

#ndq-content .button:not(.email):not(.btn_disclaimer)[disabled]:hover,
#ndq-content .button:not(.email):not(.btn_disclaimer)[disabled]:focus,
#ndq-content .button:not(.email):not(.btn_disclaimer)[disabled]:active,
#ndq-content
  .ui-dialog
  .ui-widget-content.ui-dialog-buttonpane
  [disabled].ui-button:hover,
#ndq-content button[disabled]:hover,
#ndq-content [disabled][type="button"]:hover,
#ndq-content [disabled][type="reset"]:hover,
#ndq-content [disabled][type="submit"]:hover,
#ndq-content .market-data-filter-form input[disabled]:hover,
#ndq-content
  .ui-dialog
  .ui-widget-content.ui-dialog-buttonpane
  [disabled].ui-button:focus,
#ndq-content button[disabled]:focus,
#ndq-content [disabled][type="button"]:focus,
#ndq-content [disabled][type="reset"]:focus,
#ndq-content [disabled][type="submit"]:focus,
#ndq-content .market-data-filter-form input[disabled]:focus,
#ndq-content
  .ui-dialog
  .ui-widget-content.ui-dialog-buttonpane
  [disabled].ui-button:active,
#ndq-content button[disabled]:active,
#ndq-content [disabled][type="button"]:active,
#ndq-content [disabled][type="reset"]:active,
#ndq-content [disabled][type="submit"]:active,
#ndq-content .market-data-filter-form input[disabled]:active {
  color: #999;
}

#ndq-content ul.no-list-style,
#ndq-content .view-widget-assets .item-list ul,
#ndq-content .view-widget-people .item-list > ul,
#ndq-content .view-widget-events .item-list ul {
  list-style-type: none;
  padding: 0;
}

#ndq-content .field--name-field-nir-asset-source {
  margin: 1em 0;
  font-size: 12px;
}

#ndq-content .field--name-field-nir-asset-source .field__label {
  font-weight: bold;
}

#ndq-content .view-widget-assets .item-list ul {
  margin: 0;
}

#ndq-content .view-widget-assets .item-list ul li {
  border-bottom: 1px solid #eee;
  float: left;
  margin: 10px 0;
  padding-bottom: 15px;
  width: 100%;
}

#ndq-content .view-widget-assets table td {
  vertical-align: top;
}

#ndq-content .view-widget-assets table td h4 {
  margin: 0 0 8px 0;
}

#ndq-content .view-widget-assets table .field--name-field-nir-ext-document a,
#ndq-content .view-widget-assets table .field--name-field-nir-document a {
  line-height: 30px;
}

#ndq-content .view-widget-assets table .item-list ul {
  margin: 5px 0;
}

#ndq-content .view-widget-assets table .item-list ul li {
  border: 0;
  margin: 0;
  padding: 0;
}

#ndq-content .view-widget-assets table .field__label {
  display: none;
}

#ndq-content .view-widget-assets table tbody .views-field-field-nir-asset-date {
  font-style: italic;
  color: #999;
  font-size: 12px;
}

@media (max-width: 481px) {
  #ndq-content
    .view-widget-assets
    table
    tbody
    .views-field-field-nir-asset-date {
    font-style: normal;
    font-size: 14px;
    color: #333;
  }

  #ndq-content
    .view-widget-assets
    table
    tbody
    .views-field-field-nir-asset-date
    time {
    font-size: 12px;
  }
}

#ndq-content .view-widget-assets .views-col {
  padding: 1%;
}

#ndq-content .view-widget-assets .views-col article {
  border: 1px solid #999;
  float: left;
  padding: 4%;
  width: 100%;
}

#ndq-content .view-widget-assets .views-col h3 {
  margin: 0;
}

#ndq-content .view-widget-sec-filings table th a {
  color: white;
}

#ndq-content .view-widget-sec-filings table td {
  vertical-align: top;
}

#ndq-content .view-widget-sec-filings table td p {
  margin: 0;
}

#ndq-content .view-widget-sec-filings .html-link,
#ndq-content .view-widget-sec-filings .file-link {
  float: left;
}

#ndq-content .view-widget-sec-filings .html-link .filesize,
#ndq-content .view-widget-sec-filings .file-link .filesize {
  display: none;
}

#ndq-content .view-widget-sec-filings .html-link a,
#ndq-content .view-widget-sec-filings .file-link a {
  font-size: 0;
}

#ndq-content .view-widget-sec-filings .html-link a::before,
#ndq-content .view-widget-sec-filings .file-link a::before {
  font-size: 30px;
  line-height: 1em;
}

#ndq-content .view-widget-sec-filings .views-field-field-nir-sec-pdf .filesize {
  display: none;
}

#ndq-content
  .view-widget-sec-filings
  .views-field-field-nir-sec-pdf
  .file--mime-application-xml
  a:before,
#ndq-content
  .view-widget-sec-filings
  .views-field-field-nir-sec-pdf
  .file--mime-application-xsd
  a:before {
  content: "\e07d";
  color: #7b41bd;
}

#ndq-content .view-widget-sec-filings .views-field-field-nir-sec-pdf a {
  font-size: 0;
}

#ndq-content .view-widget-sec-filings .views-field-field-nir-sec-pdf a::before {
  font-size: 30px;
  line-height: 1em;
}

#ndq-content .field--name-field-nir-asset-source,
#ndq-content .asset-date {
  color: #999;
  font-style: italic;
}

#ndq-content .asset-date {
  font-size: 12px;
}

#ndq-content .nir-docs {
  margin: 20px 0;
}

#ndq-content .nir-docs a {
  line-height: 30px;
}

#ndq-content .nir-docs a:hover,
#ndq-content .nir-docs a:focus {
  text-decoration: none;
}

#ndq-content .field--name-field-nir-ext-document,
#ndq-content .field--name-field-nir-document,
#ndq-content .field--name-field-nir-ext-document {
}

#ndq-content .asset-link {
}

#ndq-content .view-empty {
  margin: 1em 0;
}

#ndq-content .filesize {
  font-style: italic;
  font-weight: normal;
  color: #999;
}

#ndq-content .file-link .file {
  display: inline-block;
  vertical-align: middle;
}

#ndq-content .view-widget-people .item-list > ul > li {
  border-bottom: 1px solid #eee;
  float: left;
  margin: 10px 0;
  padding-bottom: 15px;
  width: 100%;
}

#ndq-content .block-views-blockwidget-people-widget-assets-ul {
  float: left;
  width: 100%;
}

#ndq-content .view-widget-news.view-display-id-widget_news_ul .item-list {
  margin-bottom: 2em;
  float: left;
  width: 100%;
}

#ndq-content .view-widget-news.view-display-id-widget_news_ul .item-list ul {
  list-style-type: none;
  padding: 0;
}

#ndq-content .view-widget-news.view-display-id-widget_news_ul .item-list ul li {
  float: left;
  width: 100%;
  border-bottom: 1px dotted #ddd;
  list-style-type: none;
  padding: 2em 0;
}

#ndq-content
  .view-widget-news.view-display-id-widget_news_ul
  .item-list
  ul
  li:first-child {
  border-top: 1px dotted #ddd;
}

#ndq-content
  .view-widget-news.view-display-id-widget_news_ul
  .views-field-field-nir-news-teaser
  .field-content {
  margin: 1em 0;
}

#ndq-content
  .view-widget-news.view-display-id-widget_news_ul
  .views-field-field-nir-news-teaser
  p {
  margin: 0;
}

#ndq-content
  .view-widget-news.view-display-id-widget_news_ul
  .views-field-title
  h3 {
  margin: 0;
}

#ndq-content
  .view-widget-news.view-display-id-widget_news_ul
  .views-field-field-nir-news-date {
  width: 100%;
}

#ndq-content
  .view-widget-news.view-display-id-widget_news_ul
  .field--name-field-nir-document {
  font-weight: normal;
}

#ndq-content
  .view-widget-news.view-display-id-widget_news_ul
  .field--name-field-nir-document
  .field__item {
  margin-top: 0;
}

#ndq-content
  .view-widget-news.view-display-id-widget_news_ul
  .views-field-title,
#ndq-content
  .view-widget-news.view-display-id-widget_news_ul
  .views-field-field-nir-news-title {
  font-weight: bold;
  font-size: 16px;
}

#ndq-content
  .view-widget-news.view-display-id-widget_news_ul
  .field--name-field-nir-tags
  .field__label {
  font-size: 11px;
  float: left;
  margin-right: 0.5em;
}

#ndq-content
  .view-widget-news.view-display-id-widget_news_ul
  .views-field-field-nir-news-thumbnail {
  float: left;
}

#ndq-content
  .view-widget-news.view-display-id-widget_news_ul
  .views-field-field-nir-news-thumbnail
  img {
  border-left: 8px solid #009ec2;
}

#ndq-content .view-widget-news.view-display-id-widget_news_ul .col {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

#ndq-content
  .view-widget-news.view-display-id-widget_news_ul
  .has-news-supp
  .col:nth-child(1) {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 1024px) {
  #ndq-content
    .view-widget-news.view-display-id-widget_news_ul
    .has-news-supp
    .col:nth-child(1) {
    width: 62.02532%;
    float: left;
    margin-right: 1.26582%;
  }
}

#ndq-content
  .view-widget-news.view-display-id-widget_news_ul
  .has-news-supp
  .col:nth-child(2) {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
}

@media (min-width: 769px) {
  #ndq-content
    .view-widget-news.view-display-id-widget_news_ul
    .has-news-supp
    .col:nth-child(2) {
    width: 81.01266%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  #ndq-content
    .view-widget-news.view-display-id-widget_news_ul
    .has-news-supp
    .col:nth-child(2) {
    width: 36.70886%;
    float: right;
    margin-right: 0;
  }
}

#ndq-content
  .view-widget-news.view-display-id-widget_news_ul
  .has-thumbnail
  .col:nth-child(1) {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 769px) {
  #ndq-content
    .view-widget-news.view-display-id-widget_news_ul
    .has-thumbnail
    .col:nth-child(1) {
    width: 17.72152%;
    float: left;
    margin-right: 1.26582%;
  }
}

@media (min-width: 769px) {
  #ndq-content
    .view-widget-news.view-display-id-widget_news_ul
    .has-thumbnail
    .col:nth-child(2) {
    width: 81.01266%;
    float: right;
    margin-right: 0;
  }
}

#ndq-content
  .view-widget-news.view-display-id-widget_news_ul
  .has-thumbnail.has-news-supp
  .col:nth-child(1) {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 769px) {
  #ndq-content
    .view-widget-news.view-display-id-widget_news_ul
    .has-thumbnail.has-news-supp
    .col:nth-child(1) {
    width: 17.72152%;
    float: left;
    margin-right: 1.26582%;
  }
}

#ndq-content
  .view-widget-news.view-display-id-widget_news_ul
  .has-thumbnail.has-news-supp
  .col:nth-child(2) {
  margin-top: 0;
}

@media (min-width: 769px) {
  #ndq-content
    .view-widget-news.view-display-id-widget_news_ul
    .has-thumbnail.has-news-supp
    .col:nth-child(2) {
    width: 81.01266%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  #ndq-content
    .view-widget-news.view-display-id-widget_news_ul
    .has-thumbnail.has-news-supp
    .col:nth-child(2) {
    width: 43.03797%;
    float: left;
    margin-right: 1.26582%;
  }
}

#ndq-content
  .view-widget-news.view-display-id-widget_news_ul
  .has-thumbnail.has-news-supp
  .col:nth-child(3) {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
}

@media (min-width: 769px) {
  #ndq-content
    .view-widget-news.view-display-id-widget_news_ul
    .has-thumbnail.has-news-supp
    .col:nth-child(3) {
    width: 81.01266%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  #ndq-content
    .view-widget-news.view-display-id-widget_news_ul
    .has-thumbnail.has-news-supp
    .col:nth-child(3) {
    width: 36.70886%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  #ndq-content
    .view-widget-news.view-display-id-widget_news_ul
    .has-thumbnail.has-news-supp
    .views-field-field-nir-news-title {
    margin-bottom: 5px;
  }
}

#ndq-content
  .view-widget-news.view-display-id-table
  .field--name-field-nir-document
  .field__item {
  margin-top: 0px;
  margin-bottom: 0px;
}

#ndq-content .view-widget-news.view-display-id-table .html-link,
#ndq-content .view-widget-news.view-display-id-table .file-link {
  float: left;
}

#ndq-content .view-widget-news.view-display-id-table .html-link .filesize,
#ndq-content .view-widget-news.view-display-id-table .file-link .filesize {
  display: none;
}

#ndq-content .view-widget-news.view-display-id-table .html-link a,
#ndq-content .view-widget-news.view-display-id-table .file-link a {
  font-size: 0;
}

#ndq-content .view-widget-news.view-display-id-table .html-link a::before,
#ndq-content .view-widget-news.view-display-id-table .file-link a::before {
  font-size: 30px;
  line-height: 1em;
}

#ndq-content .view-widget-news.view-display-id-table table {
  table-layout: initial;
}

#ndq-content .view-widget-news.view-display-id-table table td {
  vertical-align: top;
}

#ndq-content
  .view-widget-news.view-display-id-table
  table
  td.views-field-field-nir-news-date {
  width: 200px;
}

@media screen and (max-width: 480px) {
  #ndq-content
    .view-widget-news.view-display-id-table
    table
    td.views-field-field-nir-news-date {
    width: initial;
  }
}

#ndq-content
  .view-widget-news.view-display-id-table
  table
  td.views-field-field-nir-news-supp-format {
  width: 180px;
}

@media screen and (max-width: 480px) {
  #ndq-content
    .view-widget-news.view-display-id-table
    table
    td.views-field-field-nir-news-supp-format {
    width: initial;
  }
}

#ndq-content .block-views {
  float: left;
  width: 100%;
}

#ndq-content .view-widget-events .item-list ul li {
  border-bottom: 1px solid #eee;
  float: left;
  margin: 10px 0;
  padding-bottom: 15px;
  width: 100%;
}

#ndq-content .view-widget-events .field--name-field-nir-event-thumbnail img {
  padding-right: 0;
}

#ndq-content .view-widget-events h3 {
  margin-top: 0;
  font-size: 16px;
}

#ndq-content .view-widget-events .field--name-field-nir-event-summary {
  margin-bottom: 1em;
}

#ndq-content .view-widget-events .two-col-half:empty {
  display: none;
}

#ndq-content .view-widget-events .full-width {
  float: none;
  clear: both;
}

#ndq-content .view-widget-events .full-width > div {
  margin-top: 1em;
}

#ndq-content .view-widget-events .left-half,
#ndq-content .view-widget-events .right-half {
  margin-bottom: 1em;
}

#ndq-content .view-widget-events .webcast-link {
  margin-top: 0;
}

#ndq-content .view-widget-events.view-display-id-table table {
  table-layout: initial;
}

#ndq-content .view-widget-events.view-display-id-table table td {
  vertical-align: top;
}

#ndq-content
  .view-widget-events.view-display-id-table
  table
  td.views-field-field-nir-event-start-date {
  width: 200px;
}

@media screen and (max-width: 480px) {
  #ndq-content
    .view-widget-events.view-display-id-table
    table
    td.views-field-field-nir-event-start-date {
    width: initial;
  }
}

#ndq-content
  .view-widget-events.view-display-id-table
  table
  td.views-field-field-nir-event-add-calender {
  width: 130px;
}

@media screen and (max-width: 480px) {
  #ndq-content
    .view-widget-events.view-display-id-table
    table
    td.views-field-field-nir-event-add-calender {
    width: initial;
  }
}

#ndq-content .view-nir-media-gallery-items-grid .views-row {
  margin-bottom: 30px;
}

#ndq-content .view-nir-media-gallery-items-grid .views-row h2 {
  border-bottom: 0;
  margin: 0;
}

#ndq-content
  .view-nir-media-gallery-items-grid
  form.views-exposed-form
  .form-actions {
  margin: 0;
}

#ndq-content
  .view-nir-media-gallery-items-grid
  form.views-exposed-form
  .form-item {
  margin: 6px 0 16px 0;
}

#ndq-content .view-nir-media-gallery-items-grid form.views-exposed-form input {
  display: none;
}

#ndq-content .gallery-title {
  padding: 5px 0;
  margin-bottom: 20px;
}

#ndq-content .view-nir-media-galleries-widget-grid .view-footer {
  margin: 1em 0;
  width: 100%;
  float: left;
  text-align: left;
  padding: 25px 0;
}

#ndq-content .view-nir-media-galleries-widget-grid .pager {
  margin: 1em 0;
  width: 100%;
  float: left;
  text-align: left;
}

@media (min-width: 480px) {
  #ndq-content .view-nir-media-galleries-widget-grid .view-footer {
    width: 50%;
    float: right;
    text-align: right;
  }

  #ndq-content .view-nir-media-galleries-widget-grid .pager {
    width: 50%;
    float: left;
    text-align: left;
  }
}

#ndq-content .faq-dl {
  counter-reset: faq-counter;
}

#ndq-content .faq-dl dt:before {
  content: counter(faq-counter) ".";
  counter-increment: faq-counter;
  padding-right: 0.75em;
  padding-left: 0.5em;
}

#ndq-content .faq-dl dt {
  margin: 1.4em 0 1em 0;
  font-weight: bold;
}

#ndq-content .faq-dl dd {
  margin: 1em 0;
  padding-left: 2.1em;
}

#ndq-content .faq-dl .top-link {
  padding-left: 2.1em;
}

#ndq-content .faq-acc-dl dt,
#ndq-content .faq-acc-dl .acc-title,
#ndq-content .acc-wrap dt,
#ndq-content .acc-wrap .acc-title {
  cursor: pointer;
  line-height: 1.5em;
  border-radius: 3px;
  background: #666;
  color: #fff;
  border-bottom: 1px solid white;
  padding: 15px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#ndq-content .faq-acc-dl dt:hover,
#ndq-content .faq-acc-dl .acc-title:hover,
#ndq-content .acc-wrap dt:hover,
#ndq-content .acc-wrap .acc-title:hover {
  background-color: #009ec2;
}

#ndq-content .faq-acc-dl dt.opened,
#ndq-content .faq-acc-dl .acc-title.opened,
#ndq-content .acc-wrap dt.opened,
#ndq-content .acc-wrap .acc-title.opened {
  background-color: #009ec2;
}

#ndq-content .faq-acc-dl dd,
#ndq-content .acc-wrap dd {
  margin: 1em 0;
}

#ndq-content .show-all {
  float: left;
  text-align: right;
  width: 100%;
  margin-top: -25px;
}

#ndq-content .view-grouping {
  margin-bottom: 1 em;
}

#ndq-content .form-table__sticky-header,
#ndq-content .sticky-header {
  position: fixed;
  visibility: hidden;
  margin-top: 0;
  background-color: #fff;
}

#ndq-content .form-table__sticky-header.is-sticky,
#ndq-content .form-table__sticky-header--is-sticky,
#ndq-content .is-sticky.sticky-header {
  visibility: visible;
}

#ndq-content .form-table__header,
#ndq-content .form-table th,
#ndq-content form table th {
  border-bottom: 3px solid #ddd;
  padding-right: 1em;
  text-align: left;
}

#ndq-content [dir="rtl"] .form-table__header,
#ndq-content [dir="rtl"] .form-table th,
#ndq-content .form-table [dir="rtl"] th,
#ndq-content [dir="rtl"] form table th,
#ndq-content form table [dir="rtl"] th {
  text-align: right;
  padding-left: 1em;
  padding-right: 0;
}

#ndq-content .form-table__body,
#ndq-content .form-table tbody,
#ndq-content form table tbody {
  border-top: 1px solid #ddd;
}

#ndq-content .form-table__row,
#ndq-content .form-table tbody tr,
#ndq-content form table tbody tr {
  padding: 0.1em 0.6em;
  border-bottom: 1px solid #ddd;
  background-color: #eee;
}

#ndq-content .form-table__row-even,
#ndq-content .form-table tbody tr:nth-child(even),
#ndq-content form table tbody tr:nth-child(even) {
  background-color: #fff;
}

#ndq-content .form-table__list,
#ndq-content .form-table ul,
#ndq-content form table ul {
  margin: 0;
}

#ndq-content .form-table__narrow-column,
#ndq-content .form-table th.form-table__narrow-column,
#ndq-content form table th.form-table__narrow-column,
#ndq-content td .checkbox,
#ndq-content th .checkbox {
  width: -moz-min-content;
  width: -webkit-min-content;
  text-align: center;
}

#ndq-content td.active {
  background-color: #ddd;
}

#ndq-content td.menu-disabled {
  background: #ddd;
}

#ndq-content tr.selected td {
  background: #fffadb;
}

#ndq-content #nir-header__logo {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}

#ndq-content [dir="rtl"] #nir-header__logo {
  float: right;
  margin: 0 0 0 10px;
}

#ndq-content #nir-header__logo-image {
  vertical-align: bottom;
}

#ndq-content #nir-header__name-and-slogan {
  float: left;
}

#ndq-content #nir-header__site-name {
  margin: 0;
}

#ndq-content #nir-header__site-link:link,
#ndq-content #nir-header__site-link:visited {
  color: #000;
  text-decoration: none;
}

#ndq-content #nir-header__site-link:hover,
#ndq-content #nir-header__site-link:focus {
  text-decoration: underline;
}

#ndq-content #nir-header__site-slogan {
  margin: 0;
}

#ndq-content #nir-header__secondary-menu {
  float: right;
}

#ndq-content [dir="rtl"] #nir-header__secondary-menu {
  float: left;
}

#ndq-content #nir-header__region {
  clear: both;
}

#ndq-content .messages,
#ndq-content .messages--status,
#ndq-content .messages--warning,
#ndq-content .messages.warning,
#ndq-content .messages--error,
#ndq-content .messages.error {
  margin: 1.42857em 0;
  position: relative;
  padding: 10px 10px 10px 44px;
  border: 1px solid #009ec2;
  width: 100%;
  float: left;
}

#ndq-content [dir="rtl"] .messages,
#ndq-content [dir="rtl"] .messages--status,
#ndq-content [dir="rtl"] .messages--warning,
#ndq-content [dir="rtl"] .messages.warning,
#ndq-content [dir="rtl"] .messages--error,
#ndq-content [dir="rtl"] .messages.error {
  padding: 10px 44px 10px 10px;
  background-position: 99% 8px;
}

#ndq-content .messages__icon {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 24px;
  width: 24px;
  margin-top: -12px;
  line-height: 1;
}

#ndq-content [dir="rtl"] .messages__icon {
  left: auto;
  right: 0;
}

#ndq-content .messages__icon path {
  fill: #009ec2;
}

#ndq-content .messages__list {
  margin: 0;
}

#ndq-content .messages__item {
  list-style-image: none;
}

#ndq-content .messages--ok-color,
#ndq-content .messages,
#ndq-content .messages--status,
#ndq-content .messages--warning,
#ndq-content .messages.warning,
#ndq-content .messages--error,
#ndq-content .messages.error,
#ndq-content .ok,
#ndq-content .revision-current {
  background-color: #fff;
  color: #009ec2;
}

#ndq-content .messages--warning-color,
#ndq-content .messages--warning,
#ndq-content .messages.warning,
#ndq-content .warning {
  background-color: #fffce6;
  color: #000;
}

#ndq-content .messages--error-color,
#ndq-content .messages--error,
#ndq-content .messages.error,
#ndq-content .error {
  background-color: #fff0f0;
  color: #c00;
}

#ndq-content .messages--warning,
#ndq-content .messages.warning {
  border-color: #fd0;
}

#ndq-content .messages--warning path,
#ndq-content .messages.warning path {
  fill: #fd0;
}

#ndq-content .messages--error,
#ndq-content .messages.error {
  border-color: #c00;
}

#ndq-content .messages--error path,
#ndq-content .messages.error path {
  fill: #c00;
}

#ndq-content .messages--error__highlighted-text,
#ndq-content .messages--error .error,
#ndq-content .messages.error .error {
  color: #000;
}

@media print {
  #ndq-content .print-none,
  #ndq-content .toolbar,
  #ndq-content .action-links,
  #ndq-content .links,
  #ndq-content .book-navigation,
  #ndq-content .forum-topic-navigation,
  #ndq-content .feed-icons {
    display: none;
  }
}

#ndq-content .sidebars .block {
  margin: 10px 0;
  padding: 10px 0;
}

#ndq-content #content .block-system-main-block {
  margin: 10px 0;
  clear: both;
}

#ndq-content .node--type-person h3 {
  margin-top: 0;
}

#ndq-content .node--type-person .field--name-field-nir-person-company {
  margin-bottom: 1em;
}

#ndq-content .node--type-person .field--name-field-nir-person-dir-details {
  margin-top: 1em;
}

#ndq-content
  .node--type-person
  .field--name-field-nir-person-dir-details
  .field-item {
  margin-bottom: 5px;
}

#ndq-content .centered-header {
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
  width: 100%;
  float: right;
  margin-right: 0;
}

#ndq-content .centered-header .field--name-field-nir-committee-charter-date {
  font-weight: bold;
  font-size: smaller;
}

#ndq-content .centered-header .field--name-field-nir-committee-document,
#ndq-content .centered-header .field--name-field-nir-asset,
#ndq-content .centered-header .field--name-field-nir-committee-link {
  text-align: right;
}

#ndq-content
  .centered-header
  .field--name-field-nir-committee-document
  span
  a::before,
#ndq-content .centered-header .field--name-field-nir-asset span a::before,
#ndq-content
  .centered-header
  .field--name-field-nir-committee-link
  span
  a::before {
  font-size: 20px;
}

#ndq-content .centered-header .field--name-field-nir-asset a {
  font-weight: normal;
}

#ndq-content .field--name-field-nir-committee-link a::before {
  content: "î·";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content .field--name-field-nir-committee-member {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  float: left;
  width: 100%;
  padding: 8px 0;
  margin: 10px 0 0;
}

#ndq-content .field--name-field-nir-committee-member span::before {
  font-size: 20px;
  padding-right: 0;
}

#ndq-content .commitee_member {
  border-right: 1px solid #ddd;
  padding-right: 5px;
  margin-right: 5px;
}

#ndq-content .commitee_member:last-child {
  border-right: 0;
}

#ndq-content .commitee_member span::before {
  font-size: 20px;
  padding-right: 0;
}

#ndq-content .add-event {
  margin-bottom: 15px;
}

#ndq-content .field--name-field-nir-event-thumbnail img {
  border-left: 8px solid #009ec2;
  padding-right: 15px;
}

#ndq-content .field--name-field-nir-person-company {
  font-style: italic;
}

#ndq-content .node--view-mode-full .field--name-field-nir-event-summary {
}

#ndq-content
  .node--view-mode-full
  .field--name-field-nir-event-summary
  p:first-child {
  margin-top: 0;
}

#ndq-content
  .node--type-nir-event
  .node--type-nir-asset
  .field--name-field-nir-document
  .field__item,
#ndq-content
  .node--type-nir-event
  .node--type-nir-asset
  .field--name-field-nir-ext-document
  .field__item {
  margin: 1em 0;
}

#ndq-content .node--type-nir-event h4 {
  margin: 0 0 5px 0;
}

#ndq-content .node--type-nir-event .field--label-inline .field__label::after {
  content: "";
}

#ndq-content .node--type-nir-event .field--name-field-nir-event-speaker-name {
  font-weight: bold;
  font-style: italic;
  float: left;
  width: 100%;
}

#ndq-content .node--type-nir-event .field--name-field-nir-event-speaker-title {
  display: inline-block;
  float: left;
}

#ndq-content .node--type-nir-event .field--name-field-nir-event-speaker-co {
  display: inline-block;
  float: left;
  font-style: italic;
}

#ndq-content .node--type-nir-event .field--name-field-nir-event-speaker-co {
  float: left;
}

#ndq-content .node--type-nir-event p.address {
  margin: 0;
}

#ndq-content .node--type-nir-event .location-info {
  font-style: italic;
  color: #666;
}

#ndq-content .node--type-nir-event .field--name-field-nir-event-loc-desc p,
#ndq-content
  .node--type-nir-event
  .field--name-field-nir-event-rep-dial-notes
  p {
  margin: 0;
}

#ndq-content .node--type-nir-event .field__item > p {
  margin: 0;
}

#ndq-content .webcast-link {
  font-weight: bold;
  margin: 1em 0;
}

#ndq-content .speaker-name {
  font-weight: bold;
  font-style: italic;
}

#ndq-content .speaker-title .field {
  display: inline-block;
}

#ndq-content .speaker-group {
  float: left;
  margin-bottom: 1em;
  width: 100%;
}

#ndq-content .field--name-field-nir-news-document a {
  font-weight: bold;
}

#ndq-content .field--name-field-nir-document,
#ndq-content .field--name-field-nir-news-document,
#ndq-content .field--name-field-nir-news-supp-format,
#ndq-content .field--name-field-nir-news-supp-references {
  font-weight: bold;
}

#ndq-content .field--name-field-nir-document .field__item,
#ndq-content .field--name-field-nir-news-document .field__item,
#ndq-content .field--name-field-nir-news-supp-format .field__item,
#ndq-content .field--name-field-nir-news-supp-references .field__item {
}

#ndq-content .box__right .field__label {
  margin-bottom: 0.5em;
}

#ndq-content .box__right .field--name-field-nir-tags .field__label {
  font-size: 11px;
  float: left;
  margin-right: 0.5em;
}

#ndq-content .field--name-field-nir-sec-form {
  font-size: 20px;
  line-height: 150%;
}

#ndq-content .detail-group {
  line-height: 175%;
}

#ndq-content .doc-group,
#ndq-content .xbrl-group {
  line-height: 200%;
}

#ndq-content .node--type-nir-sec-filing .field--name-field-nir-tags {
  margin: 0.5em 0;
}

#ndq-content .node--type-nir-sec-filing .field--name-field-nir-tags a {
  color: #333;
}

#ndq-content .add-outlook,
#ndq-content .add-gcal {
  float: left;
  margin-top: 1em;
}

#ndq-content .media-meta div {
  display: inline-block;
}

#ndq-content .field--name-field-nir-multimedia-tags {
  float: left;
  width: 100%;
  margin-top: 10px;
}

#ndq-content .field--name-field-nir-multimedia-tags .field__label {
  font-size: 11px;
  float: left;
  margin-right: 0.5em;
}

#ndq-content .field--name-field-nir-multimedia-item .file-link,
#ndq-content .field--name-field-nir-multimedia-item .media-meta {
  float: left;
  display: inline-block;
}

#ndq-content .field--name-field-nir-multimedia-item .filesize {
  padding-right: 5px;
}

#ndq-content .field--name-field-nir-multimedia-item .media-meta {
  font-style: italic;
  font-weight: normal;
  color: #999;
}

#ndq-content .field.field--name-field-nir-multimedia-item {
  margin: 1em 0;
}

#ndq-content .field.field--name-field-nir-multimedia-item a::before {
  font-size: 30px;
  margin-bottom: 5px;
  float: left;
}

#ndq-content .node--nir-multimedia--full h2 {
  margin-bottom: 0.75em;
}

#ndq-content .node--nir-multimedia--full .two-col-node .node-left {
  max-width: 300px;
  float: left;
}

#ndq-content .node--nir-multimedia--full .two-col-node .node-right {
  float: left;
}

#ndq-content .node--nir-multimedia--full .styled-tag__small a {
  color: #333;
}

#ndq-content
  .node--view-mode-nir-media-gallery-viewmode
  .field--name-field-nir-media-gallery-tags {
  padding: 1em 0;
}

#ndq-content
  .node--view-mode-nir-media-gallery-viewmode
  .field--name-field-nir-media-gallery-title {
  font-weight: bold;
  margin: 12px 0;
}

#ndq-content
  .node--view-mode-nir-media-gallery-viewmode
  .field--name-field-nir-media-gallery-desc
  p:first-child {
  margin-top: 0;
}

#ndq-content
  .node--view-mode-nir-media-gallery-viewmode
  .field--name-field-nir-media-gallery-desc
  p:last-child {
  margin-top: 0;
}

#ndq-content .field--name-field-nir-multimedia-item .filesize {
  display: none;
}

#ndq-content .field--name-field-nir-multimedia-item .file-link {
  padding-right: 5px;
}

#ndq-content .node--type-nir-multimedia .filesize {
  display: none;
}

#ndq-content .view-search .filesize {
  display: none;
}

#ndq-content .field--name-field-nir-multimedia-item .field__label {
  display: none;
}

#ndq-content .historical-price-lookup-form .form-item,
#ndq-content .stock-price-calculator-form .form-item {
  float: left;
  display: inline-block;
  margin-right: 20px;
  position: relative;
}

#ndq-content .historical-price-lookup-form .form-item label::after,
#ndq-content .stock-price-calculator-form .form-item label::after {
  content: ":";
}

#ndq-content .market-data-filter-form .form-item {
  float: left;
  display: inline-block;
  margin-right: 20px;
  position: relative;
}

#ndq-content .market-data-filter-form .form-item label::after {
  content: ":";
}

#ndq-content .market-data-filter-form .form-item.form-item-period-compare-one {
  padding-left: 25px;
}

#ndq-content
  .market-data-filter-form
  .form-item.form-item-period-compare-one::before {
  content: "î‚º";
  display: inline-block;
  text-decoration: none;
  color: #009ec2;
}

#ndq-content
  .market-data-filter-form
  .form-item.form-item-period-compare-one::before {
  color: #666;
  position: absolute;
  left: 0;
  bottom: 0;
}

#ndq-content
  .market-data-filter-form
  .form-item.form-item-period-compare-one
  label {
  font-size: 75%;
  color: #666;
}

#ndq-content .market-data-filter-form .form-item.form-item-period-compare-two {
  padding-left: 25px;
}

#ndq-content
  .market-data-filter-form
  .form-item.form-item-period-compare-two::before {
  color: #666;
  content: "to";
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
}

#ndq-content
  .market-data-filter-form
  .form-item.form-item-period-compare-two
  label {
  font-size: 75%;
  color: #666;
}

#ndq-content .market-data-filter-form input {
  margin: 2.8em 0em 1.42857em 0em;
}

#ndq-content .md-download {
  float: left;
  width: 100%;
  margin: 1em 0;
}

#ndq-content .md-download .filesize {
  margin-left: 0.5em;
}

#ndq-content .historical-price-lookup-form .form-submit,
#ndq-content .stock-price-calculator-form .form-submit {
  margin-top: 3.1em;
}

@media (max-width: 481px) {
  #ndq-content .historical-price-lookup-form .form-wrapper {
    display: block;
    clear: both;
  }

  #ndq-content .historical-price-lookup-form .form-item {
    margin-right: 5px;
    margin-bottom: 0;
  }

  #ndq-content .historical-price-lookup-form .form-submit {
    margin-top: 10px;
  }
}

#ndq-content .form-item-symbols-historical {
  max-width: 120px;
}

#ndq-content .form-item-symbols-historical .form-select {
  max-width: 120px;
}

#ndq-content .form-no-label {
  margin-top: 2.8em;
}

#ndq-content .filter-row {
  float: left;
  width: 100%;
}

#ndq-content .captcha-admin-links {
  float: left;
  width: 100%;
}

#ndq-content .form-select {
  width: auto;
}

#ndq-content .contact-form input[type="text"],
#ndq-content .contact-form input[type="search"],
#ndq-content .contact-form input[type="tel"],
#ndq-content .contact-form input[type="url"],
#ndq-content .contact-form input[type="email"],
#ndq-content .contact-form input[type="password"],
#ndq-content .contact-form input[type="date"],
#ndq-content .contact-form input[type="time"],
#ndq-content .contact-form input[type="number"],
#ndq-content .contact-form input[type="datalist"] {
  width: 100%;
}

#ndq-content .contact-form textarea,
#ndq-content .contact-form select,
#ndq-content .contact-form fieldset,
#ndq-content .contact-form .form-select {
  width: 100%;
}

#ndq-content .asterisk::after {
  content: "*";
  color: #c00;
  display: inline;
  margin: 0;
}

#ndq-content .nir-email-alerts-signup-form input[type="text"],
#ndq-content .nir-email-alerts-signup-form input[type="search"],
#ndq-content .nir-email-alerts-signup-form input[type="tel"],
#ndq-content .nir-email-alerts-signup-form input[type="url"],
#ndq-content .nir-email-alerts-signup-form input[type="email"],
#ndq-content .nir-email-alerts-signup-form input[type="password"],
#ndq-content .nir-email-alerts-signup-form input[type="date"],
#ndq-content .nir-email-alerts-signup-form input[type="time"],
#ndq-content .nir-email-alerts-signup-form input[type="number"],
#ndq-content .nir-email-alerts-signup-form input[type="datalist"] {
  width: 100%;
}

#ndq-content .nir-email-alerts-signup-form .form-select {
  width: 100%;
}

#ndq-content .nir-email-alerts-signup-form table {
  table-layout: fixed;
}

#ndq-content .nir-email-alerts-signup-form table th {
  border-bottom: 0;
  color: #333;
  background: #fff;
}

#ndq-content .nir-email-alerts-signup-form table th:first-child::after {
  content: "*";
  color: #c00;
  display: inline;
  margin: 0 0 0 5px;
}

#ndq-content .nir-email-alerts-signup-form table th,
#ndq-content .nir-email-alerts-signup-form table td {
  padding: 5px 0;
}

#ndq-content .ipe-block-plugin-form select {
  color: #333;
  padding: 1px 5px;
  appearance: menulist;
  margin-bottom: 0.5em;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

#ndq-content .form-item-nir-email-alerts-unsubscribe-from-all {
  margin: 1em 0;
}

#ndq-content .form-item-nir-email-alerts-unsubscribe-from-all label {
  font-weight: bold;
}

#ndq-content .modal-content .field--name-field-nir-person-company,
#ndq-content .modal-content .field--name-field-nir-person-dir-since {
  margin-bottom: 1em;
}

#ndq-content
  .modal-content
  .field--name-field-nir-person-dir-details
  .field__item {
  margin: 0.4em 0;
}

#ndq-content
  .modal-content
  .field--name-field-nir-person-dir-details
  .field__item:before {
  font-size: 22px;
}

#ndq-content .modal-content h3.full-name {
  margin-top: 0;
}

#ndq-content .modal-content a {
  color: #009ec2;
}

#ndq-content .ui-dialog button,
#ndq-content .ui-dialog button:hover {
  background: none;
}

#ndq-content .bold-row {
  font-weight: bold;
}

#ndq-content .table-title {
  float: left;
  width: 100%;
}

#ndq-content .form-table,
#ndq-content form table {
  table-layout: auto;
}

#ndq-content .form-table tr,
#ndq-content form table tr {
  vertical-align: top;
}

#ndq-content .form-table tr:nth-child(odd),
#ndq-content .form-table tr:nth-child(even),
#ndq-content form table tr:nth-child(odd),
#ndq-content form table tr:nth-child(even) {
  background-color: transparent;
}

#ndq-content .form-table tr.field-multiple-drag,
#ndq-content form table tr.field-multiple-drag {
  padding: 15px 0 0 0;
}

#ndq-content .form-table td.field-multiple-drag,
#ndq-content form table td.field-multiple-drag {
  padding: 15px 0 0 0;
}

#ndq-content .form-table__header,
#ndq-content .form-table th,
#ndq-content form table th {
  background-color: transparent;
}

#ndq-content .ipe-category-picker-top.active h4 {
  width: 100%;
}

.ui-button .ui-icon-closethick {
  background-image: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/css/ui-icons_777777_256x240.html);
  background-position: -96px -128px;
}

.ui-dialog .ui-dialog-titlebar-close {
  right: 10px;
  top: 10px;
}

.ui-dialog-titlebar-close::before,
a.summary-toggle::before,
a.summary-toggle:hover::before,
a.summary-toggle.open::before,
a.summary-toggle.open:hover::before,
a.nir-widget--person--accordion-toggle::before,
a.nir-widget--person--accordion-toggle:hover::before,
a.nir-widget--person--accordion-toggle.open::before,
a.nir-widget--person--accordion-toggle.open:hover::before,
a.nir-widget--news--accordion-toggle::before,
a.nir-widget--news--accordion-toggle:hover::before,
a.nir-widget--news--accordion-toggle.open::before,
a.nir-widget--news--accordion-toggle.open:hover::before,
.webcast-link a::before,
.normal-webcast-link a::before,
.widget-file--html::before,
.field--name-field-nir-ext-document a::before,
.field--name-field-nir-news-supp-ext-url a::before,
.external-link::before,
.widget-file--mime-video-x-ms-asf::before,
.file--mime-video-x-ms-asf a::before,
.widget-file--mime-image-x-ms-bmp::before,
.file--mime-image-x-ms-bmp a::before,
.widget-file--mime-text-csv::before,
.file--mime-text-csv a::before,
.file--mime-text-csv.file--text a::before,
.market-data-file-download-csv::before,
.widget-file--mime-application-msword::before,
.file--mime-application-msword a::before,
.widget-file--mime-application-vnd-openxmlformats-officedocument-wordprocessingml-document::before,
.file--mime-application-vnd-openxmlformats-officedocument-wordprocessingml-document
  a::before,
.widget-file--mime-application-postscript::before,
.file--mime-application-postscript a::before,
.widget-file--mime-application-epub::before,
.file--mime-application-epub a::before,
.widget-file--fla::before,
.file--fla a::before,
.widget-file--mime-video-x-flv::before,
.file--mime-video-x-flv a::before,
.widget-file--mime-image-gif::before,
.file--mime-image-gif a::before,
.widget-file--ics::before,
.file--ics a::before,
.widget-file--mime-image-jpeg::before,
.widget-file--mime-image-jpg::before,
.file--mime-image-jpeg a::before,
.file--mime-image-jpg a::before,
.widget-file--mime-application-pgp-keys::before,
.file--mime-application-pgp-keys a::before,
.widget-file--mime-application-x-mobipocket-ebook::before,
.file--mime-application-x-mobipocket-ebook a::before,
.widget-file--mime-video-quicktime::before,
.file--mime-video-quicktime a::before,
.widget-file--mime-audio-mpeg::before,
.file--mime-audio-mpeg a::before,
.widget-file--mpg::before,
.file--mpg a::before,
.widget-file--odt::before,
.file--odt a::before,
.widget-file--application-pdf::before,
.file--application-pdf a::before,
.widget-file--mime-image-png::before,
.file--mime-image-png a::before,
.widget-file--mime-application-vnd-ms-powerpoint::before,
.file--mime-application-vnd-ms-powerpoint a::before,
.widget-file--mime-application-vnd-openxmlformats-officedocument-presentationml-presentation::before,
.file--mime-application-vnd-openxmlformats-officedocument-presentationml-presentation
  a::before,
.widget-file--mime-application-vnd-openxmlformats-officedocument-presentationml-slideshow::before,
.file--mime-application-vnd-openxmlformats-officedocument-presentationml-slideshow
  a::before,
.widget-file--mime-application-vnd-ms-powerpoint-presentation-macroEnabled-12::before,
.file--mime-application-vnd-ms-powerpoint-presentation-macroEnabled-12
  a::before,
.widget-file--mime-application-rar::before,
.file--mime-application-rar a::before,
.widget-file--mime-application-rtf::before,
.file--mime-application-rtf a::before,
.widget-file--rtx::before,
.file--rtx a::before,
.widget-file--swf::before,
.file--swf a::before,
.widget-file--mime-image-tiff::before,
.file--mime-image-tiff a::before,
.widget-file--text::before,
.file--text a::before,
.widget-file--mime-audio-x-wav::before,
.file--mime-audio-x-wav a::before,
.widget-file--mime-audio-x-ms-wma::before,
.file--mime-audio-x-ms-wma a::before,
.widget-file--mime-video-x-ms-wmv::before,
.file--mime-video-x-ms-wmv a::before,
.widget-file--xls::before,
.file--xls a::before,
.widget-file--x-office-spreadsheet::before,
.file--x-office-spreadsheet a::before,
.market-data-file-download-xls::before,
.widget-file--mime-application-vnd-ms-excel-sheet-macroEnabled-12::before,
.file--mime-application-vnd-ms-excel-sheet-macroEnabled-12 a::before,
.widget-file--mime-application-vnd-openxmlformats-officedocument-spreadsheetml-sheet::before,
.file--mime-application-vnd-openxmlformats-officedocument-spreadsheetml-sheet
  a::before,
.widget-file--mime-application-xml::before,
.file--mime-application-xml a::before,
.widget-file--mime-application-octet-stream::before,
.file--mime-application-octet-stream a::before,
.widget-file--mime-application-zip::before,
.file--mime-application-zip a::before,
.ndqicon__chairperson a::before,
span.ndqicon__chairperson::before,
.ndqicon__chairperson a_after::after,
span.ndqicon__chairperson_after::after,
.ndqicon__cob a::before,
span.ndqicon__cob::before,
.ndqicon__cob a_after::after,
span.ndqicon__cob_after::after,
.ndqicon__vicechair::before,
span.ndqicon__vicechair::before,
span.ndqicon__vicechair_after::after,
.ndqicon__leaddir::before,
span.ndqicon__leaddir::before,
.ndqicon__leaddir_after::after,
span.ndqicon__leaddir_after::after,
.ndqicon__chair::before,
.ndqicon__chair1::before,
.ndqicon__chair2::before,
.ndqicon__chair3::before,
.ndqicon__member a::before,
span.ndqicon__member::before,
.ndqicon__download::before,
.ndqicon__independent::before,
.ndqicon__independent_italic::before,
.ndqicon__calculator::before,
span.ndqicon__calculator::before,
.ndqicon__calculator_after::after,
span.ndqicon__calculator_after::after,
.ndqicon__calculator1::before,
.html-link a::before,
.asset-link a::before,
.add-outlook a::before,
.add-gcal a::before,
.right-arrow::before,
.up-arrow::before,
.ndqicon-check-circle::before,
.thank-you-page h1::before,
a.show-all::after,
a.show-all.hide-all::after,
.faq-acc-dl dt::before,
.faq-acc-dl .acc-title::before,
.acc-wrap dt::before,
.acc-wrap .acc-title::before,
.faq-acc-dl dt.opened::before,
.faq-acc-dl .acc-title.opened::before,
.acc-wrap dt.opened::before,
.acc-wrap .acc-title.opened::before,
.top-link::after,
.toolbar-bar .nir-menu > li.nir-menu-item--expanded > a::after,
.nir-toolbar .toolbar-item.help-tab > a > span::after,
.nir-toolbar .toolbar-item.local-tasks-tab > a > span::after,
.nir-toolbar .site-name-tab > a::after,
.image-style-nir-toolbar-profile.empty-image::after,
.toolbar--toggle--open a::after,
.toolbar--toggle--closed a::after {
  font-family: "ndqfonticons";
  font-size: 26px;
  vertical-align: middle;
  padding-right: 5px;
  font-weight: normal;
  text-decoration: none;
}

.ui-dialog-titlebar-close::before {
  content: "î€“";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.ui-dialog-titlebar-close::before {
  color: color(grey-dark);
  font-size: 20px;
}

.ui-dialog-titlebar-close::before:hover {
  color: color(blue);
}

a.summary-toggle {
  font-weight: normal;
  cursor: pointer;
}

a.summary-toggle::before {
  content: "î";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

a.summary-toggle:hover::before {
  content: "î";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

a.summary-toggle:before,
a.summary-toggle:hover:before {
  font-size: 15px;
  line-height: 0;
}

a.summary-toggle span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

a.summary-toggle.open::before {
  content: "î";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

a.summary-toggle.open:hover::before {
  content: "îŽ";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

a.summary-toggle.open:before,
a.summary-toggle.open:hover:before {
  font-size: 15px;
  line-height: 0;
}

a.nir-widget--person--accordion-toggle {
  font-weight: normal;
  cursor: pointer;
}

a.nir-widget--person--accordion-toggle::before {
  content: "î";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

a.nir-widget--person--accordion-toggle:hover::before {
  content: "î";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

a.nir-widget--person--accordion-toggle:before,
a.nir-widget--person--accordion-toggle:hover:before {
  font-size: 15px;
  line-height: 0;
}

a.nir-widget--person--accordion-toggle span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

a.nir-widget--person--accordion-toggle.open::before {
  content: "î";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

a.nir-widget--person--accordion-toggle.open:hover::before {
  content: "îŽ";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

a.nir-widget--person--accordion-toggle.open:before,
a.nir-widget--person--accordion-toggle.open:hover:before {
  font-size: 15px;
  line-height: 0;
}

a.nir-widget--person--accordion-toggle + div {
  display: inline;
}

a.nir-widget--news--accordion-toggle {
  font-weight: normal;
  cursor: pointer;
}

a.nir-widget--news--accordion-toggle::before {
  content: "î";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

a.nir-widget--news--accordion-toggle:hover::before {
  content: "î";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

a.nir-widget--news--accordion-toggle:before,
a.nir-widget--news--accordion-toggle:hover:before {
  font-size: 15px;
  line-height: 0;
}

a.nir-widget--news--accordion-toggle span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

a.nir-widget--news--accordion-toggle.open::before {
  content: "î";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

a.nir-widget--news--accordion-toggle.open:hover::before {
  content: "îŽ";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

a.nir-widget--news--accordion-toggle.open:before,
a.nir-widget--news--accordion-toggle.open:hover:before {
  font-size: 15px;
  line-height: 0;
}

.ndqicon-disable-link {
  margin-left: 30px;
}

.ndqicon-disable-link a::before {
  margin-left: -30px;
  cursor: default !important;
  pointer-events: none !important;
}

.ndqicon-hide-icon a::before {
  display: none !important;
}

.summary-hidden {
  display: none;
}

.webcast-link a::before,
.normal-webcast-link a::before {
  content: "î€œ";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--html::before,
.field--name-field-nir-ext-document a::before,
.field--name-field-nir-news-supp-ext-url a::before,
.external-link::before {
  content: "î·";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--mime-video-x-ms-asf::before,
.file--mime-video-x-ms-asf a::before {
  content: "î„ƒ";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--mime-image-x-ms-bmp::before,
.file--mime-image-x-ms-bmp a::before {
  content: "î„„";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--mime-text-csv::before,
.file--mime-text-csv a::before,
.file--mime-text-csv.file--text a::before,
.market-data-file-download-csv::before {
  content: "î°";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--mime-application-msword::before,
.file--mime-application-msword a::before {
  content: "î²";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--mime-application-vnd-openxmlformats-officedocument-wordprocessingml-document::before,
.file--mime-application-vnd-openxmlformats-officedocument-wordprocessingml-document
  a::before {
  content: "î³";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--mime-application-postscript::before,
.file--mime-application-postscript a::before {
  content: "îƒµ";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--mime-application-epub::before,
.file--mime-application-epub a::before {
  content: "îƒ¶";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--fla::before,
.file--fla a::before {
  content: "î´";
  display: inline-block;
  text-decoration: none;
  color: color(red);
}

.widget-file--mime-video-x-flv::before,
.file--mime-video-x-flv a::before {
  content: "îµ";
  display: inline-block;
  text-decoration: none;
  color: color(red);
}

.widget-file--mime-image-gif::before,
.file--mime-image-gif a::before {
  content: "î‚€";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--ics::before,
.file--ics a::before {
  content: "îƒ¾";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--mime-image-jpeg::before,
.widget-file--mime-image-jpg::before,
.file--mime-image-jpeg a::before,
.file--mime-image-jpg a::before {
  content: "î¿";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--mime-application-pgp-keys::before,
.file--mime-application-pgp-keys a::before {
  content: "îƒ¿";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--mime-application-x-mobipocket-ebook::before,
.file--mime-application-x-mobipocket-ebook a::before {
  content: "îƒ·";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--mime-video-quicktime::before,
.file--mime-video-quicktime a::before {
  content: "îƒ¸";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--mime-audio-mpeg::before,
.file--mime-audio-mpeg a::before {
  content: "î‚…";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--mpg::before,
.file--mpg a::before {
  content: "îƒ¹";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--odt::before,
.file--odt a::before {
  content: "îƒ»";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--application-pdf::before,
.file--application-pdf a::before {
  content: "î‚ˆ";
  display: inline-block;
  text-decoration: none;
  color: color(red);
}

.widget-file--mime-image-png::before,
.file--mime-image-png a::before {
  content: "î‚‚";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--mime-application-vnd-ms-powerpoint::before,
.file--mime-application-vnd-ms-powerpoint a::before {
  content: "î‚‰";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--mime-application-vnd-openxmlformats-officedocument-presentationml-presentation::before,
.file--mime-application-vnd-openxmlformats-officedocument-presentationml-presentation
  a::before {
  content: "î‚‹";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--mime-application-vnd-openxmlformats-officedocument-presentationml-slideshow::before,
.file--mime-application-vnd-openxmlformats-officedocument-presentationml-slideshow
  a::before {
  content: "îƒ¼";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--mime-application-vnd-ms-powerpoint::before,
.file--mime-application-vnd-ms-powerpoint a::before {
  content: "î‚Š";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--mime-application-vnd-ms-powerpoint-presentation-macroEnabled-12::before,
.file--mime-application-vnd-ms-powerpoint-presentation-macroEnabled-12
  a::before {
  content: "îƒ½";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--mime-application-rar::before,
.file--mime-application-rar a::before {
  content: "î„‚";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--mime-application-rtf::before,
.file--mime-application-rtf a::before {
  content: "î„€";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--rtx::before,
.file--rtx a::before {
  content: "î„";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--swf::before,
.file--swf a::before {
  content: "î¶";
  display: inline-block;
  text-decoration: none;
  color: color(red);
}

.widget-file--mime-image-tiff::before,
.file--mime-image-tiff a::before {
  content: "î‚";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--text::before,
.file--text a::before {
  content: "î‚Œ";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--mime-audio-x-wav::before,
.file--mime-audio-x-wav a::before {
  content: "î„ˆ";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--mime-audio-x-ms-wma::before,
.file--mime-audio-x-ms-wma a::before {
  content: "î„…";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--mime-video-x-ms-wmv::before,
.file--mime-video-x-ms-wmv a::before {
  content: "î„†";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--xls::before,
.file--xls a::before,
.widget-file--x-office-spreadsheet::before,
.file--x-office-spreadsheet a::before,
.market-data-file-download-xls::before {
  content: "î¹";
  display: inline-block;
  text-decoration: none;
  color: color(xls-green);
}

.widget-file--mime-application-vnd-ms-excel-sheet-macroEnabled-12::before,
.file--mime-application-vnd-ms-excel-sheet-macroEnabled-12 a::before {
  content: "î€Ÿ";
  display: inline-block;
  text-decoration: none;
  color: color(xls-green);
}

.widget-file--mime-application-vnd-openxmlformats-officedocument-spreadsheetml-sheet::before,
.file--mime-application-vnd-openxmlformats-officedocument-spreadsheetml-sheet
  a::before {
  content: "î»";
  display: inline-block;
  text-decoration: none;
  color: color(xls-green);
}

.widget-file--mime-application-xml::before,
.file--mime-application-xml a::before {
  content: "î¾";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.node--type-nir-sec-filing .file--mime-application-xsd a:before,
.node--type-nir-sec-filing .file--mime-application-xml a:before {
  content: "\e07d";
  color: #7b41bd;
}

.widget-file--mime-application-octet-stream::before,
.file--mime-application-octet-stream a::before {
  content: "î„‡";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.widget-file--mime-application-zip::before,
.file--mime-application-zip a::before {
  content: "î‚";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

[class^="ndqicon__"] a::before {
  font-size: 20px;
}

.ndqicon__chairperson a::before,
span.ndqicon__chairperson::before {
  content: "î€‹";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.ndqicon__chairperson a_after::after {
  content: "î€‹";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

span.ndqicon__chairperson_after::after {
  content: "î€‹";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.ndqicon__cob a::before,
span.ndqicon__cob::before {
  content: "î€¨";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.ndqicon__cob a_after::after {
  content: "î€¨";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

span.ndqicon__cob_after::after {
  content: "î€¨";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.ndqicon__vicechair::before,
span.ndqicon__vicechair::before {
  content: "î€§";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.ndqicon__vicechair:after::after,
span.ndqicon__vicechair:after::after {
  content: "î€§";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

span.ndqicon__vicechair_after::after {
  content: "î€§";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.ndqicon__leaddir::before,
span.ndqicon__leaddir::before {
  content: "îª";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.ndqicon__leaddir_after::after {
  content: "îª";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

span.ndqicon__leaddir_after::after {
  content: "îª";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.ndqicon__chair::before {
  content: "î€¨";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.ndqicon__chair1::before {
  content: "îª";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.ndqicon__chair2::before {
  content: "î«";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.ndqicon__chair3::before {
  content: "î¬";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.ndqicon__member a::before,
span.ndqicon__member::before {
  content: "î€Š";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.ndqicon__download::before {
  content: "î“";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.ndqicon__independent::before {
  content: "î€";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.ndqicon__independent_italic::before {
  content: "î€Ž";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.ndqicon__calculator::before,
span.ndqicon__calculator::before {
  content: "î€²";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.ndqicon__calculator_after::after {
  content: "î€²";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

span.ndqicon__calculator_after::after {
  content: "î€²";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.ndqicon__calculator1::before {
  content: "î€¯";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.icon-key {
  float: left;
  margin-top: 0;
}

.key-item {
  margin: 1em 0;
}

.key-item span:before {
  font-size: 20px;
}

.html-link a::before,
.asset-link a::before {
  content: "î·";
  display: inline-block;
  text-decoration: none;
  color: color("medium-blue");
}

.add-outlook a {
  font-size: 0;
}

.add-outlook a::before {
  content: "î€¿";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.add-outlook a::before {
  background: #ffbc00;
  color: #fff;
  font-size: 20px;
  width: 21px;
  height: 21px;
  text-align: center;
  padding-top: 5px;
  margin-right: 5px;
  padding-left: 5px;
}

.add-gcal a {
  font-size: 0;
}

.add-gcal a::before {
  content: "î€ž";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.add-gcal a::before {
  background: #dd4b39;
  color: #fff;
  font-size: 20px;
  width: 21px;
  height: 21px;
  text-align: center;
  padding-top: 5px;
  margin-right: 5px;
  padding-left: 5px;
}

.right-arrow::before {
  content: "î„Œ";
  display: inline-block;
  text-decoration: none;
  color: color("grey-dark");
}

.right-arrow::before {
  font-size: 14px;
}

.up-arrow::before {
  content: "î’";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.up-arrow::before {
  font-size: 14px;
}

.ndqicon-check-circle::before,
.thank-you-page h1::before {
  content: "î„–";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.ndqicon-check-circle::before,
.thank-you-page h1::before {
  font-size: 22px;
}

a.show-all::after {
  content: "î€’";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

a.show-all::after {
  font-size: 14px;
}

a.show-all.hide-all::after {
  content: "î€‘";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

a.show-all.hide-all::after {
  font-size: 14px;
}

.faq-acc-dl dt::before,
.faq-acc-dl .acc-title::before,
.acc-wrap dt::before,
.acc-wrap .acc-title::before {
  content: "î";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.faq-acc-dl dt::before,
.faq-acc-dl .acc-title::before,
.acc-wrap dt::before,
.acc-wrap .acc-title::before {
  color: white;
  font-size: 14px;
}

.faq-acc-dl dt.opened::before,
.faq-acc-dl .acc-title.opened::before,
.acc-wrap dt.opened::before,
.acc-wrap .acc-title.opened::before {
  content: "î";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.faq-acc-dl dt.opened::before,
.faq-acc-dl .acc-title.opened::before,
.acc-wrap dt.opened::before,
.acc-wrap .acc-title.opened::before {
  color: white;
  font-size: 14px;
}

.top-link::after {
  content: "î’";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.top-link::after {
  font-size: 14px;
  margin-top: -4px;
}

.file--mime-application-pdf a,
.webcast-link a,
.file--mime-application-rtf a,
.file--mime-application-vnd-ms-excel a,
.html-link a:before,
.file--mime-application-xml a,
.field--name-field-nir-ext-document a,
.file--mime-text-csv a {
  text-decoration: none !important;
}

.file--mime-application-pdf a:hover,
.webcast-link a:hover,
.file--mime-application-rtf a:hover,
.file--mime-application-vnd-ms-excel a:hover,
.html-link a:hover,
.file--mime-application-xml a:hover,
.field--name-field-nir-ext-document a:hover,
.file--mime-text-csv a:hover {
  text-decoration: none !important;
}

.file--mime-application-pdf a span,
.webcast-link a span,
.file--mime-application-rtf a span,
.file--mime-application-vnd-ms-excel a span,
.html-link a span,
.file--mime-application-xml a span,
.field--name-field-nir-ext-document a span,
.file--mime-text-csv a span,
.file--mime-application-pdf a:hover span,
.webcast-link a:hover span,
.file--mime-application-rtf a:hover span,
.file--mime-application-vnd-ms-excel a:hover span,
.html-link a:hover span,
.file--mime-application-xml a:hover span,
.field--name-field-nir-ext-document a:hover span,
.file--mime-text-csv a:hover span {
  text-decoration: none;
}

.visually-hidden,
.toolbar-bar li > ul,
.toolbar-item > ul {
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.visually-hidden--off,
.toolbar-bar li > ul--off,
.toolbar-item > ul--off {
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

.toolbar-bar li > ul.visually-hidden--off,
.toolbar-item > ul.visually-hidden--off {
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

.toolbar--wrapper div,
.toolbar--wrapper ul,
.toolbar--wrapper li,
.toolbar--wrapper a {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.toolbar--wrapper a:link,
.toolbar--wrapper a:visited {
  color: #009ec2;
  font-weight: normal;
}

.toolbar--wrapper a:link.bold-link,
.toolbar--wrapper a:visited.bold-link {
  font-weight: bold;
}

.toolbar-bar {
  background: #1d1e25 !important;
  height: 56px !important;
}

.toolbar-bar a:focus {
  text-decoration: none !important;
}

.toolbar-bar .nir-menu > li {
  display: inline-block !important;
  float: left !important;
  padding: 0px !important;
  text-align: left !important;
  margin: 0px !important;
}

.toolbar-bar .nir-menu > li.nir-menu-item--expanded > a::after {
  content: "î";
  display: inline-block;
  text-decoration: none;
  color: color("white");
}

.toolbar-bar .nir-menu > li.nir-menu-item--expanded > a::after {
  font-size: 16px !important;
}

.toolbar-bar .nir-menu > li.nir-menu-item--expanded > a:hover::after {
  color: #00bce3 !important;
}

.toolbar-bar .nir-menu > li a {
  color: #fff !important;
  font-size: 1.15em !important;
  line-height: 1 !important;
  padding: 19px 7px !important;
  transition: all 0.15s ease-in-out !important;
  text-decoration: none !important;
  display: block !important;
  text-align: left !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  margin: 0px !important;
}

.toolbar-bar .nir-menu > li a:hover {
  color: #00bce3 !important;
  text-decoration: none !important;
}

.toolbar-bar .nir-menu > li a.menu-open {
  background-color: #111217 !important;
  color: #00bce3 !important;
  text-decoration: none !important;
}

.toolbar-bar .nir-menu > li a.menu-open::after {
  color: #00bce3 !important;
}

.toolbar-bar .nir-menu > li ul {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
  background: #fff !important;
  position: absolute !important;
  padding-top: 3px !important;
  margin: 0px !important;
  width: 200px !important;
  padding-left: 0px !important;
}

.toolbar-bar .nir-menu > li ul li {
  float: left !important;
  width: 100% !important;
  margin: 0px !important;
}

.toolbar-bar .nir-menu > li ul li:hover {
  background: #0094b3 !important;
}

.toolbar-bar .nir-menu > li ul li:hover a {
  color: white !important;
  transition: none !important;
}

.toolbar-bar .nir-menu > li ul a {
  color: #333 !important;
  font-size: 14px !important;
  padding: 10px 20px !important;
}

.toolbar-bar .nir-menu > li.nir-menu-item--site-status a:hover {
  color: #fff !important;
}

.toolbar-bar .nir-menu > li.nir-menu-item--site-status--secondary a {
  color: #000 !important;
}

.toolbar-bar > .nir-menu {
  display: inline !important;
  font-size: 14px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  margin: 0 !important;
  line-height: 56px !important;
  float: left !important;
  padding-left: 0 !important;
}

.toolbar-bar > .nir-menu > li:first-child a {
  padding-left: 15px !important;
}

.nir-toolbar {
  font-smoothing: antialiased !important;
  -webkit-font-smoothing: antialiased !important;
  position: relative !important;
  z-index: 2147483647 !important;
  box-shadow: -1px 0 3px 1px rgba(0, 0, 0, 0.333) !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.nir-toolbar a.menu-open {
  background-color: #111217 !important;
  color: #00bce3 !important;
  text-decoration: none !important;
}

.nir-toolbar a.menu-open::after {
  color: #00bce3 !important;
}

.nir-toolbar .toolbar-item {
  position: relative !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  float: left !important;
  height: 56px !important;
  padding: 0px !important;
}

.nir-toolbar .toolbar-item h2,
.nir-toolbar .toolbar-item h3 {
  display: inline-block !important;
  margin: 10px 0 !important;
}

.nir-toolbar .toolbar-item > a {
  display: inline-block !important;
  padding: 20px 14px !important;
  color: #fff !important;
  font-size: 1.15em !important;
  font-weight: normal !important;
  line-height: 1 !important;
  transition: all 0.15s ease-in-out !important;
}

.nir-toolbar .toolbar-item > a:hover {
  color: #00bce3 !important;
  text-decoration: none !important;
}

.nir-toolbar .toolbar-item ul {
  font-size: 12px !important;
  font-weight: normal !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
  background: #fff !important;
  position: absolute !important;
  right: 0 !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  margin-top: 1px !important;
  width: 200px !important;
  overflow: hidden !important;
}

.nir-toolbar .toolbar-item ul li {
  float: left !important;
  width: 100% !important;
  color: #333 !important;
}

.nir-toolbar .toolbar-item ul li .image-style-nir-toolbar-profile {
  float: left !important;
  margin-left: 20px !important;
}

.nir-toolbar .toolbar-item ul li .profile-info {
  float: left !important;
  width: 145px !important;
}

.nir-toolbar .toolbar-item ul li .profile-info .menu-email {
  font-size: 12px !important;
}

.nir-toolbar .toolbar-item ul li .profile-info .user-name {
  font-size: 14px !important;
  margin-bottom: 5px !important;
}

.nir-toolbar .toolbar-item ul li a {
  color: #333 !important;
  padding: 10px 20px !important;
  display: block !important;
}

.nir-toolbar .toolbar-item ul li:hover {
  background: #0094b3 !important;
}

.nir-toolbar .toolbar-item ul li:hover a {
  color: white !important;
  transition: none !important;
  text-decoration: none !important;
}

.nir-toolbar .toolbar-item ul .user-profile-item {
  background-color: #eee;
  padding: 20px 0 !important;
}

.nir-toolbar .toolbar-item ul .user-profile-item a {
  padding: 0 !important;
  line-height: 13px !important;
}

.nir-toolbar .toolbar-item ul .user-profile-item:hover {
  background-color: #eee !important;
  cursor: default !important;
}

.nir-toolbar .toolbar-item.user-tab > a {
  padding: 10px 14px !important;
}

.nir-toolbar .toolbar-item.user-tab > a .user-name-tab {
  text-indent: -9999px !important;
}

.nir-toolbar .toolbar-item.user-tab ul {
  width: 250px !important;
}

.nir-toolbar .toolbar-item.user-tab div {
  display: inline-block !important;
}

.nir-toolbar .toolbar-item.help-tab > a {
  color: #1d1e25 !important;
  padding: 16px 14px !important;
  border-right: 1px solid #474a53 !important;
  border-left: 1px solid #474a53 !important;
}

.nir-toolbar .toolbar-item.help-tab > a:hover {
  color: #00bce3 !important;
}

.nir-toolbar .toolbar-item.help-tab > a > span {
  border-radius: 50% !important;
  background: #fff !important;
  height: 24px !important;
  width: 24px !important;
  display: block !important;
  padding-left: 2px !important;
  padding-top: 2px !important;
}

.nir-toolbar .toolbar-item.help-tab > a > span::after {
  content: "î‚³";
  display: inline-block;
  text-decoration: none;
  color: color("nir_toolbar_grey");
}

.nir-toolbar .toolbar-item.help-tab > a > span:hover::after {
  color: #00bce3 !important;
}

.nir-toolbar .toolbar-item.help-tab > a > span::after {
  font-size: 20px !important;
}

.nir-toolbar .toolbar-item.help-tab > a > span span {
  display: none;
}

.nir-toolbar .toolbar-item.local-tasks-tab > a {
  color: #1d1e25 !important;
  padding: 0 !important;
  border-right: 1px solid #474a53 !important;
  border-left: 1px solid #474a53 !important;
}

.nir-toolbar .toolbar-item.local-tasks-tab > a:hover {
  color: #00bce3 !important;
}

.nir-toolbar .toolbar-item.local-tasks-tab > a.menu-open > span::after {
  color: #0094b3 !important;
  transform: rotate(45deg) !important;
}

.nir-toolbar .toolbar-item.local-tasks-tab > a > span {
  height: 46px !important;
  width: 54px !important;
  display: block !important;
}

.nir-toolbar .toolbar-item.local-tasks-tab > a > span::after {
  content: "âœ";
  display: inline-block;
  text-decoration: none;
  color: color("nir_toolbar_grey");
}

.nir-toolbar .toolbar-item.local-tasks-tab > a > span:hover::after {
  color: #00bce3 !important;
}

.nir-toolbar .toolbar-item.local-tasks-tab > a > span::after {
  font-size: 40px !important;
  color: white !important;
  transform: rotate(-45deg) !important;
  transition: transform 0.5s;
  margin: 10px 8px 11px 8px !important;
  height: 35px !important;
  line-height: 21px;
  width: 35px !important;
  text-align: center;
  align-items: center;
  margin-top: -9px;
  display: block;
  padding: 0 !important;
}

.nir-toolbar .toolbar-item.local-tasks-tab > a > span span {
  display: none !important;
}

.nir-toolbar .toolbar-bar .nir-toolbar-tab > .toolbar-item:hover,
.nir-toolbar .toolbar-bar .nir-toolbar-tab > .toolbar-item:hover {
  background-color: #111217 !important;
  background-image: none !important;
}

.nir-toolbar .site-name-tab {
  border-top-style: solid !important;
  border-top-width: 4px !important;
}

.nir-toolbar .site-name-tab.secondary {
  border-top-color: #fd0 !important;
}

.nir-toolbar .site-name-tab.primary {
  border-top-color: #19b772 !important;
}

.nir-toolbar .site-name-tab.local {
  border-top-color: #da353b;
}

.nir-toolbar .site-name-tab > a {
  padding: 16px 4px 19px 10px !important;
  font-size: 1em !important;
}

.nir-toolbar .site-name-tab > a::after {
  content: "î€’";
  display: inline-block;
  text-decoration: none;
  color: color("white");
}

.nir-toolbar .site-name-tab > a::after {
  font-size: 14px !important;
}

.nir-toolbar .site-name-tab > a:hover::after {
  color: #00bce3 !important;
}

.local-tasks-sidebar--wrapper {
  position: absolute;
  right: 0;
  width: 200px;
  background: #eee;
  z-index: 100;
  transition-property: width;
  transition-delay: 0.4s;
  bottom: 0;
  top: 93px;
}

.local-tasks-sidebar--wrapper.toolbar--closed {
  top: 0;
}

.local-tasks-sidebar--wrapper--closed {
  width: 0;
}

.local-tasks-sidebar--wrapper--open {
  box-shadow: -3px 0 3px 1px rgba(0, 0, 0, 0.333) !important;
}

.local-tasks-sidebar--wrapper .menu-local-tasks--nir {
  padding: 15px;
}

.local-tasks-sidebar--wrapper .tabs.primary {
  margin-top: 15px;
}

.local-tasks-sidebar--wrapper .tabs.primary a {
  background: none;
}

.local-tasks-sidebar--wrapper .tabs.primary .tabs__tab.is-active {
  border-radius: 0;
}

.local-tasks-sidebar--wrapper .tabs.primary .tabs__tab.is-active a {
  color: #111217;
}

.local-tasks-sidebar--wrapper .tabs.primary .tabs__tab {
  background: #fefefe;
  border: 0;
  margin: 5px 0;
  text-align: center;
}

.nir-logo {
  background: url(../../profiles/nasdaqir/themes/custom/nir_base/src/img/west_logo.html)
    center center no-repeat !important;
  width: 40px !important;
  height: 56px !important;
  text-indent: -9999px !important;
  display: inline-block !important;
  width: 82px !important;
  height: 56px !important;
  float: left !important;
  background-size: 44px !important;
  border-right: 1px solid #474a53 !important;
}

#toolbar-item-administration {
  margin-left: 4px !important;
  border-left: 1px solid #666 !important;
}

.image-style-nir-toolbar-profile {
  display: inline-block !important;
  height: 35px !important;
  width: 35px !important;
  margin: 0 4px !important;
  overflow: hidden !important;
  border-radius: 50% !important;
  vertical-align: middle !important;
}

.image-style-nir-toolbar-profile.empty-image {
  border: 1px solid #ffffff !important;
}

.image-style-nir-toolbar-profile.empty-image::after {
  content: "î€‹";
  display: inline-block;
  text-decoration: none;
  color: color(blue);
}

.image-style-nir-toolbar-profile.empty-image::after {
  color: #fff !important;
  font-size: 50px !important;
  margin-left: -9px !important;
  margin-top: -6px !important;
}

.user-profile-item .image-style-nir-toolbar-profile.empty-image {
  border: 1px solid #ccc !important;
}

.user-profile-item .image-style-nir-toolbar-profile::after {
  color: #ccc !important;
  margin-left: -9px !important;
  margin-top: 13px !important;
}

.secondary-toolbar {
  padding: 10px !important;
  font-size: 16px !important;
  width: 100% !important;
  position: relative !important;
  right: 0 !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 500 !important;
  height: 37px !important;
}

.secondary-toolbar div,
.secondary-toolbar span,
.secondary-toolbar a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1em !important;
}

.secondary-toolbar .environment {
  float: left !important;
  font-size: 1em !important;
}

.secondary-toolbar--local {
  background: #da353b !important;
  color: #fff !important;
}

.secondary-toolbar--uat {
  background: #19b772 !important;
  color: #fff !important;
}

.secondary-toolbar--test {
  background: #337ab7 !important;
  color: #fff !important;
}

.secondary-toolbar--dev {
  background: #c042f8 !important;
  color: #fff !important;
}

.secondary-toolbar--nasdaqbeta {
  background: #fd0 !important;
}

@media only screen and (max-width: 500px) {
  .secondary-toolbar .environment {
    display: none !important;
  }
}

.nir-menu-item--site-status {
  pointer-events: none !important;
  cursor: default !important;
}

.nir-menu-item--site-status--secondary {
  background: #fd0 !important;
}

.nir-menu-item--site-status--primary {
  background: #19b772 !important;
}

.nir-notification {
  float: right !important;
  margin-left: 5px !important;
  background: #fff !important;
  line-height: 1.2 !important;
  border-radius: 3px !important;
  color: #000 !important;
  display: inline-block !important;
  font-size: 0.8em !important;
  padding: 0 3px 0 0 !important;
}

.nir-notification a {
  line-height: inherit !important;
}

.secondary-toolbar .nir-notification--text {
  margin-left: 3px !important;
  font-size: 0.8em !important;
}

.nir-notification--text {
  margin-left: 3px !important;
}

.nir-notification--status {
  border-radius: 50% !important;
  display: inline-block !important;
  width: 10px !important;
  height: 10px !important;
  border: 1px solid white !important;
  margin-left: 3px !important;
}

.nir-notification--status--off {
  background: #da353b !important;
}

.nir-notification--status--on {
  background: #19b772 !important;
}

.toolbar--toggle {
  position: absolute !important;
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  background: #000 !important;
  margin: 0 5px !important;
  border-radius: 0 0 3px 3px !important;
  right: 30px;
}

.toolbar--toggle--open a::after {
  content: "î’";
  display: inline-block;
  text-decoration: none;
  color: color("white");
}

.toolbar--toggle--closed a::after {
  content: "î";
  display: inline-block;
  text-decoration: none;
  color: color("white");
}

.toolbar--toggle a:after {
  color: #fff !important;
  font-size: 20px !important;
}

.toolbar--toggle--text {
  display: none !important;
}

.local-tasks-sidebar--toggle--text {
  display: none !important;
}

@media only screen and (max-width: 363px) {
  .toolbar-item.help-tab {
    display: none !important;
  }
}

@media (min-width: 16.5em) {
  .nir-toolbar .toolbar-bar .nir-toolbar-tab,
  .nir-toolbar .toolbar-tray-horizontal li {
    float: right !important;
  }
}

@media only screen and (max-width: 64em) {
  .toolbar-bar .nir-logo {
    background-size: 30px !important;
    width: 50px !important;
  }

  .toolbar-bar > .nir-menu > li > a {
    background-size: 27px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    text-indent: -9999px !important;
    padding: 19px 21px !important;
  }

  .toolbar-bar > .nir-menu > li:nth-child(1) > a {
    background-image: url(../../profiles/nasdaqir/themes/custom/nir_base/src/img/file.html) !important;
  }

  .toolbar-bar > .nir-menu > li:nth-child(2) > a {
    background-image: url(../../profiles/nasdaqir/themes/custom/nir_base/src/img/orgchart.html) !important;
  }

  .toolbar-bar > .nir-menu > li:nth-child(3) > a {
    background-image: url(../../profiles/nasdaqir/themes/custom/nir_base/src/img/wrench.html) !important;
  }

  .toolbar-bar > .nir-menu > li:nth-child(4) > a {
    background-image: url(../../profiles/nasdaqir/themes/custom/nir_base/src/img/barchart.html) !important;
  }

  .toolbar-bar .nir-menu > li ul {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
    background: #fff !important;
    position: fixed !important;
    padding-top: 3px !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    width: 200px !important;
    left: 0 !important;
    top: 56px !important;
  }

  .toolbar-bar .nir-menu .nir-menu-item--site-status:before {
    display: block !important;
    color: #fff !important;
    font-size: 36px !important;
    margin: 0 !important;
    padding: 0 10px !important;
  }

  .toolbar-bar .nir-menu .nir-menu-item--site-status--primary::before {
    content: "P" !important;
  }

  .toolbar-bar .nir-menu .nir-menu-item--site-status--secondary::before {
    content: "S" !important;
    color: #000 !important;
  }

  .toolbar-bar .nir-menu .nir-menu-item--site-status a {
    display: none !important;
  }

  .nir-toolbar .toolbar-item.user-tab > a {
    padding: 10px 5px !important;
  }

  .nir-toolbar .toolbar-item.site-name-tab > a {
    background: url(../../profiles/nasdaqir/themes/custom/nir_base/src/img/chevron-disc-left.html)
      center center no-repeat !important;
    background-size: 27px !important;
    width: 36px !important;
    text-indent: -9999px !important;
  }

  .nir-toolbar .toolbar-item.site-name-tab > ul {
    position: fixed !important;
    right: 0 !important;
    top: 56px !important;
  }
}

button,
hr,
input {
  overflow: visible;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

.slick-track:after,
.u-clear-both,
.u-clearfix:after {
  clear: both;
}

.slick-list,
body,
svg:not(:root) {
  overflow: hidden;
}

body,
mark {
  color: #000;
}

nav ul.two-col li,
ul.two-col:not(.document-list) li {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

table.table-downloads,
table.table-financial {
  border-collapse: separate;
}

.slick-loading .slick-slide,
.slick-loading .slick-track,
.u-hidden,
.visibility-hidden {
  visibility: hidden;
}

.feature-actions,
.pager,
.share-list,
ol,
ul {
  list-style-type: none;
}

.box-out-media[data-type="results"] a.link-arrow-after:after,
.button-download.download-trans-white:active:before,
.button-download.download-trans-white:before,
.button-download.download-trans-white:focus:before,
.button-download.download-trans-white:hover:before,
.button-download.download:not(.icon-search):active:before,
.button-download.download:not(.icon-search):before,
.button-download.download:not(.icon-search):focus:before,
.button-download.download:not(.icon-search):hover:before,
.button-download.email:active:before,
.button-download.email:before,
.button-download.email:focus:before,
.button-download.email:hover:before,
.button-download.external-trans-white:active:before,
.button-download.external-trans-white:before,
.button-download.external-trans-white:focus:before,
.button-download.external-trans-white:hover:before,
.button-download.external:active:before,
.button-download.external:before,
.button-download.external:focus:before,
.button-download.external:hover:before,
.button-download:not(.icon-search):active:before,
.button-download:not(.icon-search):before,
.button-download:not(.icon-search):focus:before,
.button-download:not(.icon-search):hover:before,
.button-grey.button-download:not(.icon-search):active:before,
.button-grey.button-download:not(.icon-search):before,
.button-grey.button-download:not(.icon-search):focus:before,
.button-grey.button-download:not(.icon-search):hover:before,
.button-grey.download-trans-white:active:before,
.button-grey.download-trans-white:before,
.button-grey.download-trans-white:focus:before,
.button-grey.download-trans-white:hover:before,
.button-grey.download:not(.icon-search):active:before,
.button-grey.download:not(.icon-search):before,
.button-grey.download:not(.icon-search):focus:before,
.button-grey.download:not(.icon-search):hover:before,
.button-grey.email:active:before,
.button-grey.email:before,
.button-grey.email:focus:before,
.button-grey.email:hover:before,
.button-grey.external-trans-white:active:before,
.button-grey.external-trans-white:before,
.button-grey.external-trans-white:focus:before,
.button-grey.external-trans-white:hover:before,
.button-grey.external:active:before,
.button-grey.external:before,
.button-grey.external:focus:before,
.button-grey.external:hover:before,
.button-inactive.button-download:not(.icon-search):active:before,
.button-inactive.button-download:not(.icon-search):before,
.button-inactive.button-download:not(.icon-search):focus:before,
.button-inactive.button-download:not(.icon-search):hover:before,
.button-inactive.download-trans-white:active:before,
.button-inactive.download-trans-white:before,
.button-inactive.download-trans-white:focus:before,
.button-inactive.download-trans-white:hover:before,
.button-inactive.download:not(.icon-search):active:before,
.button-inactive.download:not(.icon-search):before,
.button-inactive.download:not(.icon-search):focus:before,
.button-inactive.download:not(.icon-search):hover:before,
.button-inactive.email:active:before,
.button-inactive.email:before,
.button-inactive.email:focus:before,
.button-inactive.email:hover:before,
.button-inactive.external-trans-white:active:before,
.button-inactive.external-trans-white:before,
.button-inactive.external-trans-white:focus:before,
.button-inactive.external-trans-white:hover:before,
.button-inactive.external:active:before,
.button-inactive.external:before,
.button-inactive.external:focus:before,
.button-inactive.external:hover:before,
.carousel-controls button.next-slide:active:after,
.carousel-controls button.next-slide:after,
.carousel-controls button.next-slide:focus:after,
.carousel-controls button.next-slide:hover:after,
.carousel-controls button.pause-slides:active:after,
.carousel-controls button.pause-slides:after,
.carousel-controls button.pause-slides:focus:after,
.carousel-controls button.pause-slides:hover:after,
.carousel-controls button.prev-slide:active:after,
.carousel-controls button.prev-slide:after,
.carousel-controls button.prev-slide:focus:after,
.carousel-controls button.prev-slide:hover:after,
.carousel-controls.transparent-controls button.next-slide:active:after,
.carousel-controls.transparent-controls button.next-slide:after,
.carousel-controls.transparent-controls button.next-slide:focus:after,
.carousel-controls.transparent-controls button.next-slide:hover:after,
.carousel-controls.transparent-controls button.pause-slides:active:after,
.carousel-controls.transparent-controls button.pause-slides:after,
.carousel-controls.transparent-controls button.pause-slides:focus:after,
.carousel-controls.transparent-controls button.pause-slides:hover:after,
.carousel-controls.transparent-controls button.prev-slide:active:after,
.carousel-controls.transparent-controls button.prev-slide:after,
.carousel-controls.transparent-controls button.prev-slide:focus:after,
.carousel-controls.transparent-controls button.prev-slide:hover:after,
.hero-panel-with-pullout .contact-form a.trigger__close-form,
.icon-document:before,
.icon-pdf:before,
.icon-play-circle:before,
.icon-print:before,
.icon-xbrl:before,
.icon-xls:before,
.instagram-feed .instagram-feed-text:after,
.link-hover a.link-download:before,
.link-hover a.link:before,
.share-item-close,
.share-item__icon,
.share-links__icon--email,
.share-links__icon--facebook,
.share-links__icon--linkedin,
.share-links__icon--twitter,
.tile-feed .box-out[data-type="results"] a.link-arrow-after:after,
.trigger__search .trigger__icon:before,
.twitter-feed .tweet-panel .tweet-stats p.tweet-comments:before,
.twitter-feed .tweet-panel .tweet-stats p.tweet-favourite:before,
.twitter-feed .tweet-panel .tweet-stats p.tweet-retweets:before,
.twitter-feed .tweet-panel:after,
.white-text a.link-arrow-after:after,
a.button.button-download:not(.icon-search):active:before,
a.button.button-download:not(.icon-search):before,
a.button.button-download:not(.icon-search):focus:before,
a.button.button-download:not(.icon-search):hover:before,
a.button.download-trans-white:active:before,
a.button.download-trans-white:before,
a.button.download-trans-white:focus:before,
a.button.download-trans-white:hover:before,
a.button.download:not(.icon-search):active:before,
a.button.download:not(.icon-search):before,
a.button.download:not(.icon-search):focus:before,
a.button.download:not(.icon-search):hover:before,
a.button.email:active:before,
a.button.email:before,
a.button.email:focus:before,
a.button.email:hover:before,
a.button.external-trans-white:active:before,
a.button.external-trans-white:before,
a.button.external-trans-white:focus:before,
a.button.external-trans-white:hover:before,
a.button.external:active:before,
a.button.external:before,
a.button.external:focus:before,
a.button.external:hover:before,
a.link-arrow-after:after,
a.link-back:before,
a.link-download:before,
a.link-external:before,
a.link-internal:before,
a.link-webcast:before,
a.link:before,
a.media-close:link:after,
a.media-download:link:after,
a.media-expand:link:after,
a.media-fullscreen--video:link:after,
a.media-fullscreen:link:after,
button.button-download:not(.icon-search):active:before,
button.button-download:not(.icon-search):before,
button.button-download:not(.icon-search):focus:before,
button.button-download:not(.icon-search):hover:before,
button.download-trans-white:active:before,
button.download-trans-white:before,
button.download-trans-white:focus:before,
button.download-trans-white:hover:before,
button.download:not(.icon-search):active:before,
button.download:not(.icon-search):before,
button.download:not(.icon-search):focus:before,
button.download:not(.icon-search):hover:before,
button.email:active:before,
button.email:before,
button.email:focus:before,
button.email:hover:before,
button.external-trans-white:active:before,
button.external-trans-white:before,
button.external-trans-white:focus:before,
button.external-trans-white:hover:before,
button.external:active:before,
button.external:before,
button.external:focus:before,
button.external:hover:before,
footer a.link-arrow-after:after,
footer ul.socialmedia li a.facebook,
footer ul.socialmedia li a.instagram,
footer ul.socialmedia li a.linkedin,
footer ul.socialmedia li a.twitter,
footer ul.socialmedia li a.youtube,
header .lang-select ul .trigger,
html input.button-download[type="button"]:not(.icon-search):active:before,
html input.button-download[type="button"]:not(.icon-search):before,
html input.button-download[type="button"]:not(.icon-search):focus:before,
html input.button-download[type="button"]:not(.icon-search):hover:before,
html input.download-trans-white[type="button"]:active:before,
html input.download-trans-white[type="button"]:before,
html input.download-trans-white[type="button"]:focus:before,
html input.download-trans-white[type="button"]:hover:before,
html input.download[type="button"]:not(.icon-search):active:before,
html input.download[type="button"]:not(.icon-search):before,
html input.download[type="button"]:not(.icon-search):focus:before,
html input.download[type="button"]:not(.icon-search):hover:before,
html input.email[type="button"]:active:before,
html input.email[type="button"]:before,
html input.email[type="button"]:focus:before,
html input.email[type="button"]:hover:before,
html input.external-trans-white[type="button"]:active:before,
html input.external-trans-white[type="button"]:before,
html input.external-trans-white[type="button"]:focus:before,
html input.external-trans-white[type="button"]:hover:before,
html input.external[type="button"]:active:before,
html input.external[type="button"]:before,
html input.external[type="button"]:focus:before,
html input.external[type="button"]:hover:before,
input.button-download[type="reset"]:not(.icon-search):active:before,
input.button-download[type="reset"]:not(.icon-search):before,
input.button-download[type="reset"]:not(.icon-search):focus:before,
input.button-download[type="reset"]:not(.icon-search):hover:before,
input.button-download[type="submit"]:not(.icon-search):active:before,
input.button-download[type="submit"]:not(.icon-search):before,
input.button-download[type="submit"]:not(.icon-search):focus:before,
input.button-download[type="submit"]:not(.icon-search):hover:before,
input.download-trans-white[type="reset"]:active:before,
input.download-trans-white[type="reset"]:before,
input.download-trans-white[type="reset"]:focus:before,
input.download-trans-white[type="reset"]:hover:before,
input.download-trans-white[type="submit"]:active:before,
input.download-trans-white[type="submit"]:before,
input.download-trans-white[type="submit"]:focus:before,
input.download-trans-white[type="submit"]:hover:before,
input.download[type="reset"]:not(.icon-search):active:before,
input.download[type="reset"]:not(.icon-search):before,
input.download[type="reset"]:not(.icon-search):focus:before,
input.download[type="reset"]:not(.icon-search):hover:before,
input.download[type="submit"]:not(.icon-search):active:before,
input.download[type="submit"]:not(.icon-search):before,
input.download[type="submit"]:not(.icon-search):focus:before,
input.download[type="submit"]:not(.icon-search):hover:before,
input.email[type="reset"]:active:before,
input.email[type="reset"]:before,
input.email[type="reset"]:focus:before,
input.email[type="reset"]:hover:before,
input.email[type="submit"]:active:before,
input.email[type="submit"]:before,
input.email[type="submit"]:focus:before,
input.email[type="submit"]:hover:before,
input.external-trans-white[type="reset"]:active:before,
input.external-trans-white[type="reset"]:before,
input.external-trans-white[type="reset"]:focus:before,
input.external-trans-white[type="reset"]:hover:before,
input.external-trans-white[type="submit"]:active:before,
input.external-trans-white[type="submit"]:before,
input.external-trans-white[type="submit"]:focus:before,
input.external-trans-white[type="submit"]:hover:before,
input.external[type="reset"]:active:before,
input.external[type="reset"]:before,
input.external[type="reset"]:focus:before,
input.external[type="reset"]:hover:before,
input.external[type="submit"]:active:before,
input.external[type="submit"]:before,
input.external[type="submit"]:focus:before,
input.external[type="submit"]:hover:before,
input.icon-search,
main .searchcontainer .search__pagination-next a:before,
main .searchcontainer .search__pagination-prev a:before,
nav.main-nav .mobile-subnav-cloned ul.nav-sublist li.has-subnav a:before,
nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel .close a:after,
nav.main-nav > ul li.has-subnav a:before,
nav.main-nav
  > ul.mobile-nav-menu
  li.has-subnav
  ul.nav-sublist
  li.has-subnav
  > a:active:before,
nav.main-nav
  > ul.mobile-nav-menu
  li.has-subnav
  ul.nav-sublist
  li.has-subnav
  > a:before,
nav.main-nav
  > ul.mobile-nav-menu
  li.has-subnav
  ul.nav-sublist
  li.has-subnav
  > a:focus:before,
nav.main-nav
  > ul.mobile-nav-menu
  li.has-subnav
  ul.nav-sublist
  li.has-subnav
  > a:hover:before,
nav.main-nav > ul.mobile-nav-menu li.return-link > a:before,
ul.document-list.floating-link li a em:before,
ul.document-list.floating-link li:active em:before,
ul.document-list.floating-link li:focus em:before,
ul.document-list.floating-link li:hover em:before {
  display: inline-block;
  background-image: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/img/sprite/build/sprite.html);
  background-size: 266px 240px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

@font-face {
  font-family: FFClanWebProBook;
  src: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_0_0.html);
  src: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_0_0.html#iefix)
      format("embedded-opentype"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_0_0-2.html)
      format("woff2"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_0_0-3.html)
      format("woff"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_0_0-4.html)
      format("truetype");
}

@font-face {
  font-family: FFClanWebProMedium;
  src: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_1_0.html);
  src: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_1_0.html#iefix)
      format("embedded-opentype"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_1_0-2.html)
      format("woff2"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_1_0-3.html)
      format("woff"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_1_0-4.html)
      format("truetype");
}

@font-face {
  font-family: FFClanWebProThin;
  src: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_3_0.html);
  src: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_3_0.html#iefix)
      format("embedded-opentype"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_3_0-2.html)
      format("woff2"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_3_0-3.html)
      format("woff"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_3_0-4.html)
      format("truetype");
}

@font-face {
  font-family: FFClanWebProThinItalic;
  src: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/css/build/webfonts/32648D_2_0.html);
  src: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/css/build/webfonts/32648D_2_0.html#iefix)
      format("embedded-opentype"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/css/build/webfonts/32648D_2_0-2.html)
      format("woff2"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/css/build/webfonts/32648D_2_0-3.html)
      format("woff"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/css/build/webfonts/32648D_2_0-4.html)
      format("truetype");
}

@font-face {
  font-family: FFClanWebProBookItalic;
  src: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/css/build/webfonts/32648D_4_0.html);
  src: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/css/build/webfonts/32648D_4_0.html#iefix)
      format("embedded-opentype"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/css/build/webfonts/32648D_4_0-2.html)
      format("woff2"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/css/build/webfonts/32648D_4_0-3.html)
      format("woff"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/css/build/webfonts/32648D_4_0-4.html)
      format("truetype");
}

@font-face {
  font-family: FFClanWebProMediumItalic;
  src: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/css/build/webfonts/32648D_5_0.html);
  src: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/css/build/webfonts/32648D_5_0.html#iefix)
      format("embedded-opentype"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/css/build/webfonts/32648D_5_0-2.html)
      format("woff2"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/css/build/webfonts/32648D_5_0-3.html)
      format("woff"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/css/build/webfonts/32648D_5_0-4.html)
      format("truetype");
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

.select-wrapper a.dropdown-trigger,
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

.select-wrapper a.dropdown-trigger,
button,
select {
  text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.h1,
.h1.light,
.h2,
.h2 + .h3,
.h2 + h3,
.h3,
body,
h1,
h1.light,
h2,
h2 + .h3,
h2 + h3,
h3 {
  font-weight: 400;
  font-style: normal;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

nav .slick-slider {
  z-index: -1;
}

.slick-list {
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  left: 0;
  top: 0;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

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

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: FFClanWebProBook;
  src: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_0_0.html);
  src: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_0_0.html#iefix)
      format("embedded-opentype"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_0_0-2.html)
      format("woff2"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_0_0-3.html)
      format("woff"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_0_0-4.html)
      format("truetype");
}

@font-face {
  font-family: FFClanWebProMedium;
  src: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_1_0.html);
  src: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_1_0.html#iefix)
      format("embedded-opentype"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_1_0-2.html)
      format("woff2"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_1_0-3.html)
      format("woff"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_1_0-4.html)
      format("truetype");
}

@font-face {
  font-family: FFClanWebProThin;
  src: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_3_0.html);
  src: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_3_0.html#iefix)
      format("embedded-opentype"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_3_0-2.html)
      format("woff2"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_3_0-3.html)
      format("woff"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_3_0-4.html)
      format("truetype");
}

@font-face {
  font-family: FFClanWebProThinItalic;
  src: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_2_0.html);
  src: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_2_0.html#iefix)
      format("embedded-opentype"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_2_0-2.html)
      format("woff2"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_2_0-3.html)
      format("woff"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_2_0-4.html)
      format("truetype");
}

@font-face {
  font-family: FFClanWebProBookItalic;
  src: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_4_0.html);
  src: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_4_0.html#iefix)
      format("embedded-opentype"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_4_0-2.html)
      format("woff2"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_4_0-3.html)
      format("woff"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_4_0-4.html)
      format("truetype");
}

@font-face {
  font-family: FFClanWebProMediumItalic;
  src: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_5_0.html);
  src: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_5_0.html#iefix)
      format("embedded-opentype"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_5_0-2.html)
      format("woff2"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_5_0-3.html)
      format("woff"),
    url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/fonts/32648D_5_0-4.html)
      format("truetype");
}

.bg-purple {
  background: #4b1f68;
}

.bg-verylightgrey {
  background: #f9f9f9;
}

.bg-darkgrey,
footer {
  background: #444;
}

.bg-blue {
  background: #009fe3;
}

.bg-secondarygrey {
  background: #8f8f8f;
}

.u-hidden {
  display: none !important;
}

.u-hidden-visibly {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.u-border-t,
.u-divider,
.u-keyline-top {
  border-top: 1px solid #ccc;
}

.u-border-b,
.u-divider,
.u-keyline-bottom {
  border-bottom: 1px solid #ccc;
}

.u-vertical-padding {
  padding: 40px 0;
}

.u-vertical-padding-half {
  padding: 20px 0;
}

.u-bottom-padding-double {
  padding-bottom: 80px;
}

.u-bottom-padding {
  padding-bottom: 40px;
}

.u-bottom-padding-half {
  padding-bottom: 20px;
}

.u-top-padding {
  padding-top: 40px;
}

.u-top-padding-half {
  padding-top: 20px;
}

.u-top-padding-double {
  padding-top: 80px;
}

.u-panel-padding {
  padding: 0 30px 10px;
}

.u-padding-0,
.u-remove-padding,
.u-remove-space {
  padding: 0 !important;
}

.u-vertical-margin {
  margin: 40px 0;
}

.u-vertical-margin-half {
  margin: 20px 0;
}

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

.u-bottom-margin {
  margin-bottom: 40px;
}

.u-negative-margin-padding {
  margin-top: 103px;
}

.u-remove-margin,
.u-remove-space {
  margin: 0 !important;
}

.u-remove-space-top {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.u-remove-space-bottom {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.u-padding-15 {
  padding: 15px !important;
}

.u-padding-20 {
  padding: 20px !important;
}

.instagram-feed .instagram-feed-text,
.u-padding-30 {
  padding: 30px !important;
}

.u-padding-t-0 {
  padding-top: 0 !important;
}

.u-padding-t-15 {
  padding-top: 15px !important;
}

.u-padding-t-20 {
  padding-top: 20px !important;
}

.u-padding-t-30 {
  padding-top: 30px !important;
}

.u-padding-t-40 {
  padding-top: 40px !important;
}

.u-padding-t-50 {
  padding-top: 50px !important;
}

.u-padding-t-60 {
  padding-top: 60px !important;
}

.u-padding-r-0 {
  padding-right: 0 !important;
}

.u-padding-r-15 {
  padding-right: 15px !important;
}

.u-padding-r-20 {
  padding-right: 20px !important;
}

.u-padding-r-30 {
  padding-right: 30px !important;
}

.u-padding-r-60 {
  padding-right: 60px !important;
}

.u-padding-b-0 {
  padding-bottom: 0 !important;
}

.u-padding-b-5 {
  padding-bottom: 5px !important;
}

.u-padding-b-15 {
  padding-bottom: 15px !important;
}

.u-padding-b-20 {
  padding-bottom: 20px !important;
}

.u-padding-b-30 {
  padding-bottom: 30px !important;
}

.u-padding-b-60 {
  padding-bottom: 60px !important;
}

.u-padding-l-0 {
  padding-left: 0 !important;
}

.u-padding-l-15 {
  padding-left: 15px !important;
}

.u-padding-l-20 {
  padding-left: 20px !important;
}

.u-padding-l-30 {
  padding-left: 30px !important;
}

.u-margin-15 {
  margin: 15px !important;
}

.u-margin-20 {
  margin: 20px !important;
}

.u-margin-30 {
  margin: 30px !important;
}

.u-margin-t-0 {
  margin-top: 0 !important;
}

.u-margin-t-10 {
  margin-top: 10px !important;
}

.u-margin-t-15 {
  margin-top: 15px !important;
}

.u-margin-t-20 {
  margin-top: 20px !important;
}

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

.u-margin-t-40 {
  margin-top: 40px !important;
}

.u-margin-r-0 {
  margin-right: 0 !important;
}

.u-margin-r-5 {
  margin-right: 5px !important;
}

.u-margin-r-15 {
  margin-right: 15px !important;
}

.u-margin-r-20 {
  margin-right: 20px !important;
}

.u-margin-r-30 {
  margin-right: 30px !important;
}

.u-margin-b-0 {
  margin-bottom: 0 !important;
}

.u-margin-b-5 {
  margin-bottom: 5px !important;
}

.u-margin-b-10 {
  margin-bottom: 10px !important;
}

.u-margin-b-15 {
  margin-bottom: 15px !important;
}

.u-margin-b-20 {
  margin-bottom: 20px !important;
}

.u-margin-b-30 {
  margin-bottom: 30px !important;
}

.u-margin-b-60 {
  margin-bottom: 60px !important;
}

.u-margin-l-15 {
  margin-left: 15px !important;
}

.u-margin-l-20 {
  margin-left: 20px !important;
}

.u-margin-l-30 {
  margin-left: 30px !important;
}

.u-padding {
  padding: 30px;
}

@media only screen and (min-width: 1007px) {
  .u-padding {
    padding: 60px;
  }
}

.panel,
.u-padding-t {
  padding-top: 30px;
}

.panel,
.u-padding-b {
  padding-bottom: 30px;
}

@media only screen and (min-width: 1007px) {
  .panel,
  .u-padding-t {
    padding-top: 60px;
  }

  .panel,
  .u-padding-b {
    padding-bottom: 60px;
  }
}

.u-half-padding-t {
  padding-top: 15px;
}

.u-half-padding-b {
  padding-bottom: 15px;
}

@media only screen and (min-width: 1007px) {
  .u-half-padding-t {
    padding-top: 30px;
  }

  .u-half-padding-b {
    padding-bottom: 30px;
  }
}

body,
html {
  padding: 0;
}

.u-margin-t {
  margin-top: 30px;
}

.figure p,
.panel,
.u-margin-b,
p.figure {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1007px) {
  .u-margin-t {
    margin-top: 60px;
  }

  .figure p,
  .panel,
  .u-margin-b,
  p.figure {
    margin-bottom: 60px;
  }
}

.u-half-margin-t {
  margin-top: 15px;
}

.u-half-margin-b {
  margin-bottom: 15px;
}

@media only screen and (min-width: 1007px) {
  .u-half-margin-t {
    margin-top: 30px;
  }

  .u-half-margin-b {
    margin-bottom: 30px;
  }
}

.u-center,
.u-center-image {
  margin: 0 auto !important;
}

.u-clearfix:after,
.u-clearfix:before {
  content: " ";
  display: table;
}

.u-position-relative {
  position: relative;
}

.u-position-inherit {
  position: inherit !important;
}

.u-float-right {
  float: right;
  width: auto;
}

.u-float-left {
  float: left;
  width: auto;
}

.u-float-none {
  float: none;
}

.u-text-center {
  text-align: center;
}

.u-border {
  border: 1px solid #ccc;
}

.u-border-l {
  border-left: 1px solid #ccc;
}

.u-border-r {
  border-right: 1px solid #ccc;
}

.u-border-b-white {
  border-bottom: 1px solid #fff;
}

.u-border-b-0 {
  border-bottom: 0 !important;
}

.u-border-t-0 {
  border-top: 0 !important;
}

.u-shadow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.box-out-media[data-type="results"] [class^="u-border"],
.tile-feed .box-out[data-type="results"] [class^="u-border"],
.white-text [class^="u-border"],
footer [class^="u-border"] {
  border-color: #fff;
}

.u-center {
  display: block !important;
}

.h1,
.h2,
body,
h1,
h2,
html {
  margin: 0;
}

.u-text-lowercase {
  text-transform: lowercase;
}

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

.u-text-capitalize {
  text-transform: capitalize;
}

.u-text-nowrap {
  white-space: nowrap !important;
}

html {
  font-size: 1rem;
  min-height: 100%;
  overflow-y: scroll;
}

body {
  background: #fff;
  font-family: FFClanWebProBook, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 767px) {
  body {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

.h1,
h1 {
  font-family: FFClanWebProMedium, sans-serif;
  font-size: 1.875rem;
  line-height: 2.5rem;
  padding: 0 0 11px;
}

.h1.light,
h1.light {
  font-family: FFClanWebProThin, sans-serif;
  padding-bottom: 16px;
}

@media only screen and (min-width: 767px) {
  .h1,
  h1 {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}

@media only screen and (min-width: 1283px) {
  .u-text-center-xl {
    text-align: center !important;
  }

  .h1,
  h1 {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
}

.h2,
h2 {
  font-family: FFClanWebProMedium, sans-serif;
  font-size: 1.625rem;
  line-height: 2.25rem;
  padding: 0;
}

.h2 + .h3,
.h2 + h3,
h2 + .h3,
h2 + h3 {
  margin-top: -2px;
  font-family: FFClanWebProBook, sans-serif;
}

@media only screen and (min-width: 767px) {
  .h2,
  h2 {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
}

@media only screen and (min-width: 1283px) {
  .h2,
  h2 {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
}

.h3,
h3 {
  font-family: FFClanWebProMedium, sans-serif;
  font-size: 1.375rem;
  line-height: 2rem;
  margin: 0;
  padding: 16px 0;
}

@media only screen and (min-width: 1283px) {
  .h3,
  h3 {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
}

.h3 + .h4,
.h3 + h4,
h3 + .h4,
h3 + h4,
nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel .h3 + h2,
nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel h3 + h2 {
  margin-top: -22px;
}

.h3.latest-h3,
h3.latest-h3 {
  padding-bottom: 0;
}

.h4,
h4,
nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel h2 {
  font-family: FFClanWebProBook, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin: 0;
  padding: 6px 0;
}

.h5,
.h6,
h5,
h6 {
  font-family: FFClanWebProMedium, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}

@media only screen and (min-width: 1283px) {
  .h4,
  h4,
  nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel h2 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

.h5,
h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding: 6px 0;
}

.h6,
h6 {
  font-size: 1rem;
  line-height: 1.625rem;
  padding: 0;
}

h1 + h2,
h2 + h3 {
  padding-top: 0;
}

.box-out-media[data-type="results"] .h1,
.box-out-media[data-type="results"] .h2,
.box-out-media[data-type="results"] .h3,
.box-out-media[data-type="results"] .h4,
.box-out-media[data-type="results"] .h5,
.box-out-media[data-type="results"] .h6,
.box-out-media[data-type="results"] h1,
.box-out-media[data-type="results"] h2,
.box-out-media[data-type="results"] h3,
.box-out-media[data-type="results"] h4,
.box-out-media[data-type="results"] h5,
.box-out-media[data-type="results"] h6,
.box-out-media[data-type="results"]
  nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  h2,
.box-out-media[data-type="results"] p,
.h1.white,
.h2.white,
.h3.white,
.h4.white,
.h5.white,
.h6.white,
.tile-feed .box-out[data-type="results"] .h1,
.tile-feed .box-out[data-type="results"] .h2,
.tile-feed .box-out[data-type="results"] .h3,
.tile-feed .box-out[data-type="results"] .h4,
.tile-feed .box-out[data-type="results"] .h5,
.tile-feed .box-out[data-type="results"] .h6,
.tile-feed .box-out[data-type="results"] h1,
.tile-feed .box-out[data-type="results"] h2,
.tile-feed .box-out[data-type="results"] h3,
.tile-feed .box-out[data-type="results"] h4,
.tile-feed .box-out[data-type="results"] h5,
.tile-feed .box-out[data-type="results"] h6,
.tile-feed
  .box-out[data-type="results"]
  nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  h2,
.tile-feed .box-out[data-type="results"] p,
.white-text .h1,
.white-text .h2,
.white-text .h3,
.white-text .h4,
.white-text .h5,
.white-text .h6,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel h2,
.white-text p,
footer .h1,
footer .h2,
footer .h3,
footer .h4,
footer .h5,
footer .h6,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel h2,
footer p,
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .box-out-media[data-type="results"]
  h2,
nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .tile-feed
  .box-out[data-type="results"]
  h2,
nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel .white-text h2,
nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel footer h2,
nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel h2.white,
p.white {
  color: #fff;
}

.black-text .h1,
.black-text .h2,
.black-text .h3,
.black-text .h4,
.black-text .h5,
.black-text .h6,
.black-text h1,
.black-text h2,
.black-text h3,
.black-text h4,
.black-text h5,
.black-text h6,
.black-text nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel h2,
.black-text p,
.h1.black,
.h2.black,
.h3.black,
.h4.black,
.h5.black,
.h6.black,
h1.black,
h2.black,
h3.black,
h4.black,
h5.black,
h6.black,
nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel .black-text h2,
nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel h2.black,
p.black {
  color: #000;
}

.h1.font-b,
.h2.font-b,
.h3.font-b,
.h4.font-b,
.h5.font-b,
.h6.font-b,
h1.font-b,
h2.font-b,
h3.font-b,
h4.font-b,
h5.font-b,
h6.font-b,
nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel h2.font-b,
p.font-b {
  font-family: FFClanWebProBook, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.h1.font-m,
.h2.font-m,
.h3.font-m,
.h4.font-m,
.h5.font-m,
.h6.font-m,
h1.font-m,
h2.font-m,
h3.font-m,
h4.font-m,
h5.font-m,
h6.font-m,
nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel h2.font-m,
p.font-m {
  font-family: FFClanWebProMedium, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.h1.font-xl,
.h2.font-xl,
.h3.font-xl,
.h4.font-xl,
.h5.font-xl,
.h6.font-xl,
h1.font-xl,
h2.font-xl,
h3.font-xl,
h4.font-xl,
h5.font-xl,
h6.font-xl,
nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel h2.font-xl,
p.font-xl {
  font-size: 1.75rem;
  line-height: 2.375rem;
}

@media only screen and (min-width: 767px) {
  .h1.font-xl,
  .h2.font-xl,
  .h3.font-xl,
  .h4.font-xl,
  .h5.font-xl,
  .h6.font-xl,
  h1.font-xl,
  h2.font-xl,
  h3.font-xl,
  h4.font-xl,
  h5.font-xl,
  h6.font-xl,
  nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel h2.font-xl,
  p.font-xl {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
}

@media only screen and (min-width: 1007px) {
  .h1.font-xl,
  .h2.font-xl,
  .h3.font-xl,
  .h4.font-xl,
  .h5.font-xl,
  .h6.font-xl,
  h1.font-xl,
  h2.font-xl,
  h3.font-xl,
  h4.font-xl,
  h5.font-xl,
  h6.font-xl,
  nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel h2.font-xl,
  p.font-xl {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
}

@media only screen and (min-width: 1283px) {
  .h1.font-xl,
  .h2.font-xl,
  .h3.font-xl,
  .h4.font-xl,
  .h5.font-xl,
  .h6.font-xl,
  h1.font-xl,
  h2.font-xl,
  h3.font-xl,
  h4.font-xl,
  h5.font-xl,
  h6.font-xl,
  nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel h2.font-xl,
  p.font-xl {
    font-size: 3.75rem;
    line-height: 4.6875rem;
  }
}

.box-out-contact h2,
.box-out-contact h3,
.p,
p {
  font-family: FFClanWebProBook, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0 0 16px;
  text-align: left;
}

.box-out-contact .contact h2 strong,
.box-out-contact .contact h3 strong,
.box-out-contact h2.contact strong,
.box-out-contact h3.contact strong,
.contact .box-out-contact h2 strong,
.contact .box-out-contact h3 strong,
.contact .p strong,
.contact p strong,
.p.contact strong,
p.contact strong {
  display: block;
  color: #222;
}

.box-out-contact .contact h2 em,
.box-out-contact .contact h3 em,
.box-out-contact h2 strong,
.box-out-contact h2.contact em,
.box-out-contact h3 strong,
.box-out-contact h3.contact em,
.contact .box-out-contact h2 em,
.contact .box-out-contact h3 em,
.contact .p em,
.contact p em,
.p strong,
.p.contact em,
p strong,
p.contact em {
  font-family: FFClanWebProMedium, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.box-out-contact h2.small,
.box-out-contact h3.small,
.p.small,
p.small {
  font-size: 0.875rem;
  line-height: 1.625rem;
}

.intro {
  font-family: FFClanWebProThin, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0;
  padding: 0 0 20px;
}

@media only screen and (min-width: 767px) {
  .intro {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

@media only screen and (min-width: 1283px) {
  .intro {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
}

blockquote {
  margin: 0 0 16px 15px;
  padding: 10px 20px 10px 0;
  position: relative;
}

blockquote p {
  color: #222;
}

blockquote p:not(.contact) {
  font-family: FFClanWebProMedium, sans-serif;
  font-weight: 400;
  font-style: normal;
  quotes: "\201c""\201d";
  font-size: 1.375rem;
  line-height: 2rem;
  padding: 8px 0 0;
  margin-bottom: 9px;
}

.figure p strong,
blockquote.thin-font p:not(.contact),
p.figure strong {
  font-family: FFClanWebProThin, sans-serif;
  font-weight: 400;
  font-style: normal;
}

blockquote p:not(.contact):first-child {
  padding-top: 0;
}

blockquote p:not(.contact):before {
  content: open-quote;
  position: absolute;
  left: -15px;
}

blockquote.thin-font p:not(.contact):before {
  font-size: 1.875rem;
  top: 15px;
}

blockquote.small {
  padding-left: 12px;
  margin-top: 15px;
}

@media only screen and (max-width: 1282px) {
  blockquote.small {
    margin-left: 0;
  }
}

blockquote.small p:not(.contact) {
  font-size: 1rem;
  line-height: 1.625rem;
}

blockquote.small p:not(.contact):before {
  left: 3px;
}

blockquote.small p.contact {
  font-size: 0.875rem;
  line-height: 1.625rem;
}

@media only screen and (min-width: 479px) and (max-width: 1282px) {
  .blockquote-col-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.figure p,
p.figure {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.figure p strong,
p.figure strong {
  display: block;
  margin-bottom: 7px;
  font-size: 3.125rem;
  line-height: 2.8125rem;
  color: #009fe3;
}

dd,
dl,
ol li,
ul li {
  margin-bottom: 10px;
}

.figure p.figure-dark strong,
p.figure.figure-dark strong {
  color: #222;
}

.figure p.figure-white strong,
p.figure.figure-white strong {
  color: #fff;
}

figure {
  margin: 0;
}

p.share-price em,
p.share-price strong {
  display: inline-block;
  margin-right: 7px;
}

figcaption {
  font-family: FFClanWebProBookItalic, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 10px;
}

p.share-price {
  font-size: 1.75rem;
  line-height: 1.875rem;
}

p.share-price strong {
  font-family: FFClanWebProMedium, sans-serif;
  font-weight: 400;
  font-style: normal;
}

p.share-price em,
p.share-price-large strong {
  font-family: FFClanWebProThin, sans-serif;
  font-style: normal;
  font-weight: 400;
}

@media only screen and (min-width: 479px) {
  p.share-price strong + em {
    clear: left;
  }
}

.subnav-panel p.share-price em,
.subnav-panel p.share-price strong {
  font-size: 1.5rem;
  line-height: 2.125rem;
  margin-right: 0;
}

p.share-price-large {
  font-size: 2.1875rem;
  line-height: 2.8125rem;
}

p.share-price-large strong {
  color: #00a3e0;
}

.box-out-media[data-type="results"] h1.feature-label,
.box-out-media[data-type="results"] h2.feature-label,
.box-out-media[data-type="results"] h3.feature-label,
.box-out-media[data-type="results"] h4.feature-label,
.box-out-media[data-type="results"] h5.feature-label,
.box-out-media[data-type="results"] h6.feature-label,
.box-out-media[data-type="results"] p.feature-label,
.feature-panel .feature-text .feature-text-content h2.feature-label,
.feature-panel .feature-text .feature-text-content h3.feature-label,
.feature-panel .feature-text .feature-text-content p.feature-label,
.tile-feed .box-out[data-type="results"] h1.feature-label,
.tile-feed .box-out[data-type="results"] h2.feature-label,
.tile-feed .box-out[data-type="results"] h3.feature-label,
.tile-feed .box-out[data-type="results"] h4.feature-label,
.tile-feed .box-out[data-type="results"] h5.feature-label,
.tile-feed .box-out[data-type="results"] h6.feature-label,
.tile-feed .box-out[data-type="results"] p.feature-label,
h1.feature-label,
h2.feature-label,
h3.feature-label,
h4.feature-label,
h5.feature-label,
h6.feature-label,
p.feature-label {
  color: #4b1f68;
  font-family: FFClanWebProMedium, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.625rem;
  float: left;
}

.box-out-media[data-type="results"] h1.feature-label + .feature-date,
.box-out-media[data-type="results"] h2.feature-label + .feature-date,
.box-out-media[data-type="results"] h3.feature-label + .feature-date,
.box-out-media[data-type="results"] h4.feature-label + .feature-date,
.box-out-media[data-type="results"] h5.feature-label + .feature-date,
.box-out-media[data-type="results"] h6.feature-label + .feature-date,
.box-out-media[data-type="results"] p.feature-label + .feature-date,
.feature-panel
  .feature-text
  .feature-text-content
  h2.feature-label
  + .feature-date,
.feature-panel
  .feature-text
  .feature-text-content
  h3.feature-label
  + .feature-date,
.feature-panel
  .feature-text
  .feature-text-content
  p.feature-label
  + .feature-date,
.tile-feed .box-out[data-type="results"] h1.feature-label + .feature-date,
.tile-feed .box-out[data-type="results"] h2.feature-label + .feature-date,
.tile-feed .box-out[data-type="results"] h3.feature-label + .feature-date,
.tile-feed .box-out[data-type="results"] h4.feature-label + .feature-date,
.tile-feed .box-out[data-type="results"] h5.feature-label + .feature-date,
.tile-feed .box-out[data-type="results"] h6.feature-label + .feature-date,
.tile-feed .box-out[data-type="results"] p.feature-label + .feature-date,
h1.feature-label + .feature-date,
h2.feature-label + .feature-date,
h3.feature-label + .feature-date,
h4.feature-label + .feature-date,
h5.feature-label + .feature-date,
h6.feature-label + .feature-date,
p.feature-label + .feature-date {
  float: left;
}

.box-out-media[data-type="results"]
  .feature-panel
  .feature-text
  .feature-text-content
  h2.feature-label,
.box-out-media[data-type="results"]
  .feature-panel
  .feature-text
  .feature-text-content
  h3.feature-label,
.box-out-media[data-type="results"]
  .feature-panel
  .feature-text
  .feature-text-content
  p.feature-label,
.box-out-media[data-type="results"] h1.feature-label,
.box-out-media[data-type="results"] h2.feature-label,
.box-out-media[data-type="results"] h3.feature-label,
.box-out-media[data-type="results"] h4.feature-label,
.box-out-media[data-type="results"] h5.feature-label,
.box-out-media[data-type="results"] h6.feature-label,
.box-out-media[data-type="results"] p.feature-label,
.feature-panel
  .feature-text
  .feature-text-content
  .box-out-media[data-type="results"]
  h2.feature-label,
.feature-panel
  .feature-text
  .feature-text-content
  .box-out-media[data-type="results"]
  h3.feature-label,
.feature-panel
  .feature-text
  .feature-text-content
  .box-out-media[data-type="results"]
  p.feature-label,
.feature-panel .feature-text .feature-text-content .white-text h2.feature-label,
.feature-panel .feature-text .feature-text-content .white-text h3.feature-label,
.feature-panel .feature-text .feature-text-content .white-text p.feature-label,
.feature-panel .feature-text .feature-text-content footer h2.feature-label,
.feature-panel .feature-text .feature-text-content footer h3.feature-label,
.feature-panel .feature-text .feature-text-content footer p.feature-label,
.tile-feed .box-out[data-type="results"] h1.feature-label,
.tile-feed .box-out[data-type="results"] h2.feature-label,
.tile-feed .box-out[data-type="results"] h3.feature-label,
.tile-feed .box-out[data-type="results"] h4.feature-label,
.tile-feed .box-out[data-type="results"] h5.feature-label,
.tile-feed .box-out[data-type="results"] h6.feature-label,
.tile-feed .box-out[data-type="results"] p.feature-label,
.white-text .feature-panel .feature-text .feature-text-content h2.feature-label,
.white-text .feature-panel .feature-text .feature-text-content h3.feature-label,
.white-text .feature-panel .feature-text .feature-text-content p.feature-label,
.white-text h1.feature-label,
.white-text h2.feature-label,
.white-text h3.feature-label,
.white-text h4.feature-label,
.white-text h5.feature-label,
.white-text h6.feature-label,
.white-text p.feature-label,
footer .feature-panel .feature-text .feature-text-content h2.feature-label,
footer .feature-panel .feature-text .feature-text-content h3.feature-label,
footer .feature-panel .feature-text .feature-text-content p.feature-label,
footer h1.feature-label,
footer h2.feature-label,
footer h3.feature-label,
footer h4.feature-label,
footer h5.feature-label,
footer h6.feature-label,
footer p.feature-label {
  color: #fff;
}

.black-text .box-out-media[data-type="results"] h1.feature-label,
.black-text .box-out-media[data-type="results"] h2.feature-label,
.black-text .box-out-media[data-type="results"] h3.feature-label,
.black-text .box-out-media[data-type="results"] h4.feature-label,
.black-text .box-out-media[data-type="results"] h5.feature-label,
.black-text .box-out-media[data-type="results"] h6.feature-label,
.black-text .box-out-media[data-type="results"] p.feature-label,
.black-text .feature-panel .feature-text .feature-text-content h2.feature-label,
.black-text .feature-panel .feature-text .feature-text-content h3.feature-label,
.black-text .feature-panel .feature-text .feature-text-content p.feature-label,
.black-text .tile-feed .box-out[data-type="results"] h1.feature-label,
.black-text .tile-feed .box-out[data-type="results"] h2.feature-label,
.black-text .tile-feed .box-out[data-type="results"] h3.feature-label,
.black-text .tile-feed .box-out[data-type="results"] h4.feature-label,
.black-text .tile-feed .box-out[data-type="results"] h5.feature-label,
.black-text .tile-feed .box-out[data-type="results"] h6.feature-label,
.black-text .tile-feed .box-out[data-type="results"] p.feature-label,
.black-text h1.feature-label,
.black-text h2.feature-label,
.black-text h3.feature-label,
.black-text h4.feature-label,
.black-text h5.feature-label,
.black-text h6.feature-label,
.black-text p.feature-label,
.box-out-media[data-type="results"] .black-text h1.feature-label,
.box-out-media[data-type="results"] .black-text h2.feature-label,
.box-out-media[data-type="results"] .black-text h3.feature-label,
.box-out-media[data-type="results"] .black-text h4.feature-label,
.box-out-media[data-type="results"] .black-text h5.feature-label,
.box-out-media[data-type="results"] .black-text h6.feature-label,
.box-out-media[data-type="results"] .black-text p.feature-label,
.feature-panel .feature-text .feature-text-content .black-text h2.feature-label,
.feature-panel .feature-text .feature-text-content .black-text h3.feature-label,
.feature-panel .feature-text .feature-text-content .black-text p.feature-label,
.tile-feed .box-out[data-type="results"] .black-text h1.feature-label,
.tile-feed .box-out[data-type="results"] .black-text h2.feature-label,
.tile-feed .box-out[data-type="results"] .black-text h3.feature-label,
.tile-feed .box-out[data-type="results"] .black-text h4.feature-label,
.tile-feed .box-out[data-type="results"] .black-text h5.feature-label,
.tile-feed .box-out[data-type="results"] .black-text h6.feature-label,
.tile-feed .box-out[data-type="results"] .black-text p.feature-label {
  color: #000;
}

.box-out-media[data-type="results"] .subnav-panel h1.feature-label,
.box-out-media[data-type="results"] .subnav-panel h2.feature-label,
.box-out-media[data-type="results"] .subnav-panel h3.feature-label,
.box-out-media[data-type="results"] .subnav-panel h4.feature-label,
.box-out-media[data-type="results"] .subnav-panel h5.feature-label,
.box-out-media[data-type="results"] .subnav-panel h6.feature-label,
.box-out-media[data-type="results"] .subnav-panel p.feature-label,
.feature-panel
  .feature-text
  .feature-text-content
  .subnav-panel
  h2.feature-label,
.feature-panel
  .feature-text
  .feature-text-content
  .subnav-panel
  h3.feature-label,
.feature-panel
  .feature-text
  .feature-text-content
  .subnav-panel
  p.feature-label,
.subnav-panel .box-out-media[data-type="results"] h1.feature-label,
.subnav-panel .box-out-media[data-type="results"] h2.feature-label,
.subnav-panel .box-out-media[data-type="results"] h3.feature-label,
.subnav-panel .box-out-media[data-type="results"] h4.feature-label,
.subnav-panel .box-out-media[data-type="results"] h5.feature-label,
.subnav-panel .box-out-media[data-type="results"] h6.feature-label,
.subnav-panel .box-out-media[data-type="results"] p.feature-label,
.subnav-panel
  .feature-panel
  .feature-text
  .feature-text-content
  h2.feature-label,
.subnav-panel
  .feature-panel
  .feature-text
  .feature-text-content
  h3.feature-label,
.subnav-panel
  .feature-panel
  .feature-text
  .feature-text-content
  p.feature-label,
.subnav-panel .tile-feed .box-out[data-type="results"] h1.feature-label,
.subnav-panel .tile-feed .box-out[data-type="results"] h2.feature-label,
.subnav-panel .tile-feed .box-out[data-type="results"] h3.feature-label,
.subnav-panel .tile-feed .box-out[data-type="results"] h4.feature-label,
.subnav-panel .tile-feed .box-out[data-type="results"] h5.feature-label,
.subnav-panel .tile-feed .box-out[data-type="results"] h6.feature-label,
.subnav-panel .tile-feed .box-out[data-type="results"] p.feature-label,
.subnav-panel h1.feature-label,
.subnav-panel h2.feature-label,
.subnav-panel h3.feature-label,
.subnav-panel h4.feature-label,
.subnav-panel h5.feature-label,
.subnav-panel h6.feature-label,
.subnav-panel p.feature-label,
.tile-feed .box-out[data-type="results"] .subnav-panel h1.feature-label,
.tile-feed .box-out[data-type="results"] .subnav-panel h2.feature-label,
.tile-feed .box-out[data-type="results"] .subnav-panel h3.feature-label,
.tile-feed .box-out[data-type="results"] .subnav-panel h4.feature-label,
.tile-feed .box-out[data-type="results"] .subnav-panel h5.feature-label,
.tile-feed .box-out[data-type="results"] .subnav-panel h6.feature-label,
.tile-feed .box-out[data-type="results"] .subnav-panel p.feature-label {
  color: #fff;
  float: none;
}

.box-out-media[data-type="results"] .subnav-panel h1.feature-label + p,
.box-out-media[data-type="results"] .subnav-panel h2.feature-label + p,
.box-out-media[data-type="results"] .subnav-panel h3.feature-label + p,
.box-out-media[data-type="results"] .subnav-panel h4.feature-label + p,
.box-out-media[data-type="results"] .subnav-panel h5.feature-label + p,
.box-out-media[data-type="results"] .subnav-panel h6.feature-label + p,
.box-out-media[data-type="results"] .subnav-panel p.feature-label + p,
.feature-panel
  .feature-text
  .feature-text-content
  .subnav-panel
  h2.feature-label
  + p,
.feature-panel
  .feature-text
  .feature-text-content
  .subnav-panel
  h3.feature-label
  + p,
.feature-panel
  .feature-text
  .feature-text-content
  .subnav-panel
  p.feature-label
  + p,
.subnav-panel .box-out-media[data-type="results"] h1.feature-label + p,
.subnav-panel .box-out-media[data-type="results"] h2.feature-label + p,
.subnav-panel .box-out-media[data-type="results"] h3.feature-label + p,
.subnav-panel .box-out-media[data-type="results"] h4.feature-label + p,
.subnav-panel .box-out-media[data-type="results"] h5.feature-label + p,
.subnav-panel .box-out-media[data-type="results"] h6.feature-label + p,
.subnav-panel .box-out-media[data-type="results"] p.feature-label + p,
.subnav-panel
  .feature-panel
  .feature-text
  .feature-text-content
  h2.feature-label
  + p,
.subnav-panel
  .feature-panel
  .feature-text
  .feature-text-content
  h3.feature-label
  + p,
.subnav-panel
  .feature-panel
  .feature-text
  .feature-text-content
  p.feature-label
  + p,
.subnav-panel .tile-feed .box-out[data-type="results"] h1.feature-label + p,
.subnav-panel .tile-feed .box-out[data-type="results"] h2.feature-label + p,
.subnav-panel .tile-feed .box-out[data-type="results"] h3.feature-label + p,
.subnav-panel .tile-feed .box-out[data-type="results"] h4.feature-label + p,
.subnav-panel .tile-feed .box-out[data-type="results"] h5.feature-label + p,
.subnav-panel .tile-feed .box-out[data-type="results"] h6.feature-label + p,
.subnav-panel .tile-feed .box-out[data-type="results"] p.feature-label + p,
.subnav-panel h1.feature-label + p,
.subnav-panel h2.feature-label + p,
.subnav-panel h3.feature-label + p,
.subnav-panel h4.feature-label + p,
.subnav-panel h5.feature-label + p,
.subnav-panel h6.feature-label + p,
.subnav-panel p.feature-label + p,
.tile-feed .box-out[data-type="results"] .subnav-panel h1.feature-label + p,
.tile-feed .box-out[data-type="results"] .subnav-panel h2.feature-label + p,
.tile-feed .box-out[data-type="results"] .subnav-panel h3.feature-label + p,
.tile-feed .box-out[data-type="results"] .subnav-panel h4.feature-label + p,
.tile-feed .box-out[data-type="results"] .subnav-panel h5.feature-label + p,
.tile-feed .box-out[data-type="results"] .subnav-panel h6.feature-label + p,
.tile-feed .box-out[data-type="results"] .subnav-panel p.feature-label + p {
  font-size: 2rem;
  line-height: 2.625rem;
}

.box-out-media[data-type="results"] .subnav-panel h1.feature-label + p strong,
.box-out-media[data-type="results"] .subnav-panel h2.feature-label + p strong,
.box-out-media[data-type="results"] .subnav-panel h3.feature-label + p strong,
.box-out-media[data-type="results"] .subnav-panel h4.feature-label + p strong,
.box-out-media[data-type="results"] .subnav-panel h5.feature-label + p strong,
.box-out-media[data-type="results"] .subnav-panel h6.feature-label + p strong,
.box-out-media[data-type="results"] .subnav-panel p.feature-label + p strong,
.feature-panel
  .feature-text
  .feature-text-content
  .subnav-panel
  h2.feature-label
  + p
  strong,
.feature-panel
  .feature-text
  .feature-text-content
  .subnav-panel
  h3.feature-label
  + p
  strong,
.feature-panel
  .feature-text
  .feature-text-content
  .subnav-panel
  p.feature-label
  + p
  strong,
.subnav-panel .box-out-media[data-type="results"] h1.feature-label + p strong,
.subnav-panel .box-out-media[data-type="results"] h2.feature-label + p strong,
.subnav-panel .box-out-media[data-type="results"] h3.feature-label + p strong,
.subnav-panel .box-out-media[data-type="results"] h4.feature-label + p strong,
.subnav-panel .box-out-media[data-type="results"] h5.feature-label + p strong,
.subnav-panel .box-out-media[data-type="results"] h6.feature-label + p strong,
.subnav-panel .box-out-media[data-type="results"] p.feature-label + p strong,
.subnav-panel
  .feature-panel
  .feature-text
  .feature-text-content
  h2.feature-label
  + p
  strong,
.subnav-panel
  .feature-panel
  .feature-text
  .feature-text-content
  h3.feature-label
  + p
  strong,
.subnav-panel
  .feature-panel
  .feature-text
  .feature-text-content
  p.feature-label
  + p
  strong,
.subnav-panel
  .tile-feed
  .box-out[data-type="results"]
  h1.feature-label
  + p
  strong,
.subnav-panel
  .tile-feed
  .box-out[data-type="results"]
  h2.feature-label
  + p
  strong,
.subnav-panel
  .tile-feed
  .box-out[data-type="results"]
  h3.feature-label
  + p
  strong,
.subnav-panel
  .tile-feed
  .box-out[data-type="results"]
  h4.feature-label
  + p
  strong,
.subnav-panel
  .tile-feed
  .box-out[data-type="results"]
  h5.feature-label
  + p
  strong,
.subnav-panel
  .tile-feed
  .box-out[data-type="results"]
  h6.feature-label
  + p
  strong,
.subnav-panel
  .tile-feed
  .box-out[data-type="results"]
  p.feature-label
  + p
  strong,
.subnav-panel h1.feature-label + p strong,
.subnav-panel h2.feature-label + p strong,
.subnav-panel h3.feature-label + p strong,
.subnav-panel h4.feature-label + p strong,
.subnav-panel h5.feature-label + p strong,
.subnav-panel h6.feature-label + p strong,
.subnav-panel p.feature-label + p strong,
.tile-feed
  .box-out[data-type="results"]
  .subnav-panel
  h1.feature-label
  + p
  strong,
.tile-feed
  .box-out[data-type="results"]
  .subnav-panel
  h2.feature-label
  + p
  strong,
.tile-feed
  .box-out[data-type="results"]
  .subnav-panel
  h3.feature-label
  + p
  strong,
.tile-feed
  .box-out[data-type="results"]
  .subnav-panel
  h4.feature-label
  + p
  strong,
.tile-feed
  .box-out[data-type="results"]
  .subnav-panel
  h5.feature-label
  + p
  strong,
.tile-feed
  .box-out[data-type="results"]
  .subnav-panel
  h6.feature-label
  + p
  strong,
.tile-feed
  .box-out[data-type="results"]
  .subnav-panel
  p.feature-label
  + p
  strong {
  font-size: 2.1875rem;
  line-height: 2.8125rem;
}

@media only screen and (min-width: 1007px) {
  .box-out-media[data-type="results"] h1.large.feature-label,
  .box-out-media[data-type="results"] h2.large.feature-label,
  .box-out-media[data-type="results"] h3.large.feature-label,
  .box-out-media[data-type="results"] h4.large.feature-label,
  .box-out-media[data-type="results"] h5.large.feature-label,
  .box-out-media[data-type="results"] h6.large.feature-label,
  .box-out-media[data-type="results"] p.large.feature-label,
  .feature-panel .feature-text .feature-text-content h2.large.feature-label,
  .feature-panel .feature-text .feature-text-content h3.large.feature-label,
  .feature-panel .feature-text .feature-text-content p.large.feature-label,
  .tile-feed .box-out[data-type="results"] h1.large.feature-label,
  .tile-feed .box-out[data-type="results"] h2.large.feature-label,
  .tile-feed .box-out[data-type="results"] h3.large.feature-label,
  .tile-feed .box-out[data-type="results"] h4.large.feature-label,
  .tile-feed .box-out[data-type="results"] h5.large.feature-label,
  .tile-feed .box-out[data-type="results"] h6.large.feature-label,
  .tile-feed .box-out[data-type="results"] p.large.feature-label,
  h1.feature-label.large,
  h2.feature-label.large,
  h3.feature-label.large,
  h4.feature-label.large,
  h5.feature-label.large,
  h6.feature-label.large,
  p.feature-label.large {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

h1.feature-title,
h2.feature-title,
h3.feature-title,
h4.feature-title,
h5.feature-title,
h6.feature-title,
p.feature-title {
  clear: both;
  font-family: FFClanWebProMedium, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 0;
}

h1.feature-title em,
h2.feature-title em,
h3.feature-title em,
h4.feature-title em,
h5.feature-title em,
h6.feature-title em,
p.feature-title em {
  font-family: FFClanWebProThin, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}

.black-text h1.feature-title a,
.black-text h2.feature-title a,
.black-text h3.feature-title a,
.black-text h4.feature-title a,
.black-text h5.feature-title a,
.black-text h6.feature-title a,
.black-text p.feature-title a {
  color: #000;
}

.feature-date {
  font-family: FFClanWebProBook, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-left: 5px;
  padding-left: 7px;
}

.feature-date:before {
  content: "";
  border-left: 1px solid #444;
  position: absolute;
  left: 0;
  top: 4px;
  height: 15px;
}

.feature-text {
  font-family: FFClanWebProThin, sans-serif;
  font-weight: 400;
  font-style: normal;
  clear: both;
}

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

.feature-text a:active:active,
.feature-text a:active:focus,
.feature-text a:active:hover,
.feature-text a:link:active,
.feature-text a:link:focus,
.feature-text a:link:hover,
.feature-text a:visited:active,
.feature-text a:visited:focus,
.feature-text a:visited:hover {
  text-decoration: underline;
  color: #4b1f68;
}

ol,
ul {
  counter-reset: li;
  padding: 0;
  margin: 0 0 20px;
}

ol li,
ul li {
  color: #000;
  margin-left: 20px;
  position: relative;
}

ol li:before,
ul li:before {
  counter-increment: li;
  display: inline-block;
  height: 100%;
  left: -20px;
  position: absolute;
}

ol li.carousel-li:first-child,
ul li.carousel-li:first-child {
  float: left;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid;
}

ol ol,
ol ul,
ul ol,
ul ul {
  padding-top: 10px;
}

ul {
  font-family: FFClanWebProBook, sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul li:before {
  content: "\25CF";
  top: -1px;
  font-size: 0.625rem;
}

ol {
  font-family: FFClanWebProMedium, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.tabs li a,
ul.document-list li {
  font-family: FFClanWebProBook, sans-serif;
  font-style: normal;
}

ol li:before {
  content: counter(li) ".";
  top: 0;
}

ol ul li:before {
  content: "\25CF" !important;
  top: -1px;
}

.cycle-panel .cycle-list ul.slick-slider li:before,
.instagram-feed ul li:before,
.select-wrapper ul.select-list li:before,
a.link:before,
footer ul li:before,
nav.main-nav .mobile-subnav-cloned ul.nav-sublist li:before,
ol.list-inline li:before,
ol.list-unstyled li:before,
ol.tabs li:before,
ul.breadcrumb li + li a:before,
ul.breadcrumb li:before,
ul.document-list li:before,
ul.list-inline li:before,
ul.list-unstyled li:before,
ul.tabs li:before {
  content: "";
}

.cycle-panel .cycle-list ul.slick-slider,
.instagram-feed ul,
.select-wrapper ul.select-list,
footer ul,
nav.main-nav .mobile-subnav-cloned ul.nav-sublist,
ol.list-unstyled,
ol.tabs,
ul.breadcrumb,
ul.document-list,
ul.list-unstyled,
ul.tabs {
  margin-left: 0;
  list-style: none;
}

.cycle-panel .cycle-list ul.slick-slider li,
.instagram-feed ul li,
.select-wrapper ul.select-list li,
footer ul li,
nav.main-nav .mobile-subnav-cloned ul.nav-sublist li,
ol.list-unstyled li,
ol.tabs li,
ul.breadcrumb li,
ul.document-list li,
ul.list-unstyled li,
ul.tabs li {
  margin-left: 0;
}

ol.list-inline,
ul.list-inline {
  margin-left: 0;
  list-style: none;
}

ol.list-inline--nowrap,
ul.list-inline--nowrap {
  white-space: nowrap;
}

ol.list-inline li,
ul.list-inline li {
  margin-left: 0;
  display: inline;
}

dl {
  margin-top: 0;
}

dt {
  font-weight: 700;
  margin-bottom: 5px;
}

dd {
  margin-left: 0;
}

ul.document-list {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

@media only screen and (min-width: 767px) {
  ul.document-list {
    margin-top: 0;
  }

  ul.document-list.two-col li {
    width: 48%;
    float: left;
  }

  ul.document-list.two-col li a {
    margin-left: 15px;
  }

  ul.document-list.two-col li:nth-child(odd) {
    clear: left;
  }

  ul.document-list.two-col li:nth-child(odd) a {
    margin-right: 15px;
    margin-left: 0;
  }
}

ul.document-list li {
  font-weight: 400;
  margin-bottom: 0;
}

ul.document-list li a {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 15px;
  margin-top: -1px;
  display: block;
  text-decoration: none;
  color: #222;
}

ul.document-list li a:active,
ul.document-list li a:focus,
ul.document-list li a:hover {
  background: #4b1f68;
  color: #fff;
}

ul.document-list li em {
  display: block;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.75rem;
  margin-top: -6px;
}

ul.document-list li + li {
  border-top: 0;
}

.banner:after,
.table-scroll:after {
  clear: both;
}

ul.document-list.floating-link li a {
  position: relative;
}

ul.document-list.floating-link li a em {
  position: relative;
  display: block;
  padding-left: 25px;
}

@media only screen and (min-width: 1007px) {
  ul.document-list.floating-link li a {
    padding-right: 45%;
  }

  ul.document-list.floating-link li a em {
    position: absolute;
    top: 18px;
    right: 15px;
    text-align: right;
  }
}

ul.document-list.floating-link li a em:before {
  content: "";
  width: 16px;
  height: 16px;
  background-position: -137.4px -192.8px;
  position: absolute;
  top: 6px;
  left: 0;
}

ul.document-list.floating-link li:active em:before,
ul.document-list.floating-link li:focus em:before,
ul.document-list.floating-link li:hover em:before {
  width: 16px;
  height: 16px;
  background-position: -5px -219.8px;
}

@media only screen and (min-width: 767px) {
  nav ul.two-col li {
    float: left;
    width: 48%;
  }
}

nav ul.two-col li:nth-child(odd) {
  margin-right: 2%;
}

@media only screen and (min-width: 479px) {
  ul.two-col:not(.document-list) {
    -webkit-columns: 2;
    columns: 2;
    color: #000;
  }
}

ul.breadcrumb {
  padding: 15px 0 10px;
  display: block;
  margin-bottom: 0;
}

@media only screen and (min-width: 1919px) {
  ul.breadcrumb {
    margin-left: 30px;
  }
}

ul.breadcrumb li {
  float: left;
  margin-bottom: 0;
}

ul.breadcrumb li a {
  font-size: 0.875rem;
  line-height: 3.125rem;
  color: #000;
  padding-right: 6px;
  position: relative;
}

ul.breadcrumb li + li a {
  padding-left: 6px;
}

ul.breadcrumb li + li a:before {
  display: block;
  width: 1px;
  height: 15px;
  background: #000;
  position: absolute;
  top: 1px;
  left: 0;
}

.tabs {
  background: #f9f9f9;
  overflow: auto;
}

.tabs li {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.tabs li a {
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 19px 0;
  border: 1px solid #ccc;
}

.tabs li a.active,
.tabs li a.hover,
.tabs li a.lit,
.investors-lang .tabs li a.is-active,
.tabs li a:active,
.tabs li a:focus,
.tabs li a:hover {
  background: #512d6d;
  color: #fff;
  font-family: FFClanWebProMedium, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (min-width: 767px) {
  .tabs li {
    width: 25%;
  }

  .tabs li a {
    border: none;
    border-right: 1px solid #ccc;
  }

  .tabs li:last-of-type a {
    border: none;
  }

  .nir-node--37541 .secondary-nav li:last-of-type a {
    border: none;
    background: #512d6d !important;
    color: #fff !important;
    font-weight: 400;
    font-style: bold;
    font-family: FFClanWebProMedium, sans-serif;
  }

  .tabs.tabs-half li,
  .tabs.tabs-2 li {
    width: 50%;
  }

  .tabs.tabs-third li,
  .tabs.tabs-3 li {
    width: 33.333333%;
  }

  .tabs.tabs-fourth li,
  .tabs.tabs-4 li {
    width: 100%;
  }
}

@media only screen and (min-width: 1007px) {
  .tabs.tabs-fourth li,
  .tabs.tabs-4 li {
    width: 25%;
  }
}

@media only screen and (min-width: 767px) {
  .tabs.tabs-fifth li,
  .tabs.tabs-5 li {
    width: 100%;
  }
}

@media only screen and (min-width: 1007px) {
  .tabs.tabs-fifth li,
  .tabs.tabs-5 li {
    width: 20%;
  }
}

@media only screen and (min-width: 767px) {
    .tabs.tabs-sixth li,
    .tabs.tabs-6 li {
        width: 100%;
    }
}

@media only screen and (min-width: 1007px) {
    .tabs.tabs-sixth li,
    .tabs.tabs-6 li {
        width: 16.666%;
    }
}

.tabs:not(.tabs-small) {
  margin: 0 -15px;
}

.tabs.tabs-small {
  border-radius: 5px;
}

.tabs.tabs-small li a {
  padding: 9px 10px;
  border: none;
}

.tabs.tabs-lang {
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #512d6d;
  max-height: 32px;
  overflow: hidden;
  margin-top: 4px;
  margin-right: 0;
}

.tabs.tabs-lang-positioned {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 1919px) {
  .tabs.tabs-lang {
    margin-right: 30px;
  }
}

.tabs.tabs-lang li {
  width: 44px;
}

.tabs.tabs-lang li a {
  display: block;
  border: none;
  padding: 4px 0 0;
}

.tabs.tabs-lang li a:active,
.tabs.tabs-lang li a:focus,
.tabs.tabs-lang li a:hover {
  text-decoration: underline;
  background-color: #f9f9f9 !important;
  color: #512d6d !important;
}

.tabs.tabs-lang li a.active {
  background-color: #512d6d !important;
  color: #fff !important;
}

.investors .tabs-lang {
  margin-top: 23.5px;
}

@media only screen and (max-width: 478px) {
  ul.breadcrumb li a {
    line-height: 1.875rem;
  }

  .investors .tabs-lang {
    margin: 0 !important;
  }

  .investors-lang:not(.country-lang) {
    display: block !important;
    position: relative;
    width: 100%;
    margin: 0px;
  }

  .tabs.tabs-lang ul {
    width: 45px;
    margin: 0 !important;
    right: 30px;
  }
}

@media only screen and (min-width: 1919px) {
  .investors-lang:not(.country-lang) {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 478px) {
  .investors-lang:not(.country-lang)-page {
    display: block !important;
    position: relative;
    width: 100%;
    margin: 0 -20px 10px;
  }
}

a.link,
a.link-arrow-after,
a.link-back,
a.link-download,
a.link-external,
a.link-internal,
a.link-webcast {
  display: inline-block;
}

@media only screen and (min-width: 1919px) {
  .investors-lang:not(.country-lang)-page {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 478px) {
  .investors-lang.country-lang .tabs-lang {
    margin: 0 10px 10px;
  }
}

a:link,
a:visited {
  background-color: inherit;
  color: #512d6d;
  text-decoration: none;
  outline: 0;
}

.box-out-media[data-type="results"] a:link,
.box-out-media[data-type="results"] a:link:active,
.box-out-media[data-type="results"] a:link:focus,
.box-out-media[data-type="results"] a:link:hover,
.box-out-media[data-type="results"] a:visited,
.box-out-media[data-type="results"] a:visited:active,
.box-out-media[data-type="results"] a:visited:focus,
.box-out-media[data-type="results"] a:visited:hover,
.tile-feed .box-out[data-type="results"] a:link,
.tile-feed .box-out[data-type="results"] a:link:active,
.tile-feed .box-out[data-type="results"] a:link:focus,
.tile-feed .box-out[data-type="results"] a:link:hover,
.tile-feed .box-out[data-type="results"] a:visited,
.tile-feed .box-out[data-type="results"] a:visited:active,
.tile-feed .box-out[data-type="results"] a:visited:focus,
.tile-feed .box-out[data-type="results"] a:visited:hover,
.white-text a:link,
.white-text a:link:active,
.white-text a:link:focus,
.white-text a:link:hover,
.white-text a:visited,
.white-text a:visited:active,
.white-text a:visited:focus,
.white-text a:visited:hover,
footer a:link,
footer a:link:active,
footer a:link:focus,
footer a:link:hover,
footer a:visited,
footer a:visited:active,
footer a:visited:focus,
footer a:visited:hover {
  color: #fff;
}

a:active,
a:focus,
a:hover {
  text-decoration: underline;
}

a.hover-link:active,
a.hover-link:focus,
a.hover-link:hover,
a.link-arrow-after:active,
a.link-arrow-after:focus,
a.link-arrow-after:hover,
a.link-back:active,
a.link-back:focus,
a.link-back:hover,
a.link-download:active,
a.link-download:focus,
a.link-download:hover,
a.link-external:active,
a.link-external:focus,
a.link-external:hover,
a.link-internal:active,
a.link-internal:focus,
a.link-internal:hover,
a.link-see-all:active,
a.link-see-all:focus,
a.link-see-all:hover,
a.link-webcast:active,
a.link-webcast:focus,
a.link-webcast:hover,
a.link:active,
a.link:focus,
a.link:hover {
  font-family: FFClanWebProMedium, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
}

a.link {
  position: relative;
  padding-left: 29px;
  text-decoration: none;
}

.link-hover a.link,
a.link-arrow-after,
table tbody tr td a,
table tbody tr td a:link,
table tbody tr td a:visited {
  text-decoration: underline;
}

a.link:before {
  position: absolute;
  top: 7px;
  left: 5px;
  width: 9px;
  height: 14px;
  background-position: -96px -219.8px;
}

a.link-arrow-after:after,
a.link-download:before {
  top: 6px;
  content: "";
}

.link-hover a.link {
  font-family: FFClanWebProBook, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.link-hover a.link:before {
  width: 9px;
  height: 14px;
  background-position: -233.4px -192.8px;
}

a.link-arrow-after {
  position: relative;
  padding-right: 29px;
}

a.link-arrow-after:after {
  position: absolute;
  right: 11px;
  width: 9px;
  height: 14px;
  background-position: -96px -219.8px;
}

.box-out-media[data-type="results"] a.link-arrow-after:after,
.tile-feed .box-out[data-type="results"] a.link-arrow-after:after,
.white-text a.link-arrow-after:after,
footer a.link-arrow-after:after {
  width: 9px;
  height: 14px;
  background-position: -233.4px -192.8px;
}

a.link-download {
    position: relative;
    padding-left: 23px;
}


    a.link-download:before {
        position: absolute;
        left: 0;
        width: 16px;
        height: 16px;
        background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 15.3151V14.3151H15V15.3151H0ZM8 12.6851H7V0.685059H8V12.6851ZM8.4 12.3351L7.7 13.0351L0.7 6.03506L1.4 5.32506L8.4 12.3351ZM7.4 13.0351L6.7 12.3351L13.7 5.32506L14.4 6.03506L7.4 13.0351Z' fill='%23512d6d'/%3e%3c/svg%3e ") no-repeat 50% 50%;
    }

.link-hover a.link-download {
  font-family: FFClanWebProBook, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
}

table tbody tr strong,
table th {
  font-family: FFClanWebProMedium, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.link-hover a.link-download:before {
  width: 16px;
  height: 16px;
  background-position: -5px -219.8px;
}

a.link-internal {
  position: relative;
  padding-left: 23px;
}

    a.link-internal:before {
        content: "";
        position: absolute;
        top: 3px;
        left: 0;
        width: 17px;
        height: 17px;
        transform:rotate(-90deg);
        background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 12.6851H7V0.685059H8V12.6851ZM8.4 12.3351L7.7 13.0351L0.7 6.03506L1.4 5.32506L8.4 12.3351ZM7.4 13.0351L6.7 12.3351L13.7 5.32506L14.4 6.03506L7.4 13.0351Z' fill='%23512d6d'/%3e%3c/svg%3e ") no-repeat 50% 50%;
    }

a.link-external {
  position: relative;
  padding-left: 23px;
}

    a.link-external:before {
        content: "";
        position: absolute;
        top: 3px;
        left: 0;
        width: 17px;
        height: 17px;
        transform: rotate(-130deg);
        background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 12.6851H7V0.685059H8V12.6851ZM8.4 12.3351L7.7 13.0351L0.7 6.03506L1.4 5.32506L8.4 12.3351ZM7.4 13.0351L6.7 12.3351L13.7 5.32506L14.4 6.03506L7.4 13.0351Z' fill='%23512d6d'/%3e%3c/svg%3e ") no-repeat 50% 50%;
    }

a.link-webcast {
  position: relative;
  padding-left: 20px;
}

a.link-back:before,
a.link-webcast:before {
  content: "";
  position: absolute;
}

a.link-webcast:before {
  top: 7px;
  left: 0;
  width: 9px;
  height: 12px;
  background-position: -135.2px -219.8px;
}

a.link-back {
  bottom: 10px;
  padding-left: 18px;
  padding-top: 29px;
}

a.link-back:before {
  top: 32px;
  left: 0;
  width: 9px;
  height: 14px;
  background-position: -96px -219.8px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

a.link-see-all {
  padding: 7px 5px;
  float: right;
}

.icon-document,
.icon-pdf,
.icon-xls {
  padding-left: 30px;
}

.banner,
.mobile-nav-controls .trigger__nav,
.mobile-nav-controls .trigger__search,
a.langbtn {
  float: left;
}

[class^="icon-"]:focus:before,
[class^="icon-"]:hover:before {
  z-index: 2;
}

[class^="icon-"]:focus:after,
[class^="icon-"]:hover:after {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  min-width: 26px;
  min-height: 25px;
  z-index: 1;
  background-color: #ccc;
  background-size: 30px;
  background-position: left;
}

.icon-document:before,
.icon-pdf:before,
.icon-play-circle:before,
.icon-xbrl:before,
.icon-xls:before {
  content: "";
  left: 0;
  height: 21px;
}

.icon-document,
.icon-pdf,
.icon-play-circle,
.icon-xls {
  min-width: 25px;
  min-height: 25px;
  display: inline-block;
}

.icon-pdf {
  position: relative;
}

.icon-pdf:before {
  position: absolute;
  top: 3px;
  width: 23px;
  background-position: -219.8px -5px;
}

.icon-xls {
  position: relative;
}

.icon-xls:before {
  position: absolute;
  top: 3px;
  width: 23px;
  background-position: -184.8px -115px;
}

.icon-document {
  position: relative;
}

.icon-document:before {
  position: absolute;
  top: 3px;
  width: 23px;
  background-position: -219.8px -95px;
}

.icon-play-circle {
  position: relative;
  padding-left: 25px;
}

.icon-print,
.icon-xbrl {
  min-width: 25px;
  min-height: 25px;
  display: inline-block;
  padding-left: 30px;
}

.icon-play-circle:before {
  position: absolute;
  top: 3px;
  width: 21px;
  background-position: -219.8px -125px;
}

.icon-xbrl {
  position: relative;
}

.icon-xbrl:before {
  position: absolute;
  top: 3px;
  width: 23px;
  background-position: -219.8px -35px;
}

.icon-print {
  position: relative;
}

.icon-print:before,
table tbody tr:after {
  position: absolute;
  left: 0;
  content: "";
}

.icon-print:before {
  top: 3px;
  width: 23px;
  height: 21px;
  background-position: -219.8px -65px;
}

span.icon-document:before,
span.icon-pdf:before,
span.icon-xbrl:before,
span.icon-xls:before {
  opacity: 0.5;
}

span.icon-document:after,
span.icon-pdf:after,
span.icon-xbrl:after,
span.icon-xls:after {
  display: none;
}

table {
  margin: 0 0 40px;
  width: 100%;
  font-size: 0.90625rem;
}

.old-ie table {
  font-size: 1em;
}

table th {
  text-align: left;
}

body:not(.nir-node--type-nir-news) table td,
body:not(.nir-node--type-nir-news) table th {
  padding: 20px;
  /*min-width: 140px;*/
}

table td a[class^="link-"],
table th a[class^="link-"] {
  color: #444;
}

table thead td,
table thead th {
  border-bottom: 1px solid #ccc;
}

table tbody {
  position: relative;
}

table tbody tr:after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  float: left;
  opacity: 0;
  height: 1px;
  background: #ccc;
  bottom: auto;
  width: 100%;
}

.select-wrapper a.dropdown-trigger:disabled,
.subnav-cloned ul > li.disabled-link,
.trigger__search .trigger__icon:active,
.trigger__search .trigger__icon:focus,
.trigger__search .trigger__icon:hover,
.what-we-do .subnav-inner-cloned ul > li.disabled-link,
select:disabled {
  opacity: 0.5;
}

table tbody tr.hover a[class^="link"],
table tbody tr:hover a[class^="link"] {
  color: #222;
}

table tbody tr.hover td,
table tbody tr:hover td {
  background: #f9f9f9;
  border-bottom: 1px solid #512d6d;
}

table tbody tr.hover td.link-hover,
table tbody tr:hover td.link-hover {
  background: #4b1f68;
}

table tbody tr.hover td.link-hover a[class^="link"],
table tbody tr:hover td.link-hover a[class^="link"] {
  color: #fff;
}

table tbody tr td {
  background: #fff;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

table tbody tr td a:focus,
table tbody tr td a:hover,
table tbody tr td a:link:focus,
table tbody tr td a:link:hover,
table tbody tr td a:visited:focus,
table tbody tr td a:visited:hover {
  text-decoration: none;
}

.accordion table tr {
  position: initial;
}

table.table-downloads caption {
  font-size: 1.125rem;
  text-align: left;
  padding-bottom: 10px;
}

table.table-downloads tr:first-child td,
table.table-downloads tr:first-child th {
  border-top: solid 1px #ccc;
}

table.table-downloads td,
table.table-downloads th {
  border-bottom: solid 1px #ccc;
  text-align: left;
  vertical-align: bottom;
  padding: 10px 15px 10px 10px;
}

table.table-downloads td:first-child,
table.table-downloads th:first-child {
  text-align: left;
  vertical-align: top;
}

table.table-financial tr.line td,
table.table-financial tr.line th,
table.table-financial tr.thickline td,
table.table-financial tr.thickline th {
  border-bottom: solid 1px #ccc;
}

table.table-financial td,
table.table-financial th {
  text-align: right;
  vertical-align: bottom;
  padding: 20px;
}

table.table-financial td.left,
table.table-financial td:first-child,
table.table-financial th.left,
table.table-financial th:first-child {
  text-align: left;
}

table.table-financial td.center,
table.table-financial th.center {
  text-align: center;
}

table.table-financial td.aligntop,
table.table-financial th.aligntop {
  vertical-align: top;
}

table.table-financial td.alignbottom,
table.table-financial th.alignbottom {
  vertical-align: bottom;
}

table.table-financial td.alignmiddle,
table.table-financial th.alignmiddle {
  vertical-align: middle;
}

table.table-financial td.indent,
table.table-financial th.indent {
  text-align: left;
  padding-left: 15px;
}

table.table-financial td.doubleindent,
table.table-financial th.doubleindent {
  text-align: left;
  padding-left: 30px;
}

table.table-financial td.highlight,
table.table-financial th.highlight {
  background: #f9f9f9;
}

table.table-financial td.line,
table.table-financial th.line {
  border-bottom: 1px solid #ccc;
}

table.table-financial td.noline,
table.table-financial th.noline {
  border-bottom: none !important;
}

table.table-financial thead td,
table.table-financial thead th {
  vertical-align: bottom;
}

table.table-financial thead tr:last-child td,
table.table-financial thead tr:last-child th {
  border-bottom: 1px solid #ccc;
}

table.table-financial tbody td,
table.table-financial tbody th {
  border-bottom: solid 1px #ccc;
}

table.table-financial tbody td.borderleft,
table.table-financial tbody th.borderleft {
  border-left: 1px solid #000;
}

table.table-financial tbody td.bordertop,
table.table-financial tbody th.bordertop {
  border-top: 1px solid #000;
}

table.table-financial tbody td.borderbottom,
table.table-financial tbody th.borderbottom {
  border-bottom: 1px solid #000;
}

table.table-financial tbody td.borderbottomthick,
table.table-financial tbody th.borderbottomthick {
  border-bottom: 2px solid #000;
}

table.table-financial tbody td.borderright,
table.table-financial tbody th.borderright {
  border-right: 1px solid #000;
}

table.table-financial tbody tr.hover td,
table.table-financial tbody tr.hover td.highlight,
table.table-financial tbody tr.hover th,
table.table-financial tbody tr.hover th.highlight {
  background: #ccc;
}

table.table-financial tfoot td {
  font-size: 0.875rem;
}

.table-responsive {
  position: relative;
  overflow: hidden;
}

.table-responsive.has-scroll:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50px;
  height: 100%;
  border-radius: 10px 0 0 10px/50% 0 0 50%;
  -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
  content: "";
}

iframe,
img,
legend {
  border: 0;
}

.table-scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
  min-height: 0.01%;
}

.table-scroll:after,
.table-scroll:before {
  content: " ";
  display: table;
}

@media screen and (max-width: 1282px) {
  .table-scroll {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin-bottom: 40px;
  }

  .table-scroll table {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 767px) {
  .col-md-7 .table-wrapper,
  .nogutter-col-md-7 .table-wrapper {
    width: -webkit-calc(((100% / 7) * 12) + 15px);
    width: calc(((100% / 7) * 12) + 15px);
  }
}

@media only screen and (min-width: 1007px) {
  .footnotes {
    margin: 0 10%;
  }
}

img {
  display: block;
  image-rendering: optimizeSpeed;
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: bicubic;
}

embed,
img,
object,
video:not(.home-video) {
  max-width: 100%;
  height: auto;
}

iframe {
  width: 100%;
}

.iframe-container {
  position: relative;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
}

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

@media (min-width: breakpoint-min(xs,(xs:319px,sm:479px,md:767px,lg:1007px,xl:1283px,xxl:1919px))) {
  .hidden-xs-up {
    display: none !important;
  }
}

@media (max-width: breakpoint-max(xs,(xs:319px,sm:479px,md:767px,lg:1007px,xl:1283px,xxl:1919px))) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: breakpoint-min(sm,(xs:319px,sm:479px,md:767px,lg:1007px,xl:1283px,xxl:1919px))) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: breakpoint-max(sm,(xs:319px,sm:479px,md:767px,lg:1007px,xl:1283px,xxl:1919px))) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: breakpoint-min(md,(xs:319px,sm:479px,md:767px,lg:1007px,xl:1283px,xxl:1919px))) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: breakpoint-max(md,(xs:319px,sm:479px,md:767px,lg:1007px,xl:1283px,xxl:1919px))) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: breakpoint-min(lg,(xs:319px,sm:479px,md:767px,lg:1007px,xl:1283px,xxl:1919px))) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: breakpoint-max(lg,(xs:319px,sm:479px,md:767px,lg:1007px,xl:1283px,xxl:1919px))) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: breakpoint-min(xl,(xs:319px,sm:479px,md:767px,lg:1007px,xl:1283px,xxl:1919px))) {
  .hidden-xl-up {
    display: none !important;
  }
}

@media (max-width: breakpoint-max(xl,(xs:319px,sm:479px,md:767px,lg:1007px,xl:1283px,xxl:1919px))) {
  .hidden-xl-down {
    display: none !important;
  }
}

@media (min-width: breakpoint-min(xxl,(xs:319px,sm:479px,md:767px,lg:1007px,xl:1283px,xxl:1919px))) {
  .hidden-xxl-up {
    display: none !important;
  }
}

@media (max-width: breakpoint-max(xxl,(xs:319px,sm:479px,md:767px,lg:1007px,xl:1283px,xxl:1919px))) {
  .hidden-xxl-down {
    display: none !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }

  .hidden-print {
    display: none !important;
  }
}

@media only screen and (max-width: 478px) {
  .hide-xs {
    display: none;
  }
}

@media only screen and (min-width: 479px) and (max-width: 766px) {
  .hide-sm {
    display: none;
  }
}

@media only screen and (min-width: 479px) {
  .hide-sm-up {
    display: none;
  }
}

@media only screen and (max-width: 766px) {
  .hide-sm-down {
    display: none;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1006px) {
  .hide-md {
    display: none;
  }
}

@media only screen and (min-width: 767px) {
  .hide-md-up {
    display: none;
  }
}

@media only screen and (max-width: 1006px) {
  .hide-md-down {
    display: none;
  }
}

@media only screen and (min-width: 1007px) and (max-width: 1282px) {
  .hide-lg {
    display: none;
  }
}

@media only screen and (min-width: 1007px) {
  .hide-lg-up {
    display: none;
  }
}

@media only screen and (min-width: 1283px) and (max-width: 1282px) {
  .hide-xl {
    display: none;
  }
}

@media only screen and (min-width: 1283px) {
  .hide-xl-up {
    display: none;
  }
}

@media only screen and (max-width: 1282px) {
  .hide-lg-down,
  .hide-xl-down {
    display: none;
  }
}

@media only screen and (min-width: 1919px) {
  .hide-xxl {
    display: none;
  }
}

fieldset,
form {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.select-wrapper form.purple a.dropdown-trigger,
form.purple .select-wrapper a.dropdown-trigger,
form.purple input,
form.purple select,
form.purple textarea {
  background: #4b1f68;
  color: #fff;
}

form.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

form.flex .flex-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

form.flex .flex-item + .flex-item {
  margin-left: 10px;
}

form.flex .flex-item.shrink {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: inherit;
  color: #000;
  border-bottom: 1px solid #ccc;
}

.select-wrapper a.dropdown-trigger,
input,
select,
textarea {
  color: #000;
  border: 1px solid #ccc;
  font-size: 100%;
  font-family: FFClanWebProBook, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  margin: 0;
  vertical-align: baseline;
  border-radius: 5px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .select-wrapper a.dropdown-trigger,
  input,
  select,
  textarea {
    font-size: 1rem;
  }
}

.select-wrapper a.dropdown-trigger,
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/img/arrow-down-solid-purple.html)
    right 16px no-repeat;
}

.select-wrapper a.dropdown-trigger option,
select option {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-family: FFClanWebProMedium, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 15px;
}

.select-wrapper a.dropdown-trigger option:active,
.select-wrapper a.dropdown-trigger option:focus,
.select-wrapper a.dropdown-trigger option:hover,
select option:active,
select option:focus,
select option:hover {
  background: #4b1f68;
  color: #fff;
}

input {
  padding: 10px 15px;
}

input.icon-search {
  width: 18px;
  height: 18px;
  background-position: -60px -192.8px;
  background-color: #fff;
  border: none;
  padding: 0;
  text-indent: -100000px;
  cursor: pointer;
  position: absolute;
  top: 12.5px;
  right: 30px;
}

form.flex input.icon-search {
  right: 17px;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

:-moz-placeholder {
  color: #000;
}

::-webkit-input-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

.form-group {
  padding-bottom: 20px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  height: 42px;
}

.control-label,
.form-control.inline {
  display: inline-block;
}

textarea.form-control {
  height: auto;
}

.control-label {
  padding-bottom: 5px;
}

.warning .form-control {
  background: #fcf0f1;
  border: 1px solid #d63049;
}

.warning .control-label {
  color: #d63049;
}

.warning :-moz-placeholder {
  color: #d63049;
}

.warning ::-webkit-input-placeholder {
  color: #d63049;
}

.warning :-ms-input-placeholder {
  color: #d63049;
}

.button-download:not(.icon-search),
.button-grey:not(.icon-search),
.button-inactive:not(.icon-search),
a.button:not(.icon-search),
button:not(.icon-search),
html input[type="button"]:not(.icon-search),
input[type="reset"]:not(.icon-search),
input[type="submit"]:not(.icon-search) {
  font-family: FFClanWebProBook, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #4b1f68;
  border-radius: 5px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 6px 15px 4px;
  margin: 0 20px 20px 0;
  text-decoration: none;
  position: relative;
  outline: 0;
  line-height: 1.875rem;
  vertical-align: middle;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.border-mob:focus,
.mini-border:focus {
  outline: transparent solid;
}

.button-download:not(.icon-search):active,
.button-download:not(.icon-search):focus,
.button-download:not(.icon-search):hover,
.button-grey:not(.icon-search):active,
.button-grey:not(.icon-search):focus,
.button-grey:not(.icon-search):hover,
.button-inactive:not(.icon-search):active,
.button-inactive:not(.icon-search):focus,
.button-inactive:not(.icon-search):hover,
a.button:not(.icon-search):active,
a.button:not(.icon-search):focus,
a.button:not(.icon-search):hover,
button:not(.icon-search):active,
button:not(.icon-search):focus,
button:not(.icon-search):hover,
html input[type="button"]:not(.icon-search):active,
html input[type="button"]:not(.icon-search):focus,
html input[type="button"]:not(.icon-search):hover,
input[type="reset"]:not(.icon-search):active,
input[type="reset"]:not(.icon-search):focus,
input[type="reset"]:not(.icon-search):hover,
input[type="submit"]:not(.icon-search):active,
input[type="submit"]:not(.icon-search):focus,
input[type="submit"]:not(.icon-search):hover {
  background: #4b1f68;
  color: #fff;
}

.button-download:not(.icon-search):active em,
.button-download:not(.icon-search):focus em,
.button-download:not(.icon-search):hover em,
.button-grey:not(.icon-search):active em,
.button-grey:not(.icon-search):focus em,
.button-grey:not(.icon-search):hover em,
.button-inactive:not(.icon-search):active em,
.button-inactive:not(.icon-search):focus em,
.button-inactive:not(.icon-search):hover em,
a.button:not(.icon-search):active em,
a.button:not(.icon-search):focus em,
a.button:not(.icon-search):hover em,
button:not(.icon-search):active em,
button:not(.icon-search):focus em,
button:not(.icon-search):hover em,
html input[type="button"]:not(.icon-search):active em,
html input[type="button"]:not(.icon-search):focus em,
html input[type="button"]:not(.icon-search):hover em,
input[type="reset"]:not(.icon-search):active em,
input[type="reset"]:not(.icon-search):focus em,
input[type="reset"]:not(.icon-search):hover em,
input[type="submit"]:not(.icon-search):active em,
input[type="submit"]:not(.icon-search):focus em,
input[type="submit"]:not(.icon-search):hover em {
  color: #fff;
}

.button-download:not(.icon-search) em,
.button-grey:not(.icon-search) em,
.button-inactive:not(.icon-search) em,
a.button:not(.icon-search) em,
button:not(.icon-search) em,
html input[type="button"]:not(.icon-search) em,
input[type="reset"]:not(.icon-search) em,
input[type="submit"]:not(.icon-search) em {
  font-style: normal;
  color: #444;
  font-size: 0.8125rem;
}

.button-download:not(.icon-search).block,
.button-grey:not(.icon-search).block,
.button-inactive:not(.icon-search).block,
a.button:not(.icon-search).block,
button:not(.icon-search).block,
html input[type="button"]:not(.icon-search).block,
input[type="reset"]:not(.icon-search).block,
input[type="submit"]:not(.icon-search).block {
  display: block;
  margin-bottom: 5px;
  width: auto;
}

@media only screen and (min-width: 767px) {
  .button-download:not(.icon-search).wide,
  .button-grey:not(.icon-search).wide,
  .button-inactive:not(.icon-search).wide,
  a.button:not(.icon-search).wide,
  button:not(.icon-search).wide,
  html input[type="button"]:not(.icon-search).wide,
  input[type="reset"]:not(.icon-search).wide,
  input[type="submit"]:not(.icon-search).wide {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
}

.button-download:not(.icon-search).full-width,
.button-grey:not(.icon-search).full-width,
.button-inactive:not(.icon-search).full-width,
a.button:not(.icon-search).full-width,
button:not(.icon-search).full-width,
html input[type="button"]:not(.icon-search).full-width,
input[type="reset"]:not(.icon-search).full-width,
input[type="submit"]:not(.icon-search).full-width {
  width: 100%;
}

.button-download:not(.icon-search).button-grey,
.button-download:not(.icon-search).grey,
.button-grey:not(.icon-search).button-grey,
.button-grey:not(.icon-search).grey,
.button-inactive:not(.icon-search).button-grey,
.button-inactive:not(.icon-search).grey,
a.button:not(.icon-search).button-grey,
a.button:not(.icon-search).grey,
button:not(.icon-search).button-grey,
button:not(.icon-search).grey,
html input[type="button"]:not(.icon-search).button-grey,
html input[type="button"]:not(.icon-search).grey,
input[type="reset"]:not(.icon-search).button-grey,
input[type="reset"]:not(.icon-search).grey,
input[type="submit"]:not(.icon-search).button-grey,
input[type="submit"]:not(.icon-search).grey {
  border-color: #222;
  color: #222;
}

.button-download:not(.icon-search).button-grey:active,
.button-download:not(.icon-search).button-grey:focus,
.button-download:not(.icon-search).button-grey:hover,
.button-download:not(.icon-search).grey:active,
.button-download:not(.icon-search).grey:focus,
.button-download:not(.icon-search).grey:hover,
.button-grey:not(.icon-search).button-grey:active,
.button-grey:not(.icon-search).button-grey:focus,
.button-grey:not(.icon-search).button-grey:hover,
.button-grey:not(.icon-search).grey:active,
.button-grey:not(.icon-search).grey:focus,
.button-grey:not(.icon-search).grey:hover,
.button-inactive:not(.icon-search).button-grey:active,
.button-inactive:not(.icon-search).button-grey:focus,
.button-inactive:not(.icon-search).button-grey:hover,
.button-inactive:not(.icon-search).grey:active,
.button-inactive:not(.icon-search).grey:focus,
.button-inactive:not(.icon-search).grey:hover,
a.button:not(.icon-search).button-grey:active,
a.button:not(.icon-search).button-grey:focus,
a.button:not(.icon-search).button-grey:hover,
a.button:not(.icon-search).grey:active,
a.button:not(.icon-search).grey:focus,
a.button:not(.icon-search).grey:hover,
button:not(.icon-search).button-grey:active,
button:not(.icon-search).button-grey:focus,
button:not(.icon-search).button-grey:hover,
button:not(.icon-search).grey:active,
button:not(.icon-search).grey:focus,
button:not(.icon-search).grey:hover,
html input[type="button"]:not(.icon-search).button-grey:active,
html input[type="button"]:not(.icon-search).button-grey:focus,
html input[type="button"]:not(.icon-search).button-grey:hover,
html input[type="button"]:not(.icon-search).grey:active,
html input[type="button"]:not(.icon-search).grey:focus,
html input[type="button"]:not(.icon-search).grey:hover,
input[type="reset"]:not(.icon-search).button-grey:active,
input[type="reset"]:not(.icon-search).button-grey:focus,
input[type="reset"]:not(.icon-search).button-grey:hover,
input[type="reset"]:not(.icon-search).grey:active,
input[type="reset"]:not(.icon-search).grey:focus,
input[type="reset"]:not(.icon-search).grey:hover,
input[type="submit"]:not(.icon-search).button-grey:active,
input[type="submit"]:not(.icon-search).button-grey:focus,
input[type="submit"]:not(.icon-search).button-grey:hover,
input[type="submit"]:not(.icon-search).grey:active,
input[type="submit"]:not(.icon-search).grey:focus,
input[type="submit"]:not(.icon-search).grey:hover {
  color: #fff;
}

.box-out-media[data-type="results"] .button:not(.icon-search),
.button-download:not(.icon-search).purple,
.button-grey:not(.icon-search).purple,
.button-inactive:not(.icon-search).purple,
.tile-feed .box-out[data-type="results"] .button:not(.icon-search),
a.button:not(.icon-search).purple,
button:not(.icon-search).purple,
html input[type="button"]:not(.icon-search).purple,
input[type="reset"]:not(.icon-search).purple,
input[type="submit"]:not(.icon-search).purple {
  background: #4b1f68;
  color: #fff;
  border-color: #fff;
  padding: 7px 15px 3px;
}

.box-out-media[data-type="results"] .button:not(.icon-search):active,
.box-out-media[data-type="results"] .button:not(.icon-search):focus,
.box-out-media[data-type="results"] .button:not(.icon-search):hover,
.button-download:not(.icon-search).purple:active,
.button-download:not(.icon-search).purple:focus,
.button-download:not(.icon-search).purple:hover,
.button-grey:not(.icon-search).purple:active,
.button-grey:not(.icon-search).purple:focus,
.button-grey:not(.icon-search).purple:hover,
.button-inactive:not(.icon-search).purple:active,
.button-inactive:not(.icon-search).purple:focus,
.button-inactive:not(.icon-search).purple:hover,
.tile-feed .box-out[data-type="results"] .button:not(.icon-search):active,
.tile-feed .box-out[data-type="results"] .button:not(.icon-search):focus,
.tile-feed .box-out[data-type="results"] .button:not(.icon-search):hover,
a.button:not(.icon-search).purple:active,
a.button:not(.icon-search).purple:focus,
a.button:not(.icon-search).purple:hover,
button:not(.icon-search).purple:active,
button:not(.icon-search).purple:focus,
button:not(.icon-search).purple:hover,
html input[type="button"]:not(.icon-search).purple:active,
html input[type="button"]:not(.icon-search).purple:focus,
html input[type="button"]:not(.icon-search).purple:hover,
input[type="reset"]:not(.icon-search).purple:active,
input[type="reset"]:not(.icon-search).purple:focus,
input[type="reset"]:not(.icon-search).purple:hover,
input[type="submit"]:not(.icon-search).purple:active,
input[type="submit"]:not(.icon-search).purple:focus,
input[type="submit"]:not(.icon-search).purple:hover {
  background: #fff;
  color: #4b1f68;
}

.box-out-media[data-type="results"] .button:not(.icon-search),
.button-download:not(.icon-search).trans-white,
.button-grey:not(.icon-search).trans-white,
.button-inactive:not(.icon-search).trans-white,
.cycle-panel .cycle-controls a.button:not(.icon-search),
.feature-panel.feature-event
  .feature-panel-content
  .feature-text
  .button:not(.icon-search),
.feature-text-large .button:not(.icon-search),
.tile-feed .box-out[data-type="results"] .button:not(.icon-search),
a.button:not(.icon-search).trans-white,
button:not(.icon-search).trans-white,
html input[type="button"]:not(.icon-search).trans-white,
input[type="reset"]:not(.icon-search).trans-white,
input[type="submit"]:not(.icon-search).trans-white {
  background: 0 0;
  color: #fff;
  border-color: #fff;
  padding: 7px 15px 3px;
}

.box-out-media[data-type="results"] .button:not(.icon-search):active,
.box-out-media[data-type="results"] .button:not(.icon-search):focus,
.box-out-media[data-type="results"] .button:not(.icon-search):hover,
.button-download:not(.icon-search).trans-white:active,
.button-download:not(.icon-search).trans-white:focus,
.button-download:not(.icon-search).trans-white:hover,
.button-grey:not(.icon-search).trans-white:active,
.button-grey:not(.icon-search).trans-white:focus,
.button-grey:not(.icon-search).trans-white:hover,
.button-inactive:not(.icon-search).trans-white:active,
.button-inactive:not(.icon-search).trans-white:focus,
.button-inactive:not(.icon-search).trans-white:hover,
.cycle-panel .cycle-controls a.button:not(.icon-search):active,
.cycle-panel .cycle-controls a.button:not(.icon-search):focus,
.cycle-panel .cycle-controls a.button:not(.icon-search):hover,
.feature-panel.feature-event
  .feature-panel-content
  .feature-text
  .button:not(.icon-search):active,
.feature-panel.feature-event
  .feature-panel-content
  .feature-text
  .button:not(.icon-search):focus,
.feature-panel.feature-event
  .feature-panel-content
  .feature-text
  .button:not(.icon-search):hover,
.feature-text-large .button:not(.icon-search):active,
.feature-text-large .button:not(.icon-search):focus,
.feature-text-large .button:not(.icon-search):hover,
.tile-feed .box-out[data-type="results"] .button:not(.icon-search):active,
.tile-feed .box-out[data-type="results"] .button:not(.icon-search):focus,
.tile-feed .box-out[data-type="results"] .button:not(.icon-search):hover,
a.button:not(.icon-search).trans-white:active,
a.button:not(.icon-search).trans-white:focus,
a.button:not(.icon-search).trans-white:hover,
button:not(.icon-search).trans-white:active,
button:not(.icon-search).trans-white:focus,
button:not(.icon-search).trans-white:hover,
html input[type="button"]:not(.icon-search).trans-white:active,
html input[type="button"]:not(.icon-search).trans-white:focus,
html input[type="button"]:not(.icon-search).trans-white:hover,
input[type="reset"]:not(.icon-search).trans-white:active,
input[type="reset"]:not(.icon-search).trans-white:focus,
input[type="reset"]:not(.icon-search).trans-white:hover,
input[type="submit"]:not(.icon-search).trans-white:active,
input[type="submit"]:not(.icon-search).trans-white:focus,
input[type="submit"]:not(.icon-search).trans-white:hover {
  background: #fff;
  color: #4b1f68;
}

.button-download:not(.icon-search).trans-purple,
.button-grey:not(.icon-search).trans-purple,
.button-inactive:not(.icon-search).trans-purple,
a.button:not(.icon-search).trans-purple,
button:not(.icon-search).trans-purple,
html input[type="button"]:not(.icon-search).trans-purple,
input[type="reset"]:not(.icon-search).trans-purple,
input[type="submit"]:not(.icon-search).trans-purple {
  background: 0 0;
  color: #222;
  border-color: #4b1f68;
  padding: 7px 15px 3px;
}

.button-download:not(.icon-search).trans-purple:active,
.button-download:not(.icon-search).trans-purple:focus,
.button-download:not(.icon-search).trans-purple:hover,
.button-grey:not(.icon-search).trans-purple:active,
.button-grey:not(.icon-search).trans-purple:focus,
.button-grey:not(.icon-search).trans-purple:hover,
.button-inactive:not(.icon-search).trans-purple:active,
.button-inactive:not(.icon-search).trans-purple:focus,
.button-inactive:not(.icon-search).trans-purple:hover,
a.button:not(.icon-search).trans-purple:active,
a.button:not(.icon-search).trans-purple:focus,
a.button:not(.icon-search).trans-purple:hover,
button:not(.icon-search).trans-purple:active,
button:not(.icon-search).trans-purple:focus,
button:not(.icon-search).trans-purple:hover,
html input[type="button"]:not(.icon-search).trans-purple:active,
html input[type="button"]:not(.icon-search).trans-purple:focus,
html input[type="button"]:not(.icon-search).trans-purple:hover,
input[type="reset"]:not(.icon-search).trans-purple:active,
input[type="reset"]:not(.icon-search).trans-purple:focus,
input[type="reset"]:not(.icon-search).trans-purple:hover,
input[type="submit"]:not(.icon-search).trans-purple:active,
input[type="submit"]:not(.icon-search).trans-purple:focus,
input[type="submit"]:not(.icon-search).trans-purple:hover {
  background: #4b1f68;
  color: #fff;
  border-color: #4b1f68;
}

.button-download:not(.icon-search).button-inactive,
.button-download:not(.icon-search).inactive,
.button-grey:not(.icon-search).button-inactive,
.button-grey:not(.icon-search).inactive,
.button-inactive:not(.icon-search).button-inactive,
.button-inactive:not(.icon-search).inactive,
a.button:not(.icon-search).button-inactive,
a.button:not(.icon-search).inactive,
button:not(.icon-search).button-inactive,
button:not(.icon-search).inactive,
html input[type="button"]:not(.icon-search).button-inactive,
html input[type="button"]:not(.icon-search).inactive,
input[type="reset"]:not(.icon-search).button-inactive,
input[type="reset"]:not(.icon-search).inactive,
input[type="submit"]:not(.icon-search).button-inactive,
input[type="submit"]:not(.icon-search).inactive {
  border-color: #ccc !important;
  color: #8f8f8f;
  pointer-events: none;
  cursor: default;
}

.button-download:not(.icon-search).button-download,
.button-download:not(.icon-search).download,
.button-grey:not(.icon-search).button-download,
.button-grey:not(.icon-search).download,
.button-inactive:not(.icon-search).button-download,
.button-inactive:not(.icon-search).download,
a.button:not(.icon-search).button-download,
a.button:not(.icon-search).download,
button:not(.icon-search).button-download,
button:not(.icon-search).download,
html input[type="button"]:not(.icon-search).button-download,
html input[type="button"]:not(.icon-search).download,
input[type="reset"]:not(.icon-search).button-download,
input[type="reset"]:not(.icon-search).download,
input[type="submit"]:not(.icon-search).button-download,
input[type="submit"]:not(.icon-search).download {
  color: #4b1f68;
  padding-left: 38px;
  text-align: left;
}

.banner p,
.pagination {
  text-align: center;
}

.button-download:not(.icon-search).button-download:before,
.button-download:not(.icon-search).download:before,
.button-grey:not(.icon-search).button-download:before,
.button-grey:not(.icon-search).download:before,
.button-inactive:not(.icon-search).button-download:before,
.button-inactive:not(.icon-search).download:before,
a.button:not(.icon-search).button-download:before,
a.button:not(.icon-search).download:before,
button:not(.icon-search).button-download:before,
button:not(.icon-search).download:before,
html input[type="button"]:not(.icon-search).button-download:before,
html input[type="button"]:not(.icon-search).download:before,
input[type="reset"]:not(.icon-search).button-download:before,
input[type="reset"]:not(.icon-search).download:before,
input[type="submit"]:not(.icon-search).button-download:before,
input[type="submit"]:not(.icon-search).download:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 14px;
  width: 16px;
  height: 16px;
  background-position: -137.4px -192.8px;
}

.button-download:not(.icon-search).button-download:after,
.button-download:not(.icon-search).download:after,
.button-grey:not(.icon-search).button-download:after,
.button-grey:not(.icon-search).download:after,
.button-inactive:not(.icon-search).button-download:after,
.button-inactive:not(.icon-search).download:after,
a.button:not(.icon-search).button-download:after,
a.button:not(.icon-search).download:after,
button:not(.icon-search).button-download:after,
button:not(.icon-search).download:after,
html input[type="button"]:not(.icon-search).button-download:after,
html input[type="button"]:not(.icon-search).download:after,
input[type="reset"]:not(.icon-search).button-download:after,
input[type="reset"]:not(.icon-search).download:after,
input[type="submit"]:not(.icon-search).button-download:after,
input[type="submit"]:not(.icon-search).download:after {
  background: 0 0;
}

.button-download:not(.icon-search).button-download:active,
.button-download:not(.icon-search).button-download:focus,
.button-download:not(.icon-search).button-download:hover,
.button-download:not(.icon-search).download:active,
.button-download:not(.icon-search).download:focus,
.button-download:not(.icon-search).download:hover,
.button-grey:not(.icon-search).button-download:active,
.button-grey:not(.icon-search).button-download:focus,
.button-grey:not(.icon-search).button-download:hover,
.button-grey:not(.icon-search).download:active,
.button-grey:not(.icon-search).download:focus,
.button-grey:not(.icon-search).download:hover,
.button-inactive:not(.icon-search).button-download:active,
.button-inactive:not(.icon-search).button-download:focus,
.button-inactive:not(.icon-search).button-download:hover,
.button-inactive:not(.icon-search).download:active,
.button-inactive:not(.icon-search).download:focus,
.button-inactive:not(.icon-search).download:hover,
a.button:not(.icon-search).button-download:active,
a.button:not(.icon-search).button-download:focus,
a.button:not(.icon-search).button-download:hover,
a.button:not(.icon-search).download:active,
a.button:not(.icon-search).download:focus,
a.button:not(.icon-search).download:hover,
button:not(.icon-search).button-download:active,
button:not(.icon-search).button-download:focus,
button:not(.icon-search).button-download:hover,
button:not(.icon-search).download:active,
button:not(.icon-search).download:focus,
button:not(.icon-search).download:hover,
html input[type="button"]:not(.icon-search).button-download:active,
html input[type="button"]:not(.icon-search).button-download:focus,
html input[type="button"]:not(.icon-search).button-download:hover,
html input[type="button"]:not(.icon-search).download:active,
html input[type="button"]:not(.icon-search).download:focus,
html input[type="button"]:not(.icon-search).download:hover,
input[type="reset"]:not(.icon-search).button-download:active,
input[type="reset"]:not(.icon-search).button-download:focus,
input[type="reset"]:not(.icon-search).button-download:hover,
input[type="reset"]:not(.icon-search).download:active,
input[type="reset"]:not(.icon-search).download:focus,
input[type="reset"]:not(.icon-search).download:hover,
input[type="submit"]:not(.icon-search).button-download:active,
input[type="submit"]:not(.icon-search).button-download:focus,
input[type="submit"]:not(.icon-search).button-download:hover,
input[type="submit"]:not(.icon-search).download:active,
input[type="submit"]:not(.icon-search).download:focus,
input[type="submit"]:not(.icon-search).download:hover {
  color: #fff;
}

.button-download:not(.icon-search).button-download:active:before,
.button-download:not(.icon-search).button-download:focus:before,
.button-download:not(.icon-search).button-download:hover:before,
.button-download:not(.icon-search).download:active:before,
.button-download:not(.icon-search).download:focus:before,
.button-download:not(.icon-search).download:hover:before,
.button-grey:not(.icon-search).button-download:active:before,
.button-grey:not(.icon-search).button-download:focus:before,
.button-grey:not(.icon-search).button-download:hover:before,
.button-grey:not(.icon-search).download:active:before,
.button-grey:not(.icon-search).download:focus:before,
.button-grey:not(.icon-search).download:hover:before,
.button-inactive:not(.icon-search).button-download:active:before,
.button-inactive:not(.icon-search).button-download:focus:before,
.button-inactive:not(.icon-search).button-download:hover:before,
.button-inactive:not(.icon-search).download:active:before,
.button-inactive:not(.icon-search).download:focus:before,
.button-inactive:not(.icon-search).download:hover:before,
a.button:not(.icon-search).button-download:active:before,
a.button:not(.icon-search).button-download:focus:before,
a.button:not(.icon-search).button-download:hover:before,
a.button:not(.icon-search).download:active:before,
a.button:not(.icon-search).download:focus:before,
a.button:not(.icon-search).download:hover:before,
button:not(.icon-search).button-download:active:before,
button:not(.icon-search).button-download:focus:before,
button:not(.icon-search).button-download:hover:before,
button:not(.icon-search).download:active:before,
button:not(.icon-search).download:focus:before,
button:not(.icon-search).download:hover:before,
html input[type="button"]:not(.icon-search).button-download:active:before,
html input[type="button"]:not(.icon-search).button-download:focus:before,
html input[type="button"]:not(.icon-search).button-download:hover:before,
html input[type="button"]:not(.icon-search).download:active:before,
html input[type="button"]:not(.icon-search).download:focus:before,
html input[type="button"]:not(.icon-search).download:hover:before,
input[type="reset"]:not(.icon-search).button-download:active:before,
input[type="reset"]:not(.icon-search).button-download:focus:before,
input[type="reset"]:not(.icon-search).button-download:hover:before,
input[type="reset"]:not(.icon-search).download:active:before,
input[type="reset"]:not(.icon-search).download:focus:before,
input[type="reset"]:not(.icon-search).download:hover:before,
input[type="submit"]:not(.icon-search).button-download:active:before,
input[type="submit"]:not(.icon-search).button-download:focus:before,
input[type="submit"]:not(.icon-search).button-download:hover:before,
input[type="submit"]:not(.icon-search).download:active:before,
input[type="submit"]:not(.icon-search).download:focus:before,
input[type="submit"]:not(.icon-search).download:hover:before {
  width: 16px;
  height: 16px;
  background-position: -5px -219.8px;
}

.button-download.download-trans-white,
.button-grey.download-trans-white,
.button-inactive.download-trans-white,
a.button.download-trans-white,
button.download-trans-white,
html input[type="button"].download-trans-white,
input[type="reset"].download-trans-white,
input[type="submit"].download-trans-white {
  background: 0 0;
  color: #fff;
  border-color: #fff;
  padding-left: 43px;
  padding-right: 20px;
}

.button-download.download-trans-white:before,
.button-grey.download-trans-white:before,
.button-inactive.download-trans-white:before,
a.button.download-trans-white:before,
button.download-trans-white:before,
html input[type="button"].download-trans-white:before,
input[type="reset"].download-trans-white:before,
input[type="submit"].download-trans-white:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 19px;
  width: 16px;
  height: 16px;
  background-position: -5px -219.8px;
}

.button-download.download-trans-white:after,
.button-grey.download-trans-white:after,
.button-inactive.download-trans-white:after,
a.button.download-trans-white:after,
button.download-trans-white:after,
html input[type="button"].download-trans-white:after,
input[type="reset"].download-trans-white:after,
input[type="submit"].download-trans-white:after {
  background: 0 0;
}

.button-download.download-trans-white:active,
.button-download.download-trans-white:focus,
.button-download.download-trans-white:hover,
.button-grey.download-trans-white:active,
.button-grey.download-trans-white:focus,
.button-grey.download-trans-white:hover,
.button-inactive.download-trans-white:active,
.button-inactive.download-trans-white:focus,
.button-inactive.download-trans-white:hover,
a.button.download-trans-white:active,
a.button.download-trans-white:focus,
a.button.download-trans-white:hover,
button.download-trans-white:active,
button.download-trans-white:focus,
button.download-trans-white:hover,
html input[type="button"].download-trans-white:active,
html input[type="button"].download-trans-white:focus,
html input[type="button"].download-trans-white:hover,
input[type="reset"].download-trans-white:active,
input[type="reset"].download-trans-white:focus,
input[type="reset"].download-trans-white:hover,
input[type="submit"].download-trans-white:active,
input[type="submit"].download-trans-white:focus,
input[type="submit"].download-trans-white:hover {
  color: #4b1f68;
  background: #fff;
}

.button-download.download-trans-white:active:before,
.button-download.download-trans-white:focus:before,
.button-download.download-trans-white:hover:before,
.button-grey.download-trans-white:active:before,
.button-grey.download-trans-white:focus:before,
.button-grey.download-trans-white:hover:before,
.button-inactive.download-trans-white:active:before,
.button-inactive.download-trans-white:focus:before,
.button-inactive.download-trans-white:hover:before,
a.button.download-trans-white:active:before,
a.button.download-trans-white:focus:before,
a.button.download-trans-white:hover:before,
button.download-trans-white:active:before,
button.download-trans-white:focus:before,
button.download-trans-white:hover:before,
html input[type="button"].download-trans-white:active:before,
html input[type="button"].download-trans-white:focus:before,
html input[type="button"].download-trans-white:hover:before,
input[type="reset"].download-trans-white:active:before,
input[type="reset"].download-trans-white:focus:before,
input[type="reset"].download-trans-white:hover:before,
input[type="submit"].download-trans-white:active:before,
input[type="submit"].download-trans-white:focus:before,
input[type="submit"].download-trans-white:hover:before {
  width: 16px;
  height: 16px;
  background-position: -137.4px -192.8px;
}

.button-download.email,
.button-grey.email,
.button-inactive.email,
a.button.email,
button.email,
html input[type="button"].email,
input[type="reset"].email,
input[type="submit"].email {
  padding-left: 38px;
}

.button-download.email:before,
.button-grey.email:before,
.button-inactive.email:before,
a.button.email:before,
button.email:before,
html input[type="button"].email:before,
input[type="reset"].email:before,
input[type="submit"].email:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  width: 17px;
  height: 11px;
  background-position: -66px -167.8px;
}

.button-download.email:active:before,
.button-download.email:focus:before,
.button-download.email:hover:before,
.button-grey.email:active:before,
.button-grey.email:focus:before,
.button-grey.email:hover:before,
.button-inactive.email:active:before,
.button-inactive.email:focus:before,
.button-inactive.email:hover:before,
a.button.email:active:before,
a.button.email:focus:before,
a.button.email:hover:before,
button.email:active:before,
button.email:focus:before,
button.email:hover:before,
html input[type="button"].email:active:before,
html input[type="button"].email:focus:before,
html input[type="button"].email:hover:before,
input[type="reset"].email:active:before,
input[type="reset"].email:focus:before,
input[type="reset"].email:hover:before,
input[type="submit"].email:active:before,
input[type="submit"].email:focus:before,
input[type="submit"].email:hover:before {
  width: 17px;
  height: 11px;
  background-position: -184.8px -145px;
}

.button-download.external-trans-white,
.button-grey.external-trans-white,
.button-inactive.external-trans-white,
a.button.external-trans-white,
button.external-trans-white,
html input[type="button"].external-trans-white,
input[type="reset"].external-trans-white,
input[type="submit"].external-trans-white {
  background: 0 0;
  color: #fff;
  border-color: #fff;
  padding-left: 38px;
}

.button-download.external-trans-white:before,
.button-grey.external-trans-white:before,
.button-inactive.external-trans-white:before,
a.button.external-trans-white:before,
button.external-trans-white:before,
html input[type="button"].external-trans-white:before,
input[type="reset"].external-trans-white:before,
input[type="submit"].external-trans-white:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 14px;
  width: 15px;
  height: 15px;
  background-position: -162.4px -192.8px;
}

.button-download.external-trans-white:after,
.button-grey.external-trans-white:after,
.button-inactive.external-trans-white:after,
a.button.external-trans-white:after,
button.external-trans-white:after,
html input[type="button"].external-trans-white:after,
input[type="reset"].external-trans-white:after,
input[type="submit"].external-trans-white:after {
  background: 0 0;
}

.button-download.external-trans-white:active,
.button-download.external-trans-white:focus,
.button-download.external-trans-white:hover,
.button-grey.external-trans-white:active,
.button-grey.external-trans-white:focus,
.button-grey.external-trans-white:hover,
.button-inactive.external-trans-white:active,
.button-inactive.external-trans-white:focus,
.button-inactive.external-trans-white:hover,
a.button.external-trans-white:active,
a.button.external-trans-white:focus,
a.button.external-trans-white:hover,
button.external-trans-white:active,
button.external-trans-white:focus,
button.external-trans-white:hover,
html input[type="button"].external-trans-white:active,
html input[type="button"].external-trans-white:focus,
html input[type="button"].external-trans-white:hover,
input[type="reset"].external-trans-white:active,
input[type="reset"].external-trans-white:focus,
input[type="reset"].external-trans-white:hover,
input[type="submit"].external-trans-white:active,
input[type="submit"].external-trans-white:focus,
input[type="submit"].external-trans-white:hover {
  color: #4b1f68;
  background: #fff;
}

.button-download.external-trans-white:active:before,
.button-download.external-trans-white:focus:before,
.button-download.external-trans-white:hover:before,
.button-grey.external-trans-white:active:before,
.button-grey.external-trans-white:focus:before,
.button-grey.external-trans-white:hover:before,
.button-inactive.external-trans-white:active:before,
.button-inactive.external-trans-white:focus:before,
.button-inactive.external-trans-white:hover:before,
a.button.external-trans-white:active:before,
a.button.external-trans-white:focus:before,
a.button.external-trans-white:hover:before,
button.external-trans-white:active:before,
button.external-trans-white:focus:before,
button.external-trans-white:hover:before,
html input[type="button"].external-trans-white:active:before,
html input[type="button"].external-trans-white:focus:before,
html input[type="button"].external-trans-white:hover:before,
input[type="reset"].external-trans-white:active:before,
input[type="reset"].external-trans-white:focus:before,
input[type="reset"].external-trans-white:hover:before,
input[type="submit"].external-trans-white:active:before,
input[type="submit"].external-trans-white:focus:before,
input[type="submit"].external-trans-white:hover:before {
  width: 15px;
  height: 15px;
  background-position: -186.4px -192.8px;
}

.button-download.button-centered,
.button-grey.button-centered,
.button-inactive.button-centered,
a.button.button-centered,
button.button-centered,
html input[type="button"].button-centered,
input[type="reset"].button-centered,
input[type="submit"].button-centered {
  margin: 0 auto;
  display: block;
}

.button-download.external,
.button-grey.external,
.button-inactive.external,
a.button.external,
button.external,
html input[type="button"].external,
input[type="reset"].external,
input[type="submit"].external {
  color: #4b1f68;
  padding-left: 38px;
}

.button-download.external:before,
.button-grey.external:before,
.button-inactive.external:before,
a.button.external:before,
button.external:before,
html input[type="button"].external:before,
input[type="reset"].external:before,
input[type="submit"].external:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 14px;
  width: 15px;
  height: 15px;
  background-position: -186.4px -192.8px;
}

.button-download.external:after,
.button-grey.external:after,
.button-inactive.external:after,
a.button.external:after,
button.external:after,
html input[type="button"].external:after,
input[type="reset"].external:after,
input[type="submit"].external:after {
  background: 0 0;
}

.button-download.external:active,
.button-download.external:focus,
.button-download.external:hover,
.button-grey.external:active,
.button-grey.external:focus,
.button-grey.external:hover,
.button-inactive.external:active,
.button-inactive.external:focus,
.button-inactive.external:hover,
a.button.external:active,
a.button.external:focus,
a.button.external:hover,
button.external:active,
button.external:focus,
button.external:hover,
html input[type="button"].external:active,
html input[type="button"].external:focus,
html input[type="button"].external:hover,
input[type="reset"].external:active,
input[type="reset"].external:focus,
input[type="reset"].external:hover,
input[type="submit"].external:active,
input[type="submit"].external:focus,
input[type="submit"].external:hover {
  color: #fff;
}

.button-download.external:active:before,
.button-download.external:focus:before,
.button-download.external:hover:before,
.button-grey.external:active:before,
.button-grey.external:focus:before,
.button-grey.external:hover:before,
.button-inactive.external:active:before,
.button-inactive.external:focus:before,
.button-inactive.external:hover:before,
a.button.external:active:before,
a.button.external:focus:before,
a.button.external:hover:before,
button.external:active:before,
button.external:focus:before,
button.external:hover:before,
html input[type="button"].external:active:before,
html input[type="button"].external:focus:before,
html input[type="button"].external:hover:before,
input[type="reset"].external:active:before,
input[type="reset"].external:focus:before,
input[type="reset"].external:hover:before,
input[type="submit"].external:active:before,
input[type="submit"].external:focus:before,
input[type="submit"].external:hover:before {
  width: 15px;
  height: 15px;
  background-position: -162.4px -192.8px;
}

a.langbtn {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.select-wrapper {
  position: relative;
}

.select-wrapper a.dropdown-trigger {
  background-color: #fff;
  width: 100%;
  display: block;
  min-height: 42px;
  padding: 10px 12px 7px;
  text-decoration: none;
  margin-bottom: -1px;
  position: relative;
}

.select-wrapper a.dropdown-trigger.open {
  border-radius: 5px 5px 0 0;
  background: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/img/arrow-up-solid-purple.html)
    right 15px no-repeat #fff;
}

.select-wrapper a.dropdown-trigger:focus,
.select-wrapper a.dropdown-trigger:hover {
  background-color: #f0f0f0;
}

.select-wrapper ul.select-list {
  position: absolute;
  width: 100%;
  z-index: 9;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-top: none;
  max-height: 300px;
  overflow-y: auto;
}

.select-wrapper ul.select-list li.select-option-trigger {
  background: #fff;
  margin-bottom: 0;
}

.select-wrapper ul.select-list li.select-option-trigger a {
  font-family: FFClanWebProBook, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-size: 1rem;
  border-top: 1px solid #ccc;
  padding: 8px 12px 6px;
  display: block;
  margin-bottom: -1px;
  color: #222;
}

.banner,
html.no-js .cycle-list,
html.no-js .slide-countdown,
html.no-js img.slope {
  display: none;
}

form.purple .select-wrapper ul.select-list li.select-option-trigger a {
  background: #4b1f68;
  color: #fff;
}

form.purple .select-wrapper ul.select-list li.select-option-trigger a:active,
form.purple .select-wrapper ul.select-list li.select-option-trigger a:focus,
form.purple .select-wrapper ul.select-list li.select-option-trigger a:hover {
  background: #fff;
  color: #4b1f68;
}

.select-wrapper ul.select-list li.select-option-trigger a:active,
.select-wrapper ul.select-list li.select-option-trigger a:focus,
.select-wrapper ul.select-list li.select-option-trigger a:hover {
  font-family: FFClanWebProMedium, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #4b1f68;
  color: #fff;
}

html.no-js main {
  margin-top: 0;
}

html.no-js .carousel-item .feature-text {
  position: relative;
}

.banner {
  background-color: #444;
  color: #fff;
  border-top: solid 1px #ccc;
  width: 100%;
  padding: 10px;
}

.banner:after,
.banner:before {
  content: " ";
  display: table;
}

.banner p {
  font-size: 0.875rem;
  line-height: 1.375rem;
  max-width: 700px;
  margin: 0 auto;
}

.banner .button {
  min-width: 160px;
  font-size: 0.875rem;
  margin: 10px 5px 5px;
}

.banner p:first-child {
  padding-bottom: 0;
}

.banner p + p {
  padding-top: 0;
}

.banner .button--white {
  margin-left: 15px;
}

.banner--cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
}

.banner--cookie p {
  max-width: none;
  padding-bottom: 0;
}

.closemessage {
  overflow: hidden;
  height: 30px;
  width: 30px;
  text-indent: 30px;
  display: inline-block;
  color: #fff;
  margin: 0 auto;
  position: relative;
}

.closemessage:after,
.closemessage:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  right: 10px;
  height: 30px;
  width: 3px;
  display: inline-block;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.closemessage:after {
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.closemessage:focus,
.closemessage:hover {
  cursor: pointer;
}

.closemessage:focus:after,
.closemessage:focus:before,
.closemessage:hover:after,
.closemessage:hover:before {
  background: #ccc;
}

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

.accessible-nav li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.accessible-nav a:link,
.accessible-nav a:visited {
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 5px;
  width: 0;
  z-index: 1002;
}

.accessible-nav a:active,
.accessible-nav a:focus {
  color: #000;
  background: #fff;
  border: 1px solid #000;
  height: auto;
  margin: 0;
  padding: 1em;
  position: absolute;
  width: 350px;
  text-decoration: underline;
  display: block;
  z-index: 10000;
}

nav.main-nav .mobile-subnav-cloned ul.nav-sublist li a,
nav.main-nav > ul li > a {
  line-height: 1.375rem;
  font-family: FFClanWebProBook, sans-serif;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}

.sitemenu,
body:before {
  display: none;
}

body:before {
  content: "mobilenav";
}

@media (min-width: 1007px) {
  body:before {
    content: "desktopnav";
  }
}

@media only screen and (min-width: 1007px) {
  .sitemenu {
    display: block;
  }

  .sitemenu:after,
  .sitemenu:before {
    content: " ";
    display: table;
  }

  .sitemenu:after {
    clear: both;
  }
}

@media only screen and (max-width: 1006px) {
  .mobilemenu {
    overflow: hidden;
    position: fixed;
  }

  .mobilemenu .sitemenu {
    display: block;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    min-height: 85%;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    height: -webkit-calc(100% - 101px);
    height: calc(100% - 101px);
  }
}

@media only screen and (max-width: 766px) {
  .mobilemenu .sitemenu {
    top: 80px;
    height: -webkit-calc(100% + 801px);
    height: calc(100% + 801px);
  }
}

.trigger__search .trigger__icon:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-position: -60px -192.8px;
}

.trigger__nav__close {
  z-index: 100;
  position: fixed;
  top: 30px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
}

.trigger__nav__close .trigger__icon {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.trigger__nav__close .trigger__icon:after,
.trigger__nav__close .trigger__icon:before {
  position: absolute;
  content: "";
  background: #000;
  height: 1px;
  width: 15px;
  top: 8px;
  left: 2px;
}

.trigger__nav__close .trigger__icon:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.trigger__nav__close .trigger__icon:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-nav-controls {
  position: fixed;
  top: 30px;
  right: 15px;
}

@media only screen and (min-width: 1007px) {
  .mobile-nav-controls,
  .trigger__nav__close {
    display: none;
  }
}

.mobile-nav-controls .trigger__nav {
  margin-right: 20px;
}

.mobile-nav-controls .trigger__nav .trigger__icon {
  position: relative;
  background: #000;
  display: block;
  width: 20px;
  height: 12px;
}

.mobile-nav-controls-container,
nav.main-nav {
  background: #fff;
}

.mobile-nav-controls .trigger__nav .trigger__icon:after,
.mobile-nav-controls .trigger__nav .trigger__icon:before {
  content: "";
  background: #fff;
  position: absolute;
  width: 100%;
  height: 3px;
}

.mobile-nav-controls .trigger__nav .trigger__icon:before {
  top: 2px;
}

.mobile-nav-controls .trigger__nav .trigger__icon:after {
  bottom: 2px;
}

.mobile-nav-controls .trigger__search {
  margin-top: -2px;
}

.mobile-nav-menu {
  display: block;
  overflow-y: scroll;
}

.desktop-nav-menu {
  display: none;
  padding-right: 20px;
}

@media only screen and (min-width: 1007px) {
  .mobile-nav-menu {
    display: none;
  }

  .desktop-nav-menu {
    display: block;
  }
}

nav.main-nav,
nav.main-nav .mobile-subnav-cloned ul.nav-sublist li ul,
nav.main-nav .mobile-subnav-cloned ul.nav-sublist + ul.nav-sublist {
  display: none;
}

nav.main-nav .mobile-subnav-cloned {
  z-index: 200;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

nav.main-nav .mobile-subnav-cloned ul.nav-sublist {
  padding-left: 0;
  margin: 0 -15px !important;
  border-bottom: 1px solid #ccc;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
}

nav.main-nav .mobile-subnav-cloned ul.nav-sublist:before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  left: -15px;
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.5) 50%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0.5))
  );
  background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 50%);
}

nav.main-nav .mobile-subnav-cloned ul.nav-sublist li {
  margin-left: 0;
  margin-bottom: 0;
  width: 100%;
}

nav.main-nav .mobile-subnav-cloned ul.nav-sublist li.has-subnav a:before {
  content: "";
  position: absolute;
  top: 12px;
  right: 30px;
  width: 9px;
  height: 14px;
  background-position: -233.4px -192.8px;
}

nav.main-nav .mobile-subnav-cloned ul.nav-sublist li a {
  color: #fff;
  display: block;
  font-size: 1.125rem;
  position: relative;
  padding: 10px 0 10px 30px;
}

@media only screen and (min-width: 1007px) {
  nav.main-nav {
    display: block !important;
  }

  nav.main-nav:after,
  nav.main-nav:before {
    content: " ";
    display: table;
  }

  nav.main-nav:after {
    clear: both;
  }
}

nav.main-nav > ul {
  margin-bottom: 0;
}

@media only screen and (max-width: 1006px) {
  nav.main-nav {
    position: relative;
  }

  nav.main-nav > ul {
    padding-left: 0;
    margin: 0 -15px;
    border-bottom: 1px solid #ccc;
  }

  nav.main-nav > ul:before {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    bottom: 0;
    left: -15px;
    background: rgba(0, 0, 0, 0.5);
    background: -webkit-linear-gradient(
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.75) 50%
    );
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      color-stop(50%, rgba(0, 0, 0, 0.75))
    );
    background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 50%);
  }
}

@media only screen and (min-width: 1007px) {
  nav.main-nav > ul {
    float: right;
    background: 0 0 !important;
  }
}

nav.main-nav > ul li {
  z-index: 20;
  border-top: 1px solid #ccc;
  margin-left: 0;
}

nav.main-nav > ul li:after,
nav.main-nav > ul li:before {
  content: " ";
}

@media only screen and (max-width: 1006px) {
  nav.main-nav > ul li {
    margin-bottom: 0;
    background: #fff;
  }

  nav.main-nav > ul li:last-child {
    border-bottom: 1px solid #ccc;
  }

  nav.main-nav > ul li.search {
    display: none !important;
  }
}

@media only screen and (min-width: 1007px) {
  nav.main-nav > ul li {
    margin-left: 30px;
    border: none;
    float: left;
  }
}

@media only screen and (min-width: 1007px) and (max-width: 1232px) {
  nav.main-nav > ul li {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 1007px) {
  nav.main-nav > ul li:first-child {
    margin-left: 0;
  }

  nav.main-nav > ul li.search {
    margin-left: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  nav.main-nav > ul li.search:active,
  nav.main-nav > ul li.search:focus,
  nav.main-nav > ul li.search:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

nav.main-nav > ul li.default {
  background: #fff;
}

@media only screen and (max-width: 1006px) {
  nav.main-nav > ul li.has-subnav a:before {
    content: "";
    position: absolute;
    top: 17px;
    right: 20px;
    width: 9px;
    height: 14px;
    background-position: -96px -219.8px;
  }

  nav.main-nav > ul li > a {
    display: block;
    padding: 15px 0 10px 30px;
    margin-bottom: 0;
  }

  nav.main-nav > ul li > a:after {
    display: none !important;
  }

  nav.main-nav > ul li > a.active,
  nav.main-nav > ul li > a.hover,
  nav.main-nav > ul li > a.lit,
  nav.main-nav > ul li > a:active,
  nav.main-nav > ul li > a:focus,
  nav.main-nav > ul li > a:hover {
    background: #f9f9f9;
  }
}

nav.main-nav > ul li > a {
  font-size: 1rem;
  position: relative;
  color: #222;
}

nav.main-nav > ul li > a:not(.trigger__search):after {
  -webkit-transition: background 0.1s ease;
  transition: background 0.1s ease;
  content: "";
  display: block;
  height: 2px;
  background: 0 0;
  margin-top: 7px;
}

nav.main-nav > ul li > a:not(.trigger__search).active,
nav.main-nav > ul li > a:not(.trigger__search).hover,
nav.main-nav > ul li > a:not(.trigger__search).lit,
nav.main-nav > ul li > a:not(.trigger__search):active,
nav.main-nav > ul li > a:not(.trigger__search):focus,
nav.main-nav > ul li > a:not(.trigger__search):hover {
  color: #4b1f68;
}

nav.main-nav > ul li > a:not(.trigger__search).active:after,
nav.main-nav > ul li > a:not(.trigger__search).hover:after,
nav.main-nav > ul li > a:not(.trigger__search).lit:after,
nav.main-nav > ul li > a:not(.trigger__search):active:after,
nav.main-nav > ul li > a:not(.trigger__search):focus:after,
nav.main-nav > ul li > a:not(.trigger__search):hover:after {
  background: #4b1f68;
}

nav.main-nav > ul li > a.lit {
  font-family: FFClanWebProMedium, sans-serif;
  font-weight: 400;
  font-style: normal;
}

nav.main-nav > ul li.has-subnav:after,
nav.main-nav > ul li.has-subnav:before {
  display: none;
}

nav.main-nav > ul li.has-subnav span.nav-arrow {
  display: none;
  position: relative;
  /*background: url(/sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/img/site_objects/bg_subnav_arrow.png)
    bottom left no-repeat;*/
  width: 40px;
  height: 20px;
  top: 19px;
  z-index: 500;
  left: 50%;
  margin-left: -20px;
}

@media only screen and (min-width: 1007px) {
  nav.main-nav > ul li.has-subnav span.nav-arrow {
    display: block;
  }
}

nav.main-nav > ul li.has-subnav span.nav-arrow:after {
  z-index: 100;
  content: "";
  display: block;
  width: 40px;
  height: 20px;
  position: absolute;
  border-right: 100000px solid #fff;
}

nav.main-nav > ul li.has-subnav span.nav-arrow:before {
  position: absolute;
  width: 40px;
  height: 20px;
  right: 0;
  z-index: 150;
  content: "";
  display: block;
  border-left: 100000px solid #fff;
}

nav.main-nav > ul li.has-subnav .subnav-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  max-width: 1920px;
  margin: 0 auto;
}

nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel {
  display: none;
  color: #fff;
  overflow: hidden;
  position: relative;
  padding: 80px 10px 60px;
  background-size: cover !important;
  background-position: center top !important;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 767px) {
  nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel {
    display: block;
  }
}

nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel__content {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 30px;
}

nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel.what-we-do,
nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel.where-we-operate {
  width: 100%;
  max-width: inherit;
  padding: 0;
  height: 745px;
}

nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel.where-we-operate {
  height: 565px;
}

nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel h2 {
  margin-bottom: 15px;
  padding-top: 0;
}

nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel a.button {
  font-size: 1rem;
  line-height: 1.625rem;
}

nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel.shading:before {
  background: -webkit-linear-gradient(
    bottom,
    #1c2631 0,
    rgba(0, 0, 0, 0.55) 100%
  );
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#1c2631),
    to(rgba(0, 0, 0, 0.55))
  );
  background: linear-gradient(to top, #1c2631 0, rgba(0, 0, 0, 0.55) 100%);
}

nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel .close {
  position: absolute;
  display: block;
  top: 50px;
  right: 30px;
  font-size: 1rem;
  line-height: 1.25rem;
  padding-right: 20px;
  z-index: 1;
}

nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel .close a {
  color: #fff;
}

nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel .close a:after {
    content:"";
    width: 15px;
    height: 15px;
    background-position: 20px;
    background-position: center;
    position: absolute;
    right: 5px;
    background-size: auto;
    top: 3px;
    background-image: url(../img/Close.svg) !important;
}

nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel .close a:active,
nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel .close a:focus,
nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel .close a:hover {
  text-decoration: underline;
}

nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .close
  a:active:after,
nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .close
  a:focus:after,
nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .close
  a:hover:after {
  -webkit-transition: all 0.2s ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 0.2s ease-in;
  -ms-transform: scale(1.5);
  -moz-transition: all 0.2s ease-in;
  -moz-transform: scale(1.5);
  transition: all 0.2s ease-in;
  transform: scale(1.5);
}

nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .trigger__sublist {
  display: none;
}

@media only screen and (min-width: 1007px) {
  nav.main-nav
    > ul
    li.has-subnav
    .subnav-wrapper
    .subnav-panel
    .trigger__sublist {
    display: block;
  }
}

nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .trigger__sublist
  li {
  float: none;
  margin: 12px 0;
  padding-bottom: 10px;
}

nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .trigger__sublist
  li
  a {
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  font-size: 1.375rem;
  line-height: 1.375rem;
  position: relative;
  width: 100%;
  display: block;
  padding-bottom: 10px;
}

nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .trigger__sublist
  li
  a:after {
  display: none;
}

nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .trigger__sublist
  li
  a:active,
nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .trigger__sublist
  li
  a:focus,
nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .trigger__sublist
  li
  a:hover {
  text-decoration: underline;
}

nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .trigger__sublist
  li
  a:active:after,
nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .trigger__sublist
  li
  a:focus:after,
nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .trigger__sublist
  li
  a:hover:after {
  background: #fff;
}

nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .trigger__sublist
  li
  a.active:after {
  background: #fff;
}

nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .trigger__sublist
  li
  a
  span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0;
}

nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .trigger__sublist
  li
  a
  span:after,
nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .trigger__sublist
  li
  a
  span:before {
  content: "";
  display: block;
  height: 2px;
  width: 12px;
  background: #fff;
  position: relative;
}

.subnav-controls,
.subnav-panel .subnav-carousel button {
  position: absolute;
}

nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .trigger__sublist
  li
  a
  span:before {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
  top: 4px;
}

nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .trigger__sublist
  li
  a
  span:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  top: 7px;
}

nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .trigger__sublist
  li
  a.active {
  font-size: 1.375rem;
  line-height: 2.8125rem;
  font-family: FFClanWebProMedium, sans-serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: 2px solid #fff;
  text-decoration: none;
}

nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .trigger__sublist
  li
  a.active
  span {
  display: block;
}

nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel .nav-sublist {
  padding-top: 0;
  -webkit-column-count: 2;
  column-count: 2;
}

nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .nav-sublist.nav-top {
  margin: 0;
}

nav.main-nav > ul li.has-subnav .subnav-wrapper .subnav-panel .nav-sublist li {
  display: block;
  margin: 0;
  padding: 0 20px 10px;
  border-left: 1px solid #fff;
  float: none;
}

nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .nav-sublist
  li:nth-child(odd) {
  clear: left;
}

nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .nav-sublist
  li:first-child {
  clear: right;
}

nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .nav-sublist
  li
  a {
  font-size: 1rem;
  line-height: 1.625rem;
  color: #fff;
  font-family: FFClanWebProBook, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  padding-bottom: 10px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}

.subnav-panel .subnav-carousel .carousel-item .carousel-item-content ul,
nav.main-nav > ul.sub-items-open li.has-subnav ul {
  display: none;
}

nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .nav-sublist
  li
  a:after {
  height: 1px;
  margin-top: 3px;
}

nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .nav-sublist
  li
  a.active:after,
nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .nav-sublist
  li
  a.hover:after,
nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .nav-sublist
  li
  a.lit:after,
nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .nav-sublist
  li
  a:active:after,
nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .nav-sublist
  li
  a:focus:after,
nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .nav-sublist
  li
  a:hover:after {
  background: #fff;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}

nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .nav-sublist.nav-top
  li {
  padding: 0 20px 20px !important;
}

nav.main-nav
  > ul
  li.has-subnav
  .subnav-wrapper
  .subnav-panel
  .nav-sublist.sublist-3-col
  li:nth-child(odd) {
  clear: none;
}

.feature-panel.feature-event
  .feature-panel-content
  .feature-text
  h2.feature-label,
.feature-panel.feature-event
  .feature-panel-content
  .feature-text
  h3.feature-label,
.feature-panel.feature-event
  .feature-panel-content
  .feature-text
  h4.feature-label,
.feature-panel.feature-event
  .feature-panel-content
  .feature-text
  p.feature-label,
.nav:after,
.pager:after,
.row:after {
  clear: both;
}

.subnav-controls {
  top: 80px;
  width: 100%;
}

.subnav-panel .subnav-carousel .carousel-item {
  background-color: #fff;
  background-position: center top !important;
  padding: 0;
  top: -20px !important;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  height: 565px;
}

.subnav-panel .subnav-carousel .carousel-item:before,
nav.main-nav > ul.mobile-nav-menu li.has-subnav ul.nav-sublist:before {
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  right: 0;
}

.subnav-panel .subnav-carousel .carousel-item.shading:before {
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.25) 0,
    rgba(0, 0, 0, 0.25) 100%
  );
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.25)),
    to(rgba(0, 0, 0, 0.25))
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.25) 0,
    rgba(0, 0, 0, 0.25) 100%
  );
}

.subnav-panel.what-we-do .subnav-carousel .carousel-item {
  height: 745px;
}

.subnav-cloned {
  margin-top: 28px;
  display: none;
}

@media only screen and (min-width: 1007px) {
  .subnav-cloned {
    display: block;
  }
}

.subnav-cloned ul {
  -webkit-column-count: 3;
  column-count: 3;
}

.subnav-cloned ul > * {
  -webkit-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  -ms-page-break-inside: avoid;
  page-break-inside: avoid;
  display: inline-block;
  width: 100%;
}

.subnav-cloned ul li {
  min-height: 35px;
}

.subnav-cloned ul > li {
  padding-right: 15px;
  margin-left: 0 !important;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}

.subnav-cloned ul > li:first-child {
  margin-left: 0 !important;
}

@-moz-document url-prefix() {
  .subnav-cloned ul {
    column-count: auto;
  }

  .subnav-cloned ul li {
    width: 33.33333%;
    float: left;
    margin-left: 0 !important;
  }

  .subnav-cloned ul > li {
    margin-left: 0 !important;
  }
}

.subnav-cloned ul > li a {
  color: #fff !important;
  display: inline-block;
}

.subnav-cloned ul > li a.active:after,
.subnav-cloned ul > li a:active:after,
.subnav-cloned ul > li a:focus:after,
.subnav-cloned ul > li a:hover:after {
  background: #fff !important;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}

nav.main-nav > ul.mobile-nav-menu {
  background: #fff;
  overflow-y: scroll;
}

nav.main-nav > ul.mobile-nav-menu:before {
  display: none;
}

nav.main-nav > ul.mobile-nav-menu.maxheight {
  max-height: -webkit-calc(100vh - 80px) !important;
  max-height: calc(100vh - 80px) !important;
}

nav.main-nav > ul.mobile-nav-menu li.has-subnav > a {
  z-index: 3;
}

nav.main-nav > ul.mobile-nav-menu li.has-subnav ul.nav-sublist {
  display: none;
  padding-top: 0;
}

nav.main-nav > ul.mobile-nav-menu li.has-subnav ul.nav-sublist:before {
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.75) 0,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.75)),
    to(rgba(0, 0, 0, 0.75))
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0,
    rgba(0, 0, 0, 0.75) 100%
  );
}

nav.main-nav > ul.mobile-nav-menu li.has-subnav ul.nav-sublist li {
  background: 0 0;
  border: none;
}

nav.main-nav
  > ul.mobile-nav-menu
  li.has-subnav
  ul.nav-sublist
  li.has-subnav
  > a:before {
  display: block;
  width: 9px;
  height: 14px;
  background-position: -233.4px -192.8px;
}

nav.main-nav
  > ul.mobile-nav-menu
  li.has-subnav
  ul.nav-sublist
  li.has-subnav
  > a:active:before,
nav.main-nav
  > ul.mobile-nav-menu
  li.has-subnav
  ul.nav-sublist
  li.has-subnav
  > a:focus:before,
nav.main-nav
  > ul.mobile-nav-menu
  li.has-subnav
  ul.nav-sublist
  li.has-subnav
  > a:hover:before {
  width: 9px;
  height: 14px;
  background-position: -96px -219.8px;
}

nav.main-nav > ul.mobile-nav-menu li.has-subnav ul.nav-sublist li a {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}

nav.main-nav > ul.mobile-nav-menu li.has-subnav ul.nav-sublist li a:before {
  display: none;
}

nav.main-nav > ul.mobile-nav-menu li.has-subnav ul.nav-sublist li a:active,
nav.main-nav > ul.mobile-nav-menu li.has-subnav ul.nav-sublist li a:focus,
nav.main-nav > ul.mobile-nav-menu li.has-subnav ul.nav-sublist li a:hover {
  text-shadow: none;
  color: #222;
}

nav.main-nav > ul.mobile-nav-menu li.parent-page {
  background: #fff !important;
  border-top: 1px solid #ccc !important;
}

nav.main-nav > ul.mobile-nav-menu li.parent-page > a {
  text-decoration: none !important;
  font-family: FFClanWebProMedium, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4b1f68 !important;
  text-shadow: none !important;
}

nav.main-nav > ul.mobile-nav-menu li.parent-page > a:before {
  display: none !important;
}

nav.main-nav > ul.mobile-nav-menu li.return-link {
  background: #fff;
  border-top: 1px solid #ccc;
}

nav.main-nav > ul.mobile-nav-menu li.return-link > a {
  color: #222;
  padding-left: 60px;
  text-decoration: none;
}

nav.main-nav > ul.mobile-nav-menu li.return-link > a:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 30px;
  width: 9px;
  height: 14px;
  background-position: -96px -219.8px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.disabled-link {
  opacity: 0.5;
  pointer-events: none;
}

html.mobile .subnav-panel {
  max-height: 100vh;
  overflow: scroll;
}

.box-out-border,
.feature-panel,
.hero-panel,
.radius {
  overflow: hidden;
}

.what-we-do .trigger__sublist li a.active {
  padding-bottom: 0 !important;
  margin-top: -15px;
}

.what-we-do .subnav-cloned ul {
  -webkit-column-count: 1;
  column-count: 1;
}

.what-we-do .carousel-li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 0;
  width: 100%;
}

.what-we-do .carousel-li a {
  width: 90%;
}

.what-we-do .carousel-li span.link-tier-nav {
  position: absolute;
  margin-top: 5px;
  margin-right: 20px;
  right: 0;
}

.what-we-do .carousel-li span.link-tier-nav:after,
.what-we-do .carousel-li span.link-tier-nav:before {
  content: "";
  display: block;
  height: 2px;
  width: 12px;
  background: #fff;
  position: relative;
}

.what-we-do .carousel-li span.link-tier-nav:before {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
  top: 4px;
}

.what-we-do .carousel-li span.link-tier-nav:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  top: 7px;
}

.what-we-do .carousel-li span.link-external {
  display: inline-block;
  background-image: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/img/sprite/build/sprite.html);
  background-size: 266px 240px;
  position: absolute;
  right: 0;
  margin-top: 8px;
  width: 15px;
  height: 15px;
  background-position: -163px -192px;
}

.box-out-border .box-out .box-out-media__element,
.nav,
[class^="col-"],
main {
  position: relative;
}

.what-we-do .subnav-inner-cloned {
  margin-top: 28px;
}

@media only screen and (min-width: 1007px) {
  .what-we-do .subnav-inner-cloned {
    display: block;
  }
}

.what-we-do .subnav-inner-cloned ul {
  -webkit-column-count: 1;
  column-count: 1;
}

.what-we-do .subnav-inner-cloned ul > * {
  -webkit-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  -ms-page-break-inside: avoid;
  page-break-inside: avoid;
  display: inline-block;
  width: 100%;
}

.what-we-do .subnav-inner-cloned ul li {
  min-height: 35px;
  width: 100%;
}

.what-we-do .subnav-inner-cloned ul > li {
  padding-right: 0 !important;
  margin-left: 0 !important;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}

.what-we-do .subnav-inner-cloned ul > li:first-child {
  margin-left: 0 !important;
}

@-moz-document url-prefix() {
  .what-we-do .subnav-inner-cloned ul {
    column-count: auto;
  }

  .what-we-do .subnav-inner-cloned ul li {
    float: left;
    margin-left: 0 !important;
  }

  .what-we-do .subnav-inner-cloned ul > li {
    margin-left: 0 !important;
  }
}

.what-we-do .subnav-inner-cloned ul > li a {
  color: #fff !important;
  display: inline-block;
}

.what-we-do .subnav-inner-cloned ul > li a.active:after,
.what-we-do .subnav-inner-cloned ul > li a:active:after,
.what-we-do .subnav-inner-cloned ul > li a:focus:after,
.what-we-do .subnav-inner-cloned ul > li a:hover:after {
  background: #fff !important;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}

.what-we-do .secondary-navigation div.carousel-li,
.what-we-do .third-navigation div.carousel-li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.what-we-do .secondary-navigation div.carousel-li a,
.what-we-do .third-navigation div.carousel-li a {
  color: #fff;
  display: list-item;
}

.what-we-do .secondary-navigation a.active {
  font-weight: 700;
  font-size: 1.0625rem;
  text-decoration: underline;
}

.what-we-do .third-navigation .carousel-li a.active {
  font-weight: 700;
  text-decoration: underline;
}

nav.main-nav .mobile-nav-menu .what-we-do .has-subnav.return-link > a {
  background-color: #fff;
  text-shadow: none;
  color: #222;
  border-top: 1px solid #ccc;
}

nav.main-nav .mobile-nav-menu .what-we-do .has-subnav.return-link > a:hover {
  background-color: #f9f9f9;
}

.nav--horizontal a:active,
.nav--horizontal a:focus,
.nav--horizontal a:hover,
.nav--vertical a:active,
.nav--vertical a:focus,
.nav--vertical a:hover {
  background-color: #f0f0f0;
}

nav.main-nav .mobile-nav-menu .what-we-do .has-subnav.return-link > a:before {
  background-position: -96px -219.8px !important;
}

.nav {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0;
}

.nav:after,
.nav:before {
  content: " ";
  display: table;
}

.nav li:before,
.pagination li:before {
  content: "";
}

.nav li {
  margin: 4px 0;
  padding: 0;
  vertical-align: middle;
}

.nav--vertical li {
  display: block;
}

.nav--vertical a {
  border-radius: 5px;
  display: block;
  padding: 10px;
  text-decoration: none;
  border: 1px solid #ccc;
}

.nav--horizontal a,
.nav--horizontal li {
  display: inline-block;
}

.nav--horizontal a {
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  border: 1px solid #ccc;
}

.nav--tabs {
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.nav--tabs > li {
  float: left;
  margin-bottom: -1px;
  padding-left: 10px;
}

.nav--tabs a:link,
.nav--tabs a:visited {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  display: block;
  margin: 0 2px 0 0;
  padding: 10px;
  text-decoration: none;
}

.nav--tabs a:active,
.nav--tabs a:focus,
.nav--tabs a:hover {
  border-color: #ccc #ccc transparent;
}

.nav--tabs .active a:active,
.nav--tabs .active a:focus,
.nav--tabs .active a:hover,
.nav--tabs .active a:link,
.nav--tabs .active a:visited {
  background-color: #fff;
  border-color: #ccc #ccc transparent;
}

.pagination ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.pagination li {
  display: inline;
}

.pagination li:first-child a,
.pagination li:first-child span {
  border-left-width: 1px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination li:last-child a,
.pagination li:last-child span {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.pagination a,
.pagination span {
  float: left;
  padding: 10px;
  text-decoration: none;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-left-width: 0;
}

.pagination a:hover {
  background-color: #ccc;
  color: #000;
}

.pagination .active a,
.pagination .active span {
  background-color: #ccc;
  color: #000;
  text-decoration: none;
}

.pagination .active a:active,
.pagination .active a:hover {
  background-color: #000;
  color: #ccc;
}

.pagination .disabled a,
.pagination .disabled a:hover,
.pagination .disabled span {
  background-color: #f0f0f0;
  color: #ccc;
  cursor: default;
}

.pager {
  margin: 10px 0;
  padding: 0;
}

.pager:after,
.pager:before {
  content: " ";
  display: table;
}

.pager li {
  display: inline;
}

.pager li:before {
  content: "";
}

.pager a,
.pager span {
  background-color: #f0f0f0;
  display: inline-block;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-decoration: none;
}

.pager a:active,
.pager a:hover {
  background-color: #ccc;
  text-decoration: none;
}

.pager .next a,
.pager .next span {
  float: right;
}

.pager .previous a,
.pager .previous span {
  float: left;
}

.pager .disabled a,
.pager .disabled span {
  color: #ccc;
  background-color: #f0f0f0;
  cursor: default;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  max-width: 1980px;
  margin: 0 auto;
}

.container,
.container-fluid > .row {
  margin: 0 auto;
  max-width: 1600px;
  padding-left: 15px;
  padding-right: 15px;
}

body.home main .container,
body.home main .container-fluid > .row {
  max-width: 1920px;
}

.container-fluid > .row.j-content,
.container.j-content {
  margin-top: 110px !important;
}

@media only screen and (min-width: 1007px) {
  .container-fluid > .row.j-content,
  .container.j-content {
    margin-top: 200px !important;
  }
}

.container-fluid > .row.j-content-banner .hero-panel,
.container.j-content-banner .hero-panel {
  margin-bottom: 15px !important;
}

@media only screen and (min-width: 767px) {
  .container-fluid > .row.j-content-banner .hero-panel,
  .container.j-content-banner .hero-panel {
    margin-bottom: 30px !important;
  }
}

@media only screen and (max-width: 1006px) {
  .container-fluid > .row.j-content-banner h2,
  .container.j-content-banner h2 {
    font-family: FFClanWebProMedium, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.375rem;
    line-height: 2rem;
    margin: 0;
  }
}

@media only screen and (min-width: 1919px) {
  .container {
    padding-left: 45px;
    padding-right: 45px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:after,
.row:before {
  content: " ";
  display: table;
}

[class^="col-"] {
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

[class^="col-"].no-gutter {
  padding-left: 0;
  padding-right: 0;
}

[class^="col-"].no-gutter-md {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 767px) {
  [class^="col-"].no-gutter-md {
    padding-left: 0;
    padding-right: 0;
  }
}

[class^="col-"].no-gutter-lg {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 1007px) {
  [class^="col-"].no-gutter-md {
    padding-left: 15px;
    padding-right: 15px;
  }

  [class^="col-"].no-gutter-lg {
    padding-left: 0;
    padding-right: 0;
  }
}

[class^="col-"].no-gutter-xl {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 1283px) {
  [class^="col-"].no-gutter-lg {
    padding-left: 15px;
    padding-right: 15px;
  }

  [class^="col-"].no-gutter-xl {
    padding-left: 0;
    padding-right: 0;
  }
}

[class^="col-"].add-gutter {
  padding-left: 15px;
  padding-right: 15px;
}

[class^="col-"].add-gutter-xs {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (min-width: 479px) {
  [class^="col-"].add-gutter-xs {
    padding-left: 15px;
    padding-right: 15px;
  }

  [class^="col-"].add-gutter-sm {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 767px) {
  [class^="col-"].add-gutter-sm {
    padding-left: 15px;
    padding-right: 15px;
  }

  [class^="col-"].add-gutter-md {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1007px) {
  [class^="col-"].add-gutter-md {
    padding-left: 15px;
    padding-right: 15px;
  }

  [class^="col-"].add-gutter-lg {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1283px) {
  [class^="col-"].add-gutter-lg {
    padding-left: 15px;
    padding-right: 15px;
  }

  [class^="col-"].add-gutter-xl {
    padding-left: 30px;
    padding-right: 30px;
  }
}

[class*="nogutter-col-"] {
  padding: 0;
  float: left;
}

.text-centred-sm * {
  text-align: left;
}

@media only screen and (min-width: 479px) {
  .text-centred-sm * {
    text-align: center !important;
  }
}

.text-centred-md * {
  text-align: left;
}

@media only screen and (min-width: 767px) {
  .text-centred-sm * {
    text-align: left;
  }

  .text-centred-md * {
    text-align: center !important;
  }
}

.text-centred-lg * {
  text-align: left;
}

@media only screen and (min-width: 1007px) {
  .text-centred-md * {
    text-align: left;
  }

  .text-centred-lg * {
    text-align: center !important;
  }
}

.col-xs-1,
.nogutter-col-xs-1 {
  width: 8.33333%;
}

.col-xs-2,
.nogutter-col-xs-2 {
  width: 16.66667%;
}

.col-xs-3,
.nogutter-col-xs-3 {
  width: 25%;
}

.col-xs-4,
.nogutter-col-xs-4 {
  width: 33.33333%;
}

.col-xs-5,
.nogutter-col-xs-5 {
  width: 41.66667%;
}

.col-xs-6,
.nogutter-col-xs-6 {
  width: 50%;
}

.col-xs-7,
.nogutter-col-xs-7 {
  width: 58.33333%;
}

.col-xs-8,
.nogutter-col-xs-8 {
  width: 66.66667%;
}

.col-xs-9,
.nogutter-col-xs-9 {
  width: 75%;
}

.col-xs-10,
.nogutter-col-xs-10 {
  width: 83.33333%;
}

.col-xs-11,
.nogutter-col-xs-11 {
  width: 91.66667%;
}

.col-xs-12,
.nogutter-col-xs-12 {
  width: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 479px) {
  .col-sm-1,
  .nogutter-col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2,
  .nogutter-col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3,
  .nogutter-col-sm-3 {
    width: 25%;
  }

  .col-sm-4,
  .nogutter-col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5,
  .nogutter-col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6,
  .nogutter-col-sm-6 {
    width: 50%;
  }

  .col-sm-7,
  .nogutter-col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8,
  .nogutter-col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9,
  .nogutter-col-sm-9 {
    width: 75%;
  }

  .col-sm-10,
  .nogutter-col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11,
  .nogutter-col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12,
  .nogutter-col-sm-12 {
    width: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 767px) {
  .col-md-1,
  .nogutter-col-md-1 {
    width: 8.33333%;
  }

  .col-md-2,
  .nogutter-col-md-2 {
    width: 16.66667%;
  }

  .col-md-3,
  .nogutter-col-md-3 {
    width: 25%;
  }

  .col-md-4,
  .nogutter-col-md-4 {
    width: 33.33333%;
  }

  .col-md-5,
  .nogutter-col-md-5 {
    width: 41.66667%;
  }

  .col-md-6,
  .nogutter-col-md-6 {
    width: 50%;
  }

  .col-md-7,
  .nogutter-col-md-7 {
    width: 58.33333%;
  }

  .col-md-8,
  .nogutter-col-md-8 {
    width: 66.66667%;
  }

  .col-md-9,
  .nogutter-col-md-9 {
    width: 75%;
  }

  .col-md-10,
  .nogutter-col-md-10 {
    width: 83.33333%;
  }

  .col-md-11,
  .nogutter-col-md-11 {
    width: 91.66667%;
  }

  .col-md-12,
  .nogutter-col-md-12 {
    width: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1007px) {
  .col-lg-1,
  .nogutter-col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2,
  .nogutter-col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3,
  .nogutter-col-lg-3 {
    width: 25%;
  }

  .col-lg-4,
  .nogutter-col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5,
  .nogutter-col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6,
  .nogutter-col-lg-6 {
    width: 50%;
  }

  .col-lg-7,
  .nogutter-col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8,
  .nogutter-col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9,
  .nogutter-col-lg-9 {
    width: 75%;
  }

  .col-lg-10,
  .nogutter-col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11,
  .nogutter-col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12,
  .nogutter-col-lg-12 {
    width: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1283px) {
  .col-xl-1,
  .nogutter-col-xl-1 {
    width: 8.33333%;
  }

  .col-xl-2,
  .nogutter-col-xl-2 {
    width: 16.66667%;
  }

  .col-xl-3,
  .nogutter-col-xl-3 {
    width: 25%;
  }

  .col-xl-4,
  .nogutter-col-xl-4 {
    width: 33.33333%;
  }

  .col-xl-5,
  .nogutter-col-xl-5 {
    width: 41.66667%;
  }

  .col-xl-6,
  .nogutter-col-xl-6 {
    width: 50%;
  }

  .col-xl-7,
  .nogutter-col-xl-7 {
    width: 58.33333%;
  }

  .col-xl-8,
  .nogutter-col-xl-8 {
    width: 66.66667%;
  }

  .col-xl-9,
  .nogutter-col-xl-9 {
    width: 75%;
  }

  .col-xl-10,
  .nogutter-col-xl-10 {
    width: 83.33333%;
  }

  .col-xl-11,
  .nogutter-col-xl-11 {
    width: 91.66667%;
  }

  .col-xl-12,
  .nogutter-col-xl-12 {
    width: 100%;
  }

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-push-1 {
    left: 8.33333%;
  }

  .col-xl-push-2 {
    left: 16.66667%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-4 {
    left: 33.33333%;
  }

  .col-xl-push-5 {
    left: 41.66667%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-7 {
    left: 58.33333%;
  }

  .col-xl-push-8 {
    left: 66.66667%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-10 {
    left: 83.33333%;
  }

  .col-xl-push-11 {
    left: 91.66667%;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-pull-1 {
    right: 8.33333%;
  }

  .col-xl-pull-2 {
    right: 16.66667%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-4 {
    right: 33.33333%;
  }

  .col-xl-pull-5 {
    right: 41.66667%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-7 {
    right: 58.33333%;
  }

  .col-xl-pull-8 {
    right: 66.66667%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-10 {
    right: 83.33333%;
  }

  .col-xl-pull-11 {
    right: 91.66667%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-offset-0 {
    margin-left: 0;
  }

  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }
}

footer,
header,
main,
nav {
  display: block;
}

.box-out-border .box-out.box-out__directors .feature-content,
.listing--values > li li:before,
.valueslist li:before {
  display: none;
}

main {
  margin-top: 80px;
}

@media only screen and (min-width: 1007px) {
  main {
    margin-top: 113.5px;
  }
}

.panel :not(div):last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.box-out-border-jsdfha:before {
  content: "";
  width: -webkit-calc(100% - 2px);
  width: calc(100% - 2px);
  background: red;
  height: 1px;
  float: left;
}

.box-out-border {
  border-style: solid;
  border-color: #ccc;
  border-left: 1px solid #ccc !important;
  border-width: 0 0 0 1px;
}

.box-out-border:before {
  content: "";
  width: -webkit-calc(100% - 2px);
  width: calc(100% - 2px);
  height: 1px;
  float: left;
}

.box-out-border .box-out {
  margin: 0 -1px 0 0;
}

.box-out-border .box-out-media,
.box-out-border .tile-feed .box-out,
.tile-feed .box-out-border .box-out {
  border: 1px solid #ccc;
  margin: -1px 0 0 -1px;
}

@media only screen and (min-width: 767px) {
  .box-out-border .box-out-media,
  .box-out-border .tile-feed .box-out,
  .tile-feed .box-out-border .box-out {
    margin-bottom: 0;
  }
}

.box-out-border .box-out .box-out-media__element .media-download,
.box-out-border .box-out .box-out-media__element .media-fullscreen {
  bottom: 15px;
  right: 15px;
}

.box-out-border .box-out .box-out-media__element .media-download {
  right: 65px;
}

.box-out-border .box-out .box-out-media__element--item {
  list-style: none !important;
}

.box-out-border .box-out .box-out-media__element img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box-out-border .box-out .box-out-media__element .feature-text {
  min-height: 120px;
}

.box-out-border .box-out.box-out__directors {
  position: relative;
  margin: 0 !important;
  border-left: none;
  border-bottom: none;
}

.box-out-border .box-out.box-out__directors .feature-img span {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: -webkit-linear-gradient(
    top,
    rgba(68, 68, 68, 0),
    rgba(0, 0, 0, 0.65)
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(68, 68, 68, 0)),
    to(rgba(0, 0, 0, 0.65))
  );
  background: linear-gradient(
    to bottom,
    rgba(68, 68, 68, 0),
    rgba(0, 0, 0, 0.65)
  );
  opacity: 0.85;
}

.box-out-border .box-out.box-out__directors .feature-text {
  min-height: auto;
  position: absolute;
  bottom: 0;
  max-width: 230px;
  margin-left: 15px;
  color: #fff;
}

.box-out-border .box-out.box-out__directors .feature-text_name {
  font-family: FFClanWebProBook, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.box-out-border .box-out.box-out__directors .feature-text_title {
  line-height: 1.3rem;
}

@media only screen and (min-width: 319px) {
  .box-out-border .box-out.box-out__directors .feature-text {
    max-width: auto;
  }
}

@media only screen and (min-width: 767px) {
  .box-out-border .box-out.box-out__directors .feature-text {
    max-width: 200px;
  }
}

.radius .box-out {
  margin-bottom: 0;
}

.radius .box-out[data-type="results"] {
  border-radius: 5px 5px 0 0;
}

@media only screen and (min-width: 767px) {
  .radius .box-out[data-type="results"] {
    border-radius: 5px 0 0 5px;
  }
}

.radius .box-out + .box-out + .box-out {
  border-radius: 0 0 5px 5px;
}

@media only screen and (min-width: 767px) {
  .radius .box-out + .box-out + .box-out {
    border-radius: 0 5px 5px 0;
  }
}

.box-out,
.box-out-purple {
  border: 1px solid #ccc;
  padding: 35px 30px;
  margin-bottom: 30px;
}

.box-out {
  border-radius: 5px;
  background: #fff;
}

.box-out-purple {
  border-radius: 5px;
  background: #4b1f68;
  color: #fff;
}

.box-out-grey {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 35px 30px;
  margin-bottom: 30px;
  background: #f9f9f9;
}

.box-out :last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.box-out-left-radius {
  border-radius: 5px 0 0 5px;
}

.box-out-right-radius {
  border-radius: 0 5px 5px 0;
}

.box-out-square,
.tile-feed .box-out {
  border-radius: 0;
}

.box-out-events {
  background: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/img/bg_event_panel.html)
    bottom right #4b1f68;
  background-size: auto !important;
  min-height: 400px !important;
}

.box-out-media,
.tile-feed .box-out {
  border: none;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0;
}

.box-out-media img,
.tile-feed .box-out img {
  width: 100%;
}

.box-out-media[data-type="press-release"] .feature-text,
.tile-feed .box-out[data-type="press-release"] .feature-text {
  font-size: 1rem;
  line-height: 1.625rem;
}

@media only screen and (min-width: 767px) {
  .box-out-media[data-type="press-release"] .feature-text,
  .tile-feed .box-out[data-type="press-release"] .feature-text {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

@media only screen and (min-width: 1283px) {
  .text-centred-lg * {
    text-align: left;
  }

  .box-out-border .box-out.box-out__directors .feature-text {
    max-width: 230px;
  }

  .box-out-media[data-type="press-release"] .feature-text,
  .tile-feed .box-out[data-type="press-release"] .feature-text {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
}

.box-out-media[data-type="news"] .feature-text,
.tile-feed .box-out[data-type="news"] .feature-text {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.box-out-media[data-type="case-study"] .feature-text,
.tile-feed .box-out[data-type="case-study"] .feature-text {
  font-size: 1.5rem;
  line-height: 2.125rem;
}

.box-out-media[data-type="results"],
.tile-feed .box-out[data-type="results"] {
  border-top: 0;
  border-right: none;
  background: #4b1f68;
}

.box-out-media[data-type="results"] .feature-text,
.tile-feed .box-out[data-type="results"] .feature-text {
  padding-top: 20px;
}

.box-out-media[data-type="results"] a,
.tile-feed .box-out[data-type="results"] a {
  color: #fff;
  position: relative;
}

.box-out-media[data-type="results"] a:active,
.box-out-media[data-type="results"] a:focus,
.box-out-media[data-type="results"] a:hover,
.tile-feed .box-out[data-type="results"] a:active,
.tile-feed .box-out[data-type="results"] a:focus,
.tile-feed .box-out[data-type="results"] a:hover {
  color: #fff;
}

.box-out-media .box-out-carousel .feature-text,
.tile-feed .box-out .box-out-carousel .feature-text {
  font-size: 1rem;
  line-height: 1.625rem;
}

@media only screen and (min-width: 767px) {
  .box-out-media .box-out-carousel .feature-text,
  .tile-feed .box-out .box-out-carousel .feature-text {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

@media only screen and (min-width: 1283px) {
  .box-out-media .box-out-carousel .feature-text,
  .tile-feed .box-out .box-out-carousel .feature-text {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
}

.box-out .box-out-text {
  padding: 25px 15px 30px;
}

@media only screen and (min-width: 767px) {
  .box-out .box-out-text {
    padding: 30px;
  }

  .box-out .box-out-text.box-out-media__element {
    padding-right: 15px;
  }
}

.mini-border {
  position: relative;
  border-top: 1px solid #fff !important;
}

.mini-border:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5%;
  bottom: 5%;
  height: 90%;
  width: 1px;
}

@media only screen and (max-width: 766px) {
  .mini-border:before {
    content: "";
    position: absolute;
    left: 5%;
    right: 5%;
    height: 1px;
    width: 90%;
    background: #ccc;
    margin-bottom: 30px;
  }
}

.border-mob {
  position: relative;
}

.border-mob:before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  height: 1px;
  width: 90%;
  background: #ccc;
  margin-bottom: 30px;
}

.image-panel.image-with-caption .image-fullscreen,
.video-wrapper {
  position: relative;
}

.listing--values {
  border-left: solid 1px #f9f9f9;
  border-right: solid 1px #f9f9f9;
  border-bottom: solid 1px #f9f9f9;
  background: #fff;
  margin-bottom: 20px;
}

.listing--values > li {
  border-bottom: 0;
  text-align: center;
}

.listing--values > li h3 {
  font-family: FFClanWebProMedium, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 5px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #009fe3;
}

.listing--values > li:first-child h3 {
  color: #4b1f68;
}

.listing--values > li:last-child h3 {
  color: #cb2c30;
}

.listing--values > li li {
  margin: 0;
}

.listing--values img {
  max-width: 150px;
  margin: 0 auto;
}

.listing--values .listing--valuesinner {
  padding: 0 10px;
}

.image-our-values {
  padding: 10px 0 20px;
  width: 100px;
}

@media only screen and (min-width: 767px) {
  .image-our-values {
    width: 140px;
  }
}

@media only screen and (min-width: 1007px) {
  .image-our-values {
    padding: 20px 0;
    width: 160px;
  }
}

@media only screen and (min-width: 1283px) {
  .image-our-values {
    padding: 20px 0;
    width: 190px;
  }
}

.valueslist {
  background: #fff;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0;
}

.valueslist li {
  margin: 0;
  padding: 10px;
  text-align: center;
}

.valueslist li:last-child {
  border-bottom: 0;
}

@media only screen and (min-width: 767px) {
  .valueslist {
    text-align: justify;
    width: 100%;
  }

  .valueslist li {
    display: inline-block;
    border-bottom: 0;
    width: 19%;
  }
}

.image-panel.image-with-caption img {
  width: 100%;
}

.image-panel.image-with-caption .image-fullscreen .media-download {
  right: 85px;
  bottom: 20px;
}

.image-panel.image-with-caption .image-fullscreen .media-fullscreen {
  right: 35px;
  bottom: 20px;
}

.video-wrapper {
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

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

.feature-panel.feature-panel-carousel .carousel,
.feature-panel.feature-panel-carousel .feature-item,
.feature-panel.feature-panel-carousel .feature-text,
.feature-panel.feature-panel-carousel .slick-slide,
.feature-panel.feature-panel-carousel img.slope,
.feature-panel.feature-panel-element .carousel,
.feature-panel.feature-panel-element .feature-item,
.feature-panel.feature-panel-element .feature-text,
.feature-panel.feature-panel-element .slick-slide,
.feature-panel.feature-panel-element img.slope {
  height: 182px;
}

.feature-panel.feature-panel-carousel .carousel img.transparent,
.feature-panel.feature-panel-carousel .feature-item img.transparent,
.feature-panel.feature-panel-carousel .feature-text img.transparent,
.feature-panel.feature-panel-carousel .slick-slide img.transparent,
.feature-panel.feature-panel-carousel img.slope img.transparent,
.feature-panel.feature-panel-element .carousel img.transparent,
.feature-panel.feature-panel-element .feature-item img.transparent,
.feature-panel.feature-panel-element .feature-text img.transparent,
.feature-panel.feature-panel-element .slick-slide img.transparent,
.feature-panel.feature-panel-element img.slope img.transparent {
  width: 100%;
  height: 182px;
}

@media only screen and (min-width: 479px) {
  .feature-panel.feature-panel-carousel .carousel img.transparent,
  .feature-panel.feature-panel-carousel .feature-item img.transparent,
  .feature-panel.feature-panel-carousel .feature-text img.transparent,
  .feature-panel.feature-panel-carousel .slick-slide img.transparent,
  .feature-panel.feature-panel-carousel img.slope img.transparent,
  .feature-panel.feature-panel-element .carousel img.transparent,
  .feature-panel.feature-panel-element .feature-item img.transparent,
  .feature-panel.feature-panel-element .feature-text img.transparent,
  .feature-panel.feature-panel-element .slick-slide img.transparent,
  .feature-panel.feature-panel-element img.slope img.transparent {
    height: 182px;
  }
}

@media only screen and (min-width: 767px) {
  .feature-panel.feature-panel-carousel .carousel img.transparent,
  .feature-panel.feature-panel-carousel .feature-item img.transparent,
  .feature-panel.feature-panel-carousel .feature-text img.transparent,
  .feature-panel.feature-panel-carousel .slick-slide img.transparent,
  .feature-panel.feature-panel-carousel img.slope img.transparent,
  .feature-panel.feature-panel-element .carousel img.transparent,
  .feature-panel.feature-panel-element .feature-item img.transparent,
  .feature-panel.feature-panel-element .feature-text img.transparent,
  .feature-panel.feature-panel-element .slick-slide img.transparent,
  .feature-panel.feature-panel-element img.slope img.transparent {
    height: 305px;
  }
}

@media only screen and (min-width: 1007px) {
  .feature-panel.feature-panel-carousel .carousel img.transparent,
  .feature-panel.feature-panel-carousel .feature-item img.transparent,
  .feature-panel.feature-panel-carousel .feature-text img.transparent,
  .feature-panel.feature-panel-carousel .slick-slide img.transparent,
  .feature-panel.feature-panel-carousel img.slope img.transparent,
  .feature-panel.feature-panel-element .carousel img.transparent,
  .feature-panel.feature-panel-element .feature-item img.transparent,
  .feature-panel.feature-panel-element .feature-text img.transparent,
  .feature-panel.feature-panel-element .slick-slide img.transparent,
  .feature-panel.feature-panel-element img.slope img.transparent {
    height: 400px;
  }
}

@media only screen and (min-width: 1283px) {
  .feature-panel.feature-panel-carousel .carousel img.transparent,
  .feature-panel.feature-panel-carousel .feature-item img.transparent,
  .feature-panel.feature-panel-carousel .feature-text img.transparent,
  .feature-panel.feature-panel-carousel .slick-slide img.transparent,
  .feature-panel.feature-panel-carousel img.slope img.transparent,
  .feature-panel.feature-panel-element .carousel img.transparent,
  .feature-panel.feature-panel-element .feature-item img.transparent,
  .feature-panel.feature-panel-element .feature-text img.transparent,
  .feature-panel.feature-panel-element .slick-slide img.transparent,
  .feature-panel.feature-panel-element img.slope img.transparent {
    height: 550px;
  }
}

@media only screen and (min-width: 1919px) {
  .feature-panel.feature-panel-carousel .carousel img.transparent,
  .feature-panel.feature-panel-carousel .feature-item img.transparent,
  .feature-panel.feature-panel-carousel .feature-text img.transparent,
  .feature-panel.feature-panel-carousel .slick-slide img.transparent,
  .feature-panel.feature-panel-carousel img.slope img.transparent,
  .feature-panel.feature-panel-element .carousel img.transparent,
  .feature-panel.feature-panel-element .feature-item img.transparent,
  .feature-panel.feature-panel-element .feature-text img.transparent,
  .feature-panel.feature-panel-element .slick-slide img.transparent,
  .feature-panel.feature-panel-element img.slope img.transparent {
    height: 650px;
  }
}

@media only screen and (min-width: 479px) {
  .feature-panel.feature-panel-carousel .carousel,
  .feature-panel.feature-panel-carousel .feature-item,
  .feature-panel.feature-panel-carousel .feature-text,
  .feature-panel.feature-panel-carousel .slick-slide,
  .feature-panel.feature-panel-carousel img.slope,
  .feature-panel.feature-panel-element .carousel,
  .feature-panel.feature-panel-element .feature-item,
  .feature-panel.feature-panel-element .feature-text,
  .feature-panel.feature-panel-element .slick-slide,
  .feature-panel.feature-panel-element img.slope {
    height: 182px;
  }
}

@media only screen and (min-width: 767px) {
  .feature-panel.feature-panel-carousel .carousel,
  .feature-panel.feature-panel-carousel .feature-item,
  .feature-panel.feature-panel-carousel .feature-text,
  .feature-panel.feature-panel-carousel .slick-slide,
  .feature-panel.feature-panel-carousel img.slope,
  .feature-panel.feature-panel-element .carousel,
  .feature-panel.feature-panel-element .feature-item,
  .feature-panel.feature-panel-element .feature-text,
  .feature-panel.feature-panel-element .slick-slide,
  .feature-panel.feature-panel-element img.slope {
    height: 305px;
  }
}

@media only screen and (min-width: 1007px) {
  .feature-panel.feature-panel-carousel .carousel,
  .feature-panel.feature-panel-carousel .feature-item,
  .feature-panel.feature-panel-carousel .feature-text,
  .feature-panel.feature-panel-carousel .slick-slide,
  .feature-panel.feature-panel-carousel img.slope,
  .feature-panel.feature-panel-element .carousel,
  .feature-panel.feature-panel-element .feature-item,
  .feature-panel.feature-panel-element .feature-text,
  .feature-panel.feature-panel-element .slick-slide,
  .feature-panel.feature-panel-element img.slope {
    height: 400px;
  }
}

@media only screen and (min-width: 1283px) {
  .feature-panel.feature-panel-carousel .carousel,
  .feature-panel.feature-panel-carousel .feature-item,
  .feature-panel.feature-panel-carousel .feature-text,
  .feature-panel.feature-panel-carousel .slick-slide,
  .feature-panel.feature-panel-carousel img.slope,
  .feature-panel.feature-panel-element .carousel,
  .feature-panel.feature-panel-element .feature-item,
  .feature-panel.feature-panel-element .feature-text,
  .feature-panel.feature-panel-element .slick-slide,
  .feature-panel.feature-panel-element img.slope {
    height: 550px;
  }
}

@media only screen and (min-width: 1919px) {
  body.home .feature-panel.feature-panel-carousel .carousel,
  body.home .feature-panel.feature-panel-carousel .feature-item,
  body.home .feature-panel.feature-panel-carousel .feature-text,
  body.home .feature-panel.feature-panel-carousel .slick-slide,
  body.home .feature-panel.feature-panel-carousel img.slope,
  body.home .feature-panel.feature-panel-element .carousel,
  body.home .feature-panel.feature-panel-element .feature-item,
  body.home .feature-panel.feature-panel-element .feature-text,
  body.home .feature-panel.feature-panel-element .slick-slide,
  body.home .feature-panel.feature-panel-element img.slope {
    height: 650px;
  }
}

body:not(.home) .feature-panel.feature-panel-carousel .carousel,
body:not(.home) .feature-panel.feature-panel-carousel .feature-item,
body:not(.home) .feature-panel.feature-panel-carousel .feature-text,
body:not(.home) .feature-panel.feature-panel-carousel .slick-slide,
body:not(.home) .feature-panel.feature-panel-carousel img.slope,
body:not(.home) .feature-panel.feature-panel-element .carousel,
body:not(.home) .feature-panel.feature-panel-element .feature-item,
body:not(.home) .feature-panel.feature-panel-element .feature-text,
body:not(.home) .feature-panel.feature-panel-element .slick-slide,
body:not(.home) .feature-panel.feature-panel-element img.slope {
  max-height: 500px;
}

.feature-panel-carousel.carousel-full {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 1919px) {
  .feature-panel-carousel.carousel-full {
    margin-left: -45px;
    margin-right: -45px;
  }
}

.cycle-panel.cycle-panel-carousel {
  background-color: #182f51;
  background-image: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/img/_build/Wheel_Of_Fortune/about_carousel_bg.html);
  background-size: cover !important;
}

.cycle-panel.cycle-panel-carousel .carousel,
.cycle-panel.cycle-panel-carousel .carousel-item.slick-slide {
  height: 400px;
}

@media only screen and (min-width: 479px) {
  .cycle-panel.cycle-panel-carousel .carousel,
  .cycle-panel.cycle-panel-carousel .carousel-item.slick-slide {
    height: 500px;
  }
}

@media only screen and (min-width: 767px) {
  .cycle-panel.cycle-panel-carousel .carousel,
  .cycle-panel.cycle-panel-carousel .carousel-item.slick-slide {
    height: 500px;
  }
}

@media only screen and (min-width: 1007px) {
  .cycle-panel.cycle-panel-carousel .carousel,
  .cycle-panel.cycle-panel-carousel .carousel-item.slick-slide {
    height: 500px;
  }
}

@media only screen and (min-width: 1283px) {
  .cycle-panel.cycle-panel-carousel .carousel,
  .cycle-panel.cycle-panel-carousel .carousel-item.slick-slide {
    height: 700px;
  }
}

.cycle-panel.cycle-panel-carousel .cycle-list,
.cycle-panel.cycle-panel-carousel .cycle-list ul {
  height: inherit;
}

@media only screen and (min-width: 479px) {
  .cycle-panel.cycle-panel-carousel .cycle-list,
  .cycle-panel.cycle-panel-carousel .cycle-list ul {
    height: 500px;
  }
}

@media only screen and (min-width: 767px) {
  .cycle-panel.cycle-panel-carousel .cycle-list,
  .cycle-panel.cycle-panel-carousel .cycle-list ul {
    height: 500px;
  }
}

@media only screen and (min-width: 1007px) {
  .cycle-panel.cycle-panel-carousel .cycle-list,
  .cycle-panel.cycle-panel-carousel .cycle-list ul {
    height: 500px;
  }
}

@media only screen and (min-width: 1283px) {
  .cycle-panel.cycle-panel-carousel .cycle-list,
  .cycle-panel.cycle-panel-carousel .cycle-list ul {
    height: 700px;
  }
}

.cycle-panel.cycle-panel-carousel.history-panel .carousel,
.cycle-panel.cycle-panel-carousel.history-panel .carousel-item.slick-slide {
  height: 500px;
}

@media only screen and (min-width: 479px) {
  .cycle-panel.cycle-panel-carousel.history-panel .carousel,
  .cycle-panel.cycle-panel-carousel.history-panel .carousel-item.slick-slide {
    height: 500px;
  }
}

@media only screen and (min-width: 767px) {
  .cycle-panel.cycle-panel-carousel.history-panel .carousel,
  .cycle-panel.cycle-panel-carousel.history-panel .carousel-item.slick-slide {
    height: 500px;
  }
}

@media only screen and (min-width: 1007px) {
  .cycle-panel.cycle-panel-carousel.history-panel .carousel,
  .cycle-panel.cycle-panel-carousel.history-panel .carousel-item.slick-slide {
    height: 500px;
  }
}

@media only screen and (min-width: 1283px) {
  .cycle-panel.cycle-panel-carousel.history-panel .carousel,
  .cycle-panel.cycle-panel-carousel.history-panel .carousel-item.slick-slide {
    height: 700px;
  }
}

.cycle-panel.cycle-panel-carousel.history-panel .cycle-list,
.cycle-panel.cycle-panel-carousel.history-panel .cycle-list ul {
  height: 500px;
}

@media only screen and (min-width: 479px) {
  .cycle-panel.cycle-panel-carousel.history-panel .cycle-list,
  .cycle-panel.cycle-panel-carousel.history-panel .cycle-list ul {
    height: 500px;
  }
}

@media only screen and (min-width: 767px) {
  .cycle-panel.cycle-panel-carousel.history-panel .cycle-list,
  .cycle-panel.cycle-panel-carousel.history-panel .cycle-list ul {
    height: 500px;
  }

  .feature-panel {
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
}

@media only screen and (min-width: 1007px) {
  .cycle-panel.cycle-panel-carousel.history-panel .cycle-list,
  .cycle-panel.cycle-panel-carousel.history-panel .cycle-list ul {
    height: 500px;
  }
}

.carousel-item.slick-slide[data-label="Fleet"] {
  background-position-x: left !important;
}

@media only screen and (min-width: 479px) {
  .carousel-item.slick-slide[data-label="Fleet"] {
    background-position-x: default !important;
  }
}

.feature-panel {
  position: relative;
  background-size: cover !important;
  background-position: bottom right !important;
}

.feature-panel-carousel {
  margin: 60px 0;
}

.feature-panel .carousel .carousel-item,
.feature-panel .carousel .feature-item,
.feature-panel .feature-element-item .carousel-item,
.feature-panel .feature-element-item .feature-item,
.feature-panel .slick-slide .carousel-item,
.feature-panel .slick-slide .feature-item {
  background-size: cover !important;
  background-position: right center;
}

.has-js .feature-panel .carousel .carousel-item .carousel-item-content,
.has-js .feature-panel .carousel .feature-item .carousel-item-content,
.has-js
  .feature-panel
  .feature-element-item
  .carousel-item
  .carousel-item-content,
.has-js
  .feature-panel
  .feature-element-item
  .feature-item
  .carousel-item-content,
.has-js .feature-panel .slick-slide .carousel-item .carousel-item-content,
.has-js .feature-panel .slick-slide .feature-item .carousel-item-content {
  display: none;
}

.feature-panel .carousel .feature-item,
.feature-panel .feature-element-item .feature-item,
.feature-panel .slick-slide .feature-item {
  background-position: center right !important;
}

.feature-panel img.slope {
  position: absolute;
  top: 0;
  right: 66.6666%;
}

@media only screen and (min-width: 767px) {
  .feature-panel img.slope {
    right: 25%;
  }

  .feature-panel.feature-panel-carousel .feature-text .feature-text-carousel,
  .feature-panel.feature-panel-element .feature-text .feature-text-carousel {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.feature-panel.feature-panel-carousel .feature-text,
.feature-panel.feature-panel-element .feature-text {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid #ccc;
  padding: 30px 15px 0;
}

.feature-panel.feature-panel-carousel .feature-text .feature-text-carousel,
.feature-panel.feature-panel-element .feature-text .feature-text-carousel {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media only screen and (min-width: 1007px) {
  .feature-panel.feature-panel-carousel .feature-text .feature-text-carousel,
  .feature-panel.feature-panel-element .feature-text .feature-text-carousel {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }

  .feature-panel.feature-panel-carousel .feature-text,
  .feature-panel.feature-panel-element .feature-text {
    padding-top: 90px;
  }
}

body.home .feature-panel.feature-panel-carousel .feature-text,
body.home .feature-panel.feature-panel-element .feature-text {
  padding-top: 30px;
}

@media only screen and (min-width: 1007px) {
  body.home .feature-panel.feature-panel-carousel .feature-text,
  body.home .feature-panel.feature-panel-element .feature-text {
    padding-top: 80px;
  }
}

.feature-panel.feature-panel-carousel .feature-text .feature-text-content,
.feature-panel.feature-panel-element .feature-text .feature-text-content {
  min-height: 160px;
}

@media only screen and (min-width: 767px) {
  .feature-panel.feature-panel-carousel .feature-text,
  .feature-panel.feature-panel-element .feature-text {
    position: absolute;
    left: 0;
    right: 0;
  }

  .feature-panel.feature-panel-carousel .feature-text .feature-text-content,
  .feature-panel.feature-panel-element .feature-text .feature-text-content {
    min-height: 210px;
  }
}

@media only screen and (min-width: 1007px) {
  .feature-panel.feature-panel-carousel .feature-text .feature-text-content,
  .feature-panel.feature-panel-element .feature-text .feature-text-content {
    min-height: 230px;
  }
}

@media only screen and (min-width: 1283px) {
  .cycle-panel.cycle-panel-carousel.history-panel .cycle-list,
  .cycle-panel.cycle-panel-carousel.history-panel .cycle-list ul {
    height: 700px;
  }

  .feature-panel.feature-panel-carousel .feature-text .feature-text-carousel,
  .feature-panel.feature-panel-element .feature-text .feature-text-carousel {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }

  body.home .feature-panel.feature-panel-carousel .feature-text,
  body.home .feature-panel.feature-panel-element .feature-text {
    padding-top: 90px;
  }

  .feature-panel.feature-panel-carousel .feature-text .feature-text-content,
  .feature-panel.feature-panel-element .feature-text .feature-text-content {
    min-height: 340px;
  }
}

@media only screen and (min-width: 1919px) {
  body.home .feature-panel.feature-panel-carousel .feature-text,
  body.home .feature-panel.feature-panel-element .feature-text {
    padding-top: 90px;
  }

  .feature-panel.feature-panel-carousel .feature-text .feature-text-content,
  .feature-panel.feature-panel-element .feature-text .feature-text-content {
    min-height: 340px;
  }
}

.feature-panel.feature-panel-element,
.feature-panel.feature-panel-element .feature-text {
  border: none;
}

@media only screen and (min-width: 319px) {
  .feature-panel.feature-panel-element img.slope {
    display: none;
  }
}

.feature-panel.feature-event {
  background: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/img/bg_event_panel.html)
    bottom right #481f6d;
  background-size: auto !important;
}

.feature-panel.feature-event .feature-panel-content {
  position: inherit;
}

.feature-panel.feature-event .feature-panel-content .feature-text h2,
.feature-panel.feature-event .feature-panel-content .feature-text h3,
.feature-panel.feature-event .feature-panel-content .feature-text h4,
.feature-panel.feature-event .feature-panel-content .feature-text p {
  font-family: FFClanWebProBook, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.1875rem;
  line-height: 2.8125rem;
}

@media only screen and (min-width: 1007px) {
  .feature-panel.feature-event .feature-panel-content .feature-text h2,
  .feature-panel.feature-event .feature-panel-content .feature-text h3,
  .feature-panel.feature-event .feature-panel-content .feature-text h4,
  .feature-panel.feature-event .feature-panel-content .feature-text p {
    font-size: 3.4375rem;
    line-height: 3.4375rem;
  }
}

.feature-panel.feature-event .feature-panel-content .feature-text h2 strong,
.feature-panel.feature-event .feature-panel-content .feature-text h3 strong,
.feature-panel.feature-event .feature-panel-content .feature-text h4 strong,
.feature-panel.feature-event .feature-panel-content .feature-text p strong {
  font-family: FFClanWebProMedium, sans-serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  font-size: 3.125rem;
  line-height: 4.875rem;
}

.feature-panel.feature-event .feature-image,
.feature-panel.feature-event .feature-panel-content {
  padding: 45px 15px 30px;
}

@media only screen and (min-width: 767px) {
  .feature-panel.feature-panel-element img.slope {
    display: block;
  }

  .feature-panel.feature-event .feature-image,
  .feature-panel.feature-event .feature-panel-content {
    padding: 100px 0 50px;
  }
}

@media only screen and (min-width: 1007px) {
  .feature-panel.feature-event .feature-panel-content .feature-text h2 strong,
  .feature-panel.feature-event .feature-panel-content .feature-text h3 strong,
  .feature-panel.feature-event .feature-panel-content .feature-text h4 strong,
  .feature-panel.feature-event .feature-panel-content .feature-text p strong {
    font-size: 5.5rem;
  }

  .feature-panel.feature-event .feature-image,
  .feature-panel.feature-event .feature-panel-content {
    padding: 110px 0 160px;
  }
}

.feature-panel.feature-event .feature-image img {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.feature-panel .feature-text {
  display: table;
  width: 100%;
}

.feature-panel .feature-text .feature-text-content h2,
.feature-panel .feature-text .feature-text-content h3,
.feature-panel .feature-text .feature-text-content p {
  font-family: FFClanWebProThin, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222;
}

.feature-panel .feature-text .feature-text-content h2.feature-label,
.feature-panel .feature-text .feature-text-content h3.feature-label,
.feature-panel .feature-text .feature-text-content p.feature-label {
  float: none;
}

.feature-panel img.transparent {
  width: 50%;
}

@media only screen and (min-width: 1283px) {
  .feature-panel.feature-event .feature-image,
  .feature-panel.feature-event .feature-panel-content {
    padding: 160px 0 200px;
  }

  .feature-panel img.transparent {
    width: 100%;
  }
}

.feature-panel .feature-panel-content {
  padding: 30px 0 20px;
}

@media only screen and (min-width: 767px) {
  .feature-panel.feature-event .feature-image img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .feature-panel .feature-panel-content {
    padding: 35px 0 25px;
  }

  .feature-panel .h2 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media only screen and (min-width: 1007px) {
  .feature-panel .feature-panel-content {
    padding: 90px 0 70px;
  }
}

.feature-panel .h2 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media only screen and (min-width: 1007px) {
  .feature-panel .h2 {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
}

@media only screen and (min-width: 1283px) {
  .feature-panel .feature-panel-content {
    padding: 260px 0 40px;
  }

  .feature-panel .feature-panel-content-positioned {
    position: absolute;
    bottom: 0;
  }

  .feature-panel .h2 {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
}

.feature-panel.col-md-6,
.feature-panel.nogutter-col-md-6 {
  background-position: center !important;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1282px) {
  .feature-panel.col-md-6,
  .feature-panel.nogutter-col-md-6 {
    min-height: 412px;
  }

  .feature-panel.col-md-6 > .row,
  .feature-panel.nogutter-col-md-6 > .row {
    position: absolute;
    bottom: 0;
  }
}

@media only screen and (max-width: 478px) {
  .feature-panel.col-md-6,
  .feature-panel.nogutter-col-md-6 {
    padding: 0 15px;
  }
}

.home .feature-panel-carousel {
  margin: 0;
  border: none;
}

.latest-updates .update-controls {
  margin-top: 10px;
  margin-bottom: -20px;
  border: none !important;
}

@media only screen and (min-width: 767px) {
  .latest-updates .update-controls {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1283px) {
  .latest-updates .update-controls {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    margin-bottom: 0;
  }

  .latest-updates .update-controls a.button {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.latest-updates .update-controls .carousel-controls {
  display: none;
}

.latest-updates .update-controls .carousel-controls button {
  margin-bottom: 10px;
  margin-top: 10px;
}

.latest-updates .update-controls .carousel-controls button + button {
  margin-right: 10px;
}

@media only screen and (min-width: 1007px) {
  .latest-updates .update-controls .carousel-controls button {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 767px) {
  .latest-updates .update-controls .carousel-controls {
    width: 100%;
    margin-bottom: 15px;
    display: block;
  }
}

@media only screen and (min-width: 1007px) {
  .latest-updates .update-controls .carousel-controls {
    margin-bottom: 10px;
  }
}

.latest-updates .update-controls a.button {
  clear: both;
  margin: 0;
}

.cycle-panel:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0, rgba(0, 0, 0, 0.5)),
    color-stop(50%, rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0) 50%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    color-stop(50%, rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0) 50%
  );
}

@media only screen and (min-width: 479px) {
  .cycle-panel .cycle-list {
    display: block;
  }
}

@media only screen and (min-width: 767px) {
  .latest-updates .update-controls a.button {
    margin-top: 10px;
  }

  .cycle-panel .cycle-list ul.slick-slider {
    display: table-cell;
    vertical-align: middle;
  }

  .cycle-panel .cycle-list ul.slick-slider li {
    font-size: 1.875rem;
    line-height: 2.5rem;
    text-align: left;
    float: none;
  }

  .cycle-panel .cycle-controls {
    left: 0;
  }
}

@media only screen and (min-width: 1007px) {
  .cycle-panel .cycle-list ul.slick-slider li {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
    text-align: left;
    float: none;
  }
}

@media only screen and (min-width: 1283px) {
  .cycle-panel .cycle-list ul.slick-slider li {
    width: 100% !important;
  }
}

.hero-panel,
.hero-panel .hero-panel-image img,
.hero-panel picture img,
.hero-panel > img,
.image-panel > img,
.video-panel > img {
  width: 100%;
}

.cycle-panel .cycle-controls .carousel-controls {
  position: absolute;
  bottom: 7px;
  right: 0;
}

.hero-panel,
.hero-panel .hero-panel-image {
  position: relative;
}

@media only screen and (min-width: 767px) {
  .cycle-panel .cycle-controls .carousel-controls {
    position: relative;
    bottom: 0;
    float: right;
  }
}

.cycle-panel .carousel-item .feature-text {
  padding: 0;
  bottom: 85px !important;
}

.cycle-panel .carousel-item .feature-text h2 {
  padding: 0 15px;
}

@media only screen and (max-width: 766px) {
  .cycle-panel.history-panel .carousel-controls {
    left: 0;
  }
}

.cycle-panel.history-panel .slick-slider {
  cursor: default !important;
}

.cycle-panel.history-panel .slick-slider .slick-list {
  cursor: pointer;
}

.box-out-media[data-type="results"] h2,
.box-out-media[data-type="results"] h3,
.box-out-media[data-type="results"] p,
.feature-text-large h2,
.feature-text-large h3,
.feature-text-large p,
.tile-feed .box-out[data-type="results"] h2,
.tile-feed .box-out[data-type="results"] h3,
.tile-feed .box-out[data-type="results"] p {
  color: #fff;
  font-family: FFClanWebProMedium, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 0;
}

.box-out-media[data-type="results"] h2 em,
.box-out-media[data-type="results"] h3 em,
.box-out-media[data-type="results"] p em,
.feature-text-large h2 em,
.feature-text-large h3 em,
.feature-text-large p em,
.tile-feed .box-out[data-type="results"] h2 em,
.tile-feed .box-out[data-type="results"] h3 em,
.tile-feed .box-out[data-type="results"] p em {
  font-family: FFClanWebProThin, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}

@media only screen and (min-width: 1007px) {
  .box-out-media[data-type="results"] h2,
  .box-out-media[data-type="results"] h3,
  .box-out-media[data-type="results"] p,
  .feature-text-large h2,
  .feature-text-large h3,
  .feature-text-large p,
  .tile-feed .box-out[data-type="results"] h2,
  .tile-feed .box-out[data-type="results"] h3,
  .tile-feed .box-out[data-type="results"] p {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}

@media only screen and (min-width: 1919px) {
  .box-out-media[data-type="results"] h2,
  .box-out-media[data-type="results"] h3,
  .box-out-media[data-type="results"] p,
  .feature-text-large h2,
  .feature-text-large h3,
  .feature-text-large p,
  .tile-feed .box-out[data-type="results"] h2,
  .tile-feed .box-out[data-type="results"] h3,
  .tile-feed .box-out[data-type="results"] p {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

.box-out-media[data-type="results"] h2 a,
.box-out-media[data-type="results"] h3 a,
.box-out-media[data-type="results"] p a,
.feature-text-large h2 a,
.feature-text-large h3 a,
.feature-text-large p a,
.tile-feed .box-out[data-type="results"] h2 a,
.tile-feed .box-out[data-type="results"] h3 a,
.tile-feed .box-out[data-type="results"] p a {
  line-height: 1.3;
}

.hero-panel {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-color: #163243 !important;
}

@media only screen and (max-width: 1282px) {
  .hero-panel {
    background-image: none !important;
  }
}

@media only screen and (min-width: 1283px) {
  .cycle-panel .carousel-item .feature-text {
    bottom: 95px;
    padding: 0;
  }

  .hero-panel .hero-panel-image {
    display: none;
  }
}

.hero-panel .hero-panel-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(
    top,
    rgba(30, 87, 153, 0) 0,
    rgba(41, 137, 216, 0) 22%,
    #163243 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(30, 87, 153, 0)),
    color-stop(22%, rgba(41, 137, 216, 0)),
    to(#163243)
  );
  background: linear-gradient(
    to bottom,
    rgba(30, 87, 153, 0) 0,
    rgba(41, 137, 216, 0) 22%,
    #163243 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799',endColorstr='#163243',GradientType=0);
}

.hero-panel video {
  display: none;
}

@media only screen and (min-width: 1919px) {
  .hero-panel video {
    display: block;
  }
}

@media only screen and (min-width: 319px) {
  .hero-panel .trigger__video {
    top: 50%;
    left: 50%;
    padding-left: 20px;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 479px) {
  .hero-panel .trigger__video {
    top: 50%;
    left: 50%;
    padding: 0;
  }
}

@media only screen and (min-width: 767px) {
  .hero-panel .trigger__video {
    top: 30%;
    left: 50%;
  }
}

@media only screen and (min-width: 1007px) {
  .hero-panel .trigger__video {
    top: 20%;
    left: 50%;
  }
}

@media only screen and (min-width: 1283px) {
  .hero-panel video {
    display: block;
    width: 100%;
  }

  .hero-panel .trigger__video {
    top: 50%;
    left: 50%;
  }
}

.hero-panel:hover img.hero-panel-image {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.hero-panel .hero-panel-content {
  padding-top: 30px;
  position: absolute;
  bottom: 30px;
  width: 100%;
}

@media only screen and (min-width: 767px) {
  .hero-panel .hero-panel-content {
    padding-top: 95px;
    font-size: 0.875rem;
    line-height: 2.125rem;
  }
}

.hero-panel .hero-panel-content h1,
.hero-panel .hero-panel-content p.intro {
  color: #fff;
}

.hero-panel.hero-panel-with-pullout {
  overflow: visible !important;
  background-color: transparent !important;
  margin-bottom: 70px;
}

.hero-panel.hero-panel-with-pullout .hero-panel-with-pullout__image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-panel,
.video-panel {
  position: relative;
  background-size: cover;
  background-position: center center !important;
  overflow: hidden;
}

.image-panel .trigger__video,
.video-panel .trigger__video {
  top: 50%;
  left: 55%;
}

@media only screen and (min-width: 479px) {
  .image-panel .trigger__video,
  .video-panel .trigger__video {
    left: 50%;
  }
}

.image-panel-content,
.video-panel-content {
  position: absolute;
  bottom: 0;
  padding: 0 30px 30px;
}

.image-panel-content :last-child,
.video-panel-content :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 766px) {
  .image-panel-content,
  .video-panel-content {
    padding: 0 30px 10px;
  }

  .image-panel-content h3,
  .video-panel-content h3 {
    font-family: FFClanWebProMedium, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.625rem;
    margin: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 1006px) {
  .image-panel[style*="background"] [class*="panel-content"],
  .video-panel[style*="background"] [class*="panel-content"] {
    position: inherit;
  }
}

.trigger__video {
  position: absolute;
  top: 40%;
  left: 55%;
  right: 15px;
  margin: -40px 0 0 -40px;
}

.fixed-button a.button,
.fixed-button div.buttons,
header {
  margin-bottom: 0;
}

@media only screen and (min-width: 319px) {
  .trigger__video {
    top: 50%;
    left: 50%;
    padding-left: 0;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 479px) {
  .trigger__video {
    top: 50%;
    left: 50%;
    padding: 0;
  }
}

@media only screen and (min-width: 767px) {
  .trigger__video {
    top: 30%;
  }
}

@media only screen and (min-width: 1007px) {
  .trigger__video {
    top: 20%;
  }
}

@media only screen and (min-width: 1283px) {
  .trigger__video {
    top: 50%;
  }
}

.hero-panel .trigger__video {
  top: 70px;
}

@media only screen and (min-width: 319px) {
  .hero-panel .trigger__video {
    top: 50%;
    left: 50%;
  }
}

@media only screen and (min-width: 767px) {
  .hero-panel .trigger__video {
    top: 40%;
  }
}

.trigger__video a {
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #fff;
}

@media only screen and (min-width: 479px) {
  .trigger__video a {
    width: 80px;
    height: 80px;
  }
}

.trigger__video a span {
  opacity: 0;
}

.trigger__video a:after,
.trigger__video a:before {
  content: "";
  width: 16px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 10px;
}

.trigger__video a:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 12px;
}

@media only screen and (min-width: 479px) {
  .trigger__video a:after,
  .trigger__video a:before {
    width: 24px;
    height: 3px;
    left: 28px;
  }

  .trigger__video a:before {
    top: 30px;
  }
}

.trigger__video a:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 22px;
}

@media only screen and (min-width: 479px) {
  .trigger__video a:after {
    top: 45px;
  }
}

.trigger__video a:active,
.trigger__video a:focus,
.trigger__video a:hover {
  background: #fff;
}

.trigger__video a:active:after,
.trigger__video a:active:before,
.trigger__video a:focus:after,
.trigger__video a:focus:before,
.trigger__video a:hover:after,
.trigger__video a:hover:before {
  background: #4b1f68;
}

span.panel-fade {
  background: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/img/panel_fade.html)
    bottom center repeat-x;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fixed-button {
  position: relative;
}

@media only screen and (min-width: 767px) {
  span.panel-fade {
    background-size: auto;
  }

  .fixed-button {
    padding-bottom: 90px !important;
  }

  .fixed-button.half-padding {
    padding-bottom: 60px !important;
  }

  .fixed-button a.button,
  .fixed-button div.buttons {
    position: absolute;
    bottom: 15px;
  }

  .bg-verylightgrey__lang > .row {
    height: 76px;
  }
}

.fixed-button div.buttons {
  width: 100%;
}

.fixed-button div.buttons a.button {
  position: relative;
  bottom: inherit;
  bottom: 0;
  margin-top: 15px;
}

.fixed-button .main-content.fixed {
  position: fixed !important;
}

@media only screen and (min-width: 479px) and (max-width: 1006px) {
  .investor-content {
    margin-top: 190px !important;
  }
}

.careers-panel {
  background-color: #4b1f68;
  color: #fff;
  padding: 40px 0;
  margin: 0;
}

header {
  display: block;
  padding: 25px 0 0;
  background: #fff;
}

header.js-header {
  position: fixed;
  height: 80px;
  top: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.js-header.site-header--hide {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

header .site-logo {
  width: 180px;
  margin-bottom: 20px;
  max-width: 100%;
  padding-left: 15px;
  display: inline-block;
}

@media only screen and (min-width: 1007px) {
  header {
    padding-top: 40px;
  }

  header.js-header {
    height: 113.5px;
  }

  header .site-logo {
    width: 240px;
    max-width: 100%;
  }
}

header .lang-select {
  width: 100%;
  height: 50px;
  position: relative;
}

header .lang-select ul {
  z-index: 100;
  background: #fff;
  position: absolute;
  right: 55px;
  top: 0;
}

header .lang-select ul li {
  display: block;
  font-size: 0.8125rem;
}

header .lang-select ul li:after,
header .lang-select ul li:before {
  content: " ";
}

.no-js header .lang-select ul li {
  float: left;
}

header .lang-select ul li a {
  text-decoration: none;
}

header .lang-select ul li a:active,
header .lang-select ul li a:focus,
header .lang-select ul li a:hover {
  text-decoration: underline;
}

header .lang-select ul .trigger {
  width: 12px;
  height: 8px;
  background-position: -139.4px -167.8px;
  position: absolute;
  right: 0;
  top: 8px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .lang-select ul .trigger.open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.has-js header .lang-select ul {
  position: absolute;
  padding-right: 47px;
}

.mobile-nav-controls-container > a:focus img {
  outline: #212121 dotted 1px;
  outline-offset: 10px;
}

.searchbox {
  display: none;
  z-index: 200;
  background-color: #009fe3;
  color: #fff;
  padding: 20px;
}

.opensearch .searchbox,
footer {
  display: block;
}

.searchbox input {
  background-color: transparent;
  border: none;
  color: #fff;
}

.searchbox input[type="text"] {
  border-radius: 0 !important;
  border-bottom: solid 1px #fff;
  width: 80%;
  font-size: 1rem;
}

@media only screen and (min-width: 767px) {
  .searchbox {
    padding: 20px 40px 25px;
  }

  .searchbox input[type="text"] {
    width: 90%;
  }
}

@media only screen and (min-width: 1007px) {
  .searchbox input[type="text"] {
    width: 80%;
  }
}

@media only screen and (min-width: 1283px) {
  .searchbox input[type="text"] {
    width: 85%;
  }
}

.searchbox input[type="submit"] {
  background: 0 0;
  border-radius: 5px !important;
  margin-left: 20px;
  margin-bottom: 0;
  border: 1px solid #fff !important;
  color: #fff;
}

.searchbox input[type="submit"]:focus,
.searchbox input[type="submit"]:hover {
  background: #fff;
  color: #009fe3;
}

@media only screen and (max-width: 1006px) {
  .searchbox input[type="submit"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

.searchbox .closemessage {
  vertical-align: middle;
  margin-left: 10px;
  margin-top: 5px;
  float: right;
}

.searchbox :-moz-placeholder {
  color: #fff;
}

.searchbox ::-webkit-input-placeholder {
  color: #fff;
}

.searchbox :-ms-input-placeholder {
  color: #fff;
}

footer {
  padding: 25px 0 10px;
}

footer h2 {
  font-size: 1rem;
  line-height: 1.625rem;
  font-family: FFClanWebProMedium, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 2px;
  margin-top: 30px;
}

@media only screen and (min-width: 767px) {
  footer {
    padding-top: 55px;
  }

  footer h2 {
    margin-top: 0;
  }
}

footer p {
  padding-bottom: 5px;
}

footer ul li {
  display: inline-block;
}

footer ul li a {
  color: #fff;
}

footer ul.services-list {
  margin-top: 30px;
}

footer ul.services-list li {
  margin-right: 15px;
  margin-bottom: 0;
}

@media only screen and (min-width: 767px) {
  footer ul.services-list li {
    margin-right: 25px;
  }
}

footer ul.socialmedia {
  margin: 30px -15px 0 0;
}

@media only screen and (min-width: 767px) {
  footer ul.socialmedia {
    float: right;
    margin: 30px -30px 0 0;
  }
}

footer ul.socialmedia li {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin: 0 15px 15px 0;
}

footer ul.socialmedia li a {
  text-indent: -20000px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

footer ul.socialmedia li a.facebook {
  width: 28px;
  height: 26px;
  background-position: -5px -132.8px;
}

footer ul.socialmedia li a.twitter {
  width: 28px;
  height: 26px;
  background-position: -42px -132.8px;
}

footer ul.socialmedia li a.youtube {
  width: 33px;
  height: 26px;
  background-position: -132.8px -92px;
}

footer ul.socialmedia li a.instagram {
  width: 26px;
  height: 26px;
  background-position: -115px -132.8px;
}

footer ul.socialmedia li a.linkedin {
  width: 27px;
  height: 26px;
  background-position: -79px -132.8px;
}

footer ul.socialmedia li a:active,
footer ul.socialmedia li a:focus,
footer ul.socialmedia li a:hover {
  opacity: 0.75;
  text-decoration: none;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media only screen and (min-width: 1283px) {
  footer ul.socialmedia li {
    margin: 0 30px 30px 0;
  }
}

footer ul.socialmedia li:last-of-type {
  margin-right: 0;
}

footer .copyright,
footer .services {
  font-size: 0.875rem;
  line-height: 1.625rem;
}

@media only screen and (min-width: 767px) {
  footer .copyright p,
  footer .services p {
    margin-top: 30px;
  }
}

.accordion {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.accordion__panel {
  display: none;
  overflow: hidden;
  margin: 0;
  padding: 15px 20px 10px;
  -webkit-transition: visibility 0s;
  transition: visibility 0s;
  visibility: visible;
  border-bottom: solid 1px #ccc;
}

[aria-hidden="true"].accordion__panel {
  visibility: hidden;
  -webkit-transition-delay: 1s, 0s;
  transition-delay: 1s, 0s;
}

button.accordion__header {
  border: 0;
  border-radius: 0;
  margin: 0;
  text-transform: none;
  border-bottom: 1px solid #ccc;
  color: #000;
  font-family: FFClanWebProBook, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  display: block;
  background: 0 0;
  outline: 0;
  text-align: left;
  padding: 22px 55px 21px 20px;
  width: 100%;
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button.accordion__header:first-child {
  border-top: 1px solid #ccc;
}

button.accordion__header span {
  position: absolute;
  right: 17px;
  top: 24px;
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}

button.accordion__header span:after,
button.accordion__header span:before {
  display: block;
  content: "";
  background: #4b1f68;
  position: absolute;
  top: 4px;
  right: 12px;
  height: 12px;
  width: 1px;
}

button.accordion__header span:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
}

button.accordion__header:active,
button.accordion__header:focus,
button.accordion__header:hover {
  cursor: pointer;
  color: #4b1f68;
  background: #f9f9f9;
}

button.accordion__header:focus,
button.accordion__header:hover {
  text-decoration: underline;
  border-bottom: solid 1px #4b1f68;
}

button.accordion__header:active,
button.accordion__header:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.accordion__header[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 35%;
  -ms-transform-origin: 50% 35%;
  transform-origin: 50% 35%;
}

button.accordion__header:after {
  display: none;
}

.accordion__title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.accordion__all {
  float: right;
  margin-bottom: 10px;
}

.accordion__all .accordion__all__icon {
  position: relative;
  display: inline-block;
  right: 0;
  top: 1px;
  margin-left: 10px;
  width: 17px;
  height: 17px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.accordion__all .accordion__all__icon:after,
.accordion__all .accordion__all__icon:before {
  content: "";
  position: absolute;
  height: 17px;
  width: 1px;
  top: 0;
  right: 8px;
  background: #d63049;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.accordion__all .accordion__all__icon:after {
  content: "";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion__all.accordion__all--open .accordion__all__icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer .accordion__all {
  display: none;
}

footer .accordion__panel {
  padding-top: 0;
  padding-bottom: 0;
}

footer .accordion__header {
  border: 0;
  color: #000;
  padding: 5px 0;
  margin-bottom: 15px;
}

.slick-next,
.slick-next:active,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:active,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  background: 0 0;
  outline: 0;
}

footer .accordion__header span {
  top: 0;
}

footer .accordion__header span:after,
footer .accordion__header span:before {
  height: 21px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

footer .accordion__header span:after {
  content: "";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

footer .accordion__header:active,
footer .accordion__header:focus,
footer .accordion__header:hover {
  cursor: pointer;
}

footer .accordion__header[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer .accordion__title {
  clip: inherit;
  height: auto;
  width: auto;
  margin: 0;
  position: inherit;
}

.slick-dots,
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  padding: 0;
}

.slick-next,
.slick-prev {
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: none;
  z-index: 20;
}

.slick-next:active:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:active:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-size: 1.25rem;
  line-height: 1;
  color: #000;
  opacity: 0.75;
}

.slick-prev {
  left: -5px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -5px;
}

.slick-prev:before {
  content: "â†";
}

.slick-next:before,
[dir="rtl"] .slick-prev:before {
  content: "â†’";
}

.slick-next {
  right: -5px;
}

[dir="rtl"] .slick-next {
  left: -5px;
  right: auto;
}

[dir="rtl"] .slick-next:before {
  content: "â†";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -25px;
  list-style: none;
  text-align: center;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li:before {
  content: "";
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:active:before,
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "â€¢";
  width: 20px;
  height: 20px;
  font-size: 3.125rem;
  line-height: 1.25rem;
  text-align: center;
  color: #000;
  opacity: 0.25;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.slide-countdown {
  display: none;
  position: relative;
  padding-top: 0;
}

.slide-countdown .slide-count {
  font-size: 0.8125rem;
  position: absolute;
  top: 13px;
  left: 9px;
}

@media only screen and (min-width: 767px) {
  .slide-countdown {
    display: block;
  }

  .slide-countdown .slide-count {
    top: 8px;
  }
}

#svg {
  -webkit-transform: scale(0.25) rotate(-90deg);
  -ms-transform: scale(0.25) rotate(-90deg);
  transform: scale(0.25) rotate(-90deg);
  position: absolute;
  top: 50px;
  left: 0;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

#svg circle {
  stroke-dashoffset: 1130;
  -webkit-transition: stroke-dashoffset 3.9s linear;
  transition: stroke-dashoffset 3.9s linear;
  stroke: #ccc;
  stroke-width: 8px;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

#svg #bar,
#svg circle.inverted {
  stroke: #4b1f68;
}

#svg #bar.inverted {
  stroke: #fff;
}

#countdown {
  border-radius: 100%;
  display: block;
  height: 50px;
  margin: 0 0 15px;
  position: relative;
  width: 50px;
}

.carousel-controls button.next-slide,
.carousel-controls button.pause-slides,
.carousel-controls button.prev-slide {
  height: 40px;
  width: 45px;
  margin-right: -1px;
  float: left;
  margin-bottom: 30px;
}

@media only screen and (min-width: 767px) {
  .carousel-controls button.next-slide,
  .carousel-controls button.pause-slides,
  .carousel-controls button.prev-slide {
    margin-bottom: 0;
  }
}

.carousel-controls button.next-slide:after,
.carousel-controls button.pause-slides:after,
.carousel-controls button.prev-slide:after {
  content: "";
  background-color: transparent;
  width: 9px;
  height: 14px;
  background-position: -96px -219.8px;
  position: absolute;
  top: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 auto;
}

.carousel-controls button.next-slide:active:after,
.carousel-controls button.next-slide:focus:after,
.carousel-controls button.next-slide:hover:after,
.carousel-controls button.pause-slides:active:after,
.carousel-controls button.pause-slides:focus:after,
.carousel-controls button.pause-slides:hover:after,
.carousel-controls button.prev-slide:active:after,
.carousel-controls button.prev-slide:focus:after,
.carousel-controls button.prev-slide:hover:after {
  content: "";
  width: 9px;
  height: 14px;
  background-position: -233.4px -192.8px;
}

.carousel-controls button.prev-slide:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 12px;
  left: 16px;
}

.carousel-controls button.pause-slides:active,
.carousel-controls button.pause-slides:focus,
.carousel-controls button.pause-slides:hover {
  opacity: 0.5;
}

.carousel-controls button.pause-slides:after {
  content: "";
  width: 6px !important;
  height: 15px;
  background: #fff;
  display: block;
  border-left: 1px solid #4b1f68;
  border-right: 1px solid #4b1f68;
  margin: 0 auto;
}

.carousel-controls button.pause-slides:after:active,
.carousel-controls button.pause-slides:after:focus,
.carousel-controls button.pause-slides:after:hover {
  background: 0 0;
}

.carousel-controls.transparent-controls button.next-slide,
.carousel-controls.transparent-controls button.pause-slides,
.carousel-controls.transparent-controls button.prev-slide {
  background: 0 0;
  border-color: #fff;
}

.carousel-controls.transparent-controls button.next-slide:after,
.carousel-controls.transparent-controls button.pause-slides:after,
.carousel-controls.transparent-controls button.prev-slide:after {
  width: 9px;
  height: 14px;
  background-position: -233.4px -192.8px;
}

.carousel-controls.transparent-controls button.next-slide:active,
.carousel-controls.transparent-controls button.next-slide:focus,
.carousel-controls.transparent-controls button.next-slide:hover,
.carousel-controls.transparent-controls button.pause-slides:active,
.carousel-controls.transparent-controls button.pause-slides:focus,
.carousel-controls.transparent-controls button.pause-slides:hover,
.carousel-controls.transparent-controls button.prev-slide:active,
.carousel-controls.transparent-controls button.prev-slide:focus,
.carousel-controls.transparent-controls button.prev-slide:hover {
  background: #fff;
}

.carousel-controls.transparent-controls button.next-slide:active:after,
.carousel-controls.transparent-controls button.next-slide:focus:after,
.carousel-controls.transparent-controls button.next-slide:hover:after,
.carousel-controls.transparent-controls button.pause-slides:active:after,
.carousel-controls.transparent-controls button.pause-slides:focus:after,
.carousel-controls.transparent-controls button.pause-slides:hover:after,
.carousel-controls.transparent-controls button.prev-slide:active:after,
.carousel-controls.transparent-controls button.prev-slide:focus:after,
.carousel-controls.transparent-controls button.prev-slide:hover:after {
  width: 9px;
  height: 14px;
  background-position: -96px -219.8px;
}

.carousel-controls.transparent-controls button.pause-slides {
  border: none;
}

.carousel-controls.transparent-controls button.pause-slides:after {
  background: 0 0;
  border-color: #fff;
}

.carousel-controls.transparent-controls button.pause-slides:active,
.carousel-controls.transparent-controls button.pause-slides:active:after,
.carousel-controls.transparent-controls button.pause-slides:focus,
.carousel-controls.transparent-controls button.pause-slides:focus:after,
.carousel-controls.transparent-controls button.pause-slides:hover,
.carousel-controls.transparent-controls button.pause-slides:hover:after {
  background: 0 0;
}

.carousel-controls.transparent-controls button.pause-slides.paused:after {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #fff;
  border-right: none;
  margin-left: 4px;
}

.carousel-controls .slide-count {
  float: left;
  margin: 10px 0 0 10px;
  font-family: FFClanWebProBook, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4b1f68;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.cycle-panel {
  position: relative;
}

.cycle-panel.carousel-home:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0) 50%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    color-stop(50%, rgba(0, 0, 0, 0))
  );
  background: linear-gradient(rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 50%);
}

@media only screen and (min-width: 1283px) {
  .cycle-panel.carousel-home:before {
    width: 50%;
    background: -webkit-gradient(
      left top,
      right top,
      color-stop(0, rgba(0, 0, 0, 0.5)),
      color-stop(50%, rgba(0, 0, 0, 0))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(0, 0, 0, 0.5) 0,
      rgba(0, 0, 0, 0) 50%
    );
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0.5)),
      color-stop(50%, rgba(0, 0, 0, 0))
    );
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5) 0,
      rgba(0, 0, 0, 0) 50%
    );
  }
}

.cycle-panel:not(.carousel-home):before {
  background: 0 0;
}

.cycle-panel .cycle-list {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
}

@media only screen and (min-width: 479px) {
  .cycle-panel .cycle-list {
    top: 30px;
  }
}

.cycle-panel .cycle-list .slick-list {
  -ms-mask-image: -webkit-gradient(
    linear,
    left,
    right,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(0.1, rgba(0, 0, 0, 0.85)),
    color-stop(0.85, #000),
    color-stop(1, rgba(0, 0, 0, 0))
  );
  -webkit-mask-image: -webkit-gradient(
    linear,
    left,
    right,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(0.1, rgba(0, 0, 0, 0.85)),
    color-stop(0.85, #000),
    color-stop(1, rgba(0, 0, 0, 0))
  );
  mask-image: -webkit-gradient(
    linear,
    left,
    right,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(0.1, #000),
    color-stop(0.85, #000),
    color-stop(1, rgba(0, 0, 0, 0))
  );
}

.cycle-panel .cycle-list ul.slick-slider {
  width: 400px !important;
  margin: 10px -25% 0;
  z-index: 400;
  outline: 0;
  cursor: pointer;
}

@media only screen and (max-width: 1282px) {
  .cycle-panel .cycle-list ul.slick-slider {
    width: 150% !important;
  }
}

@media only screen and (min-width: 479px) {
  .cycle-panel .cycle-list ul.slick-slider {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1282px) {
  .cycle-panel .cycle-list ul.slick-slider {
    display: inline-block;
    margin-top: 0;
  }
}

.cycle-panel .cycle-list ul.slick-slider li {
  float: left;
  color: #fff;
  -webkit-transition: font-size 0.5s ease;
  transition: font-size 0.5s ease;
  font-size: 1.25rem;
  line-height: 1.25rem;
  opacity: 0.5;
  margin: 10px 0;
  text-align: center;
  display: inline-block;
  outline: 0;
  padding: 0 30px 0 0;
}

@media only screen and (min-width: 479px) {
  .cycle-panel .cycle-list ul.slick-slider li {
    font-size: 1.5625rem;
    line-height: 1.5625rem;
  }
}

@media only screen and (min-width: 767px) {
  .cycle-panel .cycle-list ul.slick-slider li {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

@media only screen and (min-width: 1283px) {
  .cycle-panel .cycle-list {
    top: 0;
  }

  .cycle-panel .cycle-list .slick-list {
    -ms-mask-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, rgba(0, 0, 0, 0)),
      color-stop(0.1, rgba(0, 0, 0, 0.85)),
      color-stop(0.85, #000),
      color-stop(1, rgba(0, 0, 0, 0))
    );
    -webkit-mask-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, rgba(0, 0, 0, 0)),
      color-stop(0.1, rgba(0, 0, 0, 0.85)),
      color-stop(0.85, #000),
      color-stop(1, rgba(0, 0, 0, 0))
    );
    mask-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, rgba(0, 0, 0, 0)),
      color-stop(0.1, #000),
      color-stop(0.85, #000),
      color-stop(1, rgba(0, 0, 0, 0))
    );
  }

  .cycle-panel .cycle-list ul.slick-slider li {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
    text-align: left;
    float: none;
    width: 100% !important;
  }
}

.cycle-panel .cycle-list ul.slick-slider li.blank {
  height: 150px;
}

.cycle-panel .cycle-list ul.slick-slider li.active {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 1.25rem;
  font-family: FFClanWebProMedium, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (min-width: 479px) {
  .cycle-panel .cycle-list ul.slick-slider li.active {
    font-size: 1.875rem;
  }
}

@media only screen and (min-width: 1283px) {
  .cycle-panel .cycle-list ul.slick-slider li.active {
    font-size: 4.0625rem;
  }
}

.cycle-panel .cycle-controls {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 0;
  z-index: 30;
}

@media only screen and (max-width: 766px) {
  .cycle-panel .cycle-controls .carousel-button a,
  .cycle-panel .cycle-controls .carousel-controls button {
    margin: 0 !important;
  }

  .cycle-panel .cycle-controls .carousel-controls {
    margin-bottom: 10px;
  }
}

.cycle-panel .cycle-controls .carousel-controls {
  float: left;
  margin-right: 30px;
}

@media only screen and (min-width: 767px) {
  .cycle-panel .cycle-controls .carousel-controls {
    float: right;
  }
}

.cycle-panel .carousel-item {
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center right !important;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.cycle-panel .carousel-item .feature-text {
  position: absolute;
  width: 100%;
}

.cycle-panel .carousel-item .feature-text.centred {
  top: 10%;
}

.cycle-panel .carousel-item .feature-text.centred h2 {
  font-family: FFClanWebProMedium, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.625rem;
}

.cycle-panel .carousel-item .feature-text.centred p {
  color: #fff;
  font-family: FFClanWebProBook, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.625rem;
  float: left;
}

@media only screen and (min-width: 479px) {
  .cycle-panel .cycle-controls .carousel-button {
    margin-left: 15px;
  }

  .cycle-panel .carousel-item .feature-text.centred {
    top: 20%;
  }

  .cycle-panel .carousel-item .feature-text h2,
  .cycle-panel .carousel-item .feature-text h3,
  .cycle-panel .carousel-item .feature-text p {
    font-size: 1rem;
    line-height: 1.3125rem;
    margin: 0 15px;
  }
}

.cycle-panel .carousel-item .feature-text h2,
.cycle-panel .carousel-item .feature-text h3,
.cycle-panel .carousel-item .feature-text p {
  font-family: FFClanWebProBook, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #fff;
}

main .searchcontainer .search__item-heading,
main .searchcontainer .search__pagination li a.lit,
main .searchcontainer .search__pagination li a:active,
main .searchcontainer .search__pagination li a:focus,
main .searchcontainer .search__pagination li a:hover {
  font-family: FFClanWebProMedium, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (min-width: 767px) {
  .cycle-panel .carousel-item .feature-text.centred {
    padding: 0 15px;
    top: 30%;
  }

  .cycle-panel .carousel-item .feature-text {
    bottom: 95px;
    padding: 0;
  }

  .cycle-panel .carousel-item .feature-text h2,
  .cycle-panel .carousel-item .feature-text h3,
  .cycle-panel .carousel-item .feature-text p {
    font-size: 1.125rem;
    line-height: 1.4375rem;
  }
}

@media only screen and (min-width: 1007px) {
  .cycle-panel .carousel-item {
    background-position: center center !important;
  }

  .cycle-panel .carousel-item .feature-text.centred {
    top: 30%;
  }

  .cycle-panel .carousel-item .feature-text h2,
  .cycle-panel .carousel-item .feature-text h3,
  .cycle-panel .carousel-item .feature-text p {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

@media only screen and (min-width: 1283px) {
  .cycle-panel .carousel-item .feature-text h2,
  .cycle-panel .carousel-item .feature-text h3,
  .cycle-panel .carousel-item .feature-text p {
    margin: 0 10px;
  }
}

@media only screen and (min-width: 479px) {
  .cycle-panel.history-panel .carousel-item .feature-text h2,
  .cycle-panel.history-panel .carousel-item .feature-text h3,
  .cycle-panel.history-panel .carousel-item .feature-text p {
    padding-left: 0;
  }
}

@media only screen and (min-width: 319px) {
  .cycle-panel.history-panel .carousel-item .feature-text h2 {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}

@media only screen and (min-width: 767px) {
  .cycle-panel.history-panel .carousel-item .feature-text h2,
  .cycle-panel.history-panel .carousel-item .feature-text h3,
  .cycle-panel.history-panel .carousel-item .feature-text p {
    margin-left: 0;
  }

  .cycle-panel.history-panel .carousel-item .feature-text h2 {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
}

@media only screen and (max-width: 478px) {
  .cycle-panel.history-panel .carousel-item .feature-text p {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 1283px) {
  .cycle-panel.history-panel .carousel-item .feature-text h2 {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }

  .cycle-panel.history-panel .cycle-list ul.slick-slider li {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 1282px) {
  .history-panel__heading {
    padding-top: 120px !important;
  }
}

@media only screen and (min-width: 1919px) {
  .history-panel__heading {
    padding-left: 0;
  }
}

@media only screen and (min-width: 767px) {
  .filter-form__table .filter-form__search-btn {
    padding-left: 0;
  }

  .filter-form__table .filter-form__button,
  .filter-form__table .filter-form__select-location,
  .filter-form__table .filter-form__select-type,
  .filter-form__table .filter-form__select-year {
    padding-left: 15px;
    padding-right: 15px;
  }

  .filter-form__table .filter-form__button button,
  .filter-form__table .filter-form__select-location button,
  .filter-form__table .filter-form__select-type button,
  .filter-form__table .filter-form__select-year button {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1282px) {
  .filter-form__table .filter-form__select-type {
    padding-left: 15px;
  }

  .filter-form__table .filter-form__select-type,
  .filter-form__table .filter-form__select-year {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1006px) {
  .filter-form__table .filter-form__select-type,
  .filter-form__table .filter-form__select-year {
    margin-bottom: 10px;
  }

  .filter-form__table .filter-form__search-btn {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1006px) and (max-width: 478px) {
  .filter-form__table .filter-form__search-btn {
    padding-left: 15px;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 479px) {
  .filter-form__news .filter-form__search-btn {
    padding-left: 0;
  }

  .filter-form__news .filter-form__select-location,
  .filter-form__news .filter-form__select-type,
  .filter-form__news .filter-form__select-year {
    padding-left: 0;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 479px) and (max-width: 1282px) {
  .filter-form__news .filter-form__select-location,
  .filter-form__news .filter-form__select-type,
  .filter-form__news .filter-form__select-year {
    padding-left: 0;
    padding-bottom: 10px !important;
  }
}

@media only screen and (min-width: 479px) and (max-width: 766px) {
  .filter-form__news .filter-form__select-year {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 479px) {
  .filter-form__news .filter-form__select-sector {
    padding-left: 0;
  }
}

@media only screen and (min-width: 479px) and (max-width: 1282px) {
  .filter-form__news .filter-form__select-sector {
    padding-left: 15px;
  }

  .filter-form__media .filter-form__select-location,
  .filter-form__media .filter-form__select-type {
    padding-left: 0;
    padding-bottom: 10px !important;
  }
}

@media only screen and (min-width: 479px) {
  .filter-form__media .filter-form__search-btn {
    padding-left: 0;
  }

  .filter-form__media .filter-form__select-location,
  .filter-form__media .filter-form__select-type {
    padding-left: 0;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 479px) and (max-width: 766px) {
  .filter-form__media .filter-form__select-year {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 479px) {
  .filter-form__media .filter-form__select-sector {
    padding-left: 0;
  }
}

@media only screen and (min-width: 479px) and (max-width: 1282px) {
  .filter-form__media .filter-form__select-sector {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 479px) {
  .filter-form__contact .filter-form__search-btn {
    padding-left: 0;
  }

  .filter-form__contact .filter-form__select-business,
  .filter-form__contact .filter-form__select-function,
  .filter-form__contact .filter-form__select-location,
  .filter-form__contact .filter-form__select-type {
    padding-left: 0;
    padding-right: 15px;
  }

  .tile-feed .box-out__full p {
    max-width: 700px;
  }
}

@media only screen and (min-width: 479px) and (max-width: 1282px) {
  .filter-form__contact .filter-form__select-business,
  .filter-form__contact .filter-form__select-function,
  .filter-form__contact .filter-form__select-location,
  .filter-form__contact .filter-form__select-type {
    padding-left: 15px;
    padding-bottom: 10px !important;
  }

  .filter-form__contact .filter-form__select > div:first {
    padding-right: 0;
  }

  .filter-form__contact .filter-form__select > div:nth-child(2),
  .filter-form__contact .filter-form__select > div:nth-child(3) {
    padding-left: 0;
  }
}

.tile-feed {
  min-height: 150px;
  padding-bottom: 40px;
}

.tile-feed__load-more {
  padding: 20px 0 40px;
}

@media only screen and (min-width: 769px) {
  .tile-feed__load-more {
    padding: 40px 0;
  }
}

.tile-feed .box-out-class {
  opacity: 0;
  -webkit-transform: scale(0.001);
  -ms-transform: scale(0.001);
  transform: scale(0.001);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.tile-feed .hidden {
  visibility: hidden;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tile-feed .box-out img {
  background-size: cover;
  background-position: center;
}

.filter-content {
  min-height: 500px;
}

.filter-content__row {
  display: none;
  outline: 0;
}

.feature-share {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4b1f68;
  color: #fff;
  padding: 25px 30px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
}

.feature-share--open {
  opacity: 1;
  visibility: visible;
}

.feature-actions {
  margin: 0;
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-actions__item,
button.share-item {
  padding: 0;
  margin: 0;
}

.feature-actions__item:before {
  display: none;
}

.feature-actions__item a.button {
  margin-bottom: 0;
}

button.share-item {
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #4b1f68;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

button.share-item.js-share-panel-open {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

button.share-item:focus .share-item__icon,
button.share-item:hover .share-item__icon {
  opacity: 0.5;
}

.share-item__icon {
  width: 18px;
  height: 18px;
  background-position: -33px -192.8px;
  opacity: 1;
}

button.feature-share__close {
  position: absolute;
  bottom: 20px;
  right: 20px;
  border: 0;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: #fff;
  color: #4b1f68;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

button.feature-share__close.js-share-panel-close {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

button.feature-share__close:focus,
button.feature-share__close:hover {
  background: #fff;
}

button.feature-share__close:focus .share-item-close,
button.feature-share__close:hover .share-item-close {
  opacity: 0.5;
}

.share-item-close {
  width: 15px;
  height: 15px;
  background-position: -30px -219.8px;
  opacity: 1;
}

.share-list {
  margin: 0;
  padding: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.share-list__item {
  margin: 0;
  padding: 0 10px 10px 0;
}

.share-list__item:before {
  display: none;
}

.share-links__link {
  -ms-flex-item-align: center;
  align-self: center;
}

.share-list--onpage .share-links__link {
  border: 1px solid #ccc;
}

.share-links__link:link,
.share-links__link:visited {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
}

.share-links__link:focus .share-links__icon,
.share-links__link:hover .share-links__icon {
  opacity: 0.5;
}

.share-links__icon {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.share-links__icon--twitter {
  width: 20px;
  height: 16px;
  background-position: -37px -167.8px;
}

.share-links__icon--facebook {
  width: 11px;
  height: 20px;
  background-position: -219.8px -155px;
}

.share-links__icon--linkedin {
  width: 19px;
  height: 18px;
  background-position: -5px -192.8px;
}

.share-links__icon--email {
  width: 23px;
  height: 17px;
  background-position: -150px -132.8px;
}

.page-share {
  position: fixed;
  padding-right: 15px;
  z-index: 1;
}

.page-share__panel {
  position: absolute;
  top: 0;
  left: -200px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
}

.page-share__panel--open {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 767px) {
  .share-module {
    float: right;
    width: 40px;
    margin-right: 15px;
  }

  .page-share__panel {
    left: 0;
    top: 50px;
  }

  .share-list--onpage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 766px) {
  .page-share {
    bottom: 15px;
    right: 15px;
  }

  .page-share:before {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    content: "";
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
  }

  .page-share--open:before {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0)),
      to(white)
    );
    background: -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0,
      #fff 100%
    );
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    visibility: visible;
    opacity: 1;
  }
}

button.page-share__btn--close,
button.page-share__btn--close:focus,
button.page-share__btn--close:hover {
  background: #fff;
  color: #4b1f68;
}

button.page-share__btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.page-share--open button.page-share__btn--open {
  display: none;
}

button.page-share__btn--close {
  border: 1px solid #ccc;
  display: none;
}

.page-share--open button.page-share__btn--close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .searchcontainer .search__item a:link h2,
main .searchcontainer .search__item a:link p,
main .searchcontainer .search__pagination-next a span.disabled-link,
main .searchcontainer .search__pagination-prev a span.disabled-link {
  color: #000;
}

.js-share-panel-copy {
  cursor: pointer;
}

.hero-panel-home {
  background-size: cover !important;
  min-height: 940px;
}

.hero-panel-home .hero-panel-content {
  overflow: auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in 0.4s;
  transition: opacity 0.5s ease-in 0.4s;
}

.hero-panel-home .hero-panel-content .h1,
.hero-panel-home .hero-panel-content h1 {
  padding-left: 30px;
}

@media only screen and (max-width: 478px) {
  .hero-panel-home .hero-panel-content .h1,
  .hero-panel-home .hero-panel-content h1 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}

.hero-panel-home .hero-panel-content a.button,
.hero-panel-home .hero-panel-content button,
.homepage .latest-updates a.button,
.homepage .latest-updates button {
  font-size: 1rem;
}

@media only screen and (min-width: 1007px) {
  .hero-panel-home .hero-panel-content .h1,
  .hero-panel-home .hero-panel-content h1 {
    padding-left: 0;
  }
}

.hero-panel-home .hero-panel-content .no-gutter-xl {
  padding: 0 !important;
}

.hero-panel-home .hero-panel-content .intro {
  padding-left: 30px;
}

@media only screen and (min-width: 1007px) {
  .hero-panel-home .hero-panel-content .intro {
    padding-left: 0;
  }

  .hero-panel-home {
    max-height: 100%;
  }
}

.hero-panel-home .hero-panel-content .feature-text h3 {
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .hero-panel-home .hero-panel-content .box-out-text {
    padding: 15px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 478px) {
  .hero-panel-home .hero-panel-content .box-out-text .button {
    margin: 10px 0;
  }

  .hero-panel-home .hero-panel-content .box-out-text .update-controls .button {
    margin: 0 0 20px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1282px) {
  .hero-panel-home .carousel-controls {
    position: absolute;
    bottom: 20px;
    margin-bottom: 0;
  }

  .hero-panel-home .carousel-controls button {
    margin-bottom: 0 !important;
    top: 5px;
  }

  .hero-panel-home .update-controls a {
    position: absolute;
    bottom: 30px;
    left: 140px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1282px) and (min-width: 1007px) {
  .hero-panel-home .carousel-controls button {
    width: 35px;
    top: 0;
  }

  .hero-panel-home .carousel-controls button.prev-slide:after {
    left: 10px;
  }

  .hero-panel-home .update-controls a {
    left: 110px;
  }
}

.hero-panel-home .box-out + .box-out {
  margin-top: 0;
}

.hero-panel-home .video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.hero-panel-home .video-container video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

.homepage .latest-updates {
  border: none;
}

.homepage .latest-updates a.button:active,
.homepage .latest-updates a.button:focus,
.homepage .latest-updates a.button:hover,
.homepage .latest-updates button:active,
.homepage .latest-updates button:focus,
.homepage .latest-updates button:hover {
  border-color: #4b1f68 !important;
}

.homepage .feature-panel,
.homepage .feature-panel .feature-text {
  border: none;
}

.homepage .feature-panel.col-md-6,
.homepage .feature-panel.nogutter-col-md-6 {
  background-position: center !important;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1282px) {
  .homepage .feature-panel.col-md-6,
  .homepage .feature-panel.nogutter-col-md-6 {
    min-height: 420px;
  }

  .homepage .feature-panel.col-md-6 > .row,
  .homepage .feature-panel.nogutter-col-md-6 > .row {
    position: absolute;
    bottom: 0;
  }
}

@media only screen and (max-width: 478px) {
  .homepage .feature-panel.col-md-6,
  .homepage .feature-panel.nogutter-col-md-6 {
    padding: 0 15px;
  }
}

main .searchcontainer .search__heading {
  padding-bottom: 0;
}

main .searchcontainer .search__count {
  padding-bottom: 8px;
}

main .searchcontainer .search__item {
  padding: 25px 30px 10px 0;
  border-bottom: 1px solid #ccc;
}

main .searchcontainer .search__item:first-of-type {
  border-top: 1px solid #ccc;
}

main .searchcontainer .search__item-heading {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0;
  padding: 6px 0;
}

main .searchcontainer .search__pagination {
  margin-top: 60px;
  margin-bottom: 60px;
  list-style: none;
  padding: 0;
  width: 100%;
  position: relative;
}

main .searchcontainer .search__pagination li {
  display: inline;
}

main .searchcontainer .search__pagination li a {
  padding: 0 10px;
}

main .searchcontainer .search__pagination li a.lit {
  text-decoration: underline;
}

main .searchcontainer .search__pagination-numbers {
  text-align: center;
}

@media only screen and (max-width: 766px) {
  main .searchcontainer .search__pagination {
    margin: 30px 0;
  }

  main .searchcontainer .search__pagination-numbers li:nth-child(n + 4) {
    display: none;
  }
}

main .searchcontainer .search__pagination-next,
main .searchcontainer .search__pagination-prev {
  top: 0;
}

main .searchcontainer .search__pagination-next a:before,
main .searchcontainer .search__pagination-prev a:before {
  content: "";
  position: absolute;
  top: 4px;
  width: 9px;
  height: 14px;
  background-position: -96px -219.8px;
  display: none;
}

@media only screen and (max-width: 1006px) {
  main .searchcontainer .search__pagination-next a span,
  main .searchcontainer .search__pagination-prev a span {
    display: none;
  }

  main .searchcontainer .search__pagination-next a:before,
  main .searchcontainer .search__pagination-prev a:before {
    display: block;
  }
}

main .searchcontainer .search__pagination-prev {
  left: 0;
  position: absolute;
}

main .searchcontainer .search__pagination-prev a:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

main .searchcontainer .search__pagination-next {
  position: absolute;
  right: 0;
}

main .searchcontainer .search__pagination-next a:before {
  right: 0;
  top: 6px;
}

.media > .overlay-fade + .container > .row {
  background: #f9f9f9;
}

.tile-feed .box-out {
  float: left;
  width: 100%;
}

@media only screen and (min-width: 767px) {
  .tile-feed .box-out:not(.box-out__directors):not(.box-out__full).type-events,
  .tile-feed .box-out:not(.box-out__directors):not(.box-out__full).type-news {
    min-height: 440px !important;
  }

  .tile-feed
    .box-out:not(.box-out__directors):not(.box-out__full).type-press-releases {
    min-height: 185px !important;
  }

  .tile-feed .box-out:not(.box-out__directors):not(.box-out__full).height-max {
    min-height: 440px !important;
  }

  .tile-feed .box-out {
    width: 50%;
  }
}

.tile-feed .box-out.height-max {
  min-height: 440px !important;
}

@media only screen and (min-width: 1007px) {
  .tile-feed .box-out {
    width: 33.33333%;
  }
}

.tile-feed .box-out__full {
  width: 100%;
  margin: 0;
  background-color: #fff;
  border-bottom: none !important;
  display: none;
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease-out 0.2s,
    border-bottom 0.5s ease-out 0.2s;
  transition: max-height 0.5s ease-out 0.2s, border-bottom 0.5s ease-out 0.2s;
}

.tile-feed .box-out__full.active {
  opacity: 1;
  max-height: 1400px;
  -webkit-transition: max-height 0.5s ease-in 0.2s,
    border-bottom 0.5s ease-in 0.2s;
  transition: max-height 0.5s ease-in 0.2s, border-bottom 0.5s ease-in 0.2s;
}

.tile-feed .box-out__full.border {
  border-bottom: 1px solid #ccc !important;
}

.tile-feed .box-out__full p {
  padding: 30px 30px 0;
  margin: 0 auto;
}

.tile-feed .box-out__full p:last-child {
  padding-bottom: 30px;
}

@media only screen and (min-width: 319px) {
  .tile-feed .box-out.box-out__directors {
    width: 100%;
  }
}

@media only screen and (min-width: 479px) {
  .tile-feed .box-out.box-out__directors {
    width: 50%;
  }
}

@media only screen and (min-width: 1007px) {
  .tile-feed .box-out.box-out__directors {
    width: 33.33333%;
  }
}

.tile-feed .box-out.box-out__directors .feature-img {
  -webkit-transition: all 0.5s linear 0.2s;
  transition: all 0.5s linear 0.2s;
}

.tile-feed .box-out.box-out__directors .feature-img.opacity {
  opacity: 0.4;
}

.tile-feed .box-out.box-out__directors .media-expand {
  -webkit-transition: all 0.5s linear 0.2s;
  transition: all 0.5s linear 0.2s;
}

.tile-feed .box-out.box-out__directors .media-expand.active {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tile-feed .box-out.box-out__directors .media-expand.active:after {
  left: 13px;
  top: -7px;
  opacity: 1 !important;
}

.tile-feed .box-out.box-out__directors .media-expand:after {
  -webkit-transition: all 0.5s linear 0.2s;
  transition: all 0.5s linear 0.2s;
}

@media only screen and (max-width: 478px) {
  .tile-feed .box-out.box-out__directors .media-expand.active:after,
  .tile-feed .box-out.box-out__directors .media-expand:after {
    top: -5px;
  }

  .tile-feed .box-out-border .box-out__full {
    opacity: 1;
    display: block !important;
  }
}

@media only screen and (min-width: 479px) and (max-width: 1006px) {
  .tile-feed .box-out-border .box-out__full {
    display: none;
  }

  .tile-feed .box-out-border .box-out__full:last-child,
  .tile-feed .box-out-border .box-out__full:nth-child(4n) {
    opacity: 1;
    display: block;
  }
}

@media only screen and (min-width: 1007px) and (max-width: 1282px) {
  .tile-feed .box-out-border .box-out__full {
    display: none;
  }

  .tile-feed .box-out-border .box-out__full:last-child,
  .tile-feed .box-out-border .box-out__full:nth-child(6n) {
    opacity: 1;
    display: block;
  }
}

@media only screen and (min-width: 1283px) {
  .tile-feed .box-out__full p {
    max-width: 900px;
  }

  .tile-feed .box-out.box-out__directors {
    width: 25%;
  }

  .tile-feed .box-out-border .box-out__full {
    display: none;
  }

  .tile-feed .box-out-border .box-out__full:last-child,
  .tile-feed .box-out-border .box-out__full:nth-child(8n) {
    opacity: 1;
    display: block;
  }
}

.tile-feed__category-headings {
  width: 100%;
  display: inline-block;
}

.tile-feed__category-headings p {
  padding: 0;
}

.tile-feed.table-display {
  position: relative;
}

.tile-feed.table-display .box-out {
  width: 100%;
  border-right: 0;
  border-bottom: 1px solid #ccc;
  border-top: 0;
  margin: 0;
}

.tile-feed.table-display .box-out > div {
  margin: 30px 0;
}

.tile-feed.table-display .box-out:before {
  content: none;
}

.tile-feed.table-display .box-out:first-of-type {
  border-top: 1px solid #ccc;
}

.tile-feed.table-display .box-out:focus,
.tile-feed.table-display .box-out:hover {
  background: #f9f9f9;
  border-bottom: 1px solid #4b1f68;
}

.hero-panel-with-pullout {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 767px) {
  .hero-panel-with-pullout {
    padding-bottom: 82px;
  }
}

.hero-panel-with-pullout .hero-image,
.hero-panel-with-pullout img {
  width: 100%;
}

.hero-panel-with-pullout .hero-panel-content {
  position: relative;
  padding-top: 0;
  bottom: 0;
  z-index: 9;
}

@media only screen and (min-width: 1007px) {
  .hero-panel-with-pullout .hero-panel-content {
    padding-top: 95px;
    position: absolute;
    bottom: -70px;
  }
}

.hero-panel-with-pullout .pullout-wrapper {
  background: #fff;
  border-radius: 5px;
  overflow: auto;
  -webkit-box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.3);
  margin-top: -60px;
  z-index: 9;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.hero-panel-with-pullout .pullout-wrapper__heading {
  padding-top: 0;
}

.hero-panel-with-pullout .pullout-wrapper__heading-text {
  padding-top: 0;
  padding-bottom: 0;
}

.hero-panel-with-pullout .pullout-wrapper__heading-number {
  padding: 5px 0;
  font-size: 1rem;
  line-height: 1.125rem;
}

.hero-panel-with-pullout .pullout-wrapper__left {
  padding: 0;
}

@media only screen and (min-width: 767px) {
  .hero-panel-with-pullout .pullout-wrapper {
    margin: -30px -50px;
  }
}

@media only screen and (min-width: 1007px) {
  .hero-panel-with-pullout .pullout-wrapper {
    margin: 0 -30px;
  }
}

.hero-panel-with-pullout .pullout-wrapper .pullout {
  padding: 30px;
}

.hero-panel-with-pullout .pullout-wrapper .pullout-event {
  background: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/img/site_objects/bg_event_panel_small.html)
    bottom right no-repeat #00a3e0;
}

.hero-panel-with-pullout .pullout-wrapper .pullout .h5,
.hero-panel-with-pullout .pullout-wrapper .pullout .h6 {
  font-family: FFClanWebProBook, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hero-panel-with-pullout .pullout-wrapper .pullout .h5 {
  font-size: 1rem;
  line-height: 1.625rem;
}

@media only screen and (min-width: 1283px) {
  .hero-panel-with-pullout .pullout-wrapper .pullout .h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.hero-panel-with-pullout .pullout-wrapper .pullout a.external {
  margin-top: 15px;
}

.hero-panel-with-pullout .pullout-wrapper a.trigger__form {
  padding-left: 38px;
  margin-right: 0;
  border: 1px solid #fff;
  text-align: left;
}

@media only screen and (min-width: 319px) {
  .hero-panel-with-pullout > .row {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 767px) {
  .hero-panel-with-pullout .pullout-wrapper .pullout.bg-purple {
    padding-bottom: 10px;
  }

  .hero-panel-with-pullout > .row {
    margin-left: -40px;
    margin-right: -40px;
  }
}

.hero-panel-with-pullout .contact-form-container {
  padding: 30px 0 0;
  display: none;
  z-index: 2;
}

@media only screen and (min-width: 767px) {
  .hero-panel-with-pullout .contact-form-container {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 1007px) {
  .hero-panel-with-pullout > .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .hero-panel-with-pullout .contact-form-container {
    padding-top: 100px;
  }
}

.hero-panel-with-pullout .contact-form {
  background: 0 0;
  padding: 15px;
  visibility: hidden;
  display: inline-block;
  width: 100%;
  margin: 0 -50px 0 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
}

.hero-panel-with-pullout .contact-form.validated {
  padding-bottom: 60px;
}

.hero-panel-with-pullout .contact-form a.trigger__close-form {
  text-indent: -100000px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  width: 55px;
  height: 55px;
  background-position: -68.9px -5px;
  display: block;
  cursor: pointer;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
}

.hero-panel-with-pullout .contact-form a.trigger__close-form:active,
.hero-panel-with-pullout .contact-form a.trigger__close-form:focus,
.hero-panel-with-pullout .contact-form a.trigger__close-form:hover {
  opacity: 0.75;
}

.hero-panel-with-pullout .contact-form p.small-text {
  font-size: 0.875rem;
  line-height: 1.5rem;
  display: block;
  text-align: right;
  padding-bottom: 5px;
}

.hero-panel-with-pullout .contact-form__column {
  padding: 0;
}

.hero-panel-with-pullout .contact-form__column .select-wrapper,
.hero-panel-with-pullout .contact-form__column input.form-control {
  margin-bottom: 5px;
}

.hero-panel-with-pullout .contact-form__column button {
  margin: 15px 0 0;
  display: block;
}

.hero-panel-with-pullout .contact-form__column .select-wrapper label.error {
  margin-top: 5px;
}

@media only screen and (min-width: 767px) {
  .hero-panel-with-pullout .contact-form {
    padding: 30px;
  }

  .hero-panel-with-pullout .contact-form a.trigger__close-form {
    right: 15px;
    top: 15px;
  }

  .hero-panel-with-pullout .contact-form__column {
    padding: 0 15px 0 0;
    height: 100% !important;
  }

  .hero-panel-with-pullout .contact-form__column-last {
    padding-right: 0;
  }

  .hero-panel-with-pullout .contact-form__column .form-control,
  .hero-panel-with-pullout .contact-form__column .select-wrapper {
    margin-bottom: 15px;
  }

  .hero-panel-with-pullout
    .contact-form__column
    .form-control.form-control__last,
  .hero-panel-with-pullout
    .contact-form__column
    .select-wrapper.form-control__last {
    margin-bottom: 0;
  }

  .hero-panel-with-pullout .contact-form__column .form-control.validated-error,
  .hero-panel-with-pullout
    .contact-form__column
    .select-wrapper.validated-error {
    margin-bottom: 5px;
  }

  .hero-panel-with-pullout .contact-form__column .form-control.errorBorder,
  .hero-panel-with-pullout .contact-form__column .select-wrapper.errorBorder {
    border: 1px solid #cb2c30;
  }
}

.hero-panel-with-pullout label.error {
  color: #cb2c30;
  font-size: 0.8125rem;
  display: block;
  margin-bottom: 10px;
}

.hero-panel-with-pullout .contact-form__column button.wide {
  width: 100%;
  margin-right: 0 !important;
}

@media only screen and (min-width: 767px) {
  .hero-panel-with-pullout .contact-form__column button.wide {
    width: -webkit-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
  }
}

@media only screen and (min-width: 1007px) {
  .hero-panel-with-pullout .contact-form__column button.wide {
    width: auto;
  }
}

.box-out-contact {
  position: relative;
  padding: 30px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  display: none;
}

.box-out-contact-info .contact-cancel {
  visibility: hidden;
}

@media only screen and (min-width: 479px) {
  .box-out-contact-info {
    padding-right: 160px;
  }
}

.box-out-contact.validated {
  padding-bottom: 60px;
}

.ContactValidation,
.box-out-contact form .contact-form__column,
.box-out-contact p {
  padding: 0;
}

@media only screen and (min-width: 1007px) {
  .box-out-contact {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
}

.box-out-contact h2,
.box-out-contact h3 {
  padding: 0;
  font-size: 1rem;
  line-height: 1.625rem;
}

.box-out-contact h2 strong,
.box-out-contact h3 strong {
  display: block;
}

.box-out-contact p + .button {
  margin-top: 10px;
}

.box-out-contact a.button {
  margin-bottom: 0;
  margin-top: 10px;
  margin-right: 10px;
}

.box-out-contact img {
  margin-top: 30px;
}

@media only screen and (min-width: 479px) {
  .box-out-contact img {
    position: absolute;
    top: 40px;
    right: 30px;
    margin-top: 0;
  }
}

.box-out-contact form {
  margin-top: 15px;
  display: none;
}

.box-out-contact form .contact-form__column .form-control,
.box-out-contact form .contact-form__column .select-wrapper {
  margin-bottom: 5px;
}

@media only screen and (max-width: 1006px) {
  .box-out-contact .contact-form__column .button.wide {
    width: -webkit-calc(50% - 8px);
    width: calc(50% - 8px);
  }

  .box-out-contact .contact-form__column .button.wide:last-child {
    margin-right: 0 !important;
  }
}

.box-out-contact label.error {
  color: #cb2c30;
  font-size: 0.8125rem;
  display: block;
  margin-bottom: 10px;
}

.box-out-contact .form-control.errorBorder,
.box-out-contact .select-wrapper.errorBorder {
  border: 1px solid #cb2c30;
}

.ContactValidation {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
}

.ContactValidation.purple {
  background: #4b1f68;
}

.ContactValidation.red {
  background: #cb2c30;
}

.instagram-feed ul li,
.instagram-feed ul li .item-wrapper {
  background-size: cover !important;
  background-position: center center !important;
}

.ContactValidation > p {
  padding: 8px 30px 4px !important;
}

.dropdown-trigger.errorBorder {
  color: #cb2c30 !important;
}

.instagram-feed .instagram-feed-text .instagram-date a,
.twitter-feed .tweet-panel .tweet-date a {
  color: #444;
}

.instagram-feed ul {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media only screen and (min-width: 1007px) {
  .instagram-feed ul {
    width: 66.66666%;
  }
}

.instagram-feed ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  float: left;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media only screen and (min-width: 479px) {
  .instagram-feed ul li {
    margin: 0;
    padding: 0;
    width: 25%;
    float: left;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-size: cover !important;
    background-position: center center !important;
  }

  .instagram-feed ul li:last-child {
    width: 50%;
    position: absolute;
    left: 50%;
    border-right: none;
  }
}

.instagram-feed ul li:nth-child(3) {
  clear: left;
  margin-top: 1px;
}

.instagram-feed ul li:nth-child(4) {
  margin-top: 1px;
}

.instagram-feed ul li:last-child {
  border-right: none;
}

.instagram-feed ul li .item-wrapper {
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.instagram-feed ul li .item-wrapper:active,
.instagram-feed ul li .item-wrapper:focus,
.instagram-feed ul li .item-wrapper:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.instagram-feed .instagram-feed-text {
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  position: relative;
  margin-top: -9px;
}

@media only screen and (min-width: 1007px) {
  .instagram-feed .instagram-feed-text {
    margin-top: 0;
    width: 33.33333%;
    float: right;
  }
}

.instagram-feed .instagram-feed-text:after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 26px;
  height: 26px;
  background-position: -184.8px -5px;
}

.instagram-feed .instagram-feed-text .instagram-date {
  font-family: FFClanWebProMedium, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  top: 30px;
  right: 30px;
}

.instagram-feed .instagram-feed-text p {
  overflow: hidden;
}

.instagram-feed .instagram-video-container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 15px;
}

.instagram-feed .instagram-video-thumb {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -20px;
  z-index: 3;
}

.instagram-feed .instagram-video-thumb span {
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #fff;
}

.instagram-feed .instagram-video-thumb:after,
.instagram-feed .instagram-video-thumb:before {
  width: 16px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 12px;
  content: "";
}

.regulatory-filings tr,
.site-index__item-letter {
  border-bottom: 1px solid #ccc;
}

.instagram-feed .instagram-video-thumb:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 13px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.instagram-feed .instagram-video-thumb:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  top: 23px;
}

.twitter-feed {
  margin-bottom: 60px;
  display: inline-block;
}

.twitter-feed .tweet-panel {
  position: relative;
  padding-bottom: 155px;
  margin: 0 -1px -1px 0;
}

.twitter-feed .tweet-panel:after {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 23px;
  height: 16px;
  background-position: -5px -167.8px;
}

.twitter-feed .tweet-panel .twitter-handle {
  font-family: FFClanWebProMedium, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.twitter-feed .tweet-panel .tweet-date {
  font-family: FFClanWebProMedium, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  top: 30px;
  right: 30px;
}

.twitter-feed .tweet-panel .tweet-stats {
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
}

.twitter-feed .tweet-panel .tweet-stats p {
  float: left;
  padding-bottom: 0;
  position: relative;
  margin-right: 22px;
  color: #444;
}

.twitter-feed .tweet-panel .tweet-stats p:before {
  content: "";
  position: relative;
  top: 2px;
  margin-right: 2px;
}

.twitter-feed .tweet-panel .tweet-stats p.tweet-comments:before {
  width: 23px;
  height: 16px;
  background-position: -184.8px -40px;
}

.twitter-feed .tweet-panel .tweet-stats p.tweet-favourite:before {
  width: 23px;
  height: 16px;
  background-position: -184.8px -90px;
}

.twitter-feed .tweet-panel .tweet-stats p.tweet-retweets:before {
  width: 23px;
  height: 16px;
  background-position: -184.8px -65px;
}

.overlay-fade.overlay-nav, .overlay-media-fade.overlay-nav {
    display: none !important;
}


.overlay-fade,
.overlay-media-fade {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color:transparent;
}

.overlay-fade.overlay-media,
.overlay-media-fade.overlay-media {
  z-index: 200;
  top: 0;
}

.overlay-fade.overlay-media .media-container,
.overlay-media-fade.overlay-media .media-container {
  position: relative;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50vh;
  left: 50%;
}

.overlay-fade.overlay-media img,
.overlay-fade.overlay-media video,
.overlay-media-fade.overlay-media img,
.overlay-media-fade.overlay-media video {
  z-index: 15;
  margin: 0 auto;
  position: relative;
  display: block;
}

.overlay-fade.overlay-nav,
.overlay-media-fade.overlay-nav {
  z-index: 15;
}

a:link.media-close,
a:link.media-download,
a:link.media-expand,
a:link.media-fullscreen,
a:link.media-fullscreen--video {
  position: absolute;
  z-index: 20;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff !important;
  border: 1px solid #ccc;
  text-indent: -100000px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:link.media-close:after,
a:link.media-download:after,
a:link.media-expand:after,
a:link.media-fullscreen--video:after,
a:link.media-fullscreen:after {
  content: "";
  position: relative;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

a:link.media-close:active:after,
a:link.media-close:focus:after,
a:link.media-close:hover:after,
a:link.media-download:active:after,
a:link.media-download:focus:after,
a:link.media-download:hover:after,
a:link.media-expand:active:after,
a:link.media-expand:focus:after,
a:link.media-expand:hover:after,
a:link.media-fullscreen--video:active:after,
a:link.media-fullscreen--video:focus:after,
a:link.media-fullscreen--video:hover:after,
a:link.media-fullscreen:active:after,
a:link.media-fullscreen:focus:after,
a:link.media-fullscreen:hover:after {
  opacity: 0.5;
}

a:link.media-close {
  top: 30px;
}

a:link.media-close:after {
  width: 14px;
  height: 14px;
  background-position: -54px -219.8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 12px;
  top: -12px;
}

a:link.media-download {
  bottom: 30px;
  background: #fff !important;
}

a:link.media-download:after {
  width: 16px;
  height: 16px;
  background-position: -137.4px -192.8px;
  left: 10px;
  top: -6px;
}

a:link.media-expand {
  bottom: 15px;
  right: 15px;
}

a:link.media-expand:after {
  width: 14px;
  height: 14px;
  background-position: -54px -219.8px;
  left: 12px;
  top: -6px;
}

a:link.media-fullscreen {
  bottom: 30px;
  background: #fff !important;
  opacity: 1;
}

a:link.media-fullscreen:after {
  width: 14px;
  height: 14px;
  background-position: -210.4px -192.8px;
  left: 12px;
  top: -7px;
}

a:link.media-fullscreen:active,
a:link.media-fullscreen:focus,
a:link.media-fullscreen:hover {
  background-color: #fff !important;
}

a:link.media-fullscreen--video:after {
  width: 10px;
  height: 14px;
  background-position: -77px -219.8px;
  left: 16px;
  top: -7px;
}

.site-index {
  padding-bottom: 60px;
}

.site-index__index {
  margin: 0 0 2em;
  padding: 0;
}

.site-index__index li {
  display: inline;
  margin-right: 0.7em;
}

.site-index__index li a.lit {
  font-family: FFClanWebProMedium, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
}

.site-index__item-content-left p,
body main.big-event .box-out .feature-heading {
  font-family: FFClanWebProBook, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.site-index__index li a.disabled-link {
  pointer-events: none;
  opacity: 0.5;
  color: #000;
}

.site-index__item-letter {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.site-index__item-content-left,
.site-index__item-content-right {
  float: left;
}

.site-index__item-content-left {
  padding: 0 15px;
}

@media only screen and (max-width: 766px) {
  .site-index__item-content-left,
  .site-index__item-content-right {
    float: none;
  }

  .site-index__item-content-right {
    margin-left: 15px;
  }
}

.site-index__item-content-right li {
  margin-bottom: 0;
}

.regulatory-filings {
  max-width: 1600px;
  margin: 0 auto;
}

.regulatory-filings td,
.regulatory-filings th {
  min-width: 140px;
  padding: 20px 10px;
}

.regulatory-filings table td:nth-child(3),
.regulatory-filings table th:nth-child(3) {
  min-width: 270px !important;
  max-width: 270px !important;
}

.regulatory-filings table td:nth-child(2),
.regulatory-filings table th:nth-child(2) {
  min-width: auto;
}

@media only screen and (max-width: 1006px) {
  .regulatory-filings {
    padding: 0 30px !important;
  }
}

.regulatory-filings thead tr {
  border-top: none;
}

.regulatory-filings .table-load-more {
  margin: 20px auto 40px;
}

.p-what-we-do .feature-video-panel {
  padding: 0;
}

.p-what-we-do .feature-video-panel .video-panel img {
  max-height: 700px;
  background-size: cover;
  background-position: right center;
}

.p-what-we-do > .container {
  padding-left: 15px;
  padding-right: 15px;
}

.p-what-we-do .service-panel {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (min-width: 479px) {
  .p-what-we-do .service-panel {
    height: 400px;
  }

  body main.big-event .box-out-video .trigger__video {
    right: 50%;
  }
}

@media only screen and (min-width: 767px) {
  .p-what-we-do .service-panel {
    height: 500px;
  }
}

@media only screen and (min-width: 1007px) {
  .p-what-we-do .service-panel {
    height: 500px;
  }
}

@media only screen and (min-width: 1283px) {
  .p-what-we-do .service-panel {
    height: 700px;
  }
}

.fleet .filter-content__button-panel .button {
  margin-right: 10px;
}

.fleet .filter-content__row-list li {
  margin-bottom: 0;
}

.fleet .filter-content__row-img img {
  width: 100%;
}

@media only screen and (min-width: 319px) {
  .fleet .filter-content__button-panel {
    margin-top: 20px;
  }

  .fleet .filter-content .col-lg-6,
  .fleet .filter-content .nogutter-col-lg-6 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 1007px) {
  .fleet .filter-content .col-lg-6,
  .fleet .filter-content .nogutter-col-lg-6 {
    padding-left: 20px;
  }
}

body main.big-event .hero-panel img {
  height: 300px;
  background-image: url(../../sites/g/files/knoqqb33226/themes/site/nir_pid2859/client/assets/img/bg_event_panel_half.html);
}

.box-out-contact body main.big-event .box-out h2,
.box-out-contact body main.big-event .box-out h3,
body main.big-event .box-out .box-out-contact h2,
body main.big-event .box-out .box-out-contact h3,
body main.big-event .box-out .p {
  font-size: 1rem;
  line-height: 1.625rem;
}

body main.big-event .box-out .feature-heading {
  padding-bottom: 0;
}

body main.big-event .box-out .feature-sub-heading {
  font-family: FFClanWebProMedium, sans-serif;
  font-style: normal;
  font-weight: 400;
}

body main.big-event .box-out-video {
  position: relative;
}

body main.big-event .box-out-video .trigger__video {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  top: 50%;
}

@media only screen and (min-width: 767px) {
  .fleet .filter-content__button-panel {
    margin-top: 0;
  }

  .p-what-we-do-internal .feature-panel-carousel {
    border-left: 1px solid #ccc;
  }
}

.p-what-we-do-internal .table-responsive td:not(:first-child),
.p-what-we-do-internal .table-responsive th:not(:first-child) {
  text-align: right;
}

.p-what-we-do-internal ul ul {
  padding-left: 20px;
}

.p-what-we-do-internal ul ul li:before {
  content: "\2014";
  position: absolute;
  margin-left: 0;
}

.p-what-we-do-listing .hero-panel {
  max-height: 470px;
}

@media only screen and (max-width: 1006px) {
  .u-padding-l-0-tablet {
    padding-left: 0;
  }
}

.button-width-196 {
  width: 196px;
}

@media only screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 1) {
  .overlay-fade.overlay-media .media-container,
  .overlay-media-fade.overlay-media .media-container {
    top: 284px;
  }
}

@media only screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
  .overlay-fade.overlay-media .media-container,
  .overlay-media-fade.overlay-media .media-container {
    top: 160px;
  }
}

@media only screen and (min-device-width: 768px) and (-webkit-min-device-pixel-ratio: 1) {
  .overlay-fade.overlay-media .media-container,
  .overlay-media-fade.overlay-media .media-container {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 512px;
    left: 50%;
  }
}

@media only screen and (min-device-width: 768px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
  .overlay-fade.overlay-media .media-container,
  .overlay-media-fade.overlay-media .media-container {
    top: 334px;
  }
}

@media only screen and (min-device-width: 1024px) {
  .overlay-fade.overlay-media .media-container,
  .overlay-media-fade.overlay-media .media-container {
    top: 50vh;
  }
}

@media only screen and (min-width: 767px) .nir-node--5806 .fixed-button a.button,
  .nir-node--5806 .fixed-button div.buttons {
  position: absolute;
  bottom: 5px !important;
}
