/*!
 * NMPR site styles
 */

body,
html {
  width: 100%;
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  background-color: #000;
}

html .visible-ie8 {
  display: none;
}
html.ie8 .visible-ie8 {
  display: block !important;
}
html.ie8 .hidden-ie8 {
  display: none !important;
}

a {
  cursor: pointer !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h5 {
  font-weight: 500;
}

p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
}

h2 {
  line-height: 37px;
}

h3 {
  line-height: 32px;
}

.panel h3 {
  line-height: 1.1;
}

h4 {
  line-height: 24px;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 27px;
    line-height: 34px;
  }
}

@media (max-width: 991px) {
  h2 {
    font-size: 22px;
    line-height: 29px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 21px;
    line-height: 27px;
  }
  h3 {
    font-size: 19px;
    line-height: 25px;
  }
}

@media screen and (max-width: 420px) {
  h2 {
    font-size: 1.50em;
    line-height: 24px;
  }

  h4 {
    font-size: 17px;
    line-height: 21px;
  }
}

/* NMPR colours */

.red {
  color: #d62628;
}

.blue {
  color: #005ea5;
}

.white {
  color: #ffffff;
}

/* Min Banner Style - Graphical Banner Types See home.css */

.intro-outer {
  background-color: #eaeaea;
}

.intro-banner-min {
  padding-top: 5px;
}

/* Dividers */

.divider-1 {
  height: 8px;
  background: url("/content/img/divider.png") repeat-x;
  background-size: 20px 20px;
  margin: 10px 0px;
}

.divider {
  height: 1px;
  width: 100%;
  display: block;
  /* for use on default inline elements like span */
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.userbar {
  position: relative;
}
.userbar > .dropdown {
  position: absolute;
  z-index: 100;
  right: 0;
}
.userbar > .dropdown > .btn {
  color: #fff;
  background: #000;
  border-color: #000;
  border-radius: 0;
  font-size: 12px;
}

.userbar > .dropdown > .btn.covert {
  color: #fff;
  background: #d62628;
  border-color: #d62628;
  border-radius: 0;
  font-size: 12px;
}

.userbar .caret {
  margin: -2px 0 0 8px;
}

.btn-nmpr {
  color: #fff;
  background-color: #145ea5;
  border-color: #12589c;
}

.btn-nmpr:focus {
  color: #fff;
  background-color: #064481;
  border-color: #013669;
}

.btn-nmpr:hover {
  color: #fff;
  background-color: #064481;
  border-color: #013669;
}

.mt-0 {
  margin-top: 0px !important;
}
.mt-7 {
  margin-top: 7px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}


.mb-0 {
  margin-bottom: 0;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}

.ml-10 {
  margin-left: 10px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-40 {
  margin-left: 40px;
}

.ml-30 {
  margin-left: 30px;
}
.ml-4 {
  margin-left: 4px;
}
.mr-20 {
  margin-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

@media (max-width: 991px) {
  .sm-top-pad {
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
    .ci-lg-pad {
      padding-right: 60px;
    }
}
.img-inset-2 {
  padding: 10px 20px 10px 0;
}

.top-w-bg {
  padding-top: 20px;
  background-color: #fff !important;
}

.w-bg {
  background-color: #fff !important;
}

.topnav {
  font-size: 15px;
  padding-right: 0;
}

.list ul li {
  list-style-type: square;
}
ul.bullets li {
    padding:3px 0;
}

/* NMPR navigation section */

.logo {
  margin-top: 5px;
  margin-bottom: 20px;
}

.powered-logo {
  margin-left: 20px;
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .logo {
    width: 150px;
    margin-left: 0;
    margin-top: 10px;
  }
  .topnav {
    font-size: 15px;
  }
}

@media (min-width: 420px) and (max-width: 767px) {
  .logo {
    width: 150px;
    margin-left: 15px;
    margin-bottom: 10px;
  }
  .powered-logo {
    width: 90px;
  }
}

@media screen and (max-width: 419px) {
  .logo {
    width: 120px;
    margin-left: 10px;
  }
  .powered-logo {
    width: 85px;
  }
}

ul.nav {
  padding-top: 28px;
}

@media screen and (max-width: 767px) {
  .topnav .navbar-toggle {
    margin-right: 30px;
  }
  ul.nav {
    padding-top: 0;
  }

  .navbar-default .navbar-nav > li > a:hover {
    background-color: #ededed !important;
  }
}

.navbar-default {
  background-color: #fff;
  border-color: #fff;
}

.navbar {
  padding-top: 20px;
  margin-bottom: 0;
  border-radius: 0;
}

.navbar-default .navbar-nav > li > a {
  color: #005ea5;
}

.lead {
  font-size: 18px;
  font-weight: 400;
}

.content-section-a {
  padding: 40px 0;
  background-color: #f8f8f8;
}

.content-section-b {
  padding: 40px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background-color: #fff;
}

.content-section-c {
  padding: 0 5px;
  background-color: #f8f8f8;
}

.content-section-d {
  padding: 40px 0;
  background-color: #fff;
}

.content-section-e {
  padding: 20px 0 40px 0;
  background-color: #f8f8f8;
}

.content-section-f {
  padding: 10px 0 40px 0;
  background-color: #fff;
}

@media (min-width: 767px) and (max-width: 991px) {
  .content-section-a {
    padding: 20px 0;
  }

  .content-section-b {
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .content-section-a {
    padding: 15px 0;
  }

  .content-section-b {
    padding: 15px 0;
  }
}

/* ie 8 issue */

footer,
.footer {
  background-color: #000;
}

.footer {
  padding: 40px 0;
}

ul.benefits {
  padding: 0;
  margin: 0;
}

.benefits li {
  background: url(/content/img/green-tick-icon.svg) no-repeat 0 3px;
  list-style-type: none;
  margin: 5px 0;
  background-size: 20px 20px;
  padding: 5px 0 5px 30px;
}
ul.product-summary {
  padding: 0;
  margin: 0;
}
.product-summary li {
  list-style-type: none;
  margin: 10px 0 10px -12px;
  padding: 5px 0 5px 55px;
  min-height:50px;
}

.credit-summary li {
  list-style-type: none;
  margin: 10px 0 10px -40px;
  padding: 5px 0 5px 55px;
  min-height:50px;
}
li.credit-summary-1 {
  background: url(/content/img/credit-icon-1.svg) no-repeat 0 3px;
  background-size: 40px 40px;
}
li.credit-summary-2 {
  background: url(/content/img/credit-icon-2.svg) no-repeat 0 3px;
  background-size: 40px 40px;
}
li.credit-summary-3 {
  background: url(/content/img/credit-icon-3.svg) no-repeat 0 3px;
  background-size: 40px 40px;
}
li.credit-summary-4 {
  background: url(/content/img/credit-icon-4.svg) no-repeat 0 3px;
  background-size: 40px 40px;
}
li.credit-summary-5 {
  background: url(/content/img/credit-icon-5.svg) no-repeat 0 3px;
  background-size: 40px 40px;
}
li.credit-summary-6 {
  background: url(/content/img/credit-icon-6.svg) no-repeat 0 3px;
  background-size: 40px 40px;
}
li.credit-summary-7 {
  background: url(/content/img/credit-icon-7.svg) no-repeat 0 3px;
  background-size: 40px 40px;
}
li.credit-summary-8 {
  background: url(/content/img/credit-icon-8.svg) no-repeat 0 3px;
  background-size: 40px 40px;
}
li.credit-summary-9 {
  background: url(/content/img/credit-icon-9.svg) no-repeat 0 3px;
  background-size: 40px 40px;
}
li.credit-summary-10 {
  background: url(/content/img/credit-icon-10.svg) no-repeat 0 3px;
  background-size: 40px 40px;
}
li.credit-summary-11 {
  background: url(/content/img/credit-icon-11.svg) no-repeat 0 3px;
  background-size: 40px 40px;
}
li.credit-summary-12 {
  background: url(/content/img/credit-icon-12.svg) no-repeat 0 3px;
  background-size: 40px 40px;
}
li.credit-summary-13 {
  background: url(/content/img/credit-icon-13.svg) no-repeat 0 3px;
  background-size: 40px 40px;
}
.dataset-summary {
    margin-left: -15px;
}
@media (max-width: 767px) {
  .credit-summary {
      margin-left: -15px;
  }
  .credit-summary li {
    margin: 10px 0 10px -25px;
  }
}
.focus-light {
  padding: 15px 25px;
  background-color: #f8f8f8;
  border: solid 1px #e7e7e7;
}
.focus-light > h3 {
  margin-top: 10px;
}
.info-icon {
  background: url("/content/img/info-alert-roundel-w80x2.png") no-repeat;
  background-size: 40px 40px;
  background-position: top 20px right 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .focus-light > h3 {
    margin-top: 0;
    padding-right: 30px;
  }
  .info-icon {
    background: url("/content/img/info-alert-roundel-w80x2.png") no-repeat;
    background-size: 30px 30px;
    background-position: top 10px right 10px;
    margin-bottom: 5px;
  }
}

.footer .ecosystem {
  text-align: right;
}

@media (max-width: 991px) {
  .footer {
    margin-top: 0;
    padding-top: 20px;
  }
}

@media (min-width: 420px) and (max-width: 991px) {
  .accredit {
    width: 320px;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center;
  }
  .footer .ecosystem {
    margin-top: 25px;
    text-align: center;
  }
}

@media (max-width: 419px) {
  .accredit {
    width: 280px;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center;
  }
  .accredit img {
    display: block;
  }
  .footer .ecosystem {
    margin-top: 25px;
    text-align: center;
  }
}

.footer-menu-divider {
  margin-top: 10px;
  color: #ccc;
}

.page-nav {
  padding: 15px;
  background-color: #fff;
  text-align: center;
}

.page-tab-1 {
  border-left: solid 1px #eaeaea;
}

.page-tab-2 {
  border-left: solid 1px #eaeaea;
}

.page-tab-3 {
  border-left: solid 1px #eaeaea;
}

.page-tab-4 {
  border-left: solid 1px #eaeaea;
  border-right: solid 1px #eaeaea;
}

.page-nav h4 {
  font-size: 16px;
}

.page-nav:hover {
  background-color: #eaeaea;
}

@media (max-width: 991px) {
  .page-nav {
    padding: 8px;
  }

  .page-nav:hover {
    background-color: #eaeaea;
  }

  .page-tab-1 {
    border-left: solid 1px #eaeaea;
  }

  .page-tab-2 {
    border-left: solid 1px #eaeaea;
    border-right: solid 1px #eaeaea;
  }

  .page-tab-3 {
    border-left: solid 1px #eaeaea;
    border-top: solid 1px #eaeaea;
  }

  .page-tab-4 {
    border-left: solid 1px #eaeaea;
    border-right: solid 1px #eaeaea;
    border-top: solid 1px #eaeaea;
  }
}

@media (max-width: 767px) {
  .page-nav {
    padding: 8px;
  }

  .page-nav h4 {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .page-nav {
    padding: 5px;
  }

  .page-nav h4 {
    font-size: 13px;
  }
}

blockquote {
  font-size: 1.1em;
  background: #f9f9f9;
  font-style: italic;
  color: #666;
  margin: 1.9em 0;
  border-left: 4px solid #eaeaea;
  padding: 1em 20px;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote span {
  font-style: normal;
  font-weight: 800;
}

blockquote:before {
  color: #eaeaea;
  content: open-quote;
  font-size: 6em;
  line-height: 0.1em;
  margin-right: 0em;
  vertical-align: -0.2em;
}

blockquote p {
  display: inline;
  font-size: 1em;
  line-height: 1.6em;
}

blockquote p cite {
  font-style: italic;
  font-size: 0.9px;
  font-weight: bold;
}

@media (min-width: 992px) {
  .nmpr-video-sml {
    display: none !important;
    visibility: hidden !important;
  }
}

@media (max-width: 991px) {
  .nmpr-video-lrg {
    display: none !important;
    visibility: hidden !important;
  }
}

@media (min-width: 421px) {
  .nmpr-video-vsml {
    display: none !important;
    visibility: hidden !important;
  }
}

@media (max-width: 420px) {
  .nmpr-video-sml {
    display: none !important;
    visibility: hidden !important;
  }
}
.to-top {
  background-color: #005ea5;
  position: fixed;
  bottom: 86px;
  right: 26px;
  z-index: 104400;
  display: none;
  border-radius: 16px;
  text-align: center;
}
.to-top a,
.to-top a:hover,
.to-top a:visited {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 32px;
  height: 32px;
}
.to-top .glyphicon {
  top: 7px;
}

.modal-dialog,
.modal-header,
.modal-content,
.modal-footer {
  border-radius: 0;
}
.modal-header,
.modal-footer {
  background: #f7f7f7;
}
.modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.modal-body .modal-title {
  margin-bottom: 5px;
}
.modal-body .termsbox ul {
  margin: 0;
}
.modal-body .table {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .modal {
    text-align: center;
  }
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin-bottom: 25%;
  }
  .modal.fade .modal-dialog {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.strike {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  margin: 15px 0;
}
.strike > span {
  color: #777;
  position: relative;
  display: inline-block;
}
.strike > span:before,
.strike > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 1px;
  background: #eee;
}
.strike > span:before {
  right: 100%;
  margin-right: 15px;
}
.strike > span:after {
  left: 100%;
  margin-left: 15px;
}

.form-group .list-group {
  margin-bottom: 0;
}
.form-group .list-group.disabled .list-group-item:not(.active),
.form-group.disabled .list-group .list-group-item:not(.active) {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.form-group .list-group.disabled .list-group-item.active,
.form-group.disabled .list-group .list-group-item.active,
.list-group-item.active.disabled {
  filter: alpha(opacity=65);
  opacity: 0.65;
}
.form-group.has-error .list-group-item:not(.active) {
  border-color: #a94442;
}
.form-group.has-error h5 {
  color: #a94442;
}

.file-upload .btn {
  position: relative;
  overflow: hidden;
}
.file-upload input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.file-upload input[type="text"] {
  background: #fff;
}
.file-upload input[disabled] {
  background-color: #eee;
}

.file-upload .input-group {
  position: relative;
  overflow: hidden;
}
.file-upload input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: #000;
  cursor: inherit;
  display: block;
}
.file-upload input[type="text"] {
  background: #fff;
}
.file-upload input[disabled] {
  background-color: #eee;
}

.datepicker.datepicker-dropdown {
  z-index: 200 !important;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -2px;
}

.input-daterange input {
  text-align: left !important;
}
.datepicker .disabled.day {
  color: #ccc;
}

textarea {
  resize: vertical;
}

h4.serv-title {
  font-size: 19px;
  text-align: center;
  margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  h4.serv-title {
    text-align: left;
  }
  .services-horz h4 {
    font-weight: 500;
  }
  .services-horz img {
    padding-top: 10px;
  }
  .lead {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  h4.serv-title {
    text-align: left;
  }
  .services-horz h4 {
    font-weight: 500;
  }
  .services-horz img {
    padding-top: 10px;
  }
}
dt.removed,
dd.removed {
  color: #d9534f;
}
/* Helper to add space between form and heading above */
.form-horizontal {
  margin-top: 20px;
}

.hovershow,
tr:hover .displaynone.hovershow {
  display: none;
}

tr:hover .hovershow,
tr .hovershow.displayalways {
  display: block;
}

#statusfilter {
  width: 100px;
  display: inline-block;
}

.notifications a.notification-unread {
  padding: 6px 10px 0 0;
  color: #f0ad4e;
}

.notifications a.notification-read {
  padding: 6px 10px 0 0;
  color: #000;
}

#removeserialholder {
  float: left;
  margin: 0 0 0 5px !important;
  padding: 4px 0 0 0 !important;
}
div.video iframe {
    border: none;
}
div.video-bdr iframe {
    border: solid 1px #CCCCCC;
}
.download-box {
  border: solid 1px #CCCCCC;
  padding: 20px;
  margin-bottom: 30px;
  background: #f9f9f9;
}
.pr-20 {
  padding-right: 20px;
}
.box-fix {
  max-width:400px;
}
iframe {
  border: 0;
}
.footer .footer-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer .footer-logos img {
  padding: 0 10px;
}

