@charset "UTF-8";
/* PRE DMIRS
$rd-red: #f00;
$DMP-red:#983222;
$DMP-activeRed:#cc0000;
*/
/*  mixins... */
/* System CSS */
table.data-grid {
  min-width: 60%;
  width: 100%;
}

table.data-grid th, table.data-grid td {
  vertical-align: top;
  padding: 6px;
}

table.data-grid th.break-all, table.data-grid td.break-all {
  word-wrap: break-word;
  word-break: break-all;
}

table.data-grid.wide-title.left-align-title th {
  min-width: 140px;
  text-align: right;
}

table.data-grid th {
  background-color: #CECECE;
  text-align: left;
  width: 140px;
}

table.data-grid td {
  background-color: #E4E4E4;
}

@media only screen and (max-width: 767px) {
  table.data-grid th.left-align {
    min-width: auto;
  }
  table.data-grid th {
    width: 80px;
  }
}

table.data-grid.border-separate th, table.data-grid.border-separate td {
  border-bottom: 10px #fff solid;
}

table.data-grid.large-font {
  font-size: 1.3em;
}

@media only screen and (min-width: 768px) {
  .show-on-mobile {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .show-on-mobile {
    display: none;
  }
}

@media only screen and (min-width: 1260px) {
  .show-on-mobile {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .hide-from-mobile {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .hide-from-mobile {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .hide-from-tablet {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .hide-from-tablet {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .hide-from-desktop {
    display: none;
  }
}

@media only screen and (min-width: 1260px) {
  .hide-from-desktop {
    display: block;
  }
}

@media only screen and (min-width: 1260px) {
  .hide-from-lgscreen {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .half-left, .half-right {
    width: 100%;
    margin: 0 auto 15px auto;
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .half-left, .half-right {
    width: auto;
    margin: 0 auto 15px auto;
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .half-left, .half-right {
    width: 48%;
    display: inline;
  }
}

@media only screen and (min-width: 1024px) {
  .half-left {
    margin: 0 15px 15px 0;
  }
}

@media only screen and (min-width: 1024px) {
  .half-right {
    margin: 0 0 15px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .image-left.full-width, .image-right.full-width {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .image-left.full-width, .image-right.full-width {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    clear: both;
  }
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  zoom: 1;
}

.responsive-table-wrapper table {
  border-top: 1px solid #cccccc;
  width: 100%;
  margin: 1.0em 0;
}

.responsive-table-wrapper table thead tr {
  background: #fff !important;
}

.responsive-table-wrapper table tr:nth-child(odd) {
  background: #eaeaea;
}

.responsive-table-wrapper table th {
  text-align: left;
  padding: 5px;
}

.responsive-table-wrapper table td {
  padding: 5px;
  border-left: 1px dotted #cccccc;
}

.responsive-table-wrapper table td:first-child {
  border-left: 0 none;
}

.block {
  display: block;
  padding: 10px 20px;
  margin: 10px;
  background-color: #EEE;
}

.red-warning {
  color: #FF0000;
}

.content-highlight .icon {
  background-color: #00a6ab;
}

.listing-more {
  float: right;
  padding: 15px 25px 15px 15px;
}

.listing-more a {
  text-decoration: none;
}

.listing-more a:hover {
  text-decoration: underline;
}

.landing-quote {
  padding: 10px 35px;
}

.feature-container .feature-description {
  padding-top: 5px;
  font-size: 95%;
}

.slide-content .quicklinks-links {
  display: block;
  border-bottom: 1px solid black;
  padding: 0px 0px 6px 5px;
  margin-top: 6px;
  margin-bottom: 0px;
}

.thin-linebreak {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  clear: both;
  float: none;
}

.content .landingquote {
  padding: 0px 35px;
}

@media only screen and (min-width: 1024px) {
  .content .img_text-wrap-right-half .text-wrapper ol,
  .content .img_text-wrap-right-half .text-wrapper ul {
    width: 45%;
  }
  .content .img_text-wrap-left-quarter .text-wrapper ol,
  .content .img_text-wrap-left-quarter .text-wrapper ul {
    width: 45%;
  }
}

.content h2, .content h3, .content h4, .content h5, .content h6 {
  margin: 20px 0 0 0;
}

@media only screen and (min-width: 1024px) {
  .content .img_text-wrap-left-quarter .text-wrapper ul,
  .content .img_text-wrap-left-quarter .text-wrapper ol,
  .content .img_text-wrap-right-half .text-wrapper ul,
  .content .img_text-wrap-right-half .text-wrapper ol {
    display: inline-block;
    width: 45%;
  }
}

.content .text-wrapper {
  /*ol, ul {
            display: inline-block;//li alignment issue on IE
        } */
}

.content .text-wrapper h2, .content .text-wrapper h3, .content .text-wrapper h4, .content .text-wrapper h5, .content .text-wrapper h6 {
  margin: 20px 0 0 0;
}

.content .text-wrapper ol, .content .text-wrapper ul,
.content .text-wrapper ol:last-child,
.content .text-wrapper ul:last-child {
  margin: .1em 0 .1em 25px;
}

.content .text-wrapper ol ol, .content .text-wrapper ol ul, .content .text-wrapper ul ol, .content .text-wrapper ul ul,
.content .text-wrapper ol:last-child ol,
.content .text-wrapper ol:last-child ul,
.content .text-wrapper ul:last-child ol,
.content .text-wrapper ul:last-child ul {
  margin-left: 0px;
}

.content .text-wrapper p:first-child {
  margin-top: .5em;
}

.content .text-wrapper p:last-child {
  margin: 1.0em 0;
}

.content .responsive-table-wrapper td {
  vertical-align: top;
  padding: 1em;
}

@media only screen and (max-width: 767px) {
  .content .responsive-table-wrapper .tablesaw-cell-label {
    margin: 1em;
  }
}

@media only screen and (min-width: 1024px) {
  .content .responsive-table-wrapper ol, .content .responsive-table-wrapper ul,
  .content .responsive-table-wrapper ol:last-child,
  .content .responsive-table-wrapper ul:last-child {
    margin: 1em 0px 1em 0px;
  }
  .content .responsive-table-wrapper ol ol, .content .responsive-table-wrapper ol ul, .content .responsive-table-wrapper ul ol, .content .responsive-table-wrapper ul ul,
  .content .responsive-table-wrapper ol:last-child ol,
  .content .responsive-table-wrapper ol:last-child ul,
  .content .responsive-table-wrapper ul:last-child ol,
  .content .responsive-table-wrapper ul:last-child ul {
    margin-left: 0px;
  }
}

.content .document-overview.four-wide li img {
  border-right: 1px solid #fff;
  width: 99.8%;
}

@media only all and (min-width: 1200px) {
  .content .document-overview.four-wide li:nth-child(4n) img {
    border-right: none;
  }
}

@media only all and (max-width: 768px) {
  .content .document-overview.four-wide li img {
    border: none;
    width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  .content .document-overview.six-wide li {
    width: 25%;
  }
}

@media only screen and (min-width: 1025px) {
  .content .document-overview.six-wide li {
    width: 16.666666667%;
  }
}

.content .document-overview.six-wide li img {
  border-right: 1px solid #fff;
  width: 99.66666667%;
}

.content .document-overview.internal-variant li img {
  border-right: 1px solid #fff;
  width: 99.8%;
}

@media only all and (min-width: 1024px) {
  .content .document-overview.internal-variant li:nth-child(4n) img {
    border-right: none;
  }
}

@media only all and (max-width: 768px) {
  .content .document-overview.internal-variant li img {
    border: none;
    width: 100%;
  }
}

.content .document-overview.internal-variant .six-wide li {
  width: 16.666666666667%;
}

@media only screen and (max-width: 767px) {
  .content .document-overview.internal-variant {
    margin: 0px -16px 20px -15px;
  }
  .content .document-overview.internal-variant .six-wide li {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .content .document-overview.internal-variant {
    margin: 0px -20px 20px -20px;
  }
  .content .document-overview.internal-variant .six-wide li {
    width: 25%;
  }
}

@media only screen and (min-width: 1024px) {
  .content .document-overview.internal-variant {
    margin: 0px -35px 20px -35px;
  }
  .content .document-overview.internal-variant .six-wide li {
    width: 16.666666666667%;
  }
}

.content .document-overview.internal-variant .document-container .document-title {
  font-weight: 700;
  font-size: 16px;
}

.content .document-overview.internal-variant .document-container .document-description {
  color: #666666;
  font-size: 15px;
  line-height: 20px;
  padding-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 79px;
}

.social-sharing {
  padding: 0px 35px 20px 35px;
}

.bestbets {
  padding: 10px 15px 0 15px;
  margin: 30px 15px 15px -15px;
  background-color: #f0f0f0;
}

.bestbets a {
  text-decoration: none;
}

@media only screen and (min-width: 1024px) {
  .generic .columns.content {
    /* 1 */
    width: 75%;
    padding: 0px 35px 45px 35px;
  }
  .generic .columns.content.fullwidth {
    /* 1 */
    padding: 0px 35px 45px 35px;
  }
}

.visually-hidden {
  position: absolute;
  left: -9999em;
  top: 0px;
}

table.align-center {
  margin: 0 auto;
}

.embedded-listing .more-docs-button {
  display: none;
  padding-bottom: 22px;
}

.embedded-listing .more-docs-button .show-hide-all.btn {
  padding: 2px 10px;
  line-height: 22px;
  height: auto;
  margin: 0 0 0 auto;
  width: auto;
  min-width: 0;
  background-color: #ddd;
  color: #555;
}

.news-events-list .rd-openpage-panel,
.news-events-list h2 {
  padding: 0px;
  display: block;
}

.quick-slider .view-more {
  padding: 2px 10px;
  background-color: #008b91;
  display: inline-block;
  color: #fff;
}

.quick-slider .view-more:hover {
  text-decoration: none;
  background-color: #005a5e;
}

@media only screen and (min-width: 768px) {
  .online-systems-container a.view-all {
    margin: 0 15px 10px 15px;
    padding: 2px 10px;
    background-color: #008b91;
    display: inline-block;
    color: #fff;
    height: 20px;
    line-height: 20px;
  }
}

.online-systems .online-systems-header h2 {
  background: #636567;
}

.online-systems .online-systems-header h2 a {
  color: #fff;
}

.online-systems .online-systems-header h2:after {
  background-position: -85px -60px;
}

.online-systems .online-systems-header h2:before {
  background-position: -263px -292px;
}

.online-systems .online-systems-header.active h2:after {
  background-position: -35px -60px;
}

.system-about,
.system-access {
  display: none;
}

@media only screen and (min-width: 768px) {
  .online-systems-container ul a {
    margin-bottom: 0px;
  }
  .online-systems-container .system-about {
    margin-left: 40px;
  }
  .online-systems-container .system-access {
    margin-left: 10px;
  }
  .online-systems-container .system-about,
  .online-systems-container .system-access {
    display: inline-block;
    float: left;
    font-size: 11px;
    margin-top: 4px;
    background-color: #777;
    padding: 1px 10px;
    height: 24px;
    color: #fff;
    text-transform: uppercase;
  }
  .online-systems-container ul a.system-about:visited,
  .online-systems-container ul a.system-access:visited,
  .online-systems-container ul a.system-about,
  .online-systems-container ul a.system-access {
    color: #fff;
  }
  .online-systems-container li {
    margin-bottom: 20px;
  }
}

.quick-links .online-system-home, .o-s-edit-wrapper .online-system-home {
  display: none;
  clear: none;
  float: right;
  width: 33.33333%;
}

@media only screen and (min-width: 1024px) {
  .quick-links .online-system-home, .o-s-edit-wrapper .online-system-home {
    display: block;
  }
}

.quick-links .online-system-home h2, .o-s-edit-wrapper .online-system-home h2 {
  font: 15px/2 "Arimo", "Arial", "Helvetica Neue", Helvetica, sans-serif;
  margin: 0;
  background: #636567;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px;
}

.quick-links .online-system-home h2:before, .quick-links .online-system-home h2:after, .o-s-edit-wrapper .online-system-home h2:before, .o-s-edit-wrapper .online-system-home h2:after {
  display: block;
  background: url(../../images/sprites.png) no-repeat;
  background-position: 0 0;
  background-color: none;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  content: '';
}

.quick-links .online-system-home h2:before, .o-s-edit-wrapper .online-system-home h2:before {
  float: left;
  background-position: -263px -292px;
  margin-right: 7px;
}

.quick-links .online-system-home h2:after, .o-s-edit-wrapper .online-system-home h2:after {
  float: right;
  background-position: -85px -60px;
  margin-left: 7px;
}

.quick-links .online-system-home.active h2:after, .o-s-edit-wrapper .online-system-home.active h2:after {
  background-position: -35px -60px;
}

.quick-links .online-system-home ul, .o-s-edit-wrapper .online-system-home ul {
  list-style: none;
  padding: 10px 0px;
  margin: 0;
}

.quick-links .online-system-home ul li a, .o-s-edit-wrapper .online-system-home ul li a {
  zoom: 1;
  display: block;
  text-decoration: none;
  color: #333333;
  padding: 7px 15px;
}

.quick-links .online-system-home ul li a .system-icon, .o-s-edit-wrapper .online-system-home ul li a .system-icon {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
}

.quick-links .online-system-home ul li a .system-title, .o-s-edit-wrapper .online-system-home ul li a .system-title {
  font: 15px/20px "Arimo", "Arial", "Helvetica Neue", Helvetica, sans-serif;
  color: #000000;
  margin-left: 5px;
}

.quick-links .online-system-home ul li a .fa, .o-s-edit-wrapper .online-system-home ul li a .fa {
  font-size: 1.5em;
}

.quick-links .online-system-home ul li a:hover, .o-s-edit-wrapper .online-system-home ul li a:hover {
  background-color: #c7c7c7;
}

.quick-links .online-system-home .view-more, .o-s-edit-wrapper .online-system-home .view-more {
  margin: 0px 15px 10px 15px;
  padding: 2px 10px;
  background-color: #008b91;
  display: inline-block;
  color: #fff;
}

.quick-links .online-system-home .view-more:hover, .o-s-edit-wrapper .online-system-home .view-more:hover {
  text-decoration: none;
  background-color: #005a5e;
}

.quick-links .recently-viewed, .o-s-edit-wrapper .recently-viewed {
  margin-top: 0px;
}

.quick-links .recently-viewed.active h2:after, .o-s-edit-wrapper .recently-viewed.active h2:after {
  background-position: -35px -60px;
}

.quick-links .recently-viewed h2:after, .o-s-edit-wrapper .recently-viewed h2:after {
  display: block;
  background: url(../../images/sprites.png) no-repeat;
  background-color: none;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  content: '';
  float: right;
  background-position: -85px -60px;
  margin-left: 7px;
}

.quick-links .recently-viewed ul, .o-s-edit-wrapper .recently-viewed ul {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .quick-links .recently-viewed, .o-s-edit-wrapper .recently-viewed {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.loader {
  text-align: center;
}

.vacancy-info {
  display: block;
  padding: 10px;
  width: 46%;
  float: left;
}

@media only all and (min-width: 901px) {
  .vacancy-info {
    height: 300px;
  }
}

@media only all and (max-width: 900px) {
  .vacancy-info {
    width: 98%;
  }
}

.vacancy-info .vacancy-title {
  font-size: 22px;
  padding: 5px 10px 7px 0px;
  border-bottom: 2px solid #008b91;
  margin-bottom: 10px;
  width: 100%;
}

.vacancy-info span {
  display: block;
  font-size: 15px;
  padding-bottom: 5px;
}

.vacancy-info .vacancy-documents > span {
  display: block;
  font-size: 15px;
  padding-bottom: 5px;
  float: left;
}

.vacancy-info .job-advertisement-file {
  text-decoration: none;
  padding-right: 10px;
}

.vacancy-info .vacancy-class,
.vacancy-info .vacancy-location,
.vacancy-info .vacancy-salary,
.vacancy-info .vacancy-closing {
  font-size: 15px;
}

.vacancy-info .vacancy-class span,
.vacancy-info .vacancy-location span,
.vacancy-info .vacancy-salary span,
.vacancy-info .vacancy-closing span {
  display: inline-block;
  width: 110px;
}

@media only all and (max-width: 900px) {
  .vacancy-info .vacancy-class span,
  .vacancy-info .vacancy-location span,
  .vacancy-info .vacancy-salary span,
  .vacancy-info .vacancy-closing span {
    display: block;
  }
}

.vacancy-info .vacancy-apply-now {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 10px;
  border: 3px solid #008b91;
  text-decoration: none;
  background-color: #008b91;
  color: #fff;
}

@media only all and (max-width: 900px) {
  .vacancy-info .vacancy-apply-now {
    display: block;
  }
}

.content .internal-alert {
  display: none;
}

.content .internal-alert .text-wrapper p {
  margin: 0.5em;
}

.alert-notification {
  display: none;
}

.alert-notification .alert-box span {
  display: block;
}

.alert-notification .alert-box .desc {
  font-weight: bolder;
  padding: 10px 0px 0px 0px;
}

.alert-notification .alert-box .current-box, .alert-notification .alert-box .upcoming-box {
  padding: 0px;
  margin: 0px;
}

.opt_vid_style .vid-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.opt_vid_style .vid-embed-container iframe, .opt_vid_style .vid-embed-container object, .opt_vid_style .vid-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1024px) {
  .opt_vid_style.vid-half-right .vid-embed-container {
    width: 49%;
    padding-bottom: 28.125%;
    margin: 0em 0 1em 1em;
    float: right;
  }
  .opt_vid_style.vid-half-left .vid-embed-container {
    width: 49%;
    padding-bottom: 28.125%;
    margin: 0em 1em 1em 0;
    float: left;
  }
  .opt_vid_style.vid-full .vid-embed-container {
    margin: 1em 0 1em 0;
  }
}

.feature-page .feature-image img {
  border-left: 1px solid #fff;
}

@media only all and (min-width: 1024px) {
  .feature-page li:nth-child(4n+1) .feature-image img,
  .feature-page li:nth-child(1) .feature-image img {
    border-left: none;
  }
}

@media only all and (max-width: 1023px) {
  .feature-page li:nth-child(2n+1) .feature-image img,
  .feature-page li:nth-child(1) .feature-image img {
    border-left: none;
  }
}

@media only all and (max-width: 768px) {
  .feature-page li .feature-image img {
    border-left: none;
  }
}

.dmp-carousel .thumbnail img {
  border-left: 1px solid #fff;
}

.news-listing .listing-container .listing-item img {
  border-left: 1px solid #fff;
}

.news-listing:nth-child(1) .listing-item:nth-child(1) img {
  border-left: none;
}

.feature-page .card19495 .feature-container .feature-title,
.feature-page .card6063 .feature-container .feature-title {
  overflow: visible;
  text-overflow: clip;
  height: 44px;
}

.feature-page .card19495 .feature-description,
.feature-page .card6063 .feature-description {
  height: 66px;
}

@media only all and (min-width: 768px) {
  .legal-footer .internal-url ul {
    margin-right: 30px;
  }
}

@media only all and (min-width: 640px) {
  #table-wrapper-9441 td:first-child {
    width: 65%;
  }
}

.media-follow,
.media-video,
.statements,
.media-events {
  display: block;
  width: 50%;
  min-height: 150px;
}

.media-follow h2,
.media-video h2,
.statements h2,
.media-events h2 {
  padding-left: 35px;
}

.media-follow {
  width: 49.5%;
  border-left: 4px solid #fff;
}

.row.gray {
  background-color: #f0f0f0;
}

.contacts-content {
  margin-top: 20px;
  padding-left: 30px;
  width: 45%;
  height: 340px;
  float: left;
}

.follow-content {
  width: 45%;
  float: left;
}

.connect-to,
.subscribe-to {
  width: 100%;
  float: left;
}

.connect-to span,
.subscribe-to span {
  padding: 10px 10px 5px 35px;
  display: block;
}

.connect-to a,
.subscribe-to a {
  text-decoration: none;
  color: #666;
  padding-left: 5px;
}

.connect-to .icon-linkedin,
.connect-to .icon-email,
.subscribe-to .icon-linkedin,
.subscribe-to .icon-email {
  padding-left: 35px;
}

.connect-to .icon-rss,
.subscribe-to .icon-rss {
  color: #ff7900;
}

.connect-to .icon-linkedin,
.subscribe-to .icon-linkedin {
  color: #517fa4;
}

.connect-to .icon-vimeo,
.subscribe-to .icon-vimeo {
  color: #00bf8f;
}

.connect-to {
  padding-bottom: 10px;
  clear: both;
}

.video-content {
  padding: 20px 15px 0px 15px;
}

.media-video .see-more {
  border: 1px solid #666;
  margin: 10px 15px;
  padding: 2px 6px;
  background-color: #666;
  color: #fff;
}

.media-video-archive {
  padding-top: 20px;
  display: none;
}

.media-video-archive a {
  display: block;
  width: 25%;
  float: left;
  text-decoration: none;
}

.media-video-archive a:hover {
  opacity: 0.9;
}

.media-video-archive a .video-archive-image img {
  width: 100%;
  background: black;
}

.media-video-archive a .video-archive-text {
  min-height: 100px;
  display: block;
  padding: 5px 20px 15px 20px;
}

@media only screen and (max-width: 800px) {
  .media-video-archive a {
    width: 50%;
  }
}

@media only screen and (max-width: 450px) {
  .media-video-archive a {
    width: 100%;
  }
}

.row .statements .statement {
  display: block;
  padding: 10px 20px 10px 35px;
}

.row .statements .statement a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  font-size: 16px;
}

.row .statements .statement p {
  margin-top: 0px;
}

.row .statements .see-more {
  padding-left: 35px;
}

.see-more {
  text-decoration: none;
  padding: 15px;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .see-more {
    float: right;
  }
}

.event-content {
  padding: 10px 20px 10px 35px;
  clear: both;
}

.event-content .data a {
  display: block;
  text-decoration: none;
  font-size: 16px;
}

.media-events .event-content {
  height: 64px;
}

.media-events .see-more {
  padding-left: 35px;
}

.media-publication .title {
  margin-top: 10px;
}

.media-follow .media-contacts {
  padding-bottom: 30px;
  padding-left: 5px;
}

.media-follow .media-contacts span {
  display: inline-block;
  width: 100%;
  font-size: 15px;
}

.media-follow .contacts-note {
  color: red;
  font-weight: bolder;
}

.media-follow .contacts-title {
  font-weight: bolder;
}

.media-follow .contacts-content {
  background-color: transparent;
}

.row.gray {
  background-color: #f0f0f0;
}

@media only screen and (max-width: 1024px) {
  .row .media-follow {
    border-left: none;
    width: 100%;
    height: inherit;
  }
  .row .media-follow .row {
    clear: both;
  }
  .row .media-follow h2 {
    margin-top: 0px;
    padding-top: 20px;
  }
  .row .media-follow .contacts-content {
    width: 50%;
    height: inherit;
    float: left;
  }
  .media-video {
    width: 100%;
  }
  .media-video .video-content {
    padding: 0;
    margin-top: 10px;
  }
  .row .statements {
    height: inherit;
    clear: both;
  }
  .row .statements h2 {
    margin-top: 0px;
    padding-top: 20px;
  }
  .connect-to,
  .subscribe-to {
    width: 100%;
    padding-top: 10px;
  }
  .row .statements,
  .media-events {
    width: 100%;
  }
  .row .statements .statement,
  .row .statements .event-content,
  .media-events .statement,
  .media-events .event-content {
    height: 60px;
  }
  .row .statements .statement {
    height: inherit;
  }
  .row .media-follow .media-contacts {
    padding-left: 0px;
  }
  .event-content .date {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 720px) {
  .row .media-follow .contacts-content,
  .row .media-follow .follow-content {
    width: 100%;
  }
  .row .media-follow .contacts-content {
    padding-left: 0px;
  }
  .row .media-follow .media-contacts {
    padding-left: 35px;
  }
  .media-follow {
    clear: left;
    height: 920px;
  }
  .connect-to,
  .subscribe-to {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .connect-to,
  .subscribe-to {
    width: 100%;
    padding-bottom: 20px;
  }
  .media-follow {
    height: 1000px;
  }
  .row .statements .statement {
    height: inherit;
  }
  .row .media-follow .media-contacts {
    padding-bottom: 15px;
  }
}

.listing-item .date {
  height: 19px;
}

.media-events h2 {
  padding-bottom: 15px;
}

.event-content .data {
  display: block;
  height: inherit;
  overflow: hidden;
}

@media only screen and (min-width: 721px) {
  .event-content .date {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    float: left;
    border-radius: 9px;
    background-color: white;
    text-align: center;
    font-size: 3.5rem;
    line-height: 34px;
    border: 3px solid #008b91;
  }
  .event-content .date:before {
    display: block;
    background-color: #008b91;
    color: white;
    text-align: center;
    font-size: 1rem;
    line-height: 15px;
    height: 15px;
  }
  .event-content .Jan:before {
    content: "JAN";
  }
  .event-content .Feb:before {
    content: "FEB";
  }
  .event-content .Mar:before {
    content: "MAR";
  }
  .event-content .Apr:before {
    content: "APR";
  }
  .event-content .May:before {
    content: "MAY";
  }
  .event-content .Jun:before {
    content: "JUN";
  }
  .event-content .Jul:before {
    content: "JUL";
  }
  .event-content .Aug:before {
    content: "AUG";
  }
  .event-content .Sep:before {
    content: "SEP";
  }
  .event-content .Oct:before {
    content: "OCT";
  }
  .event-content .Nov:before {
    content: "NOV";
  }
  .event-content .Dec:before {
    content: "DEC";
  }
  .event-content .date-hidden {
    display: none;
  }
}

@media only screen and (max-width: 720px) {
  .media-events .event-content {
    height: inherit;
    padding-left: 35px;
  }
  .media-events .event-content .event-content .date {
    display: none;
  }
  .media-events .see-more {
    padding-left: 35px;
  }
}

.row .document-overview.media-publications {
  width: 100%;
  float: left;
  border-top: 1px solid #e0e0e0;
}

.row .document-overview.media-publications.half-width {
  width: 50%;
}

.row .document-overview.media-publications.half-width ul li {
  width: 33.33333333%;
}

.row .document-overview.media-publications h2 {
  margin: 0px;
  padding: 5px 20px;
}

.row .document-overview.media-publications ul li {
  width: 16.66666667%;
  float: left;
}

.row .document-overview.media-publications .document-image img {
  border-left: 1px solid #fff;
}

.row .document-overview.media-publications .document-date {
  color: #707070;
}

.listing-item .thumbnail {
  /*override*/
  height: inherit;
}

.document-overview ul .document-container {
  /*override*/
  padding-top: 10px;
}

@media only screen and (max-width: 1024px) {
  .row .document-overview.media-publications ul li {
    width: 33.33333333%;
    float: left;
  }
  .row .document-overview.media-publications.half-width {
    width: 100%;
  }
  .row .document-overview.media-publications.half-width ul li {
    width: 33.3333333%;
    float: left;
  }
}

@media only screen and (max-width: 768px) {
  .row .document-overview.media-publications ul li {
    width: 50%;
    float: left;
  }
  .row .document-overview.media-publications.half-width {
    width: 100%;
  }
  .row .document-overview.media-publications.half-width ul li {
    width: 33.3333333%;
    float: left;
  }
}

@media only screen and (max-width: 600px) {
  .row .document-overview.media-publications ul li,
  .row .document-overview.media-publications.half-width ul li {
    width: 100%;
    float: left;
  }
  .document-overview .card-publication .document-container,
  .document-overview .card-newsletter .document-container {
    height: inherit;
    overflow: inherit;
    padding-top: 0px;
  }
  .document-overview .card-publication .document-image,
  .document-overview .card-newsletter .document-image {
    display: none;
  }
}

.employmentinfo em {
  font-size: 15px;
}

.navigation li.home a {
  background: none;
  text-indent: 0px;
  line-height: 74px;
}

.quick-links .recently-viewed h2:after {
  -webkit-animation: bounce 2s 3;
  -moz-animation: bounce 2s 3;
  -ms-animation: bounce 2s 3;
  -o-animation: bounce 2s 3;
  animation: bounce 2s 3;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
  }
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
  }
}

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-10px);
  }
  60% {
    -o-transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

.content .content-highlight.small-size.available-two-line .text-wrapper p:first-child {
  margin-top: 2px;
}

.content .content-highlight.small-size .text-wrapper p:first-child {
  margin-top: .85em;
}

.herocopyr {
  font: 12px "Arimo", "Arial", "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  z-index: 2;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.alerts-block {
  font-size: 15px;
  padding: 15px 15px 15px 20px;
  margin-bottom: 20px;
  min-height: 45px;
  clear: both;
  border: 2px solid #A12A1D;
}

.alerts-block:first-child {
  margin-top: 20px;
}

.alerts-block--maintenance {
  height: 45px;
}

.alerts-block__description {
  display: block;
  margin-left: 55px;
  vertical-align: top;
}

.alerts-block__description > p:first-child {
  margin-top: 0px;
}

.alerts-block__icon {
  display: block;
  float: left;
  color: #A12A1D;
}

@media only screen and (max-width: 641px) {
  .alerts-block__icon {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 10px;
    text-align: center;
  }
  .alerts-block--maintenance {
    height: inherit;
  }
  .alerts-block__description {
    margin-left: 0px;
  }
  .alerts-block__description > p:first-child {
    margin-top: inherit;
  }
}

.content-subscription {
  margin: 1em 0 2.5em 0;
}

.content-subscription__heading {
  padding-bottom: 15px;
}

.content-subscription__block {
  padding: 5px 17px 5px 24px;
  background: #f0f0f0;
  clear: both;
}

.content-subscription__text-content {
  width: 75%;
  float: left;
}

.content-subscription__button {
  width: 25%;
  float: left;
}

.content-subscription__button > a {
  margin-top: 17px;
  min-height: 20px;
  float: right;
}

.content-subscription__previous {
  padding: 5px 17px 5px 24px;
  background: #f0f0f0;
}

@media only screen and (max-width: 1024px) {
  .content-subscription__text-content {
    width: 55%;
  }
  .content-subscription__button {
    width: 40%;
  }
}

@media only screen and (max-width: 768px) {
  .content-subscription__text-content {
    width: 100%;
    padding-left: 0px;
  }
  .content-subscription__button {
    width: 100%;
  }
}

.content h3 {
  font-weight: normal;
  font-size: 20px;
}

.content h4 {
  font-size: 17px;
  font-weight: normal;
}

h2, h3, h4, h1 {
  color: #333;
}

@media only screen and (max-width: 768px) {
  .logo {
    background-position: 0px -395px;
    width: 290px;
  }
}

@media only screen and (min-width: 768px) {
  .logo {
    width: 525px;
  }
}

@media only screen and (max-width: 875px) and (min-width: 768px) {
  .logo {
    background-position: 0 -450px;
  }
}

.payment-landing__container {
  padding: 0 35px 90px 35px;
}

.further-payment-landing__container {
  padding: 0 35px 20px 35px;
}

.payment-landing__container p {
  font-size: 15px;
}

#payment-landing__form {
  display: block;
}

.payment-number__description {
  display: inline-block;
  margin-bottom: 0px;
}

.payment-landing__container p.payment-landing__description--sub {
  margin: 0;
  color: #636567;
  font-size: 12px;
  font-style: italic;
}

#payment-landing__invoice-search {
  height: 40px;
  min-height: 40px;
  padding: 0px 0px 0px 10px;
  font-size: 15px;
  line-height: 15px;
  width: 34%;
  margin-top: 10px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  #payment-landing__invoice-search {
    width: 100%;
  }
}

button[type="submit"].payment-landing__button--submit {
  height: 38px !important;
  min-height: 38px;
  font-size: 12px;
  line-height: 40px;
  margin-top: 8px;
  display: inline-block;
}

.document-overview ul .document-container span.document-title {
  font-weight: 700;
}

.document-overview ul .document-container span.document-description {
  font-size: 15px;
  color: #666;
  line-height: 20px;
  padding-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 79px;
}

@media only screen and (min-width: 1024px) {
  .document-overview.six-wide ul li {
    width: 16.666666667%;
  }
}

.bonfilio {
  border: 0;
}

.logo a {
  display: block;
  height: 100%;
}

.home .content .columns {
  height: auto;
}

.home .content .columns .content-ellipsis {
  height: auto;
}

/*.responsive-table-wrapper {	
	td {
        vertical-align: top;
        padding-top: 10px;
        
		p,ol,ul {
			&:first-child{
				//margin-top: 0px; //commenting out
			}
		}
	}
}*/
.article-list h2, .document-list h2 {
  padding-bottom: 20px;
}

.article-list li, .document-list li {
  border-bottom: 1px solid #bbbbbb;
}

.online-systems-container.full-list {
  padding: 20px 0px;
}

@media only screen and (min-width: 768px) {
  .online-systems-container.full-list ul {
    margin-left: 5%;
  }
}

@media only screen and (min-width: 1024px) {
  .online-systems-container.full-list ul {
    margin-left: 5%;
  }
}

.online-systems-container.full-list ul.left {
  margin-left: 0 !important;
}

@media only screen and (max-width: 767px) {
  .listing-item a {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .listing-item a .date {
    padding: 0px 24px;
  }
}

.listing-item .thumbnail img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .content-action .text-wrapper p {
    margin-top: 0px;
  }
}

.content-action .content-action-btn a {
  box-sizing: border-box;
  max-width: 90%;
  height: auto;
  line-height: 1.4em;
  padding: 15px 20px;
  background-color: #A12A1D;
  color: #fff;
}

.content-action .content-action-btn a:hover {
  background-color: #A12A1D;
}

@media only screen and (max-width: 767px) {
  .content-action .content-action-btn {
    width: 100%;
  }
  .content-action .content-action-btn a {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .content-action .content-action-btn {
    width: 33%;
  }
}

.content-highlight .icon {
  color: #f0f0f0;
  background-color: #00a6ab;
  background-image: none;
  text-indent: 0px;
  text-align: center;
  vertical-align: middle;
  font-size: 40px;
  line-height: 64px;
  margin: 0 16px 16px 0;
}

.alert-title {
  position: relative;
}

.recently-viewed h2 {
  position: relative;
}

.recently-viewed ul {
  background-color: #828385;
}

.recently-viewed ul a {
  color: #fff;
}

.google-map.internal {
  height: 300px;
  width: 100%;
  padding-bottom: 20px;
}

.google-map.internal > div {
  width: 100%;
  height: 100%;
}

.google-map.internal img {
  max-width: none;
}

.half-image-wrapper {
  text-align: center;
}

.std-image-block {
  border: 2px solid #E4E4E4;
  padding: 3px;
  box-sizing: border-box;
  line-height: 13px;
  position: relative;
}

.std-image-block.caption .caption-block {
  padding: 5px 3px 0px 3px;
  text-align: center;
}

.std-image-block.caption .caption-block .caption-text {
  line-height: 22px;
}

.std-image-block.caption .caption-block .caption-text.italic {
  font-style: italic;
}

@media only screen and (max-width: 767px) {
  .image-left-box {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .image-left-box img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .image-left-box {
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
  }
}

@media only screen and (min-width: 1024px) {
  .image-left-box {
    width: 48%;
    float: left;
    margin: 0 15px 15px 0;
  }
}

@media only screen and (max-width: 767px) {
  .image-right-box {
    width: 100%;
    float: none;
    margin-left: 0px;
    margin-bottom: 15px;
  }
  .image-right-box img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .image-right-box {
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 13px;
    display: inline-block;
  }
}

@media only screen and (min-width: 1024px) {
  .image-right-box {
    width: 48%;
    float: right;
    margin: 0 0 15px 15px;
  }
}

.image-half-box-left {
  text-align: center;
  margin: 0 13px 13px 0;
}

@media only screen and (max-width: 767px) {
  .image-half-box-left {
    width: 100%;
    float: none;
    margin-right: 0px;
  }
  .image-half-box-left img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .image-half-box-left {
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
  }
}

@media only screen and (min-width: 1024px) {
  .image-half-box-left {
    width: 48%;
    float: left;
  }
}

.image-half-box-right {
  text-align: center;
  margin: 0 0 13px 13px;
}

@media only screen and (max-width: 767px) {
  .image-half-box-right {
    width: 100%;
    float: none;
    margin-left: 0px;
  }
  .image-half-box-right img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .image-half-box-right {
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 13px;
    display: inline-block;
  }
}

@media only screen and (min-width: 1024px) {
  .image-half-box-right {
    width: 48%;
    float: right;
  }
}

.image-double {
  padding-top: 15px;
}

@media only screen and (min-width: 768px) {
  .image-double {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .footer-quick-links {
    padding: 0px 5px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 767px) {
  footer .internal-url a {
    margin: 0px 10px;
  }
}

@media only screen and (min-width: 768px) {
  footer .internal-url a {
    margin: 0px 7px;
  }
}

@media only screen and (min-width: 1024px) {
  footer .internal-url a {
    margin: 0px 5px;
  }
}

.resource-map .map-content, .resource-map .google-map {
  height: 570px;
}

@media only screen and (max-width: 768px) {
  .main-body > header {
    zoom: 1;
  }
  .main-body > header:before, .main-body > header:after {
    content: "";
    display: table;
  }
  .main-body > header:after {
    clear: both;
  }
  .main-body > header h1 {
    padding: 20px 15px 0px 15px;
  }
  .main-body > header .breadcrumbs {
    padding: 0 16px 20px 16px;
    display: block;
    list-style: none;
  }
  .main-body > header .breadcrumbs li {
    float: left;
    color: #707274;
  }
  .main-body > header .breadcrumbs li a {
    display: block;
    text-decoration: none;
    padding-right: 10px;
  }
}

.visually-hidden {
  position: absolute;
  left: -9999em;
  top: 0px;
}

table.align-center {
  margin: 0 auto;
}

.sitemap ul {
  margin: 2px 0;
}

.sitemap ul li {
  font-weight: bold;
}

.sitemap ul ul li {
  font-weight: normal;
}

.nick {
  border: 0;
}

.content .show-o-s {
  display: block;
  background-color: #fff;
}

.content .show-o-s ul li {
  list-style: none;
}

.show-o-s .o-s-mobile-alert {
  display: none;
}

@media only screen and (max-width: 768px) {
  .content .show-o-s ul li {
    margin-top: 10px;
  }
  .content .show-o-s ul li a {
    color: #333;
    text-decoration: none;
  }
  .content .show-o-s .system-icon {
    display: block;
    float: left;
    min-width: 20px;
  }
  .content .show-o-s .system-title {
    font-size: 1.6rem;
    margin-left: 40px;
    margin-top: 5px;
    display: block;
  }
  .content .show-o-s .system-description {
    display: none;
  }
  .show-o-s .o-s-mobile-alert {
    display: block;
    font-size: 1.8rem;
    color: #333;
  }
}

@media only screen and (min-width: 1024px) {
  .quick-links .quick-slider > ul {
    padding-top: 12px;
  }
}

@media only screen and (min-width: 934px) and (max-width: 1023px) {
  .quick-links .quick-slider > ul {
    padding-top: 32px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 933px) {
  .quick-links .quick-slider > ul {
    padding-top: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .extended-footer {
    clear: both;
  }
  .contact-details {
    float: left;
    width: 100%;
  }
  .footer-quick-links {
    width: 48%;
    float: left;
  }
}

.content-highlight.small-size {
  margin: 0.5em 0;
}

.content-highlight.small-size .icon {
  font-size: 32px;
  line-height: 52px;
  width: 48px;
  height: 48px;
}

.content-action {
  padding: 5px 17px 3px 24px;
}

@media only screen and (max-width: 767px) {
  .content-action {
    padding-bottom: 17px;
  }
}

.std-image-block img {
  width: 100%;
}

.text-quarter-box {
  width: 49%;
  text-align: left;
}

.primary-image-quarter-box .std-image-block,
.secondary-image-quarter-box .std-image-block,
.primary-text-quarter-box .std-image-block {
  width: 24%;
  margin-right: 12px;
  float: left;
}

.primary-text-quarter-box .std-image-block,
.text-quarter-box {
  float: left;
}

.quarter-right-align .primary-text-quarter-box .std-image-block,
.quarter-right-align .text-quarter-box {
  float: right;
}

.quarter-right-align .primary-text-quarter-box .std-image-block,
.quarter-right-align .secondary-image-quarter-box .std-image-block {
  margin-right: 0px;
  margin-left: 12px;
  float: right;
}

.secondary-image-quarter-box .std-image-block:last-child {
  margin-right: 0px;
}

.quarter-right-align .secondary-image-quarter-box .std-image-block:last-child {
  margin-left: 0px;
}

@media only screen and (max-width: 1000px) {
  .primary-image-quarter-box .std-image-block,
  .secondary-image-quarter-box .std-image-block,
  .primary-text-quarter-box .std-image-block {
    width: 48%;
    margin-right: 12px;
    float: left;
  }
  .quarter-right-align .primary-text-quarter-box .std-image-block,
  .quarter-right-align .text-quarter-box {
    margin-right: 0px;
    margin-left: 12px;
    float: right;
  }
}

@media only screen and (max-width: 959px) {
  .primary-text-quarter-box .std-image-block {
    width: 48%;
  }
  .text-quarter-box {
    width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  .primary-text-quarter-box .std-image-block,
  .text-quarter-box,
  .primary-image-quarter-box .std-image-block,
  .secondary-image-quarter-box .std-image-block,
  .primary-image-quarter-box .std-image-block,
  .secondary-image-quarter-box .std-image-block {
    width: 100%;
  }
}

.listing-item .date {
  padding: 10px 10px 5px 24px;
}

@media only screen and (max-width: 767px) {
  .owl-carousel .owl-item .listing-item .thumbnail {
    height: 100%;
  }
  .owl-carousel .owl-item .listing-item .date {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.image-quad {
  padding-top: 1em;
}

.image-quad .text-quarter-box p:first-child {
  margin-top: 0px;
}

/*! Tablesaw - v1.0.4 - 2015-02-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed MIT */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%;
}

.tablesaw {
  border-collapse: collapse;
  width: 100%;
}

/* Structure */
.tablesaw {
  border: 0;
  padding: 0;
}

.tablesaw th,
.tablesaw td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em .7em;
}

.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em;
}

.tablesaw-enhanced .tablesaw-bar .btn {
  border: 1px solid #ccc;
  background: none;
  background-color: #fafafa;
  -webkit-box-shadow: 0 1px 0 white;
  box-shadow: 0 1px 0 white;
  color: #4a4a4a;
  clear: both;
  cursor: pointer;
  display: block;
  font: bold 20px/1 sans-serif;
  margin: 0;
  padding: .5em .85em .4em .85em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  text-shadow: 0 1px 0 #fff;
  width: 100%;
  /* Theming */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), color-stop(50%, rgba(255, 255, 255, 0.1)), color-stop(55%, rgba(170, 170, 170, 0.1)), to(rgba(120, 120, 120, 0.15)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(170, 170, 170, 0.1) 55%, rgba(120, 120, 120, 0.15) 100%);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(170, 170, 170, 0.1) 55%, rgba(120, 120, 120, 0.15) 100%);
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  border-radius: .25em;
}

.tablesaw-enhanced .tablesaw-bar a.btn {
  color: #1c95d4;
}

.tablesaw-enhanced .tablesaw-bar .btn:hover {
  text-decoration: none;
}

/* Default radio/checkbox styling horizonal controlgroups. */
.tablesaw-enhanced .tablesaw-bar .btn:active {
  background-color: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 100, 100, 0.35)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.35) 0%, rgba(255, 255, 255, 0) 70%);
  background-image: linear-gradient(top, rgba(100, 100, 100, 0.35) 0%, rgba(255, 255, 255, 0) 70%);
}

.tablesaw-enhanced .tablesaw-bar .btn:hover,
.tablesaw-enhanced .tablesaw-bar .btn:focus {
  color: #208de3;
  background-color: #fff;
  outline: none;
}

.tablesaw-bar .btn:focus {
  -webkit-box-shadow: 0 0 .35em #4faeef !important;
  box-shadow: 0 0 .35em #4faeef !important;
}

.ie-lte8 .tablesaw-bar .btn:hover,
.ie-lte8 .tablesaw-bar .btn:focus {
  color: #208de3;
  background-color: #fff;
  border-color: #aaa;
  outline: none;
}

.tablesaw-bar .btn-select select {
  background: none;
  border: none;
  display: block;
  position: absolute;
  font-weight: inherit;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  min-height: 1em;
}

.tablesaw-bar .btn-select select {
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block;
  color: transparent;
}

.tablesaw-bar .btn select option {
  background: #fff;
  color: #000;
  font-family: sans-serif;
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
  color: #4d4d4d;
  padding-right: 2.5em;
  min-width: 7.25em;
  text-align: left;
  text-indent: 0;
}

.ie-lte8 .tablesaw-bar .btn-select {
  min-width: 6.1em;
}

.tablesaw-bar .btn.btn-small,
.tablesaw-bar .btn.btn-micro {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 0;
}

.tablesaw-bar .btn.btn-small {
  font-size: 1.0625em;
  line-height: 19px;
  padding: .3em 1em .3em 1em;
}

.tablesaw-bar .btn.btn-micro {
  font-size: .8125em;
  padding: .4em .7em .25em .7em;
}

.tablesaw-enhanced .tablesaw-bar .btn-select {
  text-align: left;
}

.tablesaw-bar .btn-select:after {
  background: #e5e5e5;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 2px rgba(255, 255, 255, 0.25);
  box-shadow: 0 2px 2px rgba(255, 255, 255, 0.25);
  content: " ";
  display: block;
  position: absolute;
}

.tablesaw-bar .btn-select.btn-small,
.tablesaw-bar .btn-select.btn-micro {
  padding-right: 1.5em;
}

.tablesaw-bar .btn-select:after {
  background: none;
  background-repeat: no-repeat;
  background-position: .25em .45em;
  content: "\25bc";
  font-size: .55em;
  padding-top: 1.2em;
  padding-left: 1em;
  left: auto;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 1.8em;
}

.tablesaw-bar .btn-select.btn-small:after,
.tablesaw-bar .btn-select.btn-micro:after {
  width: 1.2em;
  font-size: .5em;
  padding-top: 1em;
  padding-right: .5em;
  line-height: 1.65;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-left-width: 0;
}

/* Column navigation buttons for swipe and columntoggle tables */
.tablesaw-advance .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: 0 1px 0 #fff;
  border-radius: .25em;
}

.tablesaw-advance .btn.btn-micro {
  font-size: .8125em;
  padding: .3em .7em .25em .7em;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
  display: inline-block;
  overflow: hidden;
  width: 1.8em;
  height: 1.9em;
  background: none;
  border-radius: 0px;
  margin-left: .5em;
  position: relative;
  min-width: 0px !important;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  content: "\0020";
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333333;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #333333;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  top: .45em;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
  left: .6em;
  border-right: 5px solid #333333;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  left: .7em;
  border-left: 5px solid #333333;
}

.tablesaw-advance a.tablesaw-nav-btn.disabled {
  opacity: .25;
  filter: alpha(opacity=25);
  cursor: default;
  pointer-events: none;
}

/* Table Toolbar */
.tablesaw-bar {
  clear: both;
  font-family: sans-serif;
}

.tablesaw-toolbar {
  font-size: .875em;
  float: left;
}

.tablesaw-toolbar label {
  padding: .5em 0;
  clear: both;
  display: block;
  color: #888;
  margin-right: .5em;
  text-transform: uppercase;
}

.tablesaw-bar .btn,
.tablesaw-enhanced .tablesaw-bar .btn {
  margin-top: .5em;
  margin-bottom: .5em;
}

.tablesaw-bar .btn-select,
.tablesaw-enhanced .tablesaw-bar .btn-select {
  margin-bottom: 0;
}

.tablesaw-bar .tablesaw-toolbar .btn {
  margin-left: .4em;
  margin-top: 0;
  text-transform: uppercase;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  font-family: sans-serif;
  font-size: 1em;
  padding-left: .3em;
}

.tablesaw-bar .tablesaw-toolbar .btn-select {
  min-width: 0;
}

.tablesaw-bar .tablesaw-toolbar .btn-select:after {
  padding-top: .9em;
}

.tablesaw-bar .tablesaw-toolbar select {
  color: #888;
  text-transform: none;
  background: transparent;
}

.tablesaw-toolbar ~ table {
  clear: both;
}

.tablesaw-toolbar .a11y-sm {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

@media (min-width: 24em) {
  .tablesaw-toolbar .a11y-sm {
    clip: none;
    height: auto;
    width: auto;
    position: static;
    overflow: visible;
  }
}

/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }
  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block;
  }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
  }
  .tablesaw-cell-label {
    display: block;
  }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}

@media (max-width: 39.9375em) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none;
  }
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%;
  }
  .tablesaw-cell-label {
    vertical-align: top;
  }
  .tablesaw-cell-content {
    max-width: 58%;
    display: inline-block;
  }
  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none;
  }
}

/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row;
  }
  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }
  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}

.tablesaw-fix-persist {
  table-layout: fixed;
}

@media only all {
  /* Unchecked manually: Always hide */
  .tablesaw-swipe th.tablesaw-cell-hidden,
  .tablesaw-swipe td.tablesaw-cell-hidden {
    display: none;
  }
}

.btn.tablesaw-columntoggle-btn span {
  text-indent: -9999px;
  display: inline-block;
}

.tablesaw-columntoggle-btnwrap {
  position: relative;
  /* for dialog positioning */
}

.tablesaw-columntoggle-btnwrap .dialog-content {
  padding: .5em;
}

.tablesaw-columntoggle tbody td {
  line-height: 1.5;
}

/* Remove top/bottom margins around the fieldcontain on check list */
.tablesaw-columntoggle-popup {
  display: none;
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
  display: block;
  position: absolute;
  top: 2em;
  right: 0;
  background-color: #fff;
  padding: .5em .8em;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 1px 2px #ccc;
  border-radius: .2em;
  z-index: 1;
}

.tablesaw-columntoggle-popup fieldset {
  margin: 0;
}

/* Hide all prioritized columns by default */
@media only all {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6,
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5,
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4,
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3,
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2,
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: none;
  }
}

.tablesaw-columntoggle-btnwrap .dialog-content {
  top: 0 !important;
  right: 1em;
  left: auto !important;
  width: 12em;
  max-width: 18em;
  margin: -.5em auto 0;
}

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
  outline-style: none;
}

/* Preset breakpoints if "" class added to table */
/* Show priority 1 at 320px (20em x 16px) */
@media (min-width: 20em) {
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: table-cell;
  }
}

/* Show priority 2 at 480px (30em x 16px) */
@media (min-width: 30em) {
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2 {
    display: table-cell;
  }
}

/* Show priority 3 at 640px (40em x 16px) */
@media (min-width: 40em) {
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3 {
    display: table-cell;
  }
  .tablesaw-columntoggle tbody td {
    line-height: 2;
  }
}

/* Show priority 4 at 800px (50em x 16px) */
@media (min-width: 50em) {
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4 {
    display: table-cell;
  }
}

/* Show priority 5 at 960px (60em x 16px) */
@media (min-width: 60em) {
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5 {
    display: table-cell;
  }
}

/* Show priority 6 at 1,120px (70em x 16px) */
@media (min-width: 70em) {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6 {
    display: table-cell;
  }
}

@media only all {
  /* Unchecked manually: Always hide */
  .tablesaw-columntoggle th.tablesaw-cell-hidden,
  .tablesaw-columntoggle td.tablesaw-cell-hidden {
    display: none;
  }
  /* Checked manually: Always show */
  .tablesaw-columntoggle th.tablesaw-cell-visible,
  .tablesaw-columntoggle td.tablesaw-cell-visible {
    display: table-cell;
  }
}

.tablesaw-columntoggle-popup .btn-group > label {
  display: block;
  padding: .2em 0;
  white-space: nowrap;
}

.tablesaw-columntoggle-popup .btn-group > label input {
  margin-right: .8em;
}

.tablesaw-sortable,
.tablesaw-sortable thead,
.tablesaw-sortable thead tr,
.tablesaw-sortable thead tr th {
  position: relative;
}

.tablesaw-sortable thead tr th {
  padding-right: 1.6em;
  vertical-align: top;
}

.tablesaw-sortable th.tablesaw-sortable-head,
.tablesaw-sortable tr:first-child th.tablesaw-sortable-head {
  padding: 0;
}

.tablesaw-sortable th.tablesaw-sortable-head button {
  padding-top: .9em;
  padding-bottom: .7em;
  padding-left: .6em;
  padding-right: 1.6em;
}

.tablesaw-sortable .tablesaw-sortable-head button {
  min-width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  font: inherit;
  text-transform: inherit;
  position: relative;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  width: 7px;
  height: 10px;
  content: "\0020";
  position: absolute;
  right: .5em;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
  content: "↑";
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  content: "↓";
}

.tablesaw-sortable .not-applicable:after {
  content: "--";
  display: block;
}

.tablesaw-sortable .not-applicable span {
  display: none;
}

.tablesaw-advance {
  float: right;
}

.tablesaw-advance.minimap {
  margin-right: .4em;
}

.tablesaw-advance-dots {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tablesaw-advance-dots li {
  display: table-cell;
  margin: 0;
  padding: .4em .2em;
}

.tablesaw-advance-dots li i {
  width: .25em;
  height: .25em;
  background: #555;
  border-radius: 100%;
  display: inline-block;
}

.tablesaw-advance-dots-hide {
  opacity: .25;
  filter: alpha(opacity=25);
  cursor: default;
  pointer-events: none;
}

ul.breadcrumbs li {
  /* #D37A71; #E8BAB5;  */
}

ul.breadcrumbs li .hdi-home, ul.breadcrumbs li a.hdi-home {
  display: inline-block;
  background-color: #008b91;
  padding: 3px 5px;
  position: relative;
  margin-top: -3px;
  color: #fff;
}

ul.breadcrumbs li a:hover .hdi-home {
  text-decoration: underline;
}

.hdi-content-nav .hdi-content-nav__prev {
  width: 45%;
  float: left;
  zoom: 1;
  padding: 20px 0 35px 35px;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .hdi-content-nav .hdi-content-nav__prev {
    width: 100%;
    float: none;
    padding: 20px;
  }
}

.hdi-content-nav .hdi-content-nav__next {
  width: 45%;
  float: right;
  zoom: 1;
  padding: 20px 35px 35px 0;
  box-sizing: border-box;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .hdi-content-nav .hdi-content-nav__next {
    width: 100%;
    float: none;
    padding: 20px;
  }
}

.hdi-content-nav .fa {
  font-size: 22px;
  position: relative;
  top: 3px;
}

.hdi-content-nav .hdi-content-nav__next .btn,
.hdi-content-nav .hdi-content-nav__prev .btn {
  background-color: #666;
  font-size: 12px;
  line-height: 42px;
  height: auto;
}

/* Std Images (x4) */
@media only screen and (max-width: 767px) {
  .quarter-width-right, .quarter-width-left {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .quarter-width-right {
    margin-left: 0px;
  }
  .quarter-width-left {
    margin-right: 0px;
  }
}

@media only screen and (min-width: 515px) {
  .quarter-width-right, .quarter-width-left {
    width: 48%;
  }
  .quarter-width-right {
    float: right;
    margin: 0 0 15px 15px;
  }
  .quarter-width-left {
    float: left;
    margin: 0 15px 15px 0;
  }
}

@media only screen and (min-width: 768px) {
  .quarter-width-right, .quarter-width-left {
    width: 24%;
  }
}

@media only screen and (min-width: 768px) {
  /*.text-wrap-right-quarter,
    .text-wrap-left-quarter {
        width: 74%;
    }*/
  /* .text-wrap-right-half,
    .text-wrap-left-half {
        width: 49%;
    }*/
  /*.text-wrap-right-quarter,
    .text-wrap-right-half {
        float: right;
    }*/
  /*.text-wrap-left-quarter,
    .text-wrap-left-half {
        float: left;
    }*/
}

@media only screen and (max-width: 1023px) {
  .text-wrap-right-half,
  .text-wrap-left-half {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .image-left-box {
    margin-right: 30px;
    float: left;
  }
}

/** 
* Sectional colour
* Nine sectional colours are defined
*/
.menu-support .support-title {
  color: #333333;
}

@media only screen and (min-width: 768px) {
  .menu-support > p.support-title.half {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .support-column .support-title {
    background-color: #D9D9D9 !important;
  }
  /* 
	.support-column .menu-title , .support-column > ul > li > a {
		background-color: #E0E0E0 !important;
	 }
	*/
  .navigation .menu .support-column ul li ul {
    margin-top: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .navigation > li.hover_intent > a {
    color: #fff;
  }
  .navigation > li:nth-child(2).hover_intent > a {
    background-color: #008542;
    border-color: #008542;
  }
  .navigation > li:nth-child(2).hover_intent .support-title.half a, .navigation > li:nth-child(2).hover_intent .sub-nav-menu-header {
    border-bottom: 3px solid #008542;
  }
  .navigation > li:nth-child(3).hover_intent > a {
    background-color: #0572a8;
    border-color: #0572a8;
  }
  .navigation > li:nth-child(3).hover_intent .support-title.half a, .navigation > li:nth-child(3).hover_intent .sub-nav-menu-header {
    border-bottom: 3px solid #0572a8;
  }
  .navigation > li:nth-child(4).hover_intent > a {
    background-color: #bd4f19;
    border-color: #bd4f19;
  }
  .navigation > li:nth-child(4).hover_intent .support-title.half a, .navigation > li:nth-child(4).hover_intent .sub-nav-menu-header {
    border-bottom: 3px solid #bd4f19;
  }
  .navigation > li:nth-child(5).hover_intent > a {
    background-color: #0c4987;
    border-color: #0c4987;
  }
  .navigation > li:nth-child(5).hover_intent .support-title.half a, .navigation > li:nth-child(5).hover_intent .sub-nav-menu-header {
    border-bottom: 3px solid #0c4987;
  }
  .navigation > li:nth-child(6).hover_intent > a {
    background-color: #6a7f10;
    border-color: #6a7f10;
  }
  .navigation > li:nth-child(6).hover_intent .support-title.half a, .navigation > li:nth-child(6).hover_intent .sub-nav-menu-header {
    border-bottom: 3px solid #6a7f10;
  }
  .navigation > li:nth-child(7).hover_intent > a {
    background-color: #d06f1a;
    border-color: #d06f1a;
  }
  .navigation > li:nth-child(7).hover_intent .support-title.half a, .navigation > li:nth-child(7).hover_intent .sub-nav-menu-header {
    border-bottom: 3px solid #d06f1a;
  }
  .navigation > li:nth-child(8).hover_intent > a {
    background-color: #e60505;
    border-color: #e60505;
  }
  .navigation > li:nth-child(8).hover_intent .support-title.half a, .navigation > li:nth-child(8).hover_intent .sub-nav-menu-header {
    border-bottom: 3px solid #e60505;
  }
  .navigation > li:nth-child(9).hover_intent > a {
    background-color: #6e757a;
    border-color: #6e757a;
  }
  .navigation > li:nth-child(9).hover_intent .support-title.half a, .navigation > li:nth-child(9).hover_intent .sub-nav-menu-header {
    border-bottom: 3px solid #6e757a;
  }
  .navigation > li:nth-child(10).hover_intent > a {
    background-color: #006B6E;
    border-color: #006B6E;
  }
  .navigation > li:nth-child(10).hover_intent .support-title.half a, .navigation > li:nth-child(10).hover_intent .sub-nav-menu-header {
    border-bottom: 3px solid #006B6E;
  }
  .navigation .menu {
    border-top: 8px solid #bbb;
    border-bottom: 3px solid #bbb;
  }
  .navigation .menu li a .fa {
    font-size: 1.8rem;
    margin-right: 5px;
  }
}

.navigation li.online-system-mobile {
  background-color: #4d4d4d;
  display: none;
}

.navigation li.online-system-mobile a {
  background-color: #4d4d4d;
}

.navigation li.online-system-mobile a:before {
  background-color: #4d4d4d;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .navigation li.online-system-mobile {
    display: block;
  }
}

.navigation .menu .sub-nav-menu .menu-title {
  font: 700 13px/18px "Arimo", "Arial", "Helvetica Neue", Helvetica, sans-serif;
}

@media only screen and (min-width: 768px) {
  .navigation .menu .sub-nav-menu .extra-margin {
    margin-bottom: 20px;
  }
}

.navigation .menu .sub-nav-menu .sub-nav-menu-header .sub-nav-menu-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  .navigation .menu .sub-nav-menu .sub-nav-menu-header {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .navigation .menu .menu-support .support-column .menu-section a.extra-margin {
    margin-bottom: 20px;
  }
}

.navigation .menu .support-column .menu-title {
  font-weight: 700;
  /* 
				@include mediaquery-tablet		{	margin-top:6px;		}
				li:first-child > &				{	margin-top:0px;		}
				*/
}

@media only screen and (max-width: 767px) {
  .navigation .menu .support-column .menu-title {
    font-weight: normal;
  }
}

.navigation .menu .support-column .menu-title a {
  padding: 0px;
}

@media only screen and (max-width: 767px) {
  .navigation .menu .support-column .menu-title.with-link {
    padding: 0px;
    border-top: 0px;
  }
}

.navigation .menu .support-column ul li {
  padding: 10px 25px;
}

@media only screen and (max-width: 767px) {
  .navigation .menu .support-column ul li {
    padding: 0px;
  }
}

.navigation .menu .support-column ul li a {
  padding: 0px;
}

@media only screen and (max-width: 767px) {
  .navigation .menu .support-column ul li a {
    padding: 15px 25px;
    background: #c0c0c0;
    color: #000000;
    border-top: 1px solid #e0e0e0;
  }
}

.navigation .menu .support-column ul li a .toggle-icon {
  top: -5px;
}

@media only screen and (min-width: 768px) {
  .navigation .menu .support-column ul li ul {
    margin-top: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .navigation .menu .support-column ul li ul {
    margin-top: 0px;
  }
}

.navigation .menu .support-column ul li ul li {
  padding: 5px 0px;
}

@media only screen and (max-width: 767px) {
  .navigation .menu .support-column ul li ul li {
    padding: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .navigation .menu .support-column ul li ul li a {
    background-color: #d5d5d5;
  }
}

@media only screen and (max-width: 767px) {
  .navigation .menu .support-column ul li ul li ul li a {
    background-color: #f0f0f0;
  }
}

@media only screen and (max-width: 767px) {
  .navigation .menu .support-column ul li ul li ul li ul li a {
    background-color: #fafafa;
  }
}

@media only screen and (min-width: 768px) {
  .navigation .menu .support-column li.menu-section {
    padding: 0 25px;
  }
}

.navigation .menu .support-column li.menu-section > ul {
  margin: 0 0 0 0;
  padding: 0;
}

.navigation .menu .support-column .mobile-only {
  display: none;
}

@media only screen and (max-width: 767px) {
  .navigation .menu .support-column .mobile-only {
    display: block;
  }
}

.navigation .menu .sub-nav-menu {
  padding: 50px 4.76190%;
  margin: 0px;
}

.navigation .menu .menu-support {
  padding: 40px 0px;
  margin: 0px;
}

.navigation .menu .content-support {
  padding: 40px 2.38905% 40px 3.96825%;
  background-color: #f0f0f0;
  margin: 0px;
  border-left: none;
}

.navigation .menu .content-support .support-title {
  border-top: none;
  margin-top: 0px;
}

.navigation .menu .content-support .support-title:first-child {
  margin-top: 1em;
}

.navigation .menu .support-menu-border {
  border-top: 1px solid #e0e0e0;
  display: block;
  height: 1px;
  margin: 10px 0px;
}

@media only screen and (min-width: 768px) {
  .navigation .menu ul li > ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .menu ul li > ul > li a {
    background: none;
    border-top: none;
  }
}

@media only screen and (min-width: 1024px) {
  .navigation .menu ul li > ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .menu ul li > ul > li a {
    background: none;
    border-top: none;
  }
}

@media only screen and (min-width: 768px) {
  .navigation .menu ul li > ul > ul {
    display: block;
    padding-left: 30px;
  }
  .navigation .menu ul li > ul > ul > li a {
    background: none;
    border-top: none;
  }
}

@media only screen and (min-width: 1024px) {
  .navigation .menu ul li > ul > ul {
    display: block;
    padding-left: 30px;
  }
  .navigation .menu ul li > ul > ul > li a {
    background: none;
    border-top: none;
  }
}

@media only screen and (min-width: 768px) {
  .navigation .menu ul li > ul > ul > ul {
    display: block;
    padding-left: 5px;
  }
  .navigation .menu ul li > ul > ul > ul > li a {
    background: none;
    border-top: none;
  }
}

@media only screen and (min-width: 1024px) {
  .navigation .menu ul li > ul > ul > ul {
    display: block;
    padding-left: 5px;
  }
  .navigation .menu ul li > ul > ul > ul > li a {
    background: none;
    border-top: none;
  }
}

.navigation .menu a.table {
  display: table;
}

.navigation .menu a.table .fa {
  display: table-cell;
  margin-right: 0px;
  padding-right: 5px;
}

.navigation .menu ul li > ul.no-indent {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .navigation > li > a {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .navigation > li > a {
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) {
  .navigation > li > a {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .menu-support .support-title.half:nth-child(2n+0) {
    margin-right: 0% !important;
    margin-left: 5%;
  }
  .menu-support .support-column:nth-child(2n+1) {
    padding-right: 0% !important;
    padding-left: 5%;
  }
  .navigation .menu .support-column ul li {
    padding: 10px 0px;
  }
  .navigation .menu .support-column ul li .top-padding-mm {
    padding-top: 20px;
  }
}

.support-title.half {
  width: 45.000%;
  margin-right: 5.000%;
  float: left;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .support-title.half {
    display: none;
  }
}

.support-title.mobile {
  color: #000000;
  padding: 15px 25px;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  border-top: 1px solid #e0e0e0;
}

@media only screen and (max-width: 767px) {
  .support-title.mobile {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .support-title.mobile {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .support-title.mobile {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .navigation .menu .sub-nav-menu {
    padding: 0px;
    margin: 0px;
  }
  .navigation .menu .menu-support {
    padding: 0px;
    margin: 0px;
  }
}

body main#content .text-wrapper p {
  font-size: 15px;
}

body main#content .text-wrapper ul li,
body main#content .text-wrapper ol li {
  font-size: 15px;
}

body main#content .on-page-navigation li {
  font-size: 15px;
}

body main#content table.tablesaw th,
body main#content table.tablesaw td {
  font-size: 15px;
}

body main#content blockquote {
  font-size: 17px;
}

body main#content .force-font {
  font-family: sans-serif;
}

@media only screen and (min-width: 1024px) {
  .resource-map .map-content {
    padding: 0px 0px;
  }
}

@media only screen and (min-width: 768px) {
  .resource-map .map-content {
    padding: 0px 0px;
  }
  .map-legend .map-legend-header.active h2:after {
    background-position: -130px -60px;
  }
  .map-legend h2 {
    font: 15px/2 "Arimo", "Arial", "Helvetica Neue", Helvetica, sans-serif;
    margin: 0;
    background: #e0e0e0;
    color: #333333;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 12px 15px 20px;
  }
  /* .map-legend h2:after {
    display: block;
    background: url(/site-assets/site.resource/images/sprites.png) no-repeat;
    background-position: 0 0;
    background-color: none;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    content: '';
  }*/
  .map-legend h2:after {
    float: right;
    background-position: -181px -60px;
    margin-left: 7px;
  }
  /*.map-legend h2:hover,
  .map-legend h2:focus {
    background-color: #d3d3d3;
    cursor: pointer;
  }*/
  .map-legend h2 a {
    color: #333333;
    text-decoration: none;
  }
  .map-legend-container {
    zoom: 1;
  }
}

.resource-map .map-content-home {
  padding: 10px 20px;
}

#legendControl {
  padding: 10px;
  font: 12px "Arimo", "Arial", "Helvetica Neue", Helvetica, sans-serif;
  line-height: 12px;
  color: #333333;
}

#legendControl table td {
  padding: 0px 5px 5px 0px;
  vertical-align: top;
}

#legendControl table td img {
  max-width: auto;
  width: 21px;
}

.resource-map .gm-style-iw {
  height: auto !important;
}

@media print {
  .main-body > header:before {
    background: #fff;
  }
  .quick-links,
  .quick-slider > ul > li .slide-body,
  .home .latest-news .latest-news-container {
    display: block;
  }
  .quicklinks-links {
    border: none;
  }
  .main-body {
    margin: 0px;
  }
  .recently-viewed {
    display: none;
  }
  .feature-page .feature-container .feature-description {
    height: auto;
  }
  .feature-page .feature-container {
    padding-bottom: 0px;
  }
  .feature-container .view-more {
    display: inline;
  }
  .feature-page a[href]:after,
  .listing-container .listing-item a[href]:after {
    padding-left: 20px;
  }
  .listing-more {
    float: none;
  }
  .feature-page .feature-image {
    display: none;
  }
  .content-action {
    display: block;
  }
  .content-action .content-action-btn a {
    border: 1px solid #666;
  }
  .embedded-listing .document-result-embd {
    display: block !important;
  }
  .more-docs-button {
    display: none !important;
  }
  .document-overview .document-image img {
    display: none;
  }
  .content .document-overview.internal-variant .document-container .document-description {
    height: auto;
  }
  .document-overview a[href]:after {
    padding-left: 10px;
  }
  .online-systems-container li {
    padding-bottom: 20px;
  }
  .online-systems-container .system-icon {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin-top: 10px;
  }
  .online-systems-container .system-description {
    display: block;
    text-decoration: none;
  }
  .online-systems-container .system-about, .online-systems-container .system-access {
    display: block;
  }
  .media-follow, .media-video, .statements, .media-events {
    width: 100%;
  }
  .subscribe-to .icon-rss,
  .subscribe-to .icon-email {
    font-size: 15px;
  }
  .row .document-overview.media-publications.half-width,
  .row .document-overview.media-publications.half-width ul li,
  .row .document-overview.media-publications ul li {
    width: 100%;
  }
  .document-overview .card-publication .document-container {
    padding-bottom: 0px;
  }
  .accordion li .accordion-body {
    display: block;
  }
  .process-content .accordion li {
    display: block !important;
  }
  .noMatchingSubCats {
    display: none !important;
  }
  .filter .filter-header,
  .filter .filter-container {
    display: none !important;
  }
  .process-navigation h2 {
    display: none;
  }
}

/* #832b1d #b15151 #006B6E */
.header--decoration {
  background-image: linear-gradient(-90deg, #a12a1d 0, #a12a1d 20%, #006b6e 20%, #006b6e 80%, #45415d 80%, #45415d 100%);
  border: 0;
  height: 6px;
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  z-index: 3000;
}

a.header--gov-s {
  background-color: #008b91;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  a.header--gov-s {
    background-color: #00a6ab;
  }
}

.skipmenu a.skip-content {
  color: #fff;
}

.quick-links .quick-slider > ul > li .slide-content {
  padding: 0px;
  margin: 13px 0px 0px 0px;
  width: 100%;
}

.quick-search {
  margin: 10px 13px 15px 13px;
  /* adds spacing arond the Payment Number grey box */
  padding: 10px 20px 3px 20px;
  background-color: #ccc;
  /*  was #bbb Applies the BG colour around Payment Number */
}

#index-payment-form {
  display: block;
}

#index-payment-form .index-payment-label {
  display: inline-block;
}

#index-payment-form .payment-number-description {
  margin-bottom: 0px;
}

#index-payment-form #invoice-search {
  height: 40px;
  min-height: 40px;
  padding: 0px 0px 0px 10px;
  font-size: 15px;
  line-height: 15px;
  width: 50%;
  margin-top: 10px;
}

#index-payment-form .button-form-submit {
  height: 38px !important;
  min-height: 38px;
  font-size: 15px;
  line-height: 15px;
  width: 45%;
  margin-top: 8px;
}

.quicklinks-links {
  margin: 0 30px;
}

p.quicklinks-links:first-of-type {
  padding-top: 0px;
}

p.quicklinks-links:last-of-type {
  margin-bottom: 20px;
}

.quick-slider > ul > li .slide-body {
  padding: 0px;
}

.quick-slider > ul > li {
  background-color: #eaeaea;
}

.slide-content .quicklinks-links {
  padding-bottom: 10px;
  /* override dmp.extend.css */
}

/* tooltip - start */
.helptooltip + .tooltip > .tooltip-inner {
  background-color: #333;
  color: #fff;
  padding: 10px;
}

.helptooltip {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  cursor: pointer;
}

.helptooltip:hover {
  color: #6e2419;
}

.infotooltip {
  margin-right: 10px;
  color: #cc0000;
}

/* tooltip - end */
/* tooltip popup custom - start */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Arimo, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 220px;
  padding: 6px 12px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}

/* tooltip popup custom - end */
@media only screen and (max-width: 768px) {
  #index-payment-form #invoice-search,
  #index-payment-form .button-form-submit {
    width: 100%;
  }
  .quick-slider > ul > li .slide-content {
    width: 100%;
  }
  .quick-search {
    padding: 10px 20px 20px 20px;
    /* fix in mobile to add extra padding */
  }
}

#index-payment-form button[type="submit"].button-form-submit {
  background-color: #A12A1D;
}

.hero-img-carousel .caption {
  font-size: 35px;
  line-height: 39px;
}

.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border-bottom: 1px solid #fff;
  background: #fff;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  -webkit-transform: translatez(0);
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager-item {
  display: inline-block;
  vertical-align: bottom;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) 0 -32px no-repeat;
}

.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) -43px -32px no-repeat;
}

.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus, .bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus, .bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.bx-controls {
  margin-top: -50px;
}

@media only screen and (min-width: 768px) {
  .promotion-image .caption {
    background: rgba(30, 30, 30, 0.4);
    padding: 8px 15px;
  }
}

.accordion--content.offscreen {
  clip: rect(1px 1px 1px 1px);
  /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  /* added line */
  width: 1px;
}

.accordion--content.offscreen:focus {
  position: relative;
  clip: auto;
  width: auto;
  height: auto;
  overflow: auto;
}

.accordion--title {
  padding: 10px 15px 10px 15px;
  font-size: 1.9rem;
  display: block;
  color: #000;
  background-color: #e0e0e0;
  cursor: pointer;
}

.accordion--trigger {
  background: url(../../images/sprites.png) no-repeat;
  background-position: -130px -65px;
  text-indent: -9999px;
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  float: right;
}

.accordion--trigger.offscreen {
  background-position: -180px -65px;
}

.accordion--container {
  background-color: #fff;
  border: #e0e0e0 solid;
  margin-bottom: 7px;
}

.accordion--content {
  padding: 5px 20px 10px 20px;
}

.attach-indicator {
  display: none;
}

.attached-content .attach-indicator {
  display: inline;
}

h2 + .accordion--container {
  margin-top: 15px;
}
.block-yellow {
  display: block;
  padding: 10px 20px;
  margin: 10px;
  background-color: #FEDF8F;
}
