@charset "UTF-8";
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
 
 /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100000000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 15px;
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
}

#modal-text { z-index: 0; padding: 25px;}

/* The Close Button */
.modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    z-index: 1;
}

.modal-close:hover,
.modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("https://maps.nls.uk/design-assets/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("https://maps.nls.uk/design-assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("https://maps.nls.uk/design-assets/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("https://maps.nls.uk/design-assets/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("https://maps.nls.uk/design-assets/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("https://maps.nls.uk/design-assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter
	background: url('https://maps.nls.uk/img/twitter-logo-white.png');
}

.fa-twitter:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: 'Montserrat';
  src: url("https://maps.nls.uk/design-assets/fonts/Montserrat_Ultralight.woff2") format("woff2"), url("https://maps.nls.uk/design-assets/fonts/Montserrat_Ultralight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("https://maps.nls.uk/design-assets/fonts/Montserrat_Light.woff2") format("woff2"), url("https://maps.nls.uk/design-assets/fonts/Montserrat_Light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}


@font-face{font-display:swap;font-family:AtkinsonHyperLegible;font-stretch:normal;font-style:normal;font-weight:300;src:url(/assets/fonts/AtkinsonHyperlegibleNext-Light.woff2) format("woff2")}

@font-face{font-display:swap;font-family:AtkinsonHyperLegible;font-stretch:normal;font-style:italic;font-weight:300;src:url(/assets/fonts/AtkinsonHyperlegibleNext-Light.woff2) format("woff2")}

@font-face{font-display:swap;font-family:AtkinsonHyperLegible;font-stretch:normal;font-style:normal;font-weight:400;src:url(/assets/fonts/AtkinsonHyperlegibleNext-Regular.woff2) format("woff2")}

@font-face{font-display:swap;font-family:AtkinsonHyperLegible;font-stretch:normal;font-style:normal;font-weight:600;src:url(/assets/fonts/AtkinsonHyperlegibleNext-SemiBold.woff2) format("woff2")}

@font-face{font-display:swap;font-family:"DMSerifDisplay";font-stretch:normal;font-style:normal;font-weight:400;src:url(/assets/fonts/-nFnOHM81r4j6k0gjAW3mujVU2B2G_5x0vrx52jJ3Q.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}

@font-face{font-display:swap;font-family:"DMSerifDisplay";font-stretch:normal;font-style:normal;font-weight:400;src:url(/assets/fonts/-nFnOHM81r4j6k0gjAW3mujVU2B2G_Bx0vrx52g.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}

@font-face{font-display:swap;font-family:"DM Serif Display";font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/dmserifdisplay/v15/-nFnOHM81r4j6k0gjAW3mujVU2B2G_5x0vrx52jJ3Q.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}body,button,input,select,textarea{font-family:var(--font-family-default);font-weight:var(--light-weight)}

html {
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden !important;
  background-image: url(../img/pattern-bg.jpg);
  background-size: 100%;
}

body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  background-color: #fff;
  font-family: AtkinsonHyperLegible;
  color: #323232;
}



* {
  box-sizing: border-box;
}

.figure {
  position: relative;
}

.figure .figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  height: auto;
  top: auto;
  bottom: 0;
  background-color: rgba(19, 23, 84, 0.8);
  color: #fff;
  padding: 0.4375rem 0.625rem 1.25rem;
  font-size: 0.6875rem;
  font-weight: 300;
}

img {
  display: block;
//  max-width: 100%;
  border: 0;
}

a {
  text-decoration: none;
  color: #faf2f8;
 // border-bottom: 0.0625rem solid #131754;
}

a:hover, a:focus, a:active {
  color: #0a0c2a;
  border-bottom-color: #0a0c2a;
}

@media only screen and (max-width: 48em) {
  body {
    font-size: 14px;
  }
}

@media only screen and (max-width: 37.5em) {
  body {
    font-size: 12px;
  }
}

//.row {
// max-width: 75rem;
//  margin: auto;
//  position: relative;
//  -webkit-flex-wrap: wrap;
//  flex-wrap: wrap;
//}

.row:before, .row:after {
  content: "";
  display: table;
  clear: both;
}

.row:after, .row:before {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  clear: both;
}

.row.extended .row {
  margin: 0 -0.625rem;
}

.columns {
  padding: 0 0.625rem;
  float: left;
}

.columns.left {
  float: left;
}

.columns.right {
  float: right;
}

.small-12 {
  width: 100%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-8 {
  width: 66.667%;
}

.small-7 {
  width: 58.333%;
}

.small-6 {
  width: 50%;
}

.small-5 {
  width: 41.66666667%;
}

.small-4 {
  width: 33.333%;
}

.small-3 {
  width: 25%;
}

.small-2 {
  width: 16.66667%;
}

.small-1 {
  width: 8.3333333333%;
}

.small-offset-1 {
  margin-left: 8.33333333%;
}

@media only screen and (min-width: 37.5em) {
  .columns {
    padding: 0 0.625rem;
  }
  .row.extended .row {
    margin: 0 -1.875rem;
    max-width: none;
    width: auto;
  }
  .row.extended .row:before, .row.extended .row:after {
    clear: none;
  }
  .row.extended .columns {
    padding: 0 1.25rem;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-8 {
    width: 66.667%;
  }
  .medium-7 {
    width: 58.333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-5 {
    width: 41.66666667%;
  }
  .medium-4 {
    width: 33.333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-offset-1 {
    margin-left: 8.33333333%;
  }
}

@media only screen and (min-width: 48.0625em) {
  .large-12 {
    width: 100%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-8 {
    width: 66.667%;
  }
  .large-7 {
    width: 58.333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-5 {
    width: 41.66666667%;
  }
  .large-4 {
    width: 33.333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-offset-1 {
    margin-left: 8.33333333%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-8 {
    width: 66.667%;
  }
  .xlarge-7 {
    width: 58.333%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-5 {
    width: 41.66666667%;
  }
  .xlarge-4 {
    width: 33.333%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-2 {
    width: 16.66667%;
  }
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-offset-1 {
    margin-left: 8.33333333%;
  }
}

.main-wrapper {
  position: relative;
  padding-top: 8.3125rem;
  background-color: white !important;
}

.main-wrapper > .section {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.main-wrapper .spacer {
  height: 1.875rem;
}

.main-wrapper.bg-gradient {
  background-image: url("../img/map-bg-solid-light-blue.jpg");
  background-size: 100%;
  background-repeat: repeat-y;
}

.main-wrapper.default {
  background-image: none;
  background-color: #fff;
}

.section {
  width: 100%;
  position: relative;
}


.section:not(.default) {
  background-image: url("../img/map-bg-solid-light-blue.jpg");
}

.section:not(.default):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.section.padded {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.section.padded.large {
  padding-bottom: 1.875rem;
}

.section.solid-bg:before {
  background-color: #bce5fd;
}

.section.lighter:before {
  background-color: rgba(3, 123, 193, 0.2);
}

.section.lighter.solid-bg:before {
  background-color: #bce5fd;
}

.section.light:before {
  background-color: rgba(3, 123, 193, 0.5);
}

.section.light.solid-bg:before {
  background-color: #77c2ee;
}

.section.medium:before {
  background-color: rgba(3, 123, 193, 0.65);
}

.section.medium.solid-bg:before {
  background-color: #4296d8;
}

.section.dark, .section.dark.solid-bg:before {
  background-color: #c3c2c1;
}

.section.section-spacer {
  height: 0;
  padding: 0 0 6.25rem;
  background: none;
}

.sidebar {
  margin-bottom: 1.25rem;
}

h1.heading-style-6, h2.heading-style-6, h3.heading-style-6, h4.heading-style-6, h5.heading-style-6, h6.heading-style-6 {
  font-size: 1.125rem;
}

.sidebar .text-link, .sidebar .page-menu-bar li.active .heading-style-6 {

  width: 100%;
  max-width: 18.75rem;
  background-color: #037bc1;
  text-decoration: none;
}



.text-link a, .text-link-additions a {
	text-decoration: none;
}

.text-link span a, .text-link-additions span a {
	text-decoration: none;
}

.sidebar .text-link:hover, .sidebar .page-menu-bar li.active .heading-style-6:hover, .sidebar .text-link:focus, .sidebar .page-menu-bar li.active .heading-style-6:focus, .sidebar .text-link:active, .sidebar .page-menu-bar li.active .heading-style-6:active {

  background-color: #131754;
}


.text-link-additions a:hover {
	color: #fff;
}

.sidebar .page-menu-bar {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sidebar .page-menu-bar li {
  font-size: 0.875rem;
  margin: 0;
}

.sidebar .page-menu-bar li.active .heading-style-6 {
  color: #fff;
  background-color: #131754;
  cursor: default;
  margin: 0;
}

.sidebar .page-menu-bar li.active .heading-style-6:hover, .sidebar .page-menu-bar li.active .heading-style-6:focus, .sidebar .page-menu-bar li.active .heading-style-6:active {
  background-color: #131754 !important;
}

.main-column-wrapper.columns.right {
  padding-left: 0;
}

.main-column-wrapper.columns.left {
  padding-right: 0;
}

.show-for-large-up {
  display: none;
}

.show-for-xlarge-up {
  display: none;
}

.show-for-medium-up {
  display: none;
}

.intro-panel {
  padding: 1.25rem;
  background: -moz-linear-gradient(178deg, rgba(237, 237, 237, 0.45) 0%, rgba(237, 237, 237, 0.46) 1%, rgba(237, 237, 237, 0.9) 44%, rgba(237, 237, 237, 0.9) 99%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgba(237, 237, 237, 0.9)), color-stop(56%, rgba(237, 237, 237, 0.9)), color-stop(99%, rgba(237, 237, 237, 0.46)), color-stop(100%, rgba(237, 237, 237, 0.45)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(178deg, rgba(237, 237, 237, 0.45) 0%, rgba(237, 237, 237, 0.46) 1%, rgba(237, 237, 237, 0.9) 44%, rgba(237, 237, 237, 0.9) 99%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(178deg, rgba(237, 237, 237, 0.45) 0%, rgba(237, 237, 237, 0.46) 1%, rgba(237, 237, 237, 0.9) 44%, rgba(237, 237, 237, 0.9) 99%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(178deg, rgba(237, 237, 237, 0.45) 0%, rgba(237, 237, 237, 0.46) 1%, rgba(237, 237, 237, 0.9) 44%, rgba(237, 237, 237, 0.9) 99%);
  /* ie10+ */
  background: linear-gradient(272deg, rgba(237, 237, 237, 0.45) 0%, rgba(237, 237, 237, 0.46) 1%, rgba(237, 237, 237, 0.9) 44%, rgba(237, 237, 237, 0.9) 99%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDEDED', endColorstr='#EDEDED',GradientType=1 );
  /* ie6-9 */
  margin-bottom: 3.125rem;
}

.intro-panel a {
  color: #323232;
}

.intro-panel a:hover, .intro-panel a:focus, .intro-panel a:active {
  color: #037bc1;
  border-color: #037bc1;
}

.intro-panel h3 {
  font-size: 1.25rem;
  margin-bottom: 1.125em;
  text-transform: initial;
}

.no-scroll {
  overflow: hidden;
}

.no-padding {
  padding: 0;
}

.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

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

.left-align {
  text-align: left;
}

@media only screen and (max-width: 48em) {
  .main-column-wrapper.columns {
    padding: 0;
  }
}

@media only screen and (min-width: 30.0625em) {
  .show-for-medium-up {
    display: block;
  }
  .hide-for-medium-up {
    display: none;
  }
}

@media only screen and (min-width: 48em) {
  .flex {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-wrapper > .section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .intro-panel {
    padding: 4.375rem;
  }
  .intro-panel h3 {
    font-size: 1.625rem;
  }
  .main-wrapper .spacer {
    height: 5rem;
  }
  .section.padded {
    padding-top: 3.125rem;
  }
  .section.padded.large {
    padding-bottom: 3.75rem;
  }
  .section.section-spacer {
    padding-bottom: 10rem;
  }
  .sidebar .page-menu-bar li {
    font-size: 0.9375rem;
  }
}

@media only screen and (min-width: 48.0625em) {
  .show-for-large-up {
    display: block;
  }
  .hide-for-large-up {
    display: none;
  }
}

@media only screen and (min-width: 64em) {
  .section-spacer {
    padding-bottom: 16.25rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .show-for-xlarge-up {
    display: block;
  }
  .hide-for-xlarge-up {
    display: none;
  }
}



h1 {
  font-size: 3.625rem;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.5625rem;
}

h4 {
  font-size: 1.375rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: .3em 0 .65em;
  font-weight: 400;
//  text-transform: capitalize;
  line-height: 1.4;
  color: #131754;
}

h1.heading-style-1, h2.heading-style-1, h3.heading-style-1, h4.heading-style-1, h5.heading-style-1, h6.heading-style-1 {
  font-size: 3.625rem;
}

h1.heading-style-1-sm, h2.heading-style-1-sm, h3.heading-style-1-sm, h4.heading-style-1-sm, h5.heading-style-1-sm, h6.heading-style-1-sm {
  font-size: 2.125rem;
}

h1.heading-style-2, h2.heading-style-2, h3.heading-style-2, h4.heading-style-2, h5.heading-style-2, h6.heading-style-2 {
  font-size: 1.875rem;
}

h1.heading-style-2-sm, h2.heading-style-2-sm, h3.heading-style-2-sm, h4.heading-style-2-sm, h5.heading-style-2-sm, h6.heading-style-2-sm {
  font-size: 1.75rem;
}

h1.heading-style-2-lg, h2.heading-style-2-lg, h3.heading-style-2-lg, h4.heading-style-2-lg, h5.heading-style-2-lg, h6.heading-style-2-lg {
  font-size: 2rem;
}

h1.heading-style-3, h2.heading-style-3, h3.heading-style-3, h4.heading-style-3, h5.heading-style-3, h6.heading-style-3 {
  font-size: 1.5625rem;
}

h1.heading-style-4, h2.heading-style-4, h3.heading-style-4, h4.heading-style-4, h5.heading-style-4, h6.heading-style-4 {
  font-size: 1.375rem;
}

h1.heading-style-5, h2.heading-style-5, h3.heading-style-5, h4.heading-style-5, h5.heading-style-5, h6.heading-style-5 {
  font-size: 1.25rem;
}

h1.heading-style-6, h2.heading-style-6, h3.heading-style-6, h4.heading-style-6, h5.heading-style-6, h6.heading-style-6 {
  font-size: 1.125rem;
}

p, .paragraph-medium, legend {
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 0.9375rem;
  max-width: 100%;
}

p.paragraph-xlarge {
  font-size: 1.625rem;
  color: #131754;
}

p.paragraph-large {
  font-size: 1.125rem;
}

blockquote {
  font-size: 1.875rem;
  color: #131754;
  font-weight: 300;
  margin-left: 0;
  margin-right: 0;
}

blockquote p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  display: inline;
}

blockquote:before {
  content: "“";
}

blockquote:after {
  content: "”";
}

blockquote:before, blockquote:after {
  font-size: 180%;
  display: inline;
  vertical-align: top;
  line-height: .5;
  font-weight: 300;
}

.align-left {
  text-align: left;
}

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

@media only screen and (max-width: 48em) {
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.375rem;
  }
  h3 {
    font-size: 1.0625rem;
  }
  h4 {
    font-size: 1.1875rem;
  }
  h5 {
    font-size: 1.0625rem;
  }
  h6 {
    font-size: 0.875rem;
  }
  blockquote {
    font-size: 1.375rem;
  }
  h1.heading-style-1, h2.heading-style-1, h3.heading-style-1, h4.heading-style-1, h5.heading-style-1, h6.heading-style-1 {
    font-size: 1.75rem;
  }
  h1.heading-style-1-sm, h2.heading-style-1-sm, h3.heading-style-1-sm, h4.heading-style-1-sm, h5.heading-style-1-sm, h6.heading-style-1-sm {
    font-size: 1.75rem;
  }
  h1.heading-style-2, h2.heading-style-2, h3.heading-style-2, h4.heading-style-2, h5.heading-style-2, h6.heading-style-2 {
    font-size: 1.375rem;
  }
  h1.heading-style-2-sm, h2.heading-style-2-sm, h3.heading-style-2-sm, h4.heading-style-2-sm, h5.heading-style-2-sm, h6.heading-style-2-sm {
    font-size: 1.25rem;
  }
  h1.heading-style-2-lg, h2.heading-style-2-lg, h3.heading-style-2-lg, h4.heading-style-2-lg, h5.heading-style-2-lg, h6.heading-style-2-lg {
    font-size: 1.5rem;
  }
  h1.heading-style-3, h2.heading-style-3, h3.heading-style-3, h4.heading-style-3, h5.heading-style-3, h6.heading-style-3 {
    font-size: 1.0625rem;
  }
  h1.heading-style-4, h2.heading-style-4, h3.heading-style-4, h4.heading-style-4, h5.heading-style-4, h6.heading-style-4 {
    font-size: 1.1875rem;
  }
  h1.heading-style-5, h2.heading-style-5, h3.heading-style-5, h4.heading-style-5, h5.heading-style-5, h6.heading-style-5 {
    font-size: 1.0625rem;
  }
  h1.heading-style-6, h2.heading-style-6, h3.heading-style-6, h4.heading-style-6, h5.heading-style-6, h6.heading-style-6 {
    font-size: 0.875rem;
  }
  p.paragraph-xlarge {
    font-size: 1.25rem;
    color: #131754;
  }
  p.paragraph-large {
    font-size: 1.0625rem;
  }
}

.btn-container {
  text-align: center;
}

.button-grey-text {
  background-color: #131754;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 0.9375em 1.5625em;
  border-radius: 0;
  -webkit-border-radius: 3;
  border-radius: 3;
  font-family: AtkinsonHyperLegible;
  font-size: 0.9375rem;
  font-weight: 400;
//  color: #fff;
  color: #141414;
  text-align: center;
  text-transform: capitalize;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0.9375em;
}

.button-grey-text:hover {
	  color: #131754;
}

button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active {
  background-color: #0a0c2a;
  color: #fff;
}

button:focus, .button:focus {
  outline: 0.0625rem dotted #e6e6e6;
}

button .fa, .button .fa {
  font-size: 1.125em;
}

button .fa.fa-angle-left, .button .fa.fa-angle-left {
  margin-right: 0.3125em;
}

button .fa.fa-angle-right, .button .fa.fa-angle-right {
  margin-left: 0.3125em;
}

.submit-btn {
  padding: 0.4375rem 0.625rem;
  font-size: 1.125rem;
}

.primary-color {
  background-color: #131754;
}

.primary-color:hover, .primary-color:focus, .primary-color:active {
  background-color: #037bc1;
}

.secondary-color {
  background-color: #037bc1;
}

.secondary-color:hover, .secondary-color:focus, .secondary-color:active {
  background-color: #131754;
}

.tertiary-color {
  // background-color: #B35C09;
  background-color: #e17900;
}

.tertiary-color:hover, .tertiary-color:focus, .tertiary-color:active {
  background-color: #bb5b02;
}

.btn-icon, .btn-banner {
  padding-top: 0.75rem;
  padding-right: 1.0625rem;
  display: table;
  display: -webkit-flex;
  display: flex;
  padding-left: 2.5rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 1.25rem;
  position: relative;
  width: 100%;
}

.btn-icon .icon, .btn-banner .icon, .btn-icon .btn-label, .btn-banner .btn-label {
  display: table-cell;
  vertical-align: top;
}

.btn-icon .icon, .btn-banner .icon {
  width: 3.4375rem;
  max-width: 3.4375rem;
  height: 2.5rem;
  max-height: 2.5rem;
}

.btn-icon .icon img, .btn-banner .icon img {
  height: 100%;
  width: 100%;
}

.btn-icon .btn-label, .btn-banner .btn-label {
  padding-right: 0.9375rem;
  font-size: 0.9375rem;
  text-align: left;
  text-transform: initial;
}

.btn-icon .btn-label .underline, .btn-banner .btn-label .underline {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
}

.btn-icon .btn-label small, .btn-banner .btn-label small {
  font-size: 67%;
  line-height: 1.2;
  display: inline-block;
  margin-top: 1.25em;
}

.btn-icon-style-1.max-width {
  max-width: 23.75rem;
}

.btn-icon-style-1 .btn-label {
  width: calc(100% - 3.4375rem);
  margin-top: 0.3125em;
}

.btn-icon-style-2 {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-icon-style-2.max-width {
  max-width: 16.875rem;
}

.btn-icon-style-2 .btn-label, .btn-icon-style-2 .icon {
  display: block;
}

.btn-icon-style-2 .btn-label {
  width: 100%;
  padding-top: 2.8125rem;
}

.btn-icon-style-2 .icon {
  position: absolute;
  top: 0.75rem;
  right: 1.0625rem;
}

.btn-icon-style-3.max-width {
  max-width: 35.625rem;
}

.btn-icon-style-3 .btn-label {
  width: calc(100% - 3.4375rem);
  margin-top: 0.3125em;
}

.left-align .btn-icon, .left-align .btn-banner {
  margin-left: 0;
  margin-right: auto;
}

.right-align .btn-icon, .right-align .btn-banner {
  margin-right: 0;
  margin-left: auto;
}

.btn-banner {
  max-width: 18.75rem;
  box-shadow: 0.3125rem 0.3125rem 0 0.0625rem rgba(50, 50, 50, 0.2);
}

.text-link, .sidebar .page-menu-bar li.active .heading-style-6 {
	text-decoration: none;
  background-color: #faf2f8;
  border-bottom: 0;
  display: inline-block;
  padding: 0.4375rem 0.625rem;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 0.625em;
}



.text-link span, .sidebar .page-menu-bar li.active .heading-style-6 span {
	text-decoration: none;
  display: inline;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.9);
}



.text-link:hover, .sidebar .page-menu-bar li.active .heading-style-6:hover, .text-link:focus, .sidebar .page-menu-bar li.active .heading-style-6:focus, .text-link:active, .sidebar .page-menu-bar li.active .heading-style-6:active {
text-decoration:none;
  background-color: #0a0c2a;
  color: #fff;
}

.text-link-additions:hover {
  color: #fff;
}

.text-link:before {
text-decoration:none;
}

.text-link.secondary, .sidebar .page-menu-bar li.active .secondary.heading-style-6 {
text-decoration:none;
  background-color: #037bc1;
}

.text-link.secondary:hover, .sidebar .page-menu-bar li.active .secondary.heading-style-6:hover, .text-link.secondary:focus, .sidebar .page-menu-bar li.active .secondary.heading-style-6:focus, .text-link.secondary:active, .sidebar .page-menu-bar li.active .secondary.heading-style-6:active {
text-decoration:none;
  background-color: #faf2f8;
}

.filter-btn {
  text-align: left;
  padding: 0.625rem 0.9375rem;
  background-color: #037bc1;
  color: #fff;
  width: 100%;
  border: 0;
  font-weight: 100;
  margin: 0;
}

.filter-btn:hover, .filter-btn:focus, .filter-btn:active {
  background-color: #131754;
  color: #fff;
}

.filter-btn.dropdown {
  position: relative;
  padding-right: 1.25rem;
}

.filter-btn.dropdown:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.9375rem;
}

.filter-btn.dropdown.active:after {
  content: "\f106";
}

@media only screen and (min-width: 48em) {
  .btn-icon, .btn-banner {
    margin-bottom: 2.8125rem;
  }
  .btn-icon .btn-label, .btn-banner .btn-label {
    font-size: 1.375rem;
  }
  .text-link, .sidebar .page-menu-bar li.active .heading-style-6 {
    font-size: 1.25rem;
text-decoration: none;
  }
}

@media only screen and (max-width: 48em) {
  .right-align .btn-icon, .right-align .btn-banner, .left-align .btn-icon, .left-align .btn-banner {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 37.5em) {
  button, .button {
    font-size: 0.8125rem;
  }
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

label {
  display: inline-block;
  font-size: 0.875rem;
  border-bottom: 0.0625rem solid #c3c2c1;
}

label:not(:last-child) {
  margin-right: 0.625rem;
}

.input-wrapper {
  position: relative;
  border: 0;
}

.input-wrapper .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.625rem 0.9375rem;
  color: #323232;
  font-size: 0.9375rem;
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.input-wrapper input {
  width: 100%;
}

.input-wrapper input:focus + .placeholder {
  display: none;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
input[type="file"],
select {
  box-shadow: none;
  background-color: transparent;
  border: 0.0625rem solid #7d7d7d;
  color: #323232;
  width: 100%;
  padding: 0.625rem 0.9375rem;
  font-size: 0.9375rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #323232;
}

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
input[type="file"]:-moz-placeholder,
select:-moz-placeholder {
  color: #323232;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
input[type="file"]::-moz-placeholder,
select::-moz-placeholder {
  color: #323232;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
input[type="file"]:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #323232;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
select:focus {
  outline: 0.0625rem dotted #7d7d7d;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding: 0.3125rem 0.9375rem;
  background-color: #037bc1;
  background-image: url(../img/dropdown-icon.svg);
  background-size: 1.25rem 0.9375rem;
  background-repeat: no-repeat;
  background-position: 96% center;
  color: #fff;
  border: none;
}

/* Signup form */
.message.error {
  background: #6d1313;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
}

.message.error p {
  padding: 0.625em;
  font-size: 0.8125rem;
  margin: 0;
}

.success-msg {
  background-color: #196f19;
}

@media only screen and (max-width: 48em) {
  label {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 30em) {
  label {
    font-size: 0.75rem;
  }
  label span {
    margin-bottom: 0.625em;
  }
}

.filter-container {
  padding: 0.75rem 0.625rem;
  background: -moz-linear-gradient(178deg, rgba(237, 237, 237, 0.45) 0%, rgba(237, 237, 237, 0.46) 1%, rgba(237, 237, 237, 0.9) 44%, rgba(237, 237, 237, 0.9) 99%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgba(237, 237, 237, 0.9)), color-stop(56%, rgba(237, 237, 237, 0.9)), color-stop(99%, rgba(237, 237, 237, 0.46)), color-stop(100%, rgba(237, 237, 237, 0.45)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(178deg, rgba(237, 237, 237, 0.45) 0%, rgba(237, 237, 237, 0.46) 1%, rgba(237, 237, 237, 0.9) 44%, rgba(237, 237, 237, 0.9) 99%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(178deg, rgba(237, 237, 237, 0.45) 0%, rgba(237, 237, 237, 0.46) 1%, rgba(237, 237, 237, 0.9) 44%, rgba(237, 237, 237, 0.9) 99%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(178deg, rgba(237, 237, 237, 0.45) 0%, rgba(237, 237, 237, 0.46) 1%, rgba(237, 237, 237, 0.9) 44%, rgba(237, 237, 237, 0.9) 99%);
  /* ie10+ */
  background: linear-gradient(272deg, rgba(237, 237, 237, 0.45) 0%, rgba(237, 237, 237, 0.46) 1%, rgba(237, 237, 237, 0.9) 44%, rgba(237, 237, 237, 0.9) 99%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDEDED', endColorstr='#EDEDED',GradientType=1 );
  /* ie6-9 */
  position: relative;
}

.filter-container .filter-column {
  padding: 0;
  position: relative;
}

.filter-container .filter-column .filter-btn, .filter-container .filter-column .input-wrapper {
  margin: 0.3125rem 0;
  font-size: 1.0625rem;
  width: 100%;
}

.filter-container .filter-dropdown {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #131754;
  padding: 0.625rem;
  z-index: 3;
  display: none;
}

.filter-container .filter-dropdown ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.filter-container .filter-dropdown li {
  margin-bottom: 0.625em;
}

.filter-container .filter-dropdown li a {
  color: #fff;
  border-color: #fff;
  padding: 0.125em 0;
  display: inline-block;
}

.filter-container .filter-dropdown li a:hover, .filter-container .filter-dropdown li a:focus, .filter-container .filter-dropdown li a:active {
  color: #B35C09;
  border-color: #faf2f8;
}

.filter-container .filter-dropdown.show {
  display: block;
}

.filter-container.bordered {
  background: #fff;
  border: 0.0625rem solid #c3c2c1;
}

@media only screen and (min-width: 48em) {
  .filter-container > .row {
    padding-right: 7.8125rem;
  }
  .filter-container .filter-column {
    padding: 0 0.625rem;
    position: static;
  }
  .filter-container .filter-column .filter-btn, .filter-container .filter-column .input-wrapper .placeholder, .filter-container .filter-column input:not(.submit-btn) {
    font-size: 1.25rem;
  }
  .filter-container .filter-column.submit-filter {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: auto;
  }
  .filter-container .filter-column a.filter-btn {
    position: relative;
  }
  .filter-container .filter-column a.filter-btn span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    padding: inherit;
  }
  .filter-container .filter-dropdown {
    background: -moz-linear-gradient(178deg, rgba(237, 237, 237, 0.45) 0%, rgba(237, 237, 237, 0.46) 1%, rgba(237, 237, 237, 0.9) 44%, rgba(237, 237, 237, 0.9) 99%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgba(237, 237, 237, 0.9)), color-stop(56%, rgba(237, 237, 237, 0.9)), color-stop(99%, rgba(237, 237, 237, 0.46)), color-stop(100%, rgba(237, 237, 237, 0.45)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(178deg, rgba(237, 237, 237, 0.45) 0%, rgba(237, 237, 237, 0.46) 1%, rgba(237, 237, 237, 0.9) 44%, rgba(237, 237, 237, 0.9) 99%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(178deg, rgba(237, 237, 237, 0.45) 0%, rgba(237, 237, 237, 0.46) 1%, rgba(237, 237, 237, 0.9) 44%, rgba(237, 237, 237, 0.9) 99%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(178deg, rgba(237, 237, 237, 0.45) 0%, rgba(237, 237, 237, 0.46) 1%, rgba(237, 237, 237, 0.9) 44%, rgba(237, 237, 237, 0.9) 99%);
    /* ie10+ */
    background: linear-gradient(272deg, rgba(237, 237, 237, 0.45) 0%, rgba(237, 237, 237, 0.46) 1%, rgba(237, 237, 237, 0.9) 44%, rgba(237, 237, 237, 0.9) 99%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDEDED', endColorstr='#EDEDED',GradientType=1 );
    /* ie6-9 */
    width: calc(100% + 1.25rem);
    left: -0.625rem;
    top: calc(100% + 0.625rem);
  }
  .filter-container .filter-dropdown li a {
    color: #131754;
    border-color: #131754;
  }
  .filter-container .filter-dropdown li a:hover, .filter-container .filter-dropdown li a:focus, .filter-container .filter-dropdown li a:active {
    color: #037bc1;
    border-color: #037bc1;
  }
}

@media only screen and (max-width: 48em) {
  .filter-container .submit-btn {
    margin-left: 0;
  }
}

ul {
  color: #131754;
  padding-left: 1.25rem;
}

ul li {
  font-size: 0.8rem;
}

@media only screen and (min-width: 48em) {
  ul li {
    font-size: 0.8rem;
  }
}

.main-header {
  position: absolute;
 top: 0;

//  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
//  width: 100%;
//  padding: 1.5625rem 0.9375rem 0;
  z-index: 4;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

// .main-header > .row {
//  max-width: 91.25rem;
//  position: static;
// }

.main-header .logo {
  margin-top: 0.3em;
  padding-left: 0.5em;
}

.main-header .logo h1 {
  margin: 0;
}

.main-header .header-nav {
  text-align: right;
  padding-right: 0;
}

.main-header .header-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.main-header .header-nav button, .main-header .header-nav .button {
  margin: 0;
}

.main-header .header-nav .main-nav {
  display: inline-block;
  margin-top: 0.625rem;
}

.main-header .header-nav .main-nav:before, .main-header .header-nav .main-nav:after {
  content: "";
  display: table;
  clear: both;
}

.main-header .header-nav .main-nav li {
  float: left;
  font-size: 1.125rem;
  padding: 0 1.25rem;
  position: relative;
  font-weight: 300;
}

.main-header .header-nav .main-nav li.search-item {
  padding: 0;
}

.main-header .header-nav .main-nav li.search-item .quick-search {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -0.0625rem;
  height: auto;
  background-color: #037bc1;
  overflow: hidden;
  width: 0;
  visibility: hidden;
  opacity: 0;
}

.main-header .header-nav .main-nav li.search-item .quick-search .field {
  width: 50%;
  float: left;
  padding: 0.625rem;
  text-align: left;
}

.main-header .header-nav .main-nav li.search-item .quick-search .search-field {
  width: 60%;
}

.main-header .header-nav .main-nav li.search-item .quick-search .options-field {
  width: 40%;
}

.main-header .header-nav .main-nav li.search-item .quick-search.show {
  width: 30rem;
  visibility: visible;
  opacity: 1;
}

.main-header .header-nav .main-nav li:not(:first-child):not(:last-child) {
  border-left: 0.0625rem solid #fff;
}

.main-header .header-nav .main-nav li a, .main-header .header-nav .> li .search-btn {
  color: #fff;
  padding: 0.3125rem 0;
  border-bottom-width: 0.125rem;
  border-bottom-color: transparent;
  display: block;
  font-size: inherit;
  line-height: inherit;
}

.main-header .header-nav .main-nav li a:hover, .main-header .header-nav .main-nav li a:focus, .main-header .header-nav .main-nav li a:active {
  border-bottom-color: #fff;
}

.main-header .header-nav .secondary-nav {
  margin-top: 0.625rem;
}

.main-header .header-nav .secondary-nav li {
  margin: 0;
}

.main-header .header-nav .secondary-nav .button {
  padding: 0.75rem 1.25rem;
}

.main-header .header-nav .secondary-nav .button.tertiary-color {
  background: -moz-linear-gradient(270deg, rgba(238, 116, 2, 0.4) 0%, rgba(238, 116, 2, 0.99) 99%, #B35C09 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(238, 116, 2, 0.4)), color-stop(99%, rgba(238, 116, 2, 0.99)), color-stop(100%, #ee7402));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, rgba(238, 116, 2, 0.4) 0%, rgba(238, 116, 2, 0.99) 99%, #B35C09 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, rgba(238, 116, 2, 0.4) 0%, rgba(238, 116, 2, 0.99) 99%, #ee7402 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, rgba(238, 116, 2, 0.4) 0%, rgba(238, 116, 2, 0.99) 99%, #B35C09 100%);
  /* ie10+ */
  background: linear-gradient(180deg, rgba(238, 116, 2, 0.4) 0%, rgba(238, 116, 2, 0.99) 99%, #ee7402 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B35C09', endColorstr='#B35C09',GradientType=0 );
  /* ie6-9 */
}

.main-header .header-nav .secondary-nav .button.tertiary-color:maps.nls.uk/view-sp, .main-header .header-nav .secondary-nav .button.tertiary-color:focus, .main-header .header-nav .secondary-nav .button.tertiary-color:active {
  background-color: #faf2f8;
}

.main-header.primary .header-nav .main-nav li {
  border-color: #faf2f8;
}

.main-header.primary .header-nav .main-nav li:not(:first-child):not(:last-child) {
  border-left-color: #faf2f8;
}

.main-header.primary .header-nav .main-nav li a, .main-header.primary .header-nav .main-nav li .search-btn {
  color: #131754;
}

.main-header.primary .header-nav .main-nav li a:maps.nls.uk/view-sp, .main-header.primary .header-nav .main-nav li a:focus, .main-header.primary .header-nav .main-nav li a:active {
  border-color: #131754;
}

.main-header.primary .header-nav .main-nav li.search-item .search-btn {
  background-image: url("../img/search-icon-secondary.svg");
}

.search-item .submit-search, .search-item .search-btn {
  background-color: transparent;
  color: #fff;
  font-size: 1.9375rem;
  padding: 0;
  margin: 0;
  width: 1.875rem;
  height: 2.3125rem;
  background-image: url(../img/search-icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.875rem 2rem;
  text-indent: -624999.9375rem;
  border: 0;
  cursor: pointer;
}

.search-item .search-form {
  overflow: hidden;
}

.search-item .search-form .options:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.search-item .search-form label {
  color: #fff;
  border-color: #fff;
}

.search-item .search-form .search-input {
  background-color: #fff;
  color: #323232;
  padding: 0.625rem;
  border: 0;
}

.search-item .search-form .input-wrapper {
  width: 80%;
  margin: 0;
  text-align: left;
}

.search-item .search-form .submit-search {
  width: 20%;
}

.search-item .search-form .input-wrapper, .search-item .search-form input, .search-item .search-form .search-submit {
  height: auto;
  max-height: 100%;
  float: left;
}

@media only screen and (max-width: 81.25em) {
  .main-header .header-nav .main-nav {
    margin-top: 0.4375rem;
  }
  .main-header .header-nav .main-nav li {
    font-size: 0.9375rem;
    padding: 0 0.625rem;
  }
  .main-header .header-nav .main-nav li a, .main-header .header-nav .main-nav li .search-btn {
    padding: 0;
  }
  .main-header .header-nav .main-nav li.search-item .search-btn, .main-header .header-nav .main-nav li.search-item .submit-search {
    background-size: 1.4375rem 1.5625rem;
  }
  .main-header .header-nav .main-nav li.search-item .search-btn {
    height: 1.5625rem;
  }
}

@media only screen and (max-width: 64em) {
  .main-header > .row {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .main-header .header-nav {
    position: relative;
  }
  .main-header .header-nav .main-nav {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 50%;
    min-width: 21.875rem;
    height: auto;
    top: 100%;
    left: auto;
    right: 0;
    background-color: #037bc1;
    visibility: hidden;
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .main-header .header-nav .main-nav li {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .main-header .header-nav .main-nav li:not(:first-child):not(:last-child) {
    border-left: 0;
  }
  .main-header .header-nav .main-nav li:not(:first-child) {
    border-top: 0.0625rem solid #323232;
  }
  .main-header .header-nav .main-nav li a {
    padding: 0.8125rem 1.875rem;
    border: 0;
    display: block;
    color: #fff;
  }
  .main-header .header-nav .main-nav li a:maps.nls.uk/view-sp, .main-header .header-nav .main-nav li a:focus, .main-header .header-nav .main-nav li a:active {
    background-color: #131754;
  }
  .main-header .header-nav .main-nav.show {
    visibility: visible;
    opacity: 1;
  }
  .main-header .header-nav .secondary-nav {
    margin-top: 0;
  }
  .main-header .header-nav .secondary-nav li {
    display: inline-block;
  }
  .main-header .header-nav .secondary-nav li:not(:first-child) {
    margin-left: 0.625rem;
  }
  .main-header .header-nav .menu-toggle-btn {
    background-color: #037bc1;
  }
  .main-header.primary .header-nav .main-nav li a {
    color: #fff;
  }
}

@media only screen and (max-width: 37.5625em) {
  .main-header {
    padding: 0.3125rem 1.25rem 0;
  }
  .main-header .logo {
	margin-top: 0.85rem;
	margin-right: 1.25rem;
    margin-bottom: 1.25rem;
    width: 100%;
	justify-content: center;
    padding: 0
    text-align: center;
  }
  .main-header .header-nav {
    position: static;
    width: 100%;
  }
  .main-header .header-nav .main-nav {
    width: 100%;
    min-width: 0;
    max-width: none;
  }
}

@media only screen and (min-width: 86.25em) {
  .main-header .logo .title {
    min-width: 26.875rem;
  }
}


.page-top-bar {
  position: relative; 
  margin-top:15px;
}

.page-top-bar .row {
  max-width: 81.25rem;
}

.page-top-bar .breadcrumbs {
  background-color: #323232;
  padding: 0.375rem 0.625rem;
}

.page-top-bar .breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 0 0.625rem;
}

.page-top-bar .breadcrumbs ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-weight: 300;
  font-size: 0.875rem;
}

.page-top-bar .breadcrumbs ul li:not(.current):after {
  content: "\f105";
  font-family: 'FontAwesome';
  display: inline-block;
  padding-right: 0.625rem;
}

.page-top-bar .breadcrumbs ul li, .page-top-bar .breadcrumbs ul li a {
  color: #fff;
}

.page-top-bar .breadcrumbs ul li a {
  border: none;
}

.page-top-bar .breadcrumbs ul li a:hover, .page-top-bar .breadcrumbs ul li a:focus, .page-top-bar .breadcrumbs ul li a:active {
  color: #faf2f8;
}

.page-top-bar .breadcrumbs ul li > a, .page-top-bar .breadcrumbs ul li > span {
  padding: 0.125rem 0.625rem 0.125rem 0;
  display: inline-block;
}

.page-top-bar .page-details {
  margin-bottom: 2.1875rem;
}

.page-top-bar .page-details:before:before, .page-top-bar .page-details:before:after, .page-top-bar .page-details:after:before, .page-top-bar .page-details:after:after {
  content: "";
  display: table;
  clear: both;
}

.page-top-bar .page-details .page-title {
  background-color: #131754;
  color: #fff;
  padding: 0.5rem 0.625rem;
}

.page-top-bar .page-details .page-title h1 {
  color: #fff;
  font-size: 1.625rem;
  margin: 0;
}

.page-top-bar .page-details .page-title.secondary {
  background-color: #037bc1;
}

.page-top-bar .page-details .banner {
  text-align: center;
  padding: 0 0.625rem;
}

@media only screen and (min-width: 48em) {
  .page-top-bar .breadcrumbs ul li {
    font-size: 0.9375rem;
  }
  .page-top-bar .page-details .page-title h1 {
    font-size: 2.125rem;
  }
}

@media only screen and (min-width: 56.25em) {
  .page-top-bar .page-details {
    position: relative;
    margin-bottom: 5.625rem;
  }
  .page-top-bar .page-details .banner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 65.75rem;
    width: 95%;
    text-align: right;
  }
  .page-top-bar .page-details .banner .btn-banner {
    margin: 0 0 0 auto;
  }
}

@media only screen and (min-width: 64em) {
  .page-top-bar .page-details .banner {
    width: 100%;
    max-width: 75rem;
  }
}

.hero-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 49.45rem;
}

.hero-bg.dark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}



@media only screen and (min-width: 48em) {
  .hero-bg {
    height: 67rem;
  }
}


@media only screen and (min-width: 81.25em) {
  .hero-bg {
    height: 69.375rem;
  }
}

@media only screen and (max-width: 48em) {
  .hero-bg {
    height: 81.375rem;
  }
}

.widget {
  margin-bottom: 3.125rem;
}

.widget:not(.widget-search), .widget.widget-search .w-body, .widget.widget-landscape:not(.compressed) .w-image img {
  box-shadow: 0.3125rem 0.3125rem 0 0.0625rem rgba(50, 50, 50, 0.2);
}

.widget:not(.widget-search) {
  background-color: #fff;
}

.widget:not(.widget-search) .w-content {
  position: relative;
  height: 100%;
}

.widget:not(.widget-search) .w-content .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: 0;
}

.widget .figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.widget .figure img {
  width: 100%;
}

.widget .figure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  margin: auto;
}

.widget .w-body {
  padding: 0.9375rem 1.25rem;
}

.widget .w-body .w-header {
  width: 100%;
}

.widget .w-body .w-header .heading-style-1,
.widget .w-body .w-header .heading-style-1-sm,
.widget .w-body .w-header .heading-style-2,
.widget .w-body .w-header .heading-style-2-sm,
.widget .w-body .w-header .heading-style-2-lg,
.widget .w-body .w-header .heading-style-3,
.widget .w-body .w-header .heading-style-4,
.widget .w-body .w-header .heading-style-5,
.widget .w-body .w-header .heading-style-6 {
  text-transform: initial;
}

.widget .w-body p, .widget .w-body ul li {
  font-size: 0.875rem;
}

.widget.widget-landscape .w-body .w-header, .widget.widget-portrait .w-body .w-header {
  margin-bottom: 1.25rem;
}

.widget.widget-landscape .w-body .w-header .heading-style-6, .widget.widget-portrait .w-body .w-header .heading-style-6 {
  color: #323232;
  margin-bottom: 0;
  font-weight: 700;
}

.widget.widget-landscape .w-body, .widget.widget-portrait .w-body, .widget.widget-cta .w-body {
  padding: 1.25rem 2.8125rem;
}

.widget.widget-landscape .w-body .w-header .heading-style-2-lg, .widget.widget-landscape .w-body .w-header .heading-style-3, .widget.widget-landscape .w-body .w-header .heading-style-4, .widget.widget-portrait .w-body .w-header .heading-style-2-lg, .widget.widget-portrait .w-body .w-header .heading-style-3, .widget.widget-portrait .w-body .w-header .heading-style-4, .widget.widget-cta .w-body .w-header .heading-style-2-lg, .widget.widget-cta .w-body .w-header .heading-style-3, .widget.widget-cta .w-body .w-header .heading-style-4 {
  display: inline;
  margin: 0;
  border-bottom: 0.0625rem solid #131754;
  line-height: 1.5;
}

.widget.widget-landscape .w-body .underline, .widget.widget-portrait .w-body .underline, .widget.widget-cta .w-body .underline {
  color: #131754;
  border-bottom: 0.0625rem solid #131754;
}

.widget.widget-landscape.secondary .w-body p,
.widget.widget-landscape.secondary .w-body .heading-style-1,
.widget.widget-landscape.secondary .w-body .heading-style-1-sm,
.widget.widget-landscape.secondary .w-body .heading-style-2,
.widget.widget-landscape.secondary .w-body .heading-style-2-sm,
.widget.widget-landscape.secondary .w-body .heading-style-2-lg,
.widget.widget-landscape.secondary .w-body .heading-style-3,
.widget.widget-landscape.secondary .w-body .heading-style-4,
.widget.widget-landscape.secondary .w-body .heading-style-5,
.widget.widget-landscape.secondary .w-body .heading-style-6,
.widget.widget-landscape.secondary .w-body a, .widget.widget-landscape.tertiary .w-body p,
.widget.widget-landscape.tertiary .w-body .heading-style-1,
.widget.widget-landscape.tertiary .w-body .heading-style-1-sm,
.widget.widget-landscape.tertiary .w-body .heading-style-2,
.widget.widget-landscape.tertiary .w-body .heading-style-2-sm,
.widget.widget-landscape.tertiary .w-body .heading-style-2-lg,
.widget.widget-landscape.tertiary .w-body .heading-style-3,
.widget.widget-landscape.tertiary .w-body .heading-style-4,
.widget.widget-landscape.tertiary .w-body .heading-style-5,
.widget.widget-landscape.tertiary .w-body .heading-style-6,
.widget.widget-landscape.tertiary .w-body a, .widget.widget-landscape.quadrary .w-body p,
.widget.widget-landscape.quadrary .w-body .heading-style-1,
.widget.widget-landscape.quadrary .w-body .heading-style-1-sm,
.widget.widget-landscape.quadrary .w-body .heading-style-2,
.widget.widget-landscape.quadrary .w-body .heading-style-2-sm,
.widget.widget-landscape.quadrary .w-body .heading-style-2-lg,
.widget.widget-landscape.quadrary .w-body .heading-style-3,
.widget.widget-landscape.quadrary .w-body .heading-style-4,
.widget.widget-landscape.quadrary .w-body .heading-style-5,
.widget.widget-landscape.quadrary .w-body .heading-style-6,
.widget.widget-landscape.quadrary .w-body a, .widget.widget-portrait.secondary .w-body p,
.widget.widget-portrait.secondary .w-body .heading-style-1,
.widget.widget-portrait.secondary .w-body .heading-style-1-sm,
.widget.widget-portrait.secondary .w-body .heading-style-2,
.widget.widget-portrait.secondary .w-body .heading-style-2-sm,
.widget.widget-portrait.secondary .w-body .heading-style-2-lg,
.widget.widget-portrait.secondary .w-body .heading-style-3,
.widget.widget-portrait.secondary .w-body .heading-style-4,
.widget.widget-portrait.secondary .w-body .heading-style-5,
.widget.widget-portrait.secondary .w-body .heading-style-6,
.widget.widget-portrait.secondary .w-body a, .widget.widget-portrait.tertiary .w-body p,
.widget.widget-portrait.tertiary .w-body .heading-style-1,
.widget.widget-portrait.tertiary .w-body .heading-style-1-sm,
.widget.widget-portrait.tertiary .w-body .heading-style-2,
.widget.widget-portrait.tertiary .w-body .heading-style-2-sm,
.widget.widget-portrait.tertiary .w-body .heading-style-2-lg,
.widget.widget-portrait.tertiary .w-body .heading-style-3,
.widget.widget-portrait.tertiary .w-body .heading-style-4,
.widget.widget-portrait.tertiary .w-body .heading-style-5,
.widget.widget-portrait.tertiary .w-body .heading-style-6,
.widget.widget-portrait.tertiary .w-body a, .widget.widget-portrait.quadrary .w-body p,
.widget.widget-portrait.quadrary .w-body .heading-style-1,
.widget.widget-portrait.quadrary .w-body .heading-style-1-sm,
.widget.widget-portrait.quadrary .w-body .heading-style-2,
.widget.widget-portrait.quadrary .w-body .heading-style-2-sm,
.widget.widget-portrait.quadrary .w-body .heading-style-2-lg,
.widget.widget-portrait.quadrary .w-body .heading-style-3,
.widget.widget-portrait.quadrary .w-body .heading-style-4,
.widget.widget-portrait.quadrary .w-body .heading-style-5,
.widget.widget-portrait.quadrary .w-body .heading-style-6,
.widget.widget-portrait.quadrary .w-body a, .widget.widget-cta.secondary .w-body p,
.widget.widget-cta.secondary .w-body .heading-style-1,
.widget.widget-cta.secondary .w-body .heading-style-1-sm,
.widget.widget-cta.secondary .w-body .heading-style-2,
.widget.widget-cta.secondary .w-body .heading-style-2-sm,
.widget.widget-cta.secondary .w-body .heading-style-2-lg,
.widget.widget-cta.secondary .w-body .heading-style-3,
.widget.widget-cta.secondary .w-body .heading-style-4,
.widget.widget-cta.secondary .w-body .heading-style-5,
.widget.widget-cta.secondary .w-body .heading-style-6,
.widget.widget-cta.secondary .w-body a, .widget.widget-cta.tertiary .w-body p,
.widget.widget-cta.tertiary .w-body .heading-style-1,
.widget.widget-cta.tertiary .w-body .heading-style-1-sm,
.widget.widget-cta.tertiary .w-body .heading-style-2,
.widget.widget-cta.tertiary .w-body .heading-style-2-sm,
.widget.widget-cta.tertiary .w-body .heading-style-2-lg,
.widget.widget-cta.tertiary .w-body .heading-style-3,
.widget.widget-cta.tertiary .w-body .heading-style-4,
.widget.widget-cta.tertiary .w-body .heading-style-5,
.widget.widget-cta.tertiary .w-body .heading-style-6,
.widget.widget-cta.tertiary .w-body a, .widget.widget-cta.quadrary .w-body p,
.widget.widget-cta.quadrary .w-body .heading-style-1,
.widget.widget-cta.quadrary .w-body .heading-style-1-sm,
.widget.widget-cta.quadrary .w-body .heading-style-2,
.widget.widget-cta.quadrary .w-body .heading-style-2-sm,
.widget.widget-cta.quadrary .w-body .heading-style-2-lg,
.widget.widget-cta.quadrary .w-body .heading-style-3,
.widget.widget-cta.quadrary .w-body .heading-style-4,
.widget.widget-cta.quadrary .w-body .heading-style-5,
.widget.widget-cta.quadrary .w-body .heading-style-6,
.widget.widget-cta.quadrary .w-body a {
  color: #fff;
  border-color: #fff;
}

.widget.widget-landscape.secondary .w-body .underline, .widget.widget-landscape.tertiary .w-body .underline, .widget.widget-landscape.quadrary .w-body .underline, .widget.widget-portrait.secondary .w-body .underline, .widget.widget-portrait.tertiary .w-body .underline, .widget.widget-portrait.quadrary .w-body .underline, .widget.widget-cta.secondary .w-body .underline, .widget.widget-cta.tertiary .w-body .underline, .widget.widget-cta.quadrary .w-body .underline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.widget.widget-landscape.secondary, .widget.widget-portrait.secondary, .widget.widget-cta.secondary {
  background-color: #037bc1;
}

.widget.widget-landscape.tertiary, .widget.widget-portrait.tertiary, .widget.widget-cta.tertiary {
  background-color: #B35C09;
}

.widget.widget-landscape.quadrary, .widget.widget-portrait.quadrary, .widget.widget-cta.quadrary {
  background-color: #323232;
}

.widget:hover .figure:after, .widget:focus .figure:after, .widget:active .figure:after {
  background-color: rgba(0, 0, 0, 0.35);
}

.widget:hover .figure .figcaption, .widget:focus .figure .figcaption, .widget:active .figure .figcaption {
  background-color: #131754;
}

.main-wrapper.default .widget.widget-landscape, .main-wrapper.default .widget.widget-portrait {
  border: 0.0625rem solid #c3c2c1;
}

.widget-text {
  text-align: center;
}

.widget-text .section-title {
  margin: 0 0 2.5rem;
}

.widget-text.left {
  text-align: left;
  margin-bottom: 0.9375rem;
}

.widget-text.left .section-title {
  display: inline-block;
  background-color: #131754;
  color: #fff;
  padding: 0.625rem;
  line-height: 1;
  margin: 0;
}

@media only screen and (max-width: 48rem) { 
	.widget-text.left .section-title {
	margin: 2.4rem 0 0 0;
	}
}

.widget-text.light-text .heading-style-1,
.widget-text.light-text .heading-style-1-sm,
.widget-text.light-text .heading-style-2,
.widget-text.light-text .heading-style-2-sm,
.widget-text.light-text .heading-style-2-lg,
.widget-text.light-text .heading-style-3,
.widget-text.light-text .heading-style-4,
.widget-text.light-text .heading-style-5,
.widget-text.light-text .heading-style-6,
.widget-text.light-text p,
.widget-text.light-text ul li {
  color: #fff;
  border-color: #fff;
}

.widget-text.light-text a:hover, .widget-text.light-text a:focus, .widget-text.light-text a:active {
  color: #e6e6e6;
  border-color: #e6e6e6;
}

.widget-search .w-header {
  padding: 0 0.9375rem;
}

.widget-search .w-body {
  background: -moz-linear-gradient(178deg, rgba(237, 237, 237, 0.45) 0%, rgba(237, 237, 237, 0.46) 1%, rgba(237, 237, 237, 0.9) 44%, rgba(237, 237, 237, 0.9) 99%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgba(237, 237, 237, 0.9)), color-stop(56%, rgba(237, 237, 237, 0.9)), color-stop(99%, rgba(237, 237, 237, 0.46)), color-stop(100%, rgba(237, 237, 237, 0.45)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(178deg, rgba(237, 237, 237, 0.45) 0%, rgba(237, 237, 237, 0.46) 1%, rgba(237, 237, 237, 0.9) 44%, rgba(237, 237, 237, 0.9) 99%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(178deg, rgba(237, 237, 237, 0.45) 0%, rgba(237, 237, 237, 0.46) 1%, rgba(237, 237, 237, 0.9) 44%, rgba(237, 237, 237, 0.9) 99%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(178deg, rgba(237, 237, 237, 0.45) 0%, rgba(237, 237, 237, 0.46) 1%, rgba(237, 237, 237, 0.9) 44%, rgba(237, 237, 237, 0.9) 99%);
  /* ie10+ */
  background: linear-gradient(272deg, rgba(237, 237, 237, 0.45) 0%, rgba(237, 237, 237, 0.46) 1%, rgba(237, 237, 237, 0.9) 44%, rgba(237, 237, 237, 0.9) 99%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDEDED', endColorstr='#EDEDED',GradientType=1 );
  /* ie6-9 */
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.widget-search .w-body legend {
  font-size: 1.125rem;
  margin-bottom: 1.5625rem;
}

.widget-search .w-body .footer-form:after:before, .widget-search .w-body .footer-form:after:after, .widget-search .w-body .footer-form:before:before, .widget-search .w-body .footer-form:before:after {
  content: "";
  display: table;
  clear: both;
}

.widget-search .w-body .footer-form .footnote {
  float: left;
  margin-top: 1.875rem;
  max-width: 75%;
}

.widget-search .w-body .footer-form .footnote a {
  display: inline-block;
  margin-right: 0.625rem;
}

.widget-search .w-body .footer-form .footnote .description {
  font-size: 0.8125rem;
}

.widget-search .w-body .footer-form .submit-btn {
  float: right;
  max-width: 25%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.widget-search .w-body .footer-form input[type="radio"], .widget-search .w-body .footer-form input[type="checkbox"] {
  margin: 0;
}

.widget-search .w-body .footer-form label, .widget-search .w-body .footer-form input[type="radio"], .widget-search .w-body .footer-form input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
}

.widget-search.light-text .w-header .heading-style-1,
.widget-search.light-text .w-header .heading-style-1-sm,
.widget-search.light-text .w-header .heading-style-2,
.widget-search.light-text .w-header .heading-style-2-sm,
.widget-search.light-text .w-header .heading-style-2-lg,
.widget-search.light-text .w-header .heading-style-3,
.widget-search.light-text .w-header .heading-style-4,
.widget-search.light-text .w-header .heading-style-5,
.widget-search.light-text .w-header .heading-style-6 {
  color: #fff;
}

.widget-search.advanced .w-header {
  padding: 0;
}

.widget-search.advanced .search-row {
  padding: 0;
}

.widget-search.advanced .search-row select, .widget-search.advanced .search-row .input-wrapper {
  margin: 0.625rem 0;
}

.widget-search.advanced .search-row label:not(.input-wrapper) {
  border: 0;
}

.widget-search.bordered .w-body {
  background: #fff;
  border: 0.0625rem solid #c3c2c1;
}

.widget.widget-landscape .w-image {
  padding: 1.25rem 1.25rem;
}

.widget.widget-landscape.default:not(.primary-color):not(.secondary-color):not(.tertiary-color):not(.quadrary-color) {
  background-color: rgba(255, 255, 255, 0.75);
}

.widget.widget-landscape.compressed .w-image {
  padding: 0;
  margin: 0;
}

.widget.widget-landscape.compressed .w-body {
  margin-bottom: 0;
}

.widget.widget-landscape.compressed-extended .w-body .w-header:not(:last-child) {
  margin-bottom: 3.125rem;
}

.widget.widget-landscape.compressed-extended .w-body .w-header:last-child {
  margin-bottom: 0;
}

.widget.widget-landscape.extended.compressed .w-body {
  padding-left: 2.1875rem;
}

.widget.widget-landscape.extended.w-tagged .w-body {
  position: relative;
  height: 100%;
  padding-top: 3.75rem;
  margin-top: 0;
}

.widget.widget-landscape.extended.w-tagged .w-body .icon-tag {
  position: absolute;
  top: 0;
  right: 1.25rem;
  width: 3.4375rem;
}

.widget.widget-landscape.extended.w-tagged .w-body .icon-tag img {
  height: 100%;
}

.widget.widget-landscape.compressed .w-image img, .widget.widget-landscape.extended .w-image img {
  box-shadow: none;
  border: 0;
}

.widget.widget-portrait .w-image {
  margin: 0;
  padding: 0;
}

.widget.widget-portrait .w-image img {
  width: 100%;
}

.widget.widget-portrait .w-body {
  margin-bottom: 0;
  padding-bottom: 1.25rem;
}

.large-3 .widget.widget-portrait .w-body, .xlarge-3 .widget.widget-portrait .w-body {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.widget.widget-cta {
  background-color: #000;
  border-bottom: 1.0625rem solid #000;
}

.widget.widget-cta .w-content {
  min-height: 13.4375rem;
  display: table;
  width: 100%;
}

.widget.widget-cta.primary {
  background-color: #131754;
  border-bottom-color: #131754;
}

.widget.widget-cta.secondary {
  background-color: #037bc1;
  border-bottom-color: #037bc1;
}

.widget.widget-cta.tertiary {
  background-color: #B35C09;
  border-bottom-color: #B35C09;
}

.widget.widget-cta .w-body {
  text-align: left;
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.widget.widget-cta .w-body .w-header .heading-style-2-lg, .widget.widget-cta .w-body p, .widget.widget-cta .w-body ul li {
  color: #fff;
  border-bottom-color: #fff;
}

.widget.widget-cta .w-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.widget.widget-cta .w-image .figure {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.widget.widget-cta .w-image .figure:after {
  background-color: rgba(0, 0, 0, 0.35);
}

.widget.widget-cta:hover .w-image .figure:after, .widget.widget-cta:focus .w-image .figure:after, .widget.widget-cta:active .w-image .figure:after {
  background-color: rgba(0, 0, 0, 0.45);
}

.widget.widget-cta.text-only .w-content {
  min-height: 0;
}

.widget.widget-cta.text-only .figure {
  background-image: none;
}

.widget.widget-cta.text-only .figure:after {
  display: none;
}

.sidebar .widget, .sidebar .icon-btn {
  margin-bottom: 3.125rem;
}

@media only screen and (min-width: 30em) {
  .widget.widget-portrait .w-image.matchHeightImage, .widget.widget-portrait .w-image.matchHeightImage .figure {
    min-height: 12.5rem;
  }
  .widget.widget-portrait .w-image.matchHeightImage .figure {
    position: relative;
    overflow: hidden;
  }
  .widget.widget-portrait .w-image.matchHeightImage img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    width: auto;
    min-width: 100%;
    min-height: 100%;
  }
}

@media only screen and (min-width: 37.5em) {
  .widget-search.advanced .search-row {
    display: table;
  }
  .widget-search.advanced .search-row label:not(.input-wrapper), .widget-search.advanced .search-row select, .widget-search.advanced .search-row .input-wrapper {
    display: table-cell;
    vertical-align: middle;
  }
  .widget-search.advanced .search-row label:not(.input-wrapper) {
    width: 25%;
    padding-right: 0.3125rem;
  }
  .widget.widget-landscape .w-content {
    height: 100%;
  }
  .widget.widget-landscape .w-image, .widget.widget-landscape .w-body {
    height: 100%;
    min-height: 100%;
  }
  .widget.widget-landscape:not(.default) .w-image, .widget.widget-landscape:not(.default) .w-image .figure {
    min-height: 17.5rem;
  }
  .widget.widget-landscape:not(.default) .w-image img {
    max-width: none;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .widget.widget-landscape:not(.default) .w-image .w-image {
    min-height: 100%;
  }
  .widget.widget-landscape.extended .w-body {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    min-height: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .widget.widget-landscape.extended.w-tagged .w-body .icon-tag {
    top: 1.25rem;
  }
}

@media only screen and (min-width: 48em) {
  .widget.widget-landscape .w-body, .widget.widget-portrait .w-body, .widget.widget-cta .w-body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .widget.widget-landscape.extended.compressed .w-body {
    padding-left: 3.125rem;
  }
  .widget.widget-cta.text-only .w-body {
    padding-left: 2.5rem;
    padding-right: 1.25rem;
  }
  .widget-search .w-body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .widget-search .footer-form .footnote .description {
    font-size: 0.875rem;
  }
  .widget-search .footnote {
    padding-left: 0.3125rem;
  }
  .large-3 .widget.widget-portrait .w-body, .xlarge-3 .widget.widget-portrait .w-body {
    padding-left: 1.5rem;
    padding-right: 1.25rem;
  }
}

@media only screen and (max-width: 30em) {
  .widget.widget-cta .w-image {
    display: none;
  }
  .widget.widget-cta .w-content {
    min-height: 11.875rem;
  }
  .widget.widget-landscape .figure .figcaption {
    display: none;
  }
}




@media only screen and (max-width: 64em) {
  .widget.widget-portrait .heading-style-2-lg, .widget.widget-portrait .heading-style-3, .widget.widget-portrait .heading-style-4 {
    font-size: 2rem;
  }
  .sidebar .widget.widget-portrait .heading-style-4 {
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 48em) {
  .widget.widget-portrait .heading-style-2-lg, .widget.widget-portrait .heading-style-3, .widget.widget-portrait .heading-style-4 {
    font-size: 1.5rem;
  }
}

.credit-icon {
  width: 35px;
  height: 35px;
  text-decoration: none;
  background: transparent url("../img/hookson-icon.png") no-repeat scroll 0% 0%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.9375rem;
}

.credit-icon:hover {
  background-position: 0 -35px;
}

@media only screen and (max-width: 30em) {
  .credit-icon {
    position: relative;
    margin-top: 0.625rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

#cookie-notice {
  text-align: center;
  padding: 0.625em;
  background-color: #323232 !important;
}

#cookie-notice p {
  margin-top: 0;
  font-size: 0.75rem;
  color: #fff;
}

#cookie-notice p, #cookie-notice button, #cookie-notice .link-more {
  display: inline-block;
  vertical-align: middle;
  margin: 0.3125em;
  font-weight: 300;
}

#cookie-notice button, #cookie-notice .link-more {
  font-size: 0.75rem;
}

#cookie-notice .link-more {
  color: #fff;
  border-bottom-color: #fff;
}

#cookie-notice .link-more:hover, #cookie-notice .link-more:focus, #cookie-notice .link-more:active {
  color: #037bc1;
  border-bottom-color: #037bc1;
}

#cookie-notice button {
  padding: 0.3125em 0.625em;
  color: white;
  background-color: #037bc1;
}

#cookie-notice button:hover, #cookie-notice button:focus, #cookie-notice button:active {
  background-color: #025b8f;
}

@media only screen and (max-width: 30em) {
  #cookie-notice p {
    font-size: 0.625rem;
  }
}

.color-block {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #000;
}

.color-block.primary {
  background-color: #131754;
}

.color-block.secondary {
  background-color: #037bc1;
}

.color-block.tertiary {
  background-color: #B35C09;
}

.color-block.quadrary {
  background-color: #323232;
}

.favicons.flex {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}




