@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
.alert {
  margin-bottom: 0 !important;
}
@media print {
  .alert {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    border: 0;
    white-space: nowrap;
  }
}

body.front .content-type-call-to-action {
  margin-top: 15px;
}

body.front #web-drupal-category {
  margin-top: 30px;
}

.ntc-alerts-call-to-action h2 {
  margin-bottom: 15px !important;
}
@media print {
  .ntc-alerts-call-to-action h2 {
    /* remove the print setting on the title in print */
    list-style-type: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}
@media print {
  .ntc-alerts-call-to-action p {
    /* remove the padding and margin on the paragraph in print */
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}

#backtotop {
  border: 0 !important;
  z-index: 1111;
}

#web-drupal-category {
  margin-bottom: 30px;
}

.ntc-category-list, .field-type-file, #ntc-category-grid ul li, .ntc-list-2-column, .ntc-list {
  color: #121314;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media print {
  .ntc-category-list, .field-type-file, #ntc-category-grid ul li, .ntc-list-2-column, .ntc-list {
    color: #000000;
  }
}

.ntc-list-2-column li, .ntc-list li {
  padding-bottom: 7.5px;
  padding-right: 5px;
  position: relative;
}
.ntc-list-2-column li a:after, .ntc-list li a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

ol ol, ul ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.ntc-list-naked {
  color: #121314;
  display: block;
  list-style-type: none;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
@media print {
  .ntc-list-naked {
    color: #000000;
  }
}

@media only screen and (min-width: 768px) {
  .ntc-list-2-column {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
}
ul ul {
  list-style-type: disc;
}
ul li {
  margin-bottom: 4px;
}

ol li {
  margin-bottom: 4px;
}
#ntc-category-grid ul {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #ntc-category-grid ul {
    padding: 0;
  }
}
#ntc-category-grid ul li {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  #ntc-category-grid ul li {
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media print {
  #ntc-category-grid ul li {
    margin-left: 15px !important;
    display: list-item;
    list-style-type: disc;
  }
}

#ntc-category-grid {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #ntc-category-grid ul {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
#ntc-category-grid ul.row {
  display: flex;
  flex-wrap: wrap;
}
#ntc-category-grid ul.row li.col-4 {
  margin-bottom: 15px;
}
#ntc-category-grid p {
  padding: 0;
  margin: 0;
}
@media print {
  #ntc-category-grid p {
    margin-left: 20px;
  }
}
@media print {
  #ntc-category-grid h2 {
    margin-left: 20px !important;
    display: list-item;
    list-style-type: disc;
  }
}

#web-drupal-category-grid-classic h2 {
  margin: 0;
  padding: 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}
@media print {
  #web-drupal-category-grid-classic h2 {
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 0 !important;
    margin-bottom: 3px !important;
    margin-left: 20px;
    border: none;
    display: list-item;
    list-style-type: disc;
  }
}
#web-drupal-category-grid-classic h2 a {
  text-decoration: none;
  display: block;
}
#web-drupal-category-grid-classic h2 a:hover {
  text-decoration: underline;
}
#web-drupal-category-grid-classic h2 a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
#web-drupal-category-grid-classic .caption h2 {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  margin-top: 0;
  vertical-align: middle;
  background-color: #080052;
  border-color: #080052;
  white-space: normal !important;
  position: relative;
  text-align: left;
  border-radius: 3px;
  margin-bottom: 10px;
}
#web-drupal-category-grid-classic .caption h2 a {
  color: white;
  text-decoration: none;
}
#web-drupal-category-grid-classic .caption h2 a:hover {
  text-decoration: none;
}
#web-drupal-category-grid-classic p {
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 0;
}
@media print {
  #web-drupal-category-grid-classic p {
    margin-left: 20px;
  }
}
#web-drupal-category-grid-classic .row-fluid {
  margin-left: -10px;
  margin-right: -10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #web-drupal-category-grid-classic .row-fluid {
    display: flex;
    margin-bottom: 0;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  #web-drupal-category-grid-classic .row-fluid:last-child .span4 {
    margin-bottom: 0;
  }
}
#web-drupal-category-grid-classic .span4 {
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  border-radius: 3px;
  background-color: #fff;
  padding: 12px;
  margin: 0 7.5px 15px 7.5px;
}
#web-drupal-category-grid-classic .span4:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  #web-drupal-category-grid-classic .span4 {
    flex: 1;
    width: 31.6%;
    max-width: 31.6%;
    margin-bottom: 15px;
  }
}
@media print {
  #web-drupal-category-grid-classic .span4 {
    border: none;
    padding: 0;
  }
}
#web-drupal-category-grid-classic .pane-title {
  background: none;
  padding: 0;
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0 0 15px 0;
}
#web-drupal-category-grid-classic .pane-content {
  padding: 0;
}

#ntc-category-grid-img {
  margin-bottom: 15px;
}
#ntc-category-grid-img img {
  margin-bottom: 10px;
}
@media print {
  #ntc-category-grid-img img {
    display: none;
  }
}
#ntc-category-grid-img .col-lg-6 {
  margin-bottom: 30px;
}
@media print {
  #ntc-category-grid-img .col-lg-6 h2 {
    margin-left: 20px !important;
    display: list-item;
    list-style-type: disc;
  }
}
@media print {
  #ntc-category-grid-img .col-lg-6 p {
    margin-left: 20px;
  }
}

#web-drupal-category-grid-classic-2-column .right {
  margin-top: 9px;
}
#web-drupal-category-grid-classic-2-column h2 {
  margin: 0;
  padding: 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}
@media print {
  #web-drupal-category-grid-classic-2-column h2 {
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 0 !important;
    margin-bottom: 3px !important;
    margin-left: 20px;
    border: none;
    display: list-item;
    list-style-type: disc;
  }
}
#web-drupal-category-grid-classic-2-column h2 a {
  text-decoration: none;
  display: block;
}
#web-drupal-category-grid-classic-2-column h2 a:hover {
  text-decoration: underline;
}
#web-drupal-category-grid-classic-2-column h2 a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
#web-drupal-category-grid-classic-2-column .caption h2 {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  margin-top: 0;
  vertical-align: middle;
  background-color: #080052;
  border-color: #080052;
  white-space: normal !important;
  position: relative;
  text-align: left;
  border-radius: 3px;
  margin-bottom: 10px;
}
#web-drupal-category-grid-classic-2-column .caption h2 a {
  color: white;
  text-decoration: none;
}
#web-drupal-category-grid-classic-2-column .caption h2 a:hover {
  text-decoration: none;
}
#web-drupal-category-grid-classic-2-column p {
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 0;
}
#web-drupal-category-grid-classic-2-column .row-fluid {
  margin-left: -10px;
  margin-right: -10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #web-drupal-category-grid-classic-2-column .row-fluid {
    display: flex;
    margin-bottom: 0;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  #web-drupal-category-grid-classic-2-column .row-fluid:last-child .span6 {
    margin-bottom: 0;
  }
}
#web-drupal-category-grid-classic-2-column .span6 {
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  border-radius: 3px;
  background-color: #fff;
  padding: 12px;
  margin: 0 7.5px 15px 7.5px;
}
#web-drupal-category-grid-classic-2-column .span6:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  #web-drupal-category-grid-classic-2-column .span6 {
    flex: 1;
    width: 50%;
    max-width: 50%;
    margin-bottom: 15px;
  }
}
@media print {
  #web-drupal-category-grid-classic-2-column .span6 {
    border: none;
    padding: 0;
  }
}
#web-drupal-category-grid-classic-2-column ul {
  margin: 0 20px 0 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  #web-drupal-category-grid-classic-2-column ul {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
}
#web-drupal-category-grid-classic-2-column ul li {
  padding-right: 7.5px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #web-drupal-category-grid-classic-2-column ul li:first-child {
    margin-top: 0;
  }
}
#web-drupal-category-grid-classic-2-column ul li a {
  text-decoration: none;
  display: block;
  padding-bottom: 7px;
}
#web-drupal-category-grid-classic-2-column ul li a:hover {
  text-decoration: underline;
  color: blue;
}
#web-drupal-category-grid-classic-2-column .pane-title {
  font-size: 24px;
  background: none;
  padding: 0;
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0 0 15px 0;
}
#web-drupal-category-grid-classic-2-column .pane-content {
  padding: 0;
}
#web-drupal-category-grid-classic-2-column .drupal-category-secondary {
  margin-bottom: 30px;
}
#web-drupal-category-grid-classic-2-column .drupal-category-secondary h2 {
  margin-top: 0;
}

.drupal-legacy-sub-category ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  column-count: 1 !important;
}
@media print {
  .drupal-legacy-sub-category ul {
    margin-left: 30px;
  }
}
.drupal-legacy-sub-category li {
  border-bottom: 1px solid #ccc;
  list-style: outside none none;
}
@media print {
  .drupal-legacy-sub-category li {
    margin-left: 40px;
    border-bottom: none;
    list-style: disc;
  }
}
.drupal-legacy-sub-category li:last-child {
  border: none;
}
.drupal-legacy-sub-category li a {
  color: #333 !important;
  text-decoration: none;
  padding: 5px 0 5px 7px;
  display: block;
}
.drupal-legacy-sub-category li a:hover {
  color: #333 !important;
}

.drupal-category-secondary {
  margin-bottom: 30px;
}
@media print {
  .drupal-category-secondary h2 {
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 0 !important;
    margin-bottom: 3px !important;
    margin-left: 15px !important;
    border: none;
    display: list-item;
    list-style-type: disc;
  }
}
.drupal-category-secondary a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  #web-drupal-category-grid-classic ul, #web-drupal-category-grid ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
}
@media print {
  #web-drupal-category-grid-classic ul, #web-drupal-category-grid ul {
    margin-left: 15px !important;
  }
}

address {
  white-space: pre-line;
  border-left: 1px solid #dddfe1;
  padding-left: 15px;
  margin-bottom: 30px;
}

.ntc-heading-medium, legend, .ntc-alerts-call-to-action-mini h2, .ntc-alerts-call-to-action h2, .ntc-news-inline-item h2, .webform-client-form .panel-default .panel-title, #utility h3, h3, .ntc-heading-category, .ntc-heading-medium-large, h2, .ntc-heading-large, .ntc-heading-extra-large, .page-header, .tscsNewsTitle, h1 {
  font-weight: 700;
  color: #121314;
  margin-top: 0;
}
@media print {
  .ntc-heading-medium, legend, .ntc-alerts-call-to-action-mini h2, .ntc-alerts-call-to-action h2, .ntc-news-inline-item h2, .webform-client-form .panel-default .panel-title, #utility h3, h3, .ntc-heading-category, .ntc-heading-medium-large, h2, .ntc-heading-large, .ntc-heading-extra-large, .page-header, .tscsNewsTitle, h1 {
    color: #000000;
  }
}

.ntc-heading-extra-large, .page-header, .tscsNewsTitle, h1 {
  font-size: 36px;
  line-height: 42px;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.ntc-heading-large {
  font-size: 30px;
  line-height: 38px;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.ntc-heading-medium-large, h2 {
  font-size: 24px;
  line-height: 30px;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.ntc-heading-medium, legend, .ntc-alerts-call-to-action-mini h2, .ntc-alerts-call-to-action h2, .ntc-news-inline-item h2, .webform-client-form .panel-default .panel-title, #utility h3, h3, .ntc-heading-category {
  font-size: 18px;
  line-height: 26px;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.ntc-heading-category {
  margin: 0;
  position: relative;
}
.ntc-heading-category a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.sectionList {
  color: #121314;
  margin-bottom: 30px;
}
@media print {
  .sectionList {
    display: none;
  }
}
.sectionList h2 {
  margin-top: 0;
}
.sectionList ul {
  list-style: none;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 20px;
  padding-left: 0;
}
.sectionList ul li {
  padding-left: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #121314;
  text-decoration: underline;
  cursor: pointer;
  list-style: disc;
}
.sectionList ul li:active {
  color: #121314;
  background-color: #ffd100;
}
.sectionList ul .sectionText {
  color: blue;
  text-decoration: underline;
}
.sectionList ul .sectionText:active {
  color: #121314;
}

section h2 {
  margin-top: 0;
}
section .field-name-field-page-section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
section .group-section-gallery {
  padding-top: 10px;
}

.in-full section {
  margin-bottom: 30px;
}
.in-full section h2 {
  margin-top: 0;
}
.in-full section h2 .field-label {
  display: none;
}

section.field-name-field-page-section .node-sticky {
  margin-top: 40px;
  background-color: #121314;
  border: 1px solid #121314;
  border-radius: 5px;
  color: #ffffff;
  padding: 15px;
  border-left: 5px solid #b00c3b;
}
section.field-name-field-page-section .node-sticky a {
  color: #ffd100;
}
section.field-name-field-page-section .node-sticky h2 {
  margin-top: 0 !important;
  color: #ffffff;
}
section.field-name-field-page-section .node-sticky .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #121314;
}

figure.field-name-field-web-page-section-image {
  margin-bottom: 20px;
}

.ntc-standout, .ntc-hint, blockquote {
  margin: 20px 0 20px;
  border-left: 10px solid #dddfe1;
  border-radius: 5px;
  padding: 10px 15px;
}
.ntc-standout h3, .ntc-hint h3, blockquote h3 {
  margin-top: 0 !important;
}
.ntc-standout a, .ntc-hint a, blockquote a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.ntc-standout p:last-child, .ntc-hint p:last-child, blockquote p:last-child {
  margin-bottom: 0;
}

.node-type-announcement .field-name-field-image {
  text-align: center;
  margin-bottom: 20px;
}
.node-type-announcement .img-responsive {
  display: inline !important;
}
.node-type-announcement .img-thumbnail {
  border: none;
  padding: 0;
  border-radius: 0;
}
.node-type-announcement .field-name-field-post-date {
  margin-bottom: 15px;
}
@media only screen and (min-width: 613px) and (max-width: 767px) {
  .node-type-announcement .field-name-field-image {
    text-align: center;
    margin-bottom: 20px;
  }
}
.node-type-announcement p:last-child {
  margin-bottom: 1em;
}
@media only screen and (min-width: 613px) and (max-width: 767px) {
  .node-type-announcement .node-announcement {
    width: 612px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-announcement .node-announcement {
    width: 612px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .node-type-announcement .node-announcement {
    width: 612px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .node-type-announcement .node-announcement {
    width: 612px;
    margin-left: auto;
    margin-right: auto;
  }
}

.field-name-field-signature-title,
.field-name-field-signature-title-multiple-,
.field-name-field-signature,
.field-name-field-signature-multiple- {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-weight: 700;
}

.drupal-block {
  margin-top: 20px;
}
.drupal-block h2 {
  font-size: 19px;
  margin-bottom: 30px !important;
}

.view-ntc-mynt-locations {
  margin-bottom: 30px !important;
}

.block-ntc-address p {
  margin-bottom: 15px !important;
}

#block-block-17 a {
  color: #ffffff !important;
}

.fostering-contact a {
  color: #2ba6cb;
  text-decoration: none;
}

.custom-bullet li {
  display: block;
}
.custom-bullet li:before {
  content: "";
  font-family: "Glyphicons Halflings";
  font-size: 9px;
  float: left;
  margin-top: 4px;
  margin-left: -17px;
  color: #d47600;
}

.page-taxonomy-term-512 .thumbnail {
  background-color: #fff;
  border: none;
  border-radius: 4px;
  display: block;
  line-height: 1.42857;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.2s ease-in-out 0s;
}
.page-taxonomy-term-512 .thumbnail .caption {
  padding: 0px;
}
.page-taxonomy-term-512 .thumbnail img {
  float: right;
  padding: 0 0 30px 15px;
  width: 75px;
  height: 100%;
}
.page-taxonomy-term-512 .node-web-page h2 {
  color: #333;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 9px;
  margin: 30px 0 20px;
  border: none;
}
.page-taxonomy-term-512 h3 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
}
.page-taxonomy-term-512 .well {
  margin-bottom: 0;
}
.page-taxonomy-term-512 .breadcrumb a {
  text-decoration: none;
  color: #1608d5;
}
.page-taxonomy-term-512 #category-tasks {
  margin-top: 20px;
}
.page-taxonomy-term-512 #category-tasks p {
  display: inline;
}
.page-taxonomy-term-512 #category-tasks .views-row .btn {
  background-color: #fff;
  border: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  text-align: left;
  vertical-align: middle;
  white-space: normal !important;
  width: 100%;
}
.page-taxonomy-term-512 #category-tasks .views-row .btn a {
  color: #1608d5;
  padding: 0;
}
.page-taxonomy-term-512 #category-tasks .thumbnail:hover {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: none;
}
.page-taxonomy-term-512 #category-tasks-2-col {
  margin-top: 30px;
}
.page-taxonomy-term-512 #category-tasks-2-col p {
  display: inline;
}
.page-taxonomy-term-512 #category-tasks-2-col .views-row .btn {
  background-color: #fff;
  border: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  text-align: left;
  vertical-align: middle;
  white-space: normal !important;
  width: 100%;
}
.page-taxonomy-term-512 #category-tasks-2-col .views-row .btn a {
  color: #1608d5;
  padding: 0;
}

.testimonials-container .well {
  margin-bottom: 20px;
}

.testimonials img {
  float: right;
  padding: 0 0 30px 15px;
  width: 100px;
  height: 100%;
}
.testimonials em {
  font-style: italic;
  font-weight: 600;
}

#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 0px;
}
#quote-carousel .item img {
  float: left;
  margin-right: 10px;
}
#quote-carousel h3 {
  color: #1608d5;
  font-weight: 600;
  font-size: 16px;
}
#quote-carousel .carousel-control {
  background: none;
  color: #cacaca;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
#quote-carousel .carousel-control .left {
  left: -60px;
}
#quote-carousel .carousel-control .right {
  right: -60px;
}
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
#quote-carousel .carousel-indicators .active {
  background: #333333;
  border-radius: 100px;
  border-color: #d47600;
  opacity: 1;
  overflow: hidden;
}
#quote-carousel .carousel-indicators li {
  width: 50px;
  height: 50px;
  margin: 5px;
  cursor: pointer;
  border: 4px solid #ccc;
  border-radius: 50px;
  opacity: 0.4;
  overflow: hidden;
  transition: all 0.4s;
}

.carousel-inner {
  min-height: 300px;
}

.item blockquote {
  border-left: none;
  margin: 0 0 70px 0;
  font-size: 14px;
  color: #333;
}

p.well-image {
  margin: 0;
  text-align: center;
}

.foi-subject .pane-content {
  padding: 0;
}
.foi-subject .pane-title {
  font-size: 19px;
  line-height: 1.3;
}
.foi-subject .panel {
  border: none;
}

#utility h2 {
  display: none;
}
#utility .no-padding h2:first-child {
  margin-top: 0;
}
#utility .more-link {
  padding: 5px 15px 0 15px;
  display: block;
}
#utility .panel-default {
  border: none;
}
#utility .well {
  background-color: #f8f9f9;
  border: 1px solid #dddfe1;
}
.form-control {
  border: 1px solid #c2c6c9;
  border-radius: 3px;
}

.form-check-input, .form-radio, .form-checkbox {
  border: 1px solid #c2c6c9;
}

.form-check-inline #passwordHelpBlock {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.webform-client-form, .ntc-form {
  border: 1px solid #dddfe1;
  border-radius: 3px;
  padding: 15px;
  background-color: #f8f9f9;
}

.webform-client-form {
  margin-top: 15px;
  /*fieldset {
  	border-bottom: 1px solid colors.ntc-palette('ntc-form-border-colour') !important;
  	&.nested {
  		border-bottom: 0 !important;
  		margin-bottom: 0 !important;
  	}
  }
  */
}
.webform-client-form .panel-default .panel-heading {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.webform-client-form .panel-default .panel-title {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.webform-client-form .panel-body {
  padding: 0;
}
.webform-client-form .name-given-wrapper .form-group, .webform-client-form .name-family-wrapper .form-group {
  margin: 0;
}

#ui-datepicker-div {
  z-index: 9999 !important;
}

.form-text, .help-block {
  color: #2a2d2f;
}

label {
  font-size: 16px;
  line-height: 24px;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #121314;
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
}
@media print {
  label {
    color: #000000;
  }
}

.ntc-form-required, .form-required,
.ntc-form-error {
  color: #b00c3b;
}

.drupal-forms-pagination ul.step li .circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  margin-right: 0;
  color: #121314;
  background-color: #ffffff;
  text-align: center;
  border: solid 2px #121314;
  border-radius: 50%;
}
.drupal-forms-pagination ul.step li .circle-current {
  background-color: #121314;
  color: #ffffff;
}
.drupal-forms-pagination .step-horizontal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.drupal-forms-pagination .step-horizontal li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.drupal-forms-pagination .step-horizontal li:not(:last-child):after {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  margin: 0;
  content: "";
  background-color: #5a6065;
}

.ntc-information-list, #node-facility-full-group-contact, #node-school-full-group-contact {
  word-break: break-word;
}

.ntc-information-list-key, #node-facility-full-group-contact .field-label, #node-school-full-group-contact .field-label {
  font-weight: 700;
}

.ntc-information-list-item, #node-facility-full-group-contact .field, #node-school-full-group-contact .field {
  margin-bottom: 0;
  padding: 0.3rem 0.5rem;
}
.ntc-information-list-item a, #node-facility-full-group-contact .field a, #node-school-full-group-contact .field a, .ntc-information-list-item .btn-link, #node-facility-full-group-contact .field .btn-link, #node-school-full-group-contact .field .btn-link {
  text-decoration: underline;
}
.ntc-information-list-item strong, #node-facility-full-group-contact .field strong, #node-school-full-group-contact .field strong {
  font-weight: 700;
}
.ntc-information-list-item strong > *, #node-facility-full-group-contact .field strong > *, #node-school-full-group-contact .field strong > * {
  font-weight: 700;
}
.ntc-information-list-item strong a, #node-facility-full-group-contact .field strong a, #node-school-full-group-contact .field strong a, .ntc-information-list-item strong .btn-link, #node-facility-full-group-contact .field strong .btn-link, #node-school-full-group-contact .field strong .btn-link {
  font-weight: 700;
}

#node-facility-full-group-contact .field, #node-school-full-group-contact .field {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
#node-facility-full-group-contact .field + .field, #node-school-full-group-contact .field + .field {
  border-top-width: 0;
}
#node-facility-full-group-contact .field:first-child, #node-school-full-group-contact .field:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#node-facility-full-group-contact .field:last-child, #node-school-full-group-contact .field:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#node-facility-full-group-contact .field-label, #node-school-full-group-contact .field-label {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  #node-facility-full-group-contact .field-label, #node-school-full-group-contact .field-label {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
#node-facility-full-group-contact .field-items, #node-school-full-group-contact .field-items {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  #node-facility-full-group-contact .field-items, #node-school-full-group-contact .field-items {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
#node-facility-full-group-contact p, #node-school-full-group-contact p {
  margin: 0;
}

footer {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  footer {
    margin-top: 60px;
  }
}

.navbar {
  min-height: 58px;
  max-height: none !important;
  background-color: #080052 !important;
  border-color: #080052 !important;
  margin-bottom: 0;
}
.navbar .navbar-brand {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}
@media print {
  .navbar .navbar-brand {
    position: static !important;
    clip: auto;
    clip-path: inset(0);
    height: auto;
    width: auto;
    overflow: auto;
    font-size: 24px;
  }
}
.navbar .navbar-btn {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-btn {
    margin-left: 0;
  }
}
@media only screen and (min-width: 993px) {
  .navbar .navbar-header {
    width: 259px;
  }
}
.navbar .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 11px;
  margin-right: 15px;
  margin-top: 30px;
  margin-bottom: 8px;
  background: 0 0;
  background-image: none;
  border: none;
}
.navbar .navbar-toggle:hover {
  background-color: #080052;
}
.navbar .navbar-toggle:focus {
  background-color: #080052;
  outline-color: white;
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 5px;
}
.navbar .logo {
  padding-right: 15px;
}
.navbar .logo img {
  height: 62px;
}
@media only screen and (min-width: 768px) {
  .navbar ul.navbar-nav {
    float: right;
    margin: 25px 0 0 0;
  }
}
.navbar ul.navbar-nav li {
  text-align: right;
}
.navbar ul.navbar-nav li a {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 0;
  border-radius: 6px;
  padding: 10px 15px;
  color: #ffffff;
  text-decoration: none !important;
}
.navbar ul.navbar-nav .active a {
  background-color: #080052;
  text-decoration: underline;
}
.navbar ul.navbar-nav .active a:hover {
  background-color: #080052;
}
.navbar ul.navbar-nav .active a:focus {
  background-color: #080052;
}
@media only screen and (min-width: 768px) {
  .navbar ul.navbar-nav .active a {
    background-color: #5eb6e4;
    color: #121314;
    text-decoration: none;
    border: none;
    background-image: none;
    box-shadow: none;
  }
  .navbar ul.navbar-nav .active a:hover {
    background-color: #5eb6e4;
    color: #121314;
  }
}

@media only screen and (min-width: 993px) {
  .navbar-header {
    width: 259px;
  }
}

.navbar-static-top {
  z-index: 998;
}

.navbar-warning {
  background-color: #b00c3b !important;
  border-color: #b00c3b !important;
  text-align: center;
  cursor: pointer;
  padding-top: 15px;
}
.navbar-warning a {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
}

body.page-taxonomy-term-641 {
  margin-bottom: 50px;
}

.openlayers_plus-blockswitcher .checkbox {
  margin-top: 0;
  margin-bottom: 10px;
}

a {
  color: blue;
  word-break: break-word;
  text-decoration: underline;
}
@media print {
  a {
    color: #000000;
  }
}

@media print {
  a[href]:after {
    content: none !important;
  }
}
.btn {
  white-space: nowrap;
}
@media print {
  .btn {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    border: 0;
    white-space: nowrap;
  }
}

.btn-primary, #ntc-address-reset-wizard .btn-default {
  background-color: #10069f;
  border-color: #10069f;
  text-decoration: none;
  color: #ffffff !important;
}
.btn-primary:hover, #ntc-address-reset-wizard .btn-default:hover {
  color: #ffffff !important;
  border-color: #0c0578;
  background-color: #0c0578;
  transition: all 0.3s ease;
}
.btn-primary:active, #ntc-address-reset-wizard .btn-default:active {
  color: #ffffff !important;
  border-color: #0c0578;
  background-color: #080350;
}

.btn-info {
  background-color: #1d3645;
  border-color: #1d3645;
  text-decoration: none;
  color: #ffffff !important;
}
.btn-info:hover {
  color: #ffffff !important;
  border-color: #112028;
  background-color: #112028;
  transition: all 0.3s ease;
}
.btn-info:active {
  color: #ffffff !important;
  border-color: #112028;
  background-color: #05090c;
}

.btn-secondary {
  background-color: #42464a;
  border-color: #42464a;
  text-decoration: none;
  color: #ffffff !important;
}
.btn-secondary:hover {
  color: #ffffff !important;
  border-color: #2f3234;
  background-color: #2f3234;
  transition: all 0.3s ease;
}
.btn-secondary:active {
  color: #ffffff !important;
  border-color: #2f3234;
  background-color: #1c1d1f;
}

.btn-danger {
  background-color: #b00c3b;
  border-color: #b00c3b;
  text-decoration: none;
  color: #ffffff !important;
}
.btn-danger:hover {
  color: #ffffff !important;
  border-color: #8a092e;
  background-color: #8a092e;
  transition: all 0.3s ease;
}
.btn-danger:active {
  color: #ffffff !important;
  border-color: #8a092e;
  background-color: #640721;
}

.btn-success {
  background-color: #78be20;
  border-color: #78be20;
  text-decoration: none;
  color: #121314 !important;
}
.btn-success:hover {
  color: #121314 !important;
  border-color: #629b1a;
  background-color: #629b1a;
  transition: all 0.3s ease;
}
.btn-success:active {
  color: #ffffff !important;
  border-color: #629b1a;
  background-color: #4c7814;
}

.btn-warning {
  background-color: #ffe366;
  border-color: #ffe366;
  text-decoration: none;
  color: #121314 !important;
}
.btn-warning:hover {
  color: #121314 !important;
  border-color: #ffdc3d;
  background-color: #ffdc3d;
  transition: all 0.3s ease;
}
.btn-warning:active {
  color: #121314 !important;
  border-color: #ffdc3d;
  background-color: #ffd414;
}

.btn-critical {
  background-color: #ffd100;
  border-color: #ffd100;
  text-decoration: none;
  color: #121314 !important;
}
.btn-critical:hover {
  color: #121314 !important;
  border-color: #d6b000;
  background-color: #d6b000;
  transition: all 0.3s ease;
}
.btn-critical:active {
  color: #121314 !important;
  border-color: #d6b000;
  background-color: #ad8e00;
}

.btn-significant {
  background-color: #b00c3b;
  border-color: #b00c3b;
  text-decoration: none;
  color: #ffffff !important;
}
.btn-significant:hover {
  color: #ffffff !important;
  border-color: #8a092e;
  background-color: #8a092e;
  transition: all 0.3s ease;
}
.btn-significant:active {
  color: #ffffff !important;
  border-color: #8a092e;
  background-color: #640721;
}

.btn-important {
  background-color: #b00c3b;
  border-color: #b00c3b;
  text-decoration: none;
  color: #ffffff !important;
}
.btn-important:hover {
  color: #ffffff !important;
  border-color: #8a092e;
  background-color: #8a092e;
  transition: all 0.3s ease;
}
.btn-important:active {
  color: #ffffff !important;
  border-color: #8a092e;
  background-color: #640721;
}

.btn-advisory {
  background-color: #007a53;
  border-color: #007a53;
  text-decoration: none;
  color: #ffffff !important;
}
.btn-advisory:hover {
  color: #ffffff !important;
  border-color: #005137;
  background-color: #005137;
  transition: all 0.3s ease;
}
.btn-advisory:active {
  color: #ffffff !important;
  border-color: #005137;
  background-color: #00281b;
}

.btn-call-to-action-significant, .btn-call-to-action {
  font-size: 16px;
  line-height: 24px;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 8px 14px;
  white-space: normal;
}

@media print {
  .btn-call-to-action {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    border: 0;
    white-space: nowrap;
  }
}

#block-block-9, .my-northtyneside {
  background-image: url(/sites/default/files/css-img/my-north-tyneside.jpg);
  border-radius: 3px;
  padding: 12px;
  margin-bottom: 30px;
}
@media print {
  #block-block-9, .my-northtyneside {
    display: none;
  }
}
#block-block-9 h2, .my-northtyneside h2 {
  display: none;
}
#block-block-9 .btn-primary.active, #block-block-9 #ntc-address-reset-wizard .active.btn-default, #ntc-address-reset-wizard #block-block-9 .active.btn-default, .my-northtyneside .btn-primary.active, .my-northtyneside #ntc-address-reset-wizard .active.btn-default, #ntc-address-reset-wizard .my-northtyneside .active.btn-default {
  display: block;
  font-size: 16px;
  text-align: left;
  padding: 12px;
  margin-bottom: 10px;
  color: #fff;
  background-color: #080052;
  border-color: #080052;
  border-radius: 3px;
}

.holder {
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: #8d9398;
  border-radius: 3px;
  padding: 12px;
  background-color: #ffffff;
}
@media print {
  .holder {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .holder {
    width: 30%;
    float: right;
  }
}

.cllr-text {
  margin-top: 15px;
}

.form-item-jump label {
  display: block !important;
}

#web-drupal-my-northtyneside-home {
  margin-bottom: 30px;
}

#accordion, .accordion .card {
  border: 1px solid #8d9398;
  /* remove the border in print */
}
@media print {
  #accordion, .accordion .card {
    border: 0;
    padding: 0;
  }
}

.accordion .card-header {
  border-bottom: 1px solid #8d9398;
  background-color: #f8f9f9;
  /* remove the border and padding in print */
  /* embolden the header text and remove colour in print */
}
@media print {
  .accordion .card-header {
    border: 0;
    padding: 0;
  }
}
@media print {
  .accordion .card-header .btn-link {
    color: #000000;
    font-weight: 700;
  }
}

.accordion .btn {
  /* override the visually-hidden settings for buttons in print */
}
@media print {
  .accordion .btn {
    position: static !important;
    clip: auto;
    clip-path: inset(0);
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.accordion .card-body {
  /* remove the padding in print */
}
@media print {
  .accordion .card-body {
    padding: 0;
    margin-bottom: 15px;
  }
}
.accordion h2 {
  margin-top: 0;
}
.accordion .btn {
  background-color: transparent;
  border: 0;
  padding: 0;
}

#accordion {
  border-radius: 3px;
  border-color: #ddd;
}
#accordion .panel-default {
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #ddd;
  border-radius: 0;
  /* remove the border in print */
}
@media print {
  #accordion .panel-default {
    border: 0 !important;
  }
}
#accordion .panel-default .panel-heading {
  border-top: none;
  border-left: none;
  border-right: none;
  /* embolden the header text and remove padding in print */
}
@media print {
  #accordion .panel-default .panel-heading {
    font-weight: 700;
    padding: 0;
  }
}
#accordion .panel-default .panel-heading p {
  margin-bottom: 0;
}
#accordion .panel-default .panel-body {
  /* remove the border and padding in print */
}
#accordion .panel-default .panel-body:last-child {
  border-bottom: 0;
}
@media print {
  #accordion .panel-default .panel-body {
    border: 0 !important;
    padding: 0;
    margin-bottom: 15px;
  }
}
#accordion .panel + .panel {
  margin-top: 0;
}
#accordion .collapse {
  /* make the collapsed panels in an accordion display in print */
}
@media print {
  #accordion .collapse {
    display: block;
  }
}

#ntc-web-search-results .gsc-cursor-box .gsc-cursor-page, .pagination > li > a, .pagination .page-link, .pagination .page-item.disabled .page-link, #ntc-web-search-results .gsc-cursor-box .gsc-cursor-current-page, #ntc-web-search-results .gsc-cursor-box .gsc-cursor-current-page:hover, .pagination .active > span, .pagination .page-item.active .page-link {
  border: 1px solid #ffffff;
}

#ntc-web-search-results .gsc-cursor-box .gsc-cursor-current-page, #ntc-web-search-results .gsc-cursor-box .gsc-cursor-current-page:hover, .pagination .active > span, .pagination .page-item.active .page-link {
  z-index: 3;
}

.pagination .page-item.disabled .page-link {
  pointer-events: none;
  cursor: auto;
}

.pagination {
  margin-top: 30px;
}
@media print {
  .pagination {
    display: none;
  }
}
.pagination .page-link {
  background-color: #10069f;
  color: #ffffff;
}
.pagination .page-item.active .page-link {
  background-color: #1d3645;
  color: #ffffff;
}
.pagination .page-item.disabled .page-link {
  background-color: #42464a;
  color: #ffffff;
}
.pagination .page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination .page-item:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 3px;
}

.pagination > li > a {
  background-color: #10069f;
  color: #ffffff;
}
.pagination > li > a:hover {
  background-color: #10069f;
  color: #ffffff;
  border-color: #ffffff;
}
.pagination .active > span {
  background-color: #1d3645;
  color: #ffffff;
}
.pagination .active > span:hover {
  background-color: #1d3645;
  color: #ffffff;
  border-color: #ffffff;
}
.pagination .disabled > span {
  display: none;
}
.pagination i {
  display: none;
}

ul.pagination > li > a.progress-disabled {
  float: left;
}

.node-article .field-name-post-date {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

body.front .ntc-news-list-inline {
  margin-top: 15px;
}

@media print {
  .ntc-news-list-inline .pane-title {
    /* remove the print setting on the title in print */
    list-style-type: none !important;
  }
}

.ntc-news-inline-item {
  margin-bottom: 25px;
}
.ntc-news-inline-item:last-child {
  margin-bottom: 0;
}
.ntc-news-inline-item p {
  color: #121314 !important;
  margin-bottom: 0;
}
.ntc-news-inline-item h2 {
  margin-top: 0;
}
.ntc-news-inline-item:hover {
  cursor: pointer;
}
.ntc-news-inline-item:hover h2 a {
  text-decoration: underline !important;
}
.ntc-news-inline-item img {
  max-width: 200px;
  float: left;
  margin-right: 15px;
}

.ntc-news-inline-item h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}
.ntc-news-inline-item h3 a {
  color: #121314;
}
.ntc-news-inline-item:hover {
  cursor: pointer;
}
.ntc-news-inline-item:hover h3 a {
  text-decoration: underline !important;
}
.ntc-news-inline-item p {
  padding-left: 0 !important;
}
@media print {
  .ntc-news-inline-item p {
    /* remove the padding and margin on the paragraph in print */
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}

.panel {
  margin-bottom: 30px;
  box-shadow: none;
}

#web-drupal-content .panel:last-child {
  margin-bottom: 0;
}

.webform-client-form .panel-default {
  border: none;
  background-color: transparent;
  margin-top: 0;
}

.section {
  margin-bottom: 30px;
}

.field-name-field-property-type {
  display: flex;
  flex-direction: column;
}

.full_width_topbar {
  padding-top: 17px;
  padding-bottom: 14px;
  background: #d9edf7;
  border-bottom: 1px solid #e3e3e3;
  color: white;
}
@media print {
  .full_width_topbar {
    display: none;
  }
}

#search-block-form .btn-primary {
  background-color: #005ea5;
  border-color: #005ea5;
}

.tag, .tag-advisory, .tag-important, .tag-significant, .tag-critical, .tag-information, .tag-success, .tag-warning, .ntc-navigation-atoz li a.active, .tag-danger, .tag-secondary, .ntc-navigation-atoz li.inactive, .tag-primary, .ntc-navigation-atoz li a, .tag-default {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  padding: 0 5px;
  min-width: 26px;
  border-radius: 3px;
  margin-right: 4px;
}
.tag a, .tag-advisory a, .tag-important a, .tag-significant a, .tag-critical a, .tag-information a, .tag-success a, .tag-warning a, .ntc-navigation-atoz li a.active a, .tag-danger a, .tag-secondary a, .ntc-navigation-atoz li.inactive a, .tag-primary a, .ntc-navigation-atoz li a a, .tag-default a {
  text-decoration: none;
}
.tag a:hover, .tag-advisory a:hover, .tag-important a:hover, .tag-significant a:hover, .tag-critical a:hover, .tag-information a:hover, .tag-success a:hover, .tag-warning a:hover, .tag-danger a:hover, .tag-secondary a:hover, .ntc-navigation-atoz li.inactive a:hover, .tag-primary a:hover, .ntc-navigation-atoz li a a:hover, .tag-default a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.tag-default {
  background-color: #ffffff;
  color: #121314;
}
.tag-default a {
  color: #121314;
}
.tag-default a:hover {
  color: #121314;
  text-decoration: underline;
}
.tag-default button {
  background-color: transparent;
  border: none;
  color: #121314;
}
.tag-default .btn-link:hover {
  color: #121314;
  text-decoration: underline;
}
.tag-primary, .ntc-navigation-atoz li a {
  background-color: #10069f;
  color: #ffffff;
}
.tag-primary a, .ntc-navigation-atoz li a a {
  color: #ffffff;
}
.tag-primary a:hover, .ntc-navigation-atoz li a a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.tag-primary button, .ntc-navigation-atoz li a button {
  background-color: transparent;
  border: none;
  color: #ffffff;
}
.tag-primary .btn-link:hover, .ntc-navigation-atoz li a .btn-link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.tag-secondary, .ntc-navigation-atoz li.inactive {
  background-color: #42464a;
  color: #ffffff;
}
.tag-secondary a, .ntc-navigation-atoz li.inactive a {
  color: #ffffff;
}
.tag-secondary a:hover, .ntc-navigation-atoz li.inactive a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.tag-secondary button, .ntc-navigation-atoz li.inactive button {
  background-color: transparent;
  border: none;
  color: #ffffff;
}
.tag-secondary .btn-link:hover, .ntc-navigation-atoz li.inactive .btn-link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.tag-danger {
  background-color: #b00c3b;
  color: #ffffff;
}
.tag-danger a {
  color: #ffffff;
}
.tag-danger a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.tag-danger button {
  background-color: transparent;
  border: none;
  color: #ffffff;
}
.tag-danger .btn-link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.tag-warning, .ntc-navigation-atoz li a.active {
  background-color: #ffe366;
  color: #121314;
}
.tag-warning a, .ntc-navigation-atoz li a.active a {
  color: #121314;
}
.tag-warning a:hover, .ntc-navigation-atoz li a.active a:hover {
  color: #121314;
  text-decoration: underline;
}
.tag-warning button, .ntc-navigation-atoz li a.active button {
  background-color: transparent;
  border: none;
  color: #121314;
}
.tag-warning .btn-link:hover, .ntc-navigation-atoz li a.active .btn-link:hover {
  color: #121314;
  text-decoration: underline;
}
.tag-success {
  background-color: #78be20;
  color: #121314;
}
.tag-success a {
  color: #121314;
}
.tag-success a:hover {
  color: #121314;
  text-decoration: underline;
}
.tag-success button {
  background-color: transparent;
  border: none;
  color: #121314;
}
.tag-success .btn-link:hover {
  color: #121314;
  text-decoration: underline;
}
.tag-information {
  background-color: #1d3645;
  color: #ffffff;
}
.tag-information a {
  color: #ffffff;
}
.tag-information a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.tag-information button {
  background-color: transparent;
  border: none;
  color: #ffffff;
}
.tag-information .btn-link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.tag-critical {
  background-color: #ffd100;
  color: #121314;
}
.tag-critical a {
  color: #121314;
}
.tag-critical a:hover {
  color: #121314;
  text-decoration: underline;
}
.tag-critical button {
  background-color: transparent;
  border: none;
  color: #121314;
}
.tag-critical .btn-link:hover {
  color: #121314;
  text-decoration: underline;
}
.tag-significant {
  background-color: #b00c3b;
  color: #ffffff;
}
.tag-significant a {
  color: #ffffff;
}
.tag-significant a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.tag-significant button {
  background-color: transparent;
  border: none;
  color: #ffffff;
}
.tag-significant .btn-link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.tag-important {
  background-color: #b00c3b;
  color: #ffffff;
}
.tag-important a {
  color: #ffffff;
}
.tag-important a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.tag-important button {
  background-color: transparent;
  border: none;
  color: #ffffff;
}
.tag-important .btn-link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.tag-advisory {
  background-color: #007a53;
  color: #ffffff;
}
.tag-advisory a {
  color: #ffffff;
}
.tag-advisory a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.tag-advisory button {
  background-color: transparent;
  border: none;
  color: #ffffff;
}
.tag-advisory .btn-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

#ntc-web-search-input {
  border-top-left-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 6px;
}

#search-block-form .form-group {
  margin-top: 0;
}
#search-block-form input.form-autocomplete {
  background-image: none;
}
#search-block-form input.form-autocomplete {
  background-image: none;
}
#search-block-form .ui-widget-content {
  border-top-left-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
#search-block-form ul[data-sa-theme=minimal] .ui-autocomplete-fields {
  padding: 3px 5px;
}
#search-block-form ul[data-sa-theme=minimal].ui-menu a {
  margin: 0;
  color: #121314;
}
#search-block-form ul[data-sa-theme=minimal].ui-menu .ui-menu-item {
  padding: 0 0 0 10px;
  font-size: 12px;
  line-height: 1;
}
#search-block-form ul[data-sa-theme=minimal].ui-menu .ui-menu-item:first-of-type {
  padding-top: 5px;
}
#search-block-form ul[data-sa-theme=minimal].ui-menu .ui-menu-item:hover {
  cursor: pointer;
  text-decoration: underline;
}
#search-block-form ul[data-sa-theme=minimal].ui-menu .ui-menu-item:nth-last-of-type(2) {
  padding-bottom: 5px;
}
#search-block-form ul[data-sa-theme=minimal].ui-menu .ui-menu-item:only-of-type {
  display: none;
}
#search-block-form ul[data-sa-theme=minimal].ui-menu .ui-menu-item:last-of-type {
  display: none;
}
#search-block-form ul[data-sa-theme=minimal].ui-menu .ui-menu-item .ui-state-focus {
  border: 0;
  background: none;
  color: #121314;
}
#search-block-form .ui-widget {
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}
#search-block-form .no_results {
  display: none;
}

#ntc-web-search-results .gsc-result {
  margin-bottom: 25px;
  padding: 0;
  border: none;
}
#ntc-web-search-results .gsc-result a:active {
  color: #121314;
  background-color: #ffd100;
}
#ntc-web-search-results .gsc-result-info {
  font-size: 16px;
  line-height: 24px;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #2a2d2f;
}
#ntc-web-search-results .gs-title {
  color: blue;
  text-decoration: none;
}
#ntc-web-search-results .gs-title b {
  color: blue;
  text-decoration: none;
}
#ntc-web-search-results .gs-visibleUrl-long {
  font-size: 13px;
  line-height: 20px;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #24390a;
}
#ntc-web-search-results .gs-snippet {
  font-size: 16px;
  line-height: 24px;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

#ntc-web-search-results .pane-content {
  padding: 0;
}
#ntc-web-search-results .gsc-above-wrapper-area {
  border: 0;
}
#ntc-web-search-results .gsc-above-wrapper-area table {
  border: 0;
}
#ntc-web-search-results .gsc-above-wrapper-area table tr td {
  border: 0;
}
#ntc-web-search-results .gsc-control-cse {
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}
#ntc-web-search-results .gcsc-branding,
#ntc-web-search-results .gcsc-find-more-on-google-root,
#ntc-web-search-results .gcsc-more-maybe-branding-root {
  display: none !important;
}
#ntc-web-search-results .gsc-cursor-box {
  text-align: center;
}
#ntc-web-search-results .gsc-cursor-box .gsc-cursor-page {
  position: relative;
  padding: 0.5rem 0.75rem;
  margin-right: 0;
  margin-left: -1px;
  line-height: 1.25;
  text-decoration: none;
}
#ntc-web-search-results .gsc-cursor-box .gsc-cursor-page:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
#ntc-web-search-results .gsc-cursor-box .gsc-cursor-page:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#ntc-web-search-results .gsc-cursor-box .gsc-cursor-current-page {
  font-weight: 400;
  text-decoration: none;
}
.field-type-youtube {
  margin-top: 0;
}

@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}

#web-drupal-content-main {
  margin-bottom: 30px;
}

.right {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .right {
    margin-top: 0;
  }
}

.logo {
  max-height: none !important;
}

.page-header, .tscsNewsTitle {
  margin-top: 30px;
  border-bottom: none;
}

.pane-title, .layers-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

#web-drupal-content-main a:active {
  color: #121314;
  background-color: #ffd100;
}

.field-name-body > p > a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.field-name-body > ul > li > a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.field-name-field-published-date {
  margin-bottom: 15px;
  font-weight: 700;
}

html {
  background-color: #dddfe1;
}

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

body {
  background-color: #ffffff;
}

.ntc {
  min-height: 100%;
  height: 100%;
  width: 100%;
}
.ntc .ntc-base {
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ntc .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .ntc .container {
    width: 940px;
  }
}

.h-10 {
  height: 10% !important;
}

.h-20 {
  height: 20% !important;
}

.h-30 {
  height: 30% !important;
}

.h-40 {
  height: 40% !important;
}

.h-50 {
  height: 50% !important;
}

.h-60 {
  height: 60% !important;
}

.h-70 {
  height: 70% !important;
}

.h-80 {
  height: 90% !important;
}

.h-90 {
  height: 90% !important;
}

.h-100 {
  height: 100% !important;
}

.ntc-main {
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .ntc-main {
    padding-bottom: 60px;
  }
}

@-ms-viewport {
  width: auto !important;
}
footer {
  width: 100%;
  padding: 30px 0 5px 0;
  border-top: 1px solid #c2c6c9;
  background-color: #dddfe1;
  color: #2a2d2f;
}
@media print {
  footer {
    display: none;
  }
}
footer a:link {
  color: #121314;
  text-decoration: underline;
}
footer a:visited {
  color: #121314;
}
footer a:hover {
  color: #121314;
}
footer a:active {
  color: #121314;
}
footer a i {
  margin-right: 5px;
}
footer ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  footer ul {
    margin-left: 0;
    padding-left: 0;
  }
}
footer ul li {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  footer ul li {
    list-style: none;
    display: inline;
    margin-bottom: 0 !important;
  }
}
footer ul li span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  footer ul li span {
    position: static !important;
    clip: auto;
    clip-path: inset(0);
    height: auto;
    width: auto;
    overflow: auto;
  }
}
footer .ntc-footer-link {
  color: #2a2d2f;
}

.ntc-alerts-alert {
  border: 1px solid;
  border-left: 15px solid;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 6px;
}
@media print {
  .ntc-alerts-alert {
    border-color: #000000;
  }
}
.ntc-alerts-alert p {
  color: #121314;
  margin-bottom: 0;
}
@media print {
  .ntc-alerts-alert p {
    color: #000000;
  }
}

.ntc-alerts-call-to-action {
  border-radius: 3px;
  padding: 15px;
  margin-bottom: 30px;
}
@media print {
  .ntc-alerts-call-to-action h2 {
    color: #000000 !important;
  }
}
.ntc-alerts-call-to-action p {
  margin-bottom: 15px !important;
}
@media print {
  .ntc-alerts-call-to-action p {
    color: #000000;
  }
}
@media print {
  .ntc-alerts-call-to-action {
    border: 2px solid !important;
    border-color: #000000 !important;
  }
}
@media only screen and (max-width: 767px) {
  .ntc-alerts-call-to-action .btn {
    display: block;
  }
  .ntc-alerts-call-to-action .btn:nth-child(even) {
    margin-top: 10px;
  }
}

ol + .ntc-alerts-call-to-action,
ul + .ntc-alerts-call-to-action {
  margin-top: 30px;
}

.ntc-alerts-call-to-action-mini {
  border-left: 10px solid;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  padding: 15px;
  margin-bottom: 15px;
}
@media print {
  .ntc-alerts-call-to-action-mini {
    border-color: #000000 !important;
  }
}
.ntc-alerts-call-to-action-mini p {
  margin-bottom: 0 !important;
  font-weight: 700;
}
@media print {
  .ntc-alerts-call-to-action-mini p {
    color: #000000;
  }
}
.ntc-alerts-call-to-action-mini i {
  font-size: 40px;
  float: left;
  min-height: 44px;
  min-width: 44px;
  margin-right: 15px;
}

.ntc-notification {
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #f8f9f9;
}
@media print {
  .ntc-notification {
    border-color: #000000 !important;
  }
}
.ntc-notification h2 {
  margin-top: 0;
}
.ntc-notification a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media print {
  .ntc-notification p {
    color: #000000;
  }
}
.ntc-notification p:last-child {
  margin-bottom: 0;
}

.ntc-category-list {
  margin-bottom: 30px;
}
@media print {
  .ntc-category-list {
    margin-left: 15px !important;
    display: list-item;
    list-style-type: disc;
  }
}
.ntc-category-list li {
  margin-bottom: 15px;
  padding-right: 5px;
  position: relative;
}
.ntc-category-list li:last-child {
  margin-bottom: 0;
}
.ntc-category-list li p {
  margin: 0;
  padding: 0;
}

input[type=checkbox] {
  cursor: pointer;
}

fieldset {
  clear: both;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dddfe1;
}
fieldset:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.form-group {
  margin-top: 0;
  margin-bottom: 15px;
}

.form-check-input, input {
  border: 1px solid #c2c6c9;
  border-radius: 3px;
}

.ntc-forms-pagination ul.step .circle {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.5rem;
  line-height: 1.4rem;
  color: #121314;
  text-align: center;
  background-color: #ffffff;
  border: solid 2px #121314;
  border-radius: 50%;
}

.ntc-forms-pagination ul.step-inline .circle {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  line-height: 1.4rem;
  color: #121314;
  text-align: center;
  background-color: #ffffff;
  border: solid 2px #121314;
  border-radius: 50%;
}

.ntc-forms-pagination ul.step-inline, .ntc-forms-pagination ul.step {
  padding: 0 1.5rem;
  padding: 1.5rem;
  margin: 1em -1.5rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.ntc-forms-pagination ul.step-inline li, .ntc-forms-pagination ul.step li {
  padding: 1.4rem 1.4rem 0;
}
.ntc-forms-pagination ul.step-inline li .label, .ntc-forms-pagination ul.step li .label {
  font-size: 18px;
  line-height: 26px;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #121314;
}
.ntc-forms-pagination ul.step-inline li .description, .ntc-forms-pagination ul.step li .description {
  display: block;
  color: #121314;
  padding-left: 40px;
}
.ntc-forms-pagination ul.step-inline li a:hover, .ntc-forms-pagination ul.step li a:hover {
  text-decoration: none;
}

.ntc-forms-pagination .step-horizontal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .ntc-forms-pagination .step-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.ntc-forms-pagination .step-horizontal li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .ntc-forms-pagination .step-horizontal li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.ntc-forms-pagination .step-horizontal li:not(:last-child):after {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  margin-top: -30px;
  content: "";
  background-color: #73797f;
}
@media only screen and (max-width: 767px) {
  .ntc-forms-pagination .step-horizontal li:not(:last-child):after {
    position: absolute;
    top: 1.6rem;
    left: 2.19rem;
    width: 1px;
    height: 100%;
    margin: 1.5rem 0 0 0;
    content: "";
    background-color: #73797f;
  }
}

@media only screen and (min-width: 768px) {
  .ntc-forms-pagination ul.step-inline li {
    padding: 30px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .ntc-forms-pagination ul.step-inline .circle {
    display: inline-block;
    width: 1.75rem;
    height: 1.75rem;
    margin-right: 0.5rem;
    line-height: 1.4rem;
    color: #121314;
    text-align: center;
    background-color: #ffffff;
    border: solid 2px #121314;
    border-radius: 50%;
  }
}
.ntc-forms-pagination .step-vertical {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ntc-forms-pagination .step-vertical li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ntc-forms-pagination .step-vertical li:not(:last-child):after {
  position: absolute;
  top: 3.2rem;
  left: 2.19rem;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #73797f;
}
.ntc-forms-pagination .step-vertical li a .label {
  color: blue;
}
.ntc-forms-pagination .step-horizontal li a .label {
  color: blue;
}

.current .circle {
  background-color: #121314 !important;
  border: solid 2px #121314 !important;
  color: #ffffff !important;
}

.captcha {
  margin-bottom: 15px;
  overflow: hidden;
}
@media print {
  .captcha {
    display: none;
  }
}

.ntc-images-gallery ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  list-style: none;
  padding: 0;
  max-width: 600px;
}
@media print {
  .ntc-images-gallery ul {
    display: none;
  }
}
.ntc-images-gallery ul li {
  flex: 25%;
  max-width: 25%;
  padding: 0 5px;
}
@media screen and (max-width: 800px) {
  .ntc-images-gallery ul li {
    flex: 50%;
    max-width: 50%;
  }
}
.ntc-images-gallery ul li img {
  margin-bottom: 5px;
  vertical-align: middle;
  width: 100%;
}
.ntc-images-gallery .ntc-images-gallery-main-image {
  margin-left: 0;
  padding: 5px;
}
@media (min-width: 992px) {
  .ntc-images-gallery .ntc-images-gallery-main-image img {
    max-width: 100%;
  }
}

img {
  border: none;
  padding: 0;
  max-width: 100%;
}
@media (min-width: 992px) {
  img {
    max-width: 600px;
  }
}

@media print {
  img {
    display: none;
  }
}

.ntc-images-banner {
  display: block;
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
@media print {
  .ntc-images-banner {
    display: none;
  }
}

.ntc-navigation-atoz {
  margin-left: 0;
  margin-bottom: 30px;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
@media print {
  .ntc-navigation-atoz {
    display: none;
  }
}
.ntc-navigation-atoz li {
  display: inline;
  margin-bottom: 8px;
}
.ntc-navigation-atoz li a {
  margin-bottom: 8px;
}
.ntc-navigation-atoz li a:active {
  color: #121314;
  background-color: #ffd100;
}
.breadcrumb {
  padding: 0;
  margin-top: 30px;
  list-style: none;
  background-color: transparent;
}
@media print {
  .breadcrumb {
    display: none;
  }
}
@media only screen and (max-device-width: 766px) {
  .breadcrumb > li {
    white-space: normal !important;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
  .breadcrumb > li:active, .breadcrumb > li:focus {
    position: static;
    width: auto;
    height: auto;
    margin: inherit;
    overflow: visible;
    clip: auto;
    clip-path: none;
    white-space: inherit;
  }
}
@media only screen and (max-device-width: 766px) {
  .breadcrumb > li:last-child {
    position: static !important;
    clip: auto;
    clip-path: inset(0);
    height: auto;
    width: auto;
    overflow: auto;
  }
}
@media only screen and (max-device-width: 766px) {
  .breadcrumb > li:nth-last-child(2) {
    position: static !important;
    clip: auto;
    clip-path: inset(0);
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.breadcrumb a {
  text-decoration: underline;
  word-break: break-word;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb li + li:before {
  display: none;
  content: "";
}
.breadcrumb .breadcrumb-divider {
  padding-left: 5px;
  padding-right: 5px;
}

.ntc-news-article figcaption {
  margin-top: 5px;
  margin-left: 0;
}
.ntc-news-article .date {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

.ntc-news-list {
  padding: 0;
  list-style: none;
  margin: 0;
}

.ntc-news-item {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .ntc-news-item {
    flex-flow: column nowrap;
  }
}
.ntc-news-item:hover {
  cursor: pointer;
}
.ntc-news-item:hover h2 a {
  text-decoration: underline !important;
}
.ntc-news-item:last-child {
  margin-bottom: 0;
}
.ntc-news-item .ntc-news-item-text h2 {
  font-size: 16px;
  line-height: 24px;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 5px;
}
.ntc-news-item .ntc-news-item-text h2 a {
  color: #000000;
}
.ntc-news-item .ntc-news-item-image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .ntc-news-item .ntc-news-item-image img {
    max-width: 200px;
    min-width: 200px;
    max-height: 109px;
    min-height: 109px;
    margin-right: 15px;
  }
}

.ntc-news-list-inline {
  margin-bottom: 30px;
  padding: 10px 20px;
  border-left: 5px solid #b00c3b;
  border-radius: 5px;
}
@media print {
  .ntc-news-list-inline {
    border-color: #000000;
  }
}
.ntc-news-list-inline ol {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

.ntc-map-wrapper {
  position: relative;
  padding-bottom: 75%;
  /* 4:3 */
  padding-top: 25px;
  height: 0;
}

.map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ntc-profile h1 {
  margin-top: 0;
}
.ntc-profile section {
  margin-bottom: 30px;
}
.ntc-profile figcaption {
  margin-top: 15px;
}

caption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

table {
  border: 1px solid #dddfe1;
  font-size: 16px;
}
table th {
  padding: 0.3rem !important;
  border: 1px solid #dddfe1;
  background-color: #121314;
  color: #ffffff;
  font-weight: 400;
}
table > tbody th {
  background-color: #5a6065;
}
table > tbody > tr {
  border-color: #dddfe1;
}
table > tbody > tr:first-child td {
  border-top: none;
}
table > tbody > tr:last-child {
  border-bottom: none;
}
table > tbody > tr a {
  text-decoration: underline;
}
table > tbody > tr button.btn-link {
  text-decoration: underline !important;
}
table > tbody > tr.table-primary td {
  background-color: #b7b4e2;
  color: #121314;
  border-color: #dddfe1;
  text-decoration: none;
}
table > tbody > tr.table-primary td a {
  color: #121314;
}
table > tbody > tr.table-primary td .btn,
table > tbody > tr.table-primary td button.btn-link {
  color: #121314;
  text-decoration: underline;
}
table > tbody > tr.table-secondary td {
  background-color: #f8f9f9;
  color: #121314;
  border-color: #dddfe1;
  text-decoration: none;
}
table > tbody > tr.table-secondary td a {
  color: #121314;
}
table > tbody > tr.table-secondary td .btn,
table > tbody > tr.table-secondary td button.btn-link {
  color: #121314;
  text-decoration: underline;
}
table > tbody > tr.table-danger td {
  background-color: #e7b6c4;
  color: #121314;
  border-color: #dddfe1;
  text-decoration: none;
}
table > tbody > tr.table-danger td a {
  color: #121314;
}
table > tbody > tr.table-danger td .btn,
table > tbody > tr.table-danger td button.btn-link {
  color: #121314;
  text-decoration: underline;
}
table > tbody > tr.table-warning td {
  background-color: #fff1b3;
  color: #121314;
  border-color: #dddfe1;
  text-decoration: none;
}
table > tbody > tr.table-warning td a {
  color: #121314;
}
table > tbody > tr.table-warning td .btn,
table > tbody > tr.table-warning td button.btn-link {
  color: #121314;
  text-decoration: underline;
}
table > tbody > tr.table-success td {
  background-color: #d7ecbc;
  color: #121314;
  border-color: #dddfe1;
  text-decoration: none;
}
table > tbody > tr.table-success td a {
  color: #121314;
}
table > tbody > tr.table-success td .btn,
table > tbody > tr.table-success td button.btn-link {
  color: #121314;
  text-decoration: underline;
}
table > tbody > tr.table-info td {
  background-color: #d0e9f7;
  color: #121314;
  border-color: #dddfe1;
  text-decoration: none;
}
table > tbody > tr.table-info td a {
  color: #121314;
}
table > tbody > tr.table-info td .btn,
table > tbody > tr.table-info td button.btn-link {
  color: #121314;
  text-decoration: underline;
}
table > tbody > tr.table-critical td {
  background-color: #fff1b3;
  color: #121314;
  border-color: #dddfe1;
  text-decoration: none;
}
table > tbody > tr.table-critical td a {
  color: #121314;
}
table > tbody > tr.table-critical td .btn,
table > tbody > tr.table-critical td button.btn-link {
  color: #121314;
  text-decoration: underline;
}
table > tbody > tr.table-significant td {
  background-color: #e7b6c4;
  color: #121314;
  border-color: #dddfe1;
  text-decoration: none;
}
table > tbody > tr.table-significant td a {
  color: #121314;
}
table > tbody > tr.table-significant td .btn,
table > tbody > tr.table-significant td button.btn-link {
  color: #121314;
  text-decoration: underline;
}
table > tbody > tr.table-important td {
  background-color: #e7b6c4;
  color: #121314;
  border-color: #dddfe1;
  text-decoration: none;
}
table > tbody > tr.table-important td a {
  color: #121314;
}
table > tbody > tr.table-important td .btn,
table > tbody > tr.table-important td button.btn-link {
  color: #121314;
  text-decoration: underline;
}
table > tbody > tr.table-advisory td {
  background-color: #b7b4e2;
  color: #121314;
  border-color: #dddfe1;
  text-decoration: none;
}
table > tbody > tr.table-advisory td a {
  color: #121314;
}
table > tbody > tr.table-advisory td .btn,
table > tbody > tr.table-advisory td button.btn-link {
  color: #121314;
  text-decoration: underline;
}
table > tbody > tr.table-conservative td {
  background-color: #d0e9f7;
  color: #121314;
  border-color: #dddfe1;
  text-decoration: none;
}
table > tbody > tr.table-conservative td a {
  color: #121314;
}
table > tbody > tr.table-conservative td .btn,
table > tbody > tr.table-conservative td button.btn-link {
  color: #121314;
  text-decoration: underline;
}
table > tbody > tr.table-labour td {
  background-color: #e7b6c4;
  color: #121314;
  border-color: #dddfe1;
  text-decoration: none;
}
table > tbody > tr.table-labour td a {
  color: #121314;
}
table > tbody > tr.table-labour td .btn,
table > tbody > tr.table-labour td button.btn-link {
  color: #121314;
  text-decoration: underline;
}
table > tbody > tr.table-liberal td {
  background-color: #fff1b3;
  color: #121314;
  border-color: #dddfe1;
  text-decoration: none;
}
table > tbody > tr.table-liberal td a {
  color: #121314;
}
table > tbody > tr.table-liberal td .btn,
table > tbody > tr.table-liberal td button.btn-link {
  color: #121314;
  text-decoration: underline;
}
table > tbody > tr.table-green-party td {
  background-color: #d7ecbc;
  color: #121314;
  border-color: #dddfe1;
  text-decoration: none;
}
table > tbody > tr.table-green-party td a {
  color: #121314;
}
table > tbody > tr.table-green-party td .btn,
table > tbody > tr.table-green-party td button.btn-link {
  color: #121314;
  text-decoration: underline;
}
table > tbody > tr.table-ukip td {
  background-color: #b7b4e2;
  color: #121314;
  border-color: #dddfe1;
  text-decoration: none;
}
table > tbody > tr.table-ukip td a {
  color: #121314;
}
table > tbody > tr.table-ukip td .btn,
table > tbody > tr.table-ukip td button.btn-link {
  color: #121314;
  text-decoration: underline;
}
table > tbody > tr > td {
  padding: 0.3rem !important;
  border: 1px solid #dddfe1;
}
table > tbody > tr > td.ntc-table-cell-key, table > tbody > tr > td.ntc-table-cell-tight, table > tbody > tr > td.ntc-table-cell-id {
  text-align: left;
}
table > tbody > tr > td.ntc-table-cell-key .ntc-button-link, table > tbody > tr > td.ntc-table-cell-tight .ntc-button-link, table > tbody > tr > td.ntc-table-cell-id .ntc-button-link {
  padding: 0;
}
table > tbody > tr > td.ntc-table-cell-25 {
  max-width: 25%;
}
table > tbody > tr > td.ntc-table-cell-33 {
  max-width: 33%;
}
table > tbody > tr > td.ntc-table-cell-50 {
  max-width: 50%;
}
table > tbody > tr > td.ntc-table-cell-66 {
  max-width: 66%;
}
table > tbody > tr > td.ntc-table-cell-75 {
  max-width: 75%;
}
table > tbody > tr > td.ntc-table-cell-count {
  text-align: right;
}
table > tbody > tr > td.ntc-table-cell-date {
  text-align: left;
}
table > tbody > tr > td.ntc-table-cell-button {
  max-width: 1%;
  text-align: center;
}
table > tbody > tr > td.ntc-table-cell-input {
  text-align: center;
}

.ntc-table-cell-nowrap, table > tbody > tr > td.ntc-table-cell-key, table > tbody > tr > td.ntc-table-cell-tight, table > tbody > tr > td.ntc-table-cell-id, table > tbody > tr > td.ntc-table-cell-count, table > tbody > tr > td.ntc-table-cell-date, table > tbody > tr > td.ntc-table-cell-button, table > tbody > tr > td.ntc-table-cell-input {
  white-space: nowrap;
}

.ntc-table-cell-nospace, table > tbody > tr > td.ntc-table-cell-key, table > tbody > tr > td.ntc-table-cell-tight, table > tbody > tr > td.ntc-table-cell-id, table > tbody > tr > td.ntc-table-cell-count, table > tbody > tr > td.ntc-table-cell-date, table > tbody > tr > td.ntc-table-cell-button {
  width: 1px !important;
}

.w-25 {
  width: 25% !important;
}

.w-33 {
  width: 33.3% !important;
}

.w-50 {
  width: 50% !important;
}

ul.ntc-iconography {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ul.ntc-iconography li {
  margin-right: 10px;
}

i {
  max-height: 44px;
  max-width: 44px;
  line-height: 1.5;
  overflow: hidden;
  margin-right: 5px;
}

[class^=bi-]::before, [class*=" bi-"]::before {
  line-height: 1.8;
  vertical-align: middle;
}

#ntc,
html,
body {
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media print {
  #ntc,
html,
body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  }
}

.lead {
  margin-bottom: 30px;
}
.lead ul {
  font-size: 16px;
  font-weight: 400;
}
.lead p:not(:first-child) {
  font-size: 16px;
  font-weight: 400;
}

p {
  margin-bottom: 1em;
  line-height: 1.5;
}

blockquote footer {
  padding: 0;
  border-top: none;
  background-color: transparent;
}

.ntc-hint {
  border-color: #8d9398;
}

.form-required {
  color: #b00c3b;
}

.text-black {
  color: #121314;
}

.text-black-bold {
  color: #121314;
  font-weight: bold;
}

.text-white {
  color: #ffffff;
}

.text-white-bold {
  color: #ffffff;
  font-weight: bold;
}

.critical {
  background-color: #121314 !important;
  color: #ffffff !important;
  border-color: #ffd100 !important;
}
.critical p a {
  color: #ffffff !important;
  text-decoration: underline;
}
.critical p a:hover {
  color: #ffffff !important;
}
.critical h2 {
  color: #ffffff !important;
}
.critical .btn {
  background-color: #ffd100;
  border-color: #ffd100;
  text-decoration: none;
  color: #121314 !important;
}
.critical .btn:hover {
  color: #121314 !important;
  border-color: #d6b000;
  background-color: #d6b000;
  transition: all 0.3s ease;
}
.critical .btn:active {
  color: #121314 !important;
  border-color: #d6b000;
  background-color: #ad8e00;
}

.significant {
  background-color: #121314 !important;
  color: #ffffff !important;
  border-color: #b00c3b !important;
}
.significant p a {
  color: #ffffff !important;
  text-decoration: underline;
}
.significant p a:hover {
  color: #ffffff !important;
}
.significant h2 {
  color: #ffffff !important;
}
.significant .btn {
  background-color: #b00c3b;
  border-color: #b00c3b;
  text-decoration: none;
  color: #ffffff !important;
}
.significant .btn:hover {
  color: #ffffff !important;
  border-color: #8a092e;
  background-color: #8a092e;
  transition: all 0.3s ease;
}
.significant .btn:active {
  color: #ffffff !important;
  border-color: #8a092e;
  background-color: #640721;
}

.important {
  background-color: #f8f9f9 !important;
  color: #121314 !important;
  border-color: #b00c3b !important;
}
.important p a {
  color: #121314 !important;
  text-decoration: underline;
}
.important p a:hover {
  color: #121314 !important;
}
.important h2 {
  color: #121314 !important;
}
.important .btn {
  background-color: #b00c3b;
  border-color: #b00c3b;
  text-decoration: none;
  color: #ffffff !important;
}
.important .btn:hover {
  color: #ffffff !important;
  border-color: #8a092e;
  background-color: #8a092e;
  transition: all 0.3s ease;
}
.important .btn:active {
  color: #ffffff !important;
  border-color: #8a092e;
  background-color: #640721;
}

.advisory {
  background-color: #f8f9f9 !important;
  color: #121314 !important;
  border-color: #007a53 !important;
}
.advisory p a {
  color: #121314 !important;
  text-decoration: underline;
}
.advisory p a:hover {
  color: #121314 !important;
}
.advisory h2 {
  color: #121314 !important;
}
.advisory .btn {
  background-color: #007a53;
  border-color: #007a53;
  text-decoration: none;
  color: #ffffff !important;
}
.advisory .btn:hover {
  color: #ffffff !important;
  border-color: #005137;
  background-color: #005137;
  transition: all 0.3s ease;
}
.advisory .btn:active {
  color: #ffffff !important;
  border-color: #005137;
  background-color: #00281b;
}

/*# sourceMappingURL=drupal.css.map */
