@import url(https://fonts.googleapis.com/css?family=Lato:400,600,700|Work+Sans:400,600,700,800,900&display=swap);
/**
 * 3rd party
 *
 * External plugins and styles
 **/
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#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;
  transform: translate(0, 0); }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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.28571429em;
  text-align: center; }

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

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

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

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

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

.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

.fa-flip-horizontal {
  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 {
  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; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

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

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

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

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

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

.fa-th:before {
  content: "\f00a"; }

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

.fa-check:before {
  content: "\f00c"; }

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

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

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

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

.fa-signal:before {
  content: "\f012"; }

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

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

.fa-home:before {
  content: "\f015"; }

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

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

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

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

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

.fa-inbox:before {
  content: "\f01c"; }

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

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

.fa-refresh:before {
  content: "\f021"; }

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

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

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

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

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

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a"; }

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

.fa-indent:before {
  content: "\f03c"; }

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

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

.fa-pencil:before {
  content: "\f040"; }

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

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

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

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

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

.fa-arrows:before {
  content: "\f047"; }

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

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

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

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

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

.fa-eject:before {
  content: "\f052"; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b"; }

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

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

.fa-ban:before {
  content: "\f05e"; }

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

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

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

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

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

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

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

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

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

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

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

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

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

.fa-retweet:before {
  content: "\f079"; }

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

.fa-folder:before {
  content: "\f07b"; }

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

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

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

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

.fa-twitter-square:before {
  content: "\f081"; }

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

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

.fa-key:before {
  content: "\f084"; }

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

.fa-comments:before {
  content: "\f086"; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091"; }

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

.fa-upload:before {
  content: "\f093"; }

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

.fa-phone:before {
  content: "\f095"; }

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

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

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

.fa-twitter:before {
  content: "\f099"; }

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

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

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

.fa-rss:before {
  content: "\f09e"; }

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

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

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

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

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

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

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

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

.fa-paperclip:before {
  content: "\f0c6"; }

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

.fa-square:before {
  content: "\f0c8"; }

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

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

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

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

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

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

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

.fa-money:before {
  content: "\f0d6"; }

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

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

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

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

.fa-columns:before {
  content: "\f0db"; }

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

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

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

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

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

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

.fa-exchange:before {
  content: "\f0ec"; }

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

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

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

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

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

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

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

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

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

.fa-beer:before {
  content: "\f0fc"; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

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

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

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

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

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b"; }

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

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

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

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

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

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

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

.fa-crop:before {
  content: "\f125"; }

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

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

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

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

.fa-microphone:before {
  content: "\f130"; }

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

.fa-shield:before {
  content: "\f132"; }

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

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

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

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

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

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

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

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

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

.fa-bullseye:before {
  content: "\f140"; }

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

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

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

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

.fa-ticket:before {
  content: "\f145"; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e"; }

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

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

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

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

.fa-gbp:before {
  content: "\f154"; }

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b"; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

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

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

.fa-dropbox:before {
  content: "\f16b"; }

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

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

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

.fa-tumblr:before {
  content: "\f173"; }

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

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

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

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

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

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

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

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

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

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193"; }

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

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

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

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

.fa-slack:before {
  content: "\f198"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

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

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

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

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

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

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

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

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

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-recycle:before {
  content: "\f1b8"; }

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

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

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

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

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

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

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

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

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

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

.fa-qq:before {
  content: "\f1d6"; }

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

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

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

.fa-history:before {
  content: "\f1da"; }

.fa-genderless:before, .fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

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

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

.fa-bomb:before {
  content: "\f1e2"; }

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

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

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

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202"; }

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

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

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

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

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

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

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

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

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

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

.fa-motorcycle:before {
  content: "\f21c"; }

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

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-transgender:before {
  content: "\f224"; }

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "\f22c"; }

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

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

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

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

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

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

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.tns-outer {
  padding: 0 !important; }
  .tns-outer [hidden] {
    display: none !important; }
  .tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }
  .tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }
  .tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }
  .tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s; }
  .tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important; }
  .tns-gallery > .tns-moving {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }
  .tns-lazy-img.tns-complete {
    opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }
  .tns-vpfix > div, .tns-vpfix > li {
    display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.33333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }
  .tns-t-ct:after {
    content: '';
    display: table;
    clear: both; }
  .tns-t-ct > div {
    width: 1.42857%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: calc(100% / 70);
    height: 10px;
    float: left; }

/**
 * Global
 *
 * Styles and mixins that are used throughout the website. Keep things logically
 * separated into concern-based filenames (ie typography, forms, etc).
 * The order of these includes is important.
 **/
/* LGNZ readmore button - with hover state */
/* Bordered box with animated hover, add <span> around text eg <a href=""><span>Text</span></a> */
/*
	Build a link with an angle bracket arrow to the right of the text
	Include this mixin on the parent item AND add a span after the text eg <a class="button">Text<span></span></a>
	Default size is 20 and angle is 0 (pointing right)
*/
/*
	Size in pixels (no px)
	Angle will rotate the whole bracket
*/
/**
 * [Subtracts the border and padding from the width of the element.]
 */
/**
 * [scale description]
 * @param  {[int]} $zoom [The level of zoom you want on the element. eg: '1.1'.]
 */
/**
 * [Pass the angle you want the element to rotate. eg: 90deg. NOTE: You need to add 'deg' to the angle. eg: 90deg.]
 * @param  {[int with 'deg' appended]} $deg [The angle of the rotation]
 */
/**
 * [Rotate and vertically align element within a relatively positioned element. NOTE: You need to add 'deg' to the angle. eg: 90deg.]
 * @param  {[percentage]} $topPos [Pass the vertical position as a percetage. eg 50% will horizontally center align the element.]
 * @param  {[int with 'deg' appended]} $deg [The angle of the rotation]
 */
/**
 * [Rotate and horizontally align element within a relatively positioned element. NOTE: You need to add 'deg' to the angle. eg: 90deg.]
 * @param  {[percentage]} $topPos [Pass the vertical position as a percetage. eg 50% will horizontally center align the element.]
 * @param  {[int with 'deg' appended]} $deg [The angle of the rotation]
 */
/**
 * [Vertically align element within a relatively positioned element.]
 * @param  {[percentage]} $topPos [Pass the vertical position as a percetage. eg 50% will vertically center align the element.]
 */
/**
 * [Horizontally align element within a relatively positioned element.]
 * @param  {[percentage]} $leftPos [Pass the vertical position as a percetage. eg 50% will horizontally center align the element.]
 */
/**
 * [Horizontally and vertically align element within a relatively positioned element.]
 * @param  {[percentage]} $leftPos [Pass the horizontally position as a percetage. eg 50% will horizontally center align the element.]
 * @param  {[percentage]} $topPos [Pass the vertical position as a percetage. eg 50% will horizontally center align the element.]
 */
/**
 * [transition description]
 * @param  {[style]} $propertie [The style you want to animate. Defaults to 'all'.]
 * @param  {[int in seconds]} $time      [The speed at which you want the transition to take. Defaults to '0.3s'.]
 * @param  {[movement type]} $mode      [The type of movement you want eg: linear, ease, ease-in, ease-out. Defaults to 'linear'.]
 */
/**
 * Grid panels
 * Creates a grid of items that have a fixed height
 * @param $cols int = number of items per row
 * @param $col_gap percent = gap between items in each row (optional, defaults to 2%)
 * @param $row_gap percent = gap between row (optional, defaults to two times col_gap (4%))
 **/
/**
 * Ease between states
 * Use this to smooth hover/active/focus events
 **/
/**
 * Clearfix
 **/
/**
 * Multi-column
 * @param $cols int = number of columns to span
 * @param $sum int = total number of columns
 * @param $gap mixed = gap between items (optional, defaults to 1rem)
 **/
/**
 * Colours
 **/
/**
 * Map names to colours
 * @type {[type]}
 */
.black-text {
  color: #000000 !important; }

.black-bg {
  background-color: #000000 !important; }
  .black-bg.semi-trans {
    background-color: rgba(0, 0, 0, 0.95) !important; }
  .black-bg .darken {
    background-color: black !important; }

.black-border {
  border-color: #000000; }

.body-text {
  color: #282829 !important; }

.body-bg {
  background-color: #282829 !important; }
  .body-bg.semi-trans {
    background-color: rgba(40, 40, 41, 0.95) !important; }
  .body-bg .darken {
    background-color: #1b1b1c !important; }

.body-border {
  border-color: #282829; }

.white-text {
  color: #FFFFFF !important; }

.white-bg {
  background-color: #FFFFFF !important; }
  .white-bg.semi-trans {
    background-color: rgba(255, 255, 255, 0.95) !important; }
  .white-bg .darken {
    background-color: #f2f2f2 !important; }

.white-border {
  border-color: #FFFFFF; }

.brown-text {
  color: #8d6f4a !important; }

.brown-bg {
  background-color: #8d6f4a !important; }
  .brown-bg.semi-trans {
    background-color: rgba(141, 111, 74, 0.95) !important; }
  .brown-bg .darken {
    background-color: #7c6241 !important; }

.brown-border {
  border-color: #8d6f4a; }

.blue-text {
  color: #009EE3 !important; }

.blue-bg {
  background-color: #009EE3 !important; }
  .blue-bg.semi-trans {
    background-color: rgba(0, 158, 227, 0.95) !important; }
  .blue-bg .darken {
    background-color: #008cca !important; }

.blue-border {
  border-color: #009EE3; }

.green-text {
  color: #1EA637 !important; }

.green-bg {
  background-color: #1EA637 !important; }
  .green-bg.semi-trans {
    background-color: rgba(30, 166, 55, 0.95) !important; }
  .green-bg .darken {
    background-color: #1a9030 !important; }

.green-border {
  border-color: #1EA637; }

.orange-text {
  color: #FCB464 !important; }

.orange-bg {
  background-color: #FCB464 !important; }
  .orange-bg.semi-trans {
    background-color: rgba(252, 180, 100, 0.95) !important; }
  .orange-bg .darken {
    background-color: #fca84b !important; }

.orange-border {
  border-color: #FCB464; }

.purple-text {
  color: #8B8AA9 !important; }

.purple-bg {
  background-color: #8B8AA9 !important; }
  .purple-bg.semi-trans {
    background-color: rgba(139, 138, 169, 0.95) !important; }
  .purple-bg .darken {
    background-color: #7c7b9e !important; }

.purple-border {
  border-color: #8B8AA9; }

.charcoal-text {
  color: #282829 !important; }

.charcoal-bg {
  background-color: #282829 !important; }
  .charcoal-bg.semi-trans {
    background-color: rgba(40, 40, 41, 0.95) !important; }
  .charcoal-bg .darken {
    background-color: #1b1b1c !important; }

.charcoal-border {
  border-color: #282829; }

.dark_grey-text {
  color: #565656 !important; }

.dark_grey-bg {
  background-color: #565656 !important; }
  .dark_grey-bg.semi-trans {
    background-color: rgba(86, 86, 86, 0.95) !important; }
  .dark_grey-bg .darken {
    background-color: #494949 !important; }

.dark_grey-border {
  border-color: #565656; }

.grey-text {
  color: #707070 !important; }

.grey-bg {
  background-color: #707070 !important; }
  .grey-bg.semi-trans {
    background-color: rgba(112, 112, 112, 0.95) !important; }
  .grey-bg .darken {
    background-color: #636363 !important; }

.grey-border {
  border-color: #707070; }

.mid_grey-text {
  color: #8D8D8D !important; }

.mid_grey-bg {
  background-color: #8D8D8D !important; }
  .mid_grey-bg.semi-trans {
    background-color: rgba(141, 141, 141, 0.95) !important; }
  .mid_grey-bg .darken {
    background-color: gray !important; }

.mid_grey-border {
  border-color: #8D8D8D; }

.light_grey-text {
  color: #BBBBBB !important; }

.light_grey-bg {
  background-color: #BBBBBB !important; }
  .light_grey-bg.semi-trans {
    background-color: rgba(187, 187, 187, 0.95) !important; }
  .light_grey-bg .darken {
    background-color: #aeaeae !important; }

.light_grey-border {
  border-color: #BBBBBB; }

.off_white-text {
  color: #F1F1F1 !important; }

.off_white-bg {
  background-color: #F1F1F1 !important; }
  .off_white-bg.semi-trans {
    background-color: rgba(241, 241, 241, 0.95) !important; }
  .off_white-bg .darken {
    background-color: #e4e4e4 !important; }

.off_white-border {
  border-color: #F1F1F1; }

/**
 * Retrieve colour from $colours map
 * @param  {string} $key [name of colour, as defined in $colours map]
 * @return hex colour
 */
/*** Theme / Page colours ***/
.theme-brown {
  /* Lgnz read more button style for form submit button */
  /* only those inside the content area / not header */ }
  .theme-brown .themed--text {
    color: #8d6f4a; }
  .theme-brown .themed--bg {
    background-color: #8d6f4a; }
  .theme-brown .themed--border {
    border-color: #8d6f4a; }
  .theme-brown .themed--border-before:before {
    border-color: #8d6f4a !important; }
  .theme-brown .themed--page-title {
    border-color: #8d6f4a; }
  .theme-brown .page-wrapper .btn-toolbar {
    border-color: #8d6f4a; }
    .theme-brown .page-wrapper .btn-toolbar::after {
      background-color: #8d6f4a; }
  .theme-brown .sidebar-menu .sidebar-menu__inner .menu__item--section > .menu__item__link::after,
  .theme-brown .sidebar-menu .sidebar-menu__inner .menu__item--current > .menu__item__link::after {
    background-color: #8d6f4a; }
  .theme-brown .sidebar-menu .sidebar-menu__inner .menu__item--section > .menu__item__link,
  .theme-brown .sidebar-menu .sidebar-menu__inner .menu__item--current > .menu__item__link {
    color: #8d6f4a; }
  .theme-brown .inpage-menu__toggle .angle::before, .theme-brown .inpage-menu__toggle .angle::after {
    background-color: #8d6f4a; }

/* in-page themed elements eg featured pages on the homepage */
.element-theme-brown {
  /* colourise current menu link */
  /* colourise the menu link's after bar */
  /* colourise current menu link's arrow trigger */
  /* colourise menu links on mobile */
  /* 	@include breakpoint(xl-and-up) {
		.menu__item__link::after {
			background-color: $colour;
		}				
	} */ }
  .element-theme-brown .themed--text, .element-theme-brown.themed--text {
    color: #8d6f4a !important; }
  .element-theme-brown .themed--bg {
    background-color: #8d6f4a !important; }
  .element-theme-brown .themed--border, .element-theme-brown.themed--border {
    border-color: #8d6f4a !important; }
  .element-theme-brown .themed--border-before:before {
    border-color: #8d6f4a !important; }
  .element-theme-brown .readmore--themed {
    border-color: #8d6f4a; }
    .element-theme-brown .readmore--themed::after {
      background-color: #8d6f4a; }

.theme-blue {
  /* Lgnz read more button style for form submit button */
  /* only those inside the content area / not header */ }
  .theme-blue .themed--text {
    color: #009EE3; }
  .theme-blue .themed--bg {
    background-color: #009EE3; }
  .theme-blue .themed--border {
    border-color: #009EE3; }
  .theme-blue .themed--border-before:before {
    border-color: #009EE3 !important; }
  .theme-blue .themed--page-title {
    border-color: #009EE3; }
  .theme-blue .page-wrapper .btn-toolbar {
    border-color: #009EE3; }
    .theme-blue .page-wrapper .btn-toolbar::after {
      background-color: #009EE3; }
  .theme-blue .sidebar-menu .sidebar-menu__inner .menu__item--section > .menu__item__link::after,
  .theme-blue .sidebar-menu .sidebar-menu__inner .menu__item--current > .menu__item__link::after {
    background-color: #009EE3; }
  .theme-blue .sidebar-menu .sidebar-menu__inner .menu__item--section > .menu__item__link,
  .theme-blue .sidebar-menu .sidebar-menu__inner .menu__item--current > .menu__item__link {
    color: #009EE3; }
  .theme-blue .inpage-menu__toggle .angle::before, .theme-blue .inpage-menu__toggle .angle::after {
    background-color: #009EE3; }

/* in-page themed elements eg featured pages on the homepage */
.element-theme-blue {
  /* colourise current menu link */
  /* colourise the menu link's after bar */
  /* colourise current menu link's arrow trigger */
  /* colourise menu links on mobile */
  /* 	@include breakpoint(xl-and-up) {
		.menu__item__link::after {
			background-color: $colour;
		}				
	} */ }
  .element-theme-blue .themed--text, .element-theme-blue.themed--text {
    color: #009EE3 !important; }
  .element-theme-blue .themed--bg {
    background-color: #009EE3 !important; }
  .element-theme-blue .themed--border, .element-theme-blue.themed--border {
    border-color: #009EE3 !important; }
  .element-theme-blue .themed--border-before:before {
    border-color: #009EE3 !important; }
  .element-theme-blue .readmore--themed {
    border-color: #009EE3; }
    .element-theme-blue .readmore--themed::after {
      background-color: #009EE3; }

.theme-green {
  /* Lgnz read more button style for form submit button */
  /* only those inside the content area / not header */ }
  .theme-green .themed--text {
    color: #1EA637; }
  .theme-green .themed--bg {
    background-color: #1EA637; }
  .theme-green .themed--border {
    border-color: #1EA637; }
  .theme-green .themed--border-before:before {
    border-color: #1EA637 !important; }
  .theme-green .themed--page-title {
    border-color: #1EA637; }
  .theme-green .page-wrapper .btn-toolbar {
    border-color: #1EA637; }
    .theme-green .page-wrapper .btn-toolbar::after {
      background-color: #1EA637; }
  .theme-green .sidebar-menu .sidebar-menu__inner .menu__item--section > .menu__item__link::after,
  .theme-green .sidebar-menu .sidebar-menu__inner .menu__item--current > .menu__item__link::after {
    background-color: #1EA637; }
  .theme-green .sidebar-menu .sidebar-menu__inner .menu__item--section > .menu__item__link,
  .theme-green .sidebar-menu .sidebar-menu__inner .menu__item--current > .menu__item__link {
    color: #1EA637; }
  .theme-green .inpage-menu__toggle .angle::before, .theme-green .inpage-menu__toggle .angle::after {
    background-color: #1EA637; }

/* in-page themed elements eg featured pages on the homepage */
.element-theme-green {
  /* colourise current menu link */
  /* colourise the menu link's after bar */
  /* colourise current menu link's arrow trigger */
  /* colourise menu links on mobile */
  /* 	@include breakpoint(xl-and-up) {
		.menu__item__link::after {
			background-color: $colour;
		}				
	} */ }
  .element-theme-green .themed--text, .element-theme-green.themed--text {
    color: #1EA637 !important; }
  .element-theme-green .themed--bg {
    background-color: #1EA637 !important; }
  .element-theme-green .themed--border, .element-theme-green.themed--border {
    border-color: #1EA637 !important; }
  .element-theme-green .themed--border-before:before {
    border-color: #1EA637 !important; }
  .element-theme-green .readmore--themed {
    border-color: #1EA637; }
    .element-theme-green .readmore--themed::after {
      background-color: #1EA637; }

.theme-orange {
  /* Lgnz read more button style for form submit button */
  /* only those inside the content area / not header */ }
  .theme-orange .themed--text {
    color: #FCB464; }
  .theme-orange .themed--bg {
    background-color: #FCB464; }
  .theme-orange .themed--border {
    border-color: #FCB464; }
  .theme-orange .themed--border-before:before {
    border-color: #FCB464 !important; }
  .theme-orange .themed--page-title {
    border-color: #FCB464; }
  .theme-orange .page-wrapper .btn-toolbar {
    border-color: #FCB464; }
    .theme-orange .page-wrapper .btn-toolbar::after {
      background-color: #FCB464; }
  .theme-orange .sidebar-menu .sidebar-menu__inner .menu__item--section > .menu__item__link::after,
  .theme-orange .sidebar-menu .sidebar-menu__inner .menu__item--current > .menu__item__link::after {
    background-color: #FCB464; }
  .theme-orange .sidebar-menu .sidebar-menu__inner .menu__item--section > .menu__item__link,
  .theme-orange .sidebar-menu .sidebar-menu__inner .menu__item--current > .menu__item__link {
    color: #FCB464; }
  .theme-orange .inpage-menu__toggle .angle::before, .theme-orange .inpage-menu__toggle .angle::after {
    background-color: #FCB464; }

/* in-page themed elements eg featured pages on the homepage */
.element-theme-orange {
  /* colourise current menu link */
  /* colourise the menu link's after bar */
  /* colourise current menu link's arrow trigger */
  /* colourise menu links on mobile */
  /* 	@include breakpoint(xl-and-up) {
		.menu__item__link::after {
			background-color: $colour;
		}				
	} */ }
  .element-theme-orange .themed--text, .element-theme-orange.themed--text {
    color: #FCB464 !important; }
  .element-theme-orange .themed--bg {
    background-color: #FCB464 !important; }
  .element-theme-orange .themed--border, .element-theme-orange.themed--border {
    border-color: #FCB464 !important; }
  .element-theme-orange .themed--border-before:before {
    border-color: #FCB464 !important; }
  .element-theme-orange .readmore--themed {
    border-color: #FCB464; }
    .element-theme-orange .readmore--themed::after {
      background-color: #FCB464; }

.theme-purple {
  /* Lgnz read more button style for form submit button */
  /* only those inside the content area / not header */ }
  .theme-purple .themed--text {
    color: #8B8AA9; }
  .theme-purple .themed--bg {
    background-color: #8B8AA9; }
  .theme-purple .themed--border {
    border-color: #8B8AA9; }
  .theme-purple .themed--border-before:before {
    border-color: #8B8AA9 !important; }
  .theme-purple .themed--page-title {
    border-color: #8B8AA9; }
  .theme-purple .page-wrapper .btn-toolbar {
    border-color: #8B8AA9; }
    .theme-purple .page-wrapper .btn-toolbar::after {
      background-color: #8B8AA9; }
  .theme-purple .sidebar-menu .sidebar-menu__inner .menu__item--section > .menu__item__link::after,
  .theme-purple .sidebar-menu .sidebar-menu__inner .menu__item--current > .menu__item__link::after {
    background-color: #8B8AA9; }
  .theme-purple .sidebar-menu .sidebar-menu__inner .menu__item--section > .menu__item__link,
  .theme-purple .sidebar-menu .sidebar-menu__inner .menu__item--current > .menu__item__link {
    color: #8B8AA9; }
  .theme-purple .inpage-menu__toggle .angle::before, .theme-purple .inpage-menu__toggle .angle::after {
    background-color: #8B8AA9; }

/* in-page themed elements eg featured pages on the homepage */
.element-theme-purple {
  /* colourise current menu link */
  /* colourise the menu link's after bar */
  /* colourise current menu link's arrow trigger */
  /* colourise menu links on mobile */
  /* 	@include breakpoint(xl-and-up) {
		.menu__item__link::after {
			background-color: $colour;
		}				
	} */ }
  .element-theme-purple .themed--text, .element-theme-purple.themed--text {
    color: #8B8AA9 !important; }
  .element-theme-purple .themed--bg {
    background-color: #8B8AA9 !important; }
  .element-theme-purple .themed--border, .element-theme-purple.themed--border {
    border-color: #8B8AA9 !important; }
  .element-theme-purple .themed--border-before:before {
    border-color: #8B8AA9 !important; }
  .element-theme-purple .readmore--themed {
    border-color: #8B8AA9; }
    .element-theme-purple .readmore--themed::after {
      background-color: #8B8AA9; }

.theme-blue .u-content blockquote::before {
  background: url("../icons/quote-left-blue.svg"); }

.theme-blue .u-content blockquote::after {
  background: url("../icons/quote-right-blue.svg"); }

.theme-green .u-content blockquote::before {
  background: url("../icons/quote-left-green.svg"); }

.theme-green .u-content blockquote::after {
  background: url("../icons/quote-right-green.svg"); }

.theme-orange .u-content blockquote::before {
  background: url("../icons/quote-left-orange.svg"); }

.theme-orange .u-content blockquote::after {
  background: url("../icons/quote-right-orange.svg"); }

.theme-purple .u-content blockquote::before {
  background: url("../icons/quote-left-purple.svg"); }

.theme-purple .u-content blockquote::after {
  background: url("../icons/quote-right-purple.svg"); }

@font-face {
  font-family: 'National';
  src: url("../fonts/National/National-Book.eot") format("embedded-opentype"), url("../fonts/National/National-Book.woff") format("woff"), url("../fonts/National/National-Book.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'National Extrabold';
  src: url("../fonts/National/National-Extrabold.eot") format("embedded-opentype"), url("../fonts/National/National-Extrabold.woff") format("woff"), url("../fonts/National/National-Extrabold.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'National Bold';
  src: url("../fonts/National/National-Bold.eot") format("embedded-opentype"), url("../fonts/National/National-Bold.woff") format("woff"), url("../fonts/National/National-Bold.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'National Medium';
  src: url("../fonts/National/National-Medium.eot") format("embedded-opentype"), url("../fonts/National/National-Medium.woff") format("woff"), url("../fonts/National/National-Medium.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'National Light';
  src: url("../fonts/fonts/National/National-Light.eot") format("embedded-opentype"), url("../fonts/National/National-Light.woff") format("woff"), url("../fonts/National/National-Light.ttf") format("truetype");
  font-display: swap; }

body {
  font-family: "National", sans-serif;
  font-size: 16px; }

.readmore {
  font-family: "National Extrabold";
  font-size: 15px;
  font-weight: 800;
  display: inline-block;
  text-decoration: none; }
  .readmore__arrow {
    position: relative;
    padding-right: 25px;
    /* colouring */
    color: #000000;
    background-color: transparent;
    /* apply the bracket */ }
    .readmore__arrow span {
      /* calculate size and positions */
      transform: rotate(0deg);
      width: 15px;
      height: 15px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 5px;
      margin: auto;
      z-index: 2; }
      .readmore__arrow span::after, .readmore__arrow span::before {
        content: '';
        display: block;
        width: 9px;
        height: 4px;
        background-color: #8d6f4a;
        position: absolute; }
      .readmore__arrow span::before {
        transform: rotate(45deg);
        top: 3.75px;
        left: 3px; }
      .readmore__arrow span::after {
        transform: rotate(-45deg);
        left: 3px;
        bottom: 3.75px; }
  .readmore__boxed {
    color: #000000;
    display: block;
    text-align: center;
    padding: 10px 0 10px 10px;
    width: 150px;
    border: 3px solid #8d6f4a;
    position: relative;
    display: inline-block; }
    .readmore__boxed::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      width: 12px;
      height: 100%;
      background-color: #8d6f4a;
      transition: width 0.5s; }
    .readmore__boxed span {
      position: relative;
      z-index: 4; }
    .readmore__boxed:hover::after {
      width: 100%; }
    .readmore__boxed:hover span {
      color: #FFFFFF; }

.page-intro__leadin h4 {
  font-family: "National Extrabold";
  font-size: 21px;
  font-weight: 800;
  line-height: 1.3em;
  margin: 0;
  margin-bottom: 15px; }

.page-intro__leadin a {
  color: #8d6f4a; }

.u-content h1,
.u-content .style-h1 {
  font-family: "National Extrabold";
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
  margin: 0;
  margin-bottom: 32px; }
  @media only screen and (min-width: 769px) {
    .u-content h1,
    .u-content .style-h1 {
      font-family: "National Extrabold";
      font-size: 50px;
      font-weight: 800;
      margin-bottom: 32px; } }

.u-content h2,
.u-content .style-h2 {
  font-family: "National Extrabold";
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3em;
  margin: 0;
  margin-bottom: 24px; }
  @media only screen and (min-width: 769px) {
    .u-content h2,
    .u-content .style-h2 {
      font-family: "National Extrabold";
      font-size: 38px;
      font-weight: 800;
      margin-bottom: 24px; } }

.u-content h3,
.u-content .style-h3 {
  font-family: "National Extrabold";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 16px; }
  @media only screen and (min-width: 769px) {
    .u-content h3,
    .u-content .style-h3 {
      font-family: "National Extrabold";
      font-size: 24px;
      font-weight: 800;
      line-height: 1.3em;
      margin: 0;
      margin-top: 30px;
      margin-bottom: 16px; } }

.u-content h4,
.u-content .style-h4 {
  font-family: "National Extrabold";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0;
  margin-bottom: 16px; }
  @media only screen and (min-width: 769px) {
    .u-content h4,
    .u-content .style-h4 {
      font-family: "National Extrabold";
      font-size: 21px;
      font-weight: 800;
      line-height: 1.3em;
      margin: 0;
      margin-bottom: 16px; } }

.u-content h5,
.u-content .style-h5 {
  font-family: "National Extrabold";
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0;
  margin-bottom: 8px; }
  @media only screen and (min-width: 769px) {
    .u-content h5,
    .u-content .style-h5 {
      font-family: "National Extrabold";
      font-size: 18px;
      font-weight: 800;
      line-height: 1.3em;
      margin: 0;
      margin-bottom: 8px; } }

.u-content p {
  font-size: 16px;
  margin-bottom: 15px; }
  @media only screen and (min-width: 769px) {
    .u-content p {
      font-size: 18px;
      margin-bottom: 15px; } }

.u-content p a {
  color: #8d6f4a; }

.u-content a {
  font-size: 16px;
  margin-bottom: 15px;
  text-decoration: underline;
  margin: 0; }
  @media only screen and (min-width: 769px) {
    .u-content a {
      font-size: 18px;
      margin-bottom: 15px;
      text-decoration: underline; } }

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

.u-content .text-center {
  text-align: center; }

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

.u-content .text-justify {
  text-align: justify; }

.u-content .image,
.u-content img {
  max-width: 100%;
  height: auto;
  display: block; }

.u-content .image.left {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em; }

.u-content .image.leftAlone.left {
  margin: 0 5px 10px 0; }

.u-content .image.right {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em; }

.u-content .image.center {
  margin: auto;
  float: none;
  clear: both; }

.u-content .image.rightAlone {
  margin: auto 0 auto auto; }

.u-content .embed {
  max-width: 100%;
  display: block; }

.u-content table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%; }
  .u-content table td {
    padding: 10px 2%;
    border: 1px solid #F1F1F1;
    font-size: 14px; }
    @media only screen and (min-width: 769px) {
      .u-content table td {
        font-size: 16px; } }

.u-content ol,
.u-content ul {
  padding-left: 24px;
  margin-top: 10px;
  margin-bottom: 20px; }
  .u-content ol li,
  .u-content ul li {
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 15px; }
    @media only screen and (min-width: 769px) {
      .u-content ol li,
      .u-content ul li {
        font-size: 18px;
        margin-bottom: 15px; } }

.u-content ol li:before {
  display: none; }

.u-content ul.arrow-list {
  list-style: none;
  padding-left: 0px; }
  .u-content ul.arrow-list ul {
    list-style: none; }
  .u-content ul.arrow-list li {
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative; }
    .u-content ul.arrow-list li:before {
      position: absolute;
      left: 0;
      top: 3px;
      font-family: 'FontAwesome';
      content: "\F054";
      color: #8d6f4a; }

.u-content blockquote {
  text-align: right;
  color: #565656;
  position: relative;
  padding: 16px 45px;
  border-top: 1px solid #565656;
  border-bottom: 1px solid #565656;
  margin: 50px 0; }
  @media only screen and (min-width: 769px) {
    .u-content blockquote {
      padding: 16px 90px; } }
  .u-content blockquote *:last-child {
    margin-bottom: 0; }
  .u-content blockquote h1, .u-content blockquote h2, .u-content blockquote h3, .u-content blockquote h4, .u-content blockquote h5, .u-content blockquote h6 {
    font-size: 18px;
    font-weight: 600;
    font-style: italic; }
  .u-content blockquote p {
    font-size: 12px;
    font-weight: 600; }
  .u-content blockquote:before, .u-content blockquote:after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    height: 20px; }
    @media only screen and (min-width: 769px) {
      .u-content blockquote:before, .u-content blockquote:after {
        width: 52px;
        height: 36px; } }
  .u-content blockquote:before {
    background: url("../icons/quote-left-brown.svg");
    left: 0;
    top: 16px; }
  .u-content blockquote:after {
    background: url("../icons/quote-right-brown.svg");
    right: 0;
    bottom: 16px;
    margin: auto; }

.u-content a {
  color: #8d6f4a; }

.ss-htmleditorfield-file.embed {
  font-size: 15px;
  margin-bottom: 20px; }

* {
  border: 0;
  margin: 0;
  padding: 0; }

@media only screen and (max-width: 1169px) {
  body.body-no-scroll {
    overflow: hidden !important;
    padding-right: 15px; } }

/* *,
*:before,
*:after {
	box-sizing: inherit;
} */
.cf::after {
  content: '';
  clear: both;
  display: block; }

.u-container {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  max-width: 1266px;
  margin: 0 auto; }
  @media only screen and (min-width: 1025px) {
    .u-container {
      padding: 0 70px;
      max-width: 1366px; } }
  .u-container--step {
    padding: 0 20px;
    max-width: 800px; }
    @media only screen and (min-width: 1025px) {
      .u-container--step {
        padding: 0 140px;
        max-width: 1040px; } }
  .u-container--step-background {
    padding: 0;
    max-width: 800px; }
    @media only screen and (min-width: 1025px) {
      .u-container--step-background {
        padding: 0 70px;
        max-width: 1040px; } }
  .u-container--wide {
    max-width: inherit; }

body {
  background-color: #282829;
  padding-top: 10px; }

.page-wrapper {
  overflow-x: hidden;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 200px; }
  @media only screen and (min-width: 1025px) {
    .page-wrapper {
      margin-top: 340px; } }
  .page-wrapper.small {
    margin-top: 65px; }
    @media only screen and (min-width: 1025px) {
      .page-wrapper.small {
        margin-top: 115px; } }

.page-sidebar__left {
  display: none;
  color: #FFFFFF;
  background-color: #282829;
  /* tablet landscape */
  /* desktop / bigger than tablet */ }
  @media only screen and (min-width: 769px) {
    .page-sidebar__left {
      display: block;
      width: 30%;
      margin-top: 140px; } }
  @media only screen and (min-width: 1025px) {
    .page-sidebar__left {
      width: 25%;
      margin-top: 260px; } }
  .page-sidebar__left .page-sidebar__inner {
    padding-top: 20px;
    margin: 10% 3%; }
    @media only screen and (min-width: 1025px) {
      .page-sidebar__left .page-sidebar__inner {
        float: right;
        width: 90%;
        max-width: 300px;
        margin: 10% 5%; } }

.page-sidebar__right {
  position: relative;
  /* below content until on small desktop (1170) */
  /*.page-sidebar__inner {
			@include breakpoint(lg-and-down) {
				padding-top: 80px;
			}
		}*/ }
  @media only screen and (min-width: 1170px) {
    .page-sidebar__right {
      width: 20%;
      float: right; } }

.page-body {
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  @media only screen and (min-width: 769px) {
    .page-body {
      width: 70%;
      /* show sidebar */ } }
  @media only screen and (min-width: 1025px) {
    .page-body {
      width: 75%; } }
  .page-body__wrapper {
    overflow: hidden; }

.page-title {
  font-family: "National Extrabold";
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
  margin: 0;
  display: inline-block;
  background-color: #FFFFFF;
  border-left: 10px solid #8d6f4a;
  padding: 20px 20px 20px 15px; }
  .page-title::after {
    content: '';
    clear: both;
    display: block; }
  @media only screen and (min-width: 769px) {
    .page-title {
      font-family: "National Extrabold";
      font-size: 45px;
      font-weight: 800;
      padding: 30px 70px 30px 60px; } }
  @media only screen and (min-width: 1025px) {
    .page-title {
      font-family: "National Extrabold";
      font-size: 50px;
      font-weight: 800; } }

.page-body__wrapper {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  background-color: #FFFFFF; }

.page-intro {
  padding: 30px 0 0; }

.page-intro__leadin {
  font-size: 24px;
  font-weight: 600;
  color: #565656;
  margin: 20px 0; }

.page-content {
  /*padding-top: 20px;*/
  padding-bottom: 20px;
  position: relative; }
  .page-content::after {
    content: '';
    clear: both;
    display: block; }
  .page-content.search {
    margin-top: 80px; }

.page-content.grey_bg .card__holder {
  position: relative; }
  .page-content.grey_bg .card__holder::after {
    content: '';
    clear: both;
    display: block; }

.page-content.grey_bg .card__holder::before {
  content: '';
  position: absolute;
  width: 200%;
  height: 150%;
  left: -40%;
  top: 150px;
  background-color: #F1F1F1; }

.page-content__inner {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 1170px) {
    .page-content__inner {
      float: left;
      width: 80%; } }

.breadcrumbs {
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  padding: 10px 0;
  font-weight: 600;
  margin: 0 0 20px 0; }
  .breadcrumbs p {
    font-family: "National Extrabold";
    font-size: 16px;
    font-weight: 600; }
  .breadcrumbs a {
    text-decoration: none;
    color: #000000; }

.coloured-heading-bar {
  width: 10px;
  height: 115px;
  position: absolute;
  top: 0;
  left: 0; }

input,
select,
textarea,
option {
  font-family: "National", sans-serif;
  font-size: 1rem;
  padding: 10px 16px;
  box-sizing: border-box;
  border: 3px solid #000000;
  width: 100%; }
  input:focus, input:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  option:focus,
  option:active {
    border-color: #000000; }
  input#Form_SearchForm_query,
  select#Form_SearchForm_query,
  textarea#Form_SearchForm_query,
  option#Form_SearchForm_query {
    max-width: 209px;
    width: 100%; }

.field {
  padding-bottom: 15px; }
  .field label {
    display: block;
    padding-bottom: 4px; }
  .field ul.checkboxset li {
    list-style-type: none; }
  .field .checkboxset input[type="checkbox"] {
    width: 30px;
    display: inline-block; }
  .field .checkboxset label {
    display: inline-block; }

.btn-toolbar {
  border: 3px solid #8d6f4a;
  position: relative;
  display: inline-block; }
  .btn-toolbar::before {
    content: '';
    display: block;
    background-color: #FFFFFF;
    width: 100%;
    height: 39px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .btn-toolbar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 12px;
    height: 100%;
    background-color: #8d6f4a;
    transition: width 0.5s; }
  .btn-toolbar span {
    position: relative;
    z-index: 4; }
  .btn-toolbar:hover::after {
    width: 100%; }
  .btn-toolbar:hover span {
    color: #FFFFFF; }
  .btn-toolbar input[type="submit"] {
    background-color: transparent;
    color: #000000;
    cursor: pointer;
    font-weight: 600;
    width: auto;
    border: 0;
    padding: 10px 50px;
    position: relative;
    z-index: 3; }
  .btn-toolbar:hover input[type="submit"] {
    color: white; }
  .btn-toolbar #ForgotPassword {
    position: absolute;
    top: 10px;
    left: 110%;
    white-space: nowrap; }

/**
 * Removes iOS default styling
 * 
 * Targets all necessary inputs and removes the blue underline for phone numbers
 **/
button,
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25); }

:-moz-placeholder {
  color: rgba(0, 0, 0, 0.25); }

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25); }

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25); }

.filter_form .filter_form__title {
  font-family: "National Extrabold";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0; }
  @media only screen and (min-width: 769px) {
    .filter_form .filter_form__title {
      font-family: "National Extrabold";
      font-size: 24px;
      font-weight: 800;
      line-height: 1.3em;
      margin: 0; } }

.page-sidebar .filter_form {
  width: 100%; }
  @media only screen and (min-width: 1170px) {
    .page-sidebar .filter_form {
      width: 300px; } }
  .page-sidebar .filter_form__inner {
    width: 80%;
    margin-left: 10%; }

.page-body .filter_form {
  /* apply background colour etc when not in sidebar */
  margin: 20px 0;
  background-color: #F1F1F1;
  /* grey box full width on small devices */ }
  .page-body .filter_form__inner {
    position: relative;
    z-index: 2;
    padding: 20px 5%; }
  @media only screen and (max-width: 1024px) {
    .page-body .filter_form {
      position: relative; }
      .page-body .filter_form::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: -30%;
        width: 160%;
        height: 100%;
        background-color: #F1F1F1; } }

/* all filter forms */
.page-body .filter_form form.ajax-filter-form::after {
  content: '';
  clear: both;
  display: block; }

.page-body .filter_form form.ajax-filter-form h2 {
  font-family: "National Extrabold";
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3em;
  margin: 0;
  margin-bottom: 15px; }

.page-body .filter_form form.ajax-filter-form fieldset {
  padding: 20px 0;
  position: relative;
  z-index: 2; }
  @media only screen and (min-width: 769px) {
    .page-body .filter_form form.ajax-filter-form fieldset {
      float: left;
      width: 78%;
      margin-right: 1%; } }

.page-body .filter_form form.ajax-filter-form .field:first-child {
  clear: left; }

@media only screen and (min-width: 1025px) {
  .page-body .filter_form form.ajax-filter-form .field {
    max-width: 500px;
    /* width: 48%;
			margin-right: 2%;
			float: left;
			padding: 0; */ } }

.page-body .filter_form form.ajax-filter-form .field.dropdown select {
  background: url("../images/dropdown-arrow.png") 95% center no-repeat #fff !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  width: 100%;
  cursor: pointer; }

@media only screen and (min-width: 769px) {
  .page-body .filter_form form.ajax-filter-form .btn-toolbar {
    margin: 20px 0;
    float: left;
    width: 20%; } }

.EventsHolderPage #Form_FilterForm .field {
  width: 100%; }
  .EventsHolderPage #Form_FilterForm .field label {
    display: none; }

#Form_PublicationSearchForm .field label {
  display: none; }

#Form_NewsSearchForm .field label {
  font-family: "National Extrabold";
  line-height: 1.5em; }

#Form_NewsSearchForm .field > label {
  font-family: "National Extrabold";
  font-size: 12px;
  font-weight: 600; }

#Form_NewsSearchForm .field.text > label {
  font-size: 15px; }

@media only screen and (min-width: 769px) {
  #Form_NewsSearchForm .field.text input {
    border: 0; } }

#Form_NewsSearchForm #Form_NewsSearchForm_Keywords_Holder label {
  display: none; }

#Form_NewsSearchForm #Form_NewsSearchForm_Keywords_Holder .middleColumn {
  position: relative; }
  #Form_NewsSearchForm #Form_NewsSearchForm_Keywords_Holder .middleColumn .cross {
    display: none;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 12px;
    right: 12px; }
  #Form_NewsSearchForm #Form_NewsSearchForm_Keywords_Holder .middleColumn .cross::before,
  #Form_NewsSearchForm #Form_NewsSearchForm_Keywords_Holder .middleColumn .cross::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 14px;
    height: 3px;
    background-color: #BBBBBB; }
  #Form_NewsSearchForm #Form_NewsSearchForm_Keywords_Holder .middleColumn .cross::before {
    transform: rotate(-45deg); }
  #Form_NewsSearchForm #Form_NewsSearchForm_Keywords_Holder .middleColumn .cross::after {
    transform: rotate(45deg); }

#Form_NewsSearchForm .field.checkboxset > label {
  text-transform: uppercase; }

#Form_NewsSearchForm .field.checkboxset .middleColumn {
  background-color: #FFFFFF;
  margin-bottom: 10px;
  padding: 10px; }
  #Form_NewsSearchForm .field.checkboxset .middleColumn label {
    color: #000000; }

#Form_NewsSearchForm ul.checkboxset li {
  margin-bottom: 2px; }
  #Form_NewsSearchForm ul.checkboxset li label {
    position: relative;
    padding-left: 35px; }
    #Form_NewsSearchForm ul.checkboxset li label::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      width: 18px;
      height: 18px;
      border: 1px solid #FCB464;
      background-color: #FFFFFF;
      z-index: 1;
      box-sizing: border-box; }
  #Form_NewsSearchForm ul.checkboxset li input[type="checkbox"]:checked + label::before {
    border-width: 2px; }
  #Form_NewsSearchForm ul.checkboxset li input[type="checkbox"]:checked + label::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background-color: #FCB464;
    z-index: 2;
    box-sizing: border-box; }
  #Form_NewsSearchForm ul.checkboxset li input[type="checkbox"] {
    display: none; }

.NewsHolderPage #Form_NewsSearchForm .btn-toolbar {
  display: none; }

.NewsHolderPage .page-intro .filter_form h3 {
  position: relative; }

.NewsHolderPage .page-intro .filter_form .filter_form__toggle {
  /* calculate size and positions */
  transform: rotate(90deg);
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  z-index: 2;
  cursor: pointer; }
  .NewsHolderPage .page-intro .filter_form .filter_form__toggle::after, .NewsHolderPage .page-intro .filter_form .filter_form__toggle::before {
    content: '';
    display: block;
    width: 15px;
    height: 4px;
    background-color: #8d6f4a;
    position: absolute; }
  .NewsHolderPage .page-intro .filter_form .filter_form__toggle::before {
    transform: rotate(45deg);
    top: 6.25px;
    left: 5px; }
  .NewsHolderPage .page-intro .filter_form .filter_form__toggle::after {
    transform: rotate(-45deg);
    left: 5px;
    bottom: 6.25px; }

.NewsHolderPage .page-intro .filter_form #Form_NewsSearchForm {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.5s; }
  .NewsHolderPage .page-intro .filter_form #Form_NewsSearchForm .field.checkboxset {
    border: 3px solid #000000;
    background-color: #FFFFFF;
    padding: 10px;
    margin-bottom: 15px;
    position: relative; }
    .NewsHolderPage .page-intro .filter_form #Form_NewsSearchForm .field.checkboxset > label {
      font-size: 16px;
      font-weight: 400;
      color: #BBBBBB;
      text-transform: none;
      padding: 0; }
    .NewsHolderPage .page-intro .filter_form #Form_NewsSearchForm .field.checkboxset .checkboxset__toggle {
      /* calculate size and positions */
      transform: rotate(90deg);
      width: 20px;
      height: 20px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 5px;
      margin: auto;
      z-index: 2;
      right: 15px;
      top: 13px;
      bottom: inherit;
      cursor: pointer; }
      .NewsHolderPage .page-intro .filter_form #Form_NewsSearchForm .field.checkboxset .checkboxset__toggle::after, .NewsHolderPage .page-intro .filter_form #Form_NewsSearchForm .field.checkboxset .checkboxset__toggle::before {
        content: '';
        display: block;
        width: 12px;
        height: 4px;
        background-color: #000000;
        position: absolute; }
      .NewsHolderPage .page-intro .filter_form #Form_NewsSearchForm .field.checkboxset .checkboxset__toggle::before {
        transform: rotate(45deg);
        top: 5px;
        left: 4px; }
      .NewsHolderPage .page-intro .filter_form #Form_NewsSearchForm .field.checkboxset .checkboxset__toggle::after {
        transform: rotate(-45deg);
        left: 4px;
        bottom: 5px; }
    .NewsHolderPage .page-intro .filter_form #Form_NewsSearchForm .field.checkboxset .middleColumn {
      padding: 0;
      margin: 0;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s; }
      .NewsHolderPage .page-intro .filter_form #Form_NewsSearchForm .field.checkboxset .middleColumn ul.checkboxset {
        margin-top: 10px; }
    .NewsHolderPage .page-intro .filter_form #Form_NewsSearchForm .field.checkboxset.panel-open .checkboxset__toggle {
      transform: rotate(-90deg); }
    .NewsHolderPage .page-intro .filter_form #Form_NewsSearchForm .field.checkboxset.panel-open .middleColumn {
      max-height: 900px;
      transition: max-height 1s; }

.NewsHolderPage .page-intro .filter_form.form-open .filter_form__toggle {
  transform: rotate(-90deg); }

.NewsHolderPage .page-intro .filter_form.form-open #Form_NewsSearchForm {
  max-height: 1000px;
  transition: max-height 1s; }

#MemberLoginForm_LoginForm,
#LostPasswordForm_lostPasswordForm {
  padding-bottom: 20px; }
  @media only screen and (min-width: 1025px) {
    #MemberLoginForm_LoginForm,
    #LostPasswordForm_lostPasswordForm {
      padding-bottom: 70px; } }

/**
 * Self-contained components
 *
 * Any significant component that is reused throughout the site. Typically these would have
 * a matching template (ie Includes/{COMPONENT_NAME}), and js (ie js/{COMPONENT_NAME}).
 **/
.page-header {
  margin: 0 20px;
  position: relative;
  z-index: 10;
  clear: both; }
  .page-header::after {
    content: '';
    clear: both;
    display: block; }
  @media only screen and (min-width: 1170px) {
    .page-header {
      background-color: #8d6f4a;
      padding-left: 15px;
      margin-top: 80px; } }

.page-header .branding {
  display: block;
  float: left;
  position: relative;
  z-index: 101; }
  .page-header .branding .desktop {
    display: block;
    width: 200px; }
    .page-header .branding .desktop img {
      width: 100%; }
  @media only screen and (min-width: 769px) {
    .page-header .branding .mobile {
      display: none; } }

.page-image {
  height: 350px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media only screen and (min-width: 769px) {
    .page-image {
      height: 410px; } }
  @media only screen and (min-width: 1025px) {
    .page-image {
      height: 600px; } }
  .page-image.small {
    height: 200px; }
    @media only screen and (min-width: 769px) {
      .page-image.small {
        height: 250px; } }
    @media only screen and (min-width: 1025px) {
      .page-image.small {
        height: 450px; } }
  .page-image::after {
    content: '';
    display: block;
    width: 80%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    background-image: url("../images/pattern.png"); }

.menu {
  box-sizing: border-box;
  position: fixed;
  right: -105%;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background-color: #8d6f4a;
  padding-top: 100px;
  -webkit-transition: right 0.5s ease-in-out;
  -moz-transition: right 0.5s ease-in-out;
  -o-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out;
  /* desktop menu */ }
  .menu.open {
    right: 0;
    -webkit-transition: right 0.5s ease-in-out;
    -moz-transition: right 0.5s ease-in-out;
    -o-transition: right 0.5s ease-in-out;
    transition: right 0.5s ease-in-out; }
  @media only screen and (min-width: 769px) {
    .menu {
      padding-top: 180px; } }
  @media only screen and (min-width: 1170px) {
    .menu {
      position: static;
      height: auto;
      padding: 0;
      width: auto;
      float: right;
      background-color: transparent; } }

@media only screen and (max-width: 1169px) {
  .menu__scroll-wrapper {
    overflow: auto;
    height: 100%; } }

.menu__inner {
  margin: 20px 0 0; }
  @media only screen and (min-width: 1170px) {
    .menu__inner {
      margin: 0; } }

.menu__item {
  list-style-type: none;
  position: relative;
  padding: 0 7%;
  /* desktop menu */ }
  @media only screen and (min-width: 1170px) {
    .menu__item {
      display: inline;
      padding: 0 18px 0 0; } }
  @media only screen and (min-width: 1600px) {
    .menu__item {
      padding: 0 40px 0 0; } }

.menu__item__link {
  font-family: "National Extrabold";
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-block;
  padding: 18px 0;
  position: relative;
  /* z-index: 2; */ }
  @media only screen and (min-width: 350px) {
    .menu__item__link {
      font-size: 18px; } }
  .menu__item__link.has_dropdown {
    padding-right: 15px; }
    @media only screen and (min-width: 1170px) {
      .menu__item__link.has_dropdown {
        padding-right: 8px; } }
  .menu__item__link::after {
    content: '';
    width: 0;
    height: 4px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 7px;
    left: 0;
    z-index: 2;
    transition: width 0.5s; }
    @media only screen and (min-width: 1170px) {
      .menu__item__link::after {
        bottom: -4px; } }

.menu__inner > .menu__item--section > .menu__item__link::after,
.menu__inner > .menu__item--current > .menu__item__link::after {
  width: 100%; }

.submenu__trigger {
  /* calculate size and positions */
  transform: rotate(90deg);
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  z-index: 2;
  position: static;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .submenu__trigger::after, .submenu__trigger::before {
    content: '';
    display: block;
    width: 9px;
    height: 4px;
    background-color: #FFFFFF;
    position: absolute; }
  .submenu__trigger::before {
    transform: rotate(45deg);
    top: 3.75px;
    left: 3px; }
  .submenu__trigger::after {
    transform: rotate(-45deg);
    left: 3px;
    bottom: 3.75px; }

.menu__item.is-child .submenu__trigger {
  display: none; }

.menu__submenu {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 46px;
  left: 0;
  /* 	z-index: 1; */
  background-color: #282829;
  background-color: #282829;
  padding: 0;
  /* desktop menu */ }
  @media only screen and (min-width: 1170px) {
    .menu__submenu {
      width: 300px;
      top: 38px;
      transition: max-height 0.3s; } }

/* when li is open */
.menu__item.submenu-open {
  z-index: 3; }
  .menu__item.submenu-open > .menu__item__link::after {
    width: 100%;
    transition: width 0.5s; }
  .menu__item.submenu-open .submenu__trigger.open {
    transform: rotate(-90deg); }
  .menu__item.submenu-open > .menu__submenu {
    min-height: 1000px; }
    @media only screen and (min-width: 1170px) {
      .menu__item.submenu-open > .menu__submenu {
        min-height: inherit;
        max-height: 1000px;
        transition: max-height 1s; } }

.menu__submenu .menu__item {
  padding: 0 7%;
  display: block; }
  .menu__submenu .menu__item:first-child {
    margin-top: 25px; }
  .menu__submenu .menu__item::after {
    display: none; }
  .menu__submenu .menu__item:last-child {
    margin-bottom: 15px; }

.menu__submenu .menu__item__link {
  display: block;
  padding: 8px 0; }

.HomePage .menu {
  background-color: #8d6f4a; }

.menu__inner .search-form__icon {
  cursor: pointer;
  display: block;
  padding: 18px 7%; }
  @media only screen and (min-width: 1170px) {
    .menu__inner .search-form__icon {
      float: right;
      padding: 18px 30px 8px 0; } }

/**  **/
.upper_nav {
  margin-top: 30px; }
  @media only screen and (min-width: 1170px) {
    .upper_nav {
      margin: 0;
      position: absolute;
      top: -44px;
      right: 0; } }
  .upper_nav__item {
    list-style-type: none;
    display: block;
    padding: 0 7%;
    margin: 0 0 14px; }
    @media only screen and (min-width: 1170px) {
      .upper_nav__item {
        float: left;
        padding: 0;
        margin: 0 0 0 6px; } }
  .upper_nav__item__link {
    font-family: "National Extrabold";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #282829;
    display: inline-block;
    padding: 10px 36px 10px 24px;
    position: relative; }
    @media only screen and (min-width: 1170px) {
      .upper_nav__item__link:hover {
        background-color: #8d6f4a; }
        .upper_nav__item__link:hover::after,
        .upper_nav__item__link:hover span::after,
        .upper_nav__item__link:hover span::before {
          background-color: #FFFFFF; } }
    .upper_nav__item__link::after {
      content: '';
      width: 3px;
      height: 12px;
      background-color: #8d6f4a;
      position: absolute;
      top: 13px;
      right: 18px;
      transform: rotate(45deg); }
    .upper_nav__item__link span {
      /* calculate size and positions */
      transform: rotate(-45deg);
      width: 16px;
      height: 16px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 5px;
      margin: auto;
      z-index: 2;
      top: -10px;
      right: 7px; }
      .upper_nav__item__link span::after, .upper_nav__item__link span::before {
        content: '';
        display: block;
        width: 9.6px;
        height: 3px;
        background-color: #8d6f4a;
        position: absolute; }
      .upper_nav__item__link span::before {
        transform: rotate(45deg);
        top: 4px;
        left: 3.2px; }
      .upper_nav__item__link span::after {
        transform: rotate(-45deg);
        left: 3.2px;
        bottom: 4px; }
    .upper_nav__item__link sup {
      font-size: 8px;
      font-weight: 400;
      line-height: 0.4em; }

.menu__triggers {
  width: 45px;
  height: 45px;
  position: fixed;
  top: 15px;
  right: 0;
  z-index: 102;
  cursor: pointer; }
  @media only screen and (min-width: 1170px) {
    .menu__triggers {
      display: none; } }

.menu__trigger {
  width: 100%;
  height: 100%;
  background-color: #8d6f4a; }
  .menu__trigger span {
    height: 3px;
    width: 30px;
    display: block;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .menu__trigger span:first-child {
      top: 12px; }
    .menu__trigger span:nth-child(2) {
      top: 21px; }
    .menu__trigger span:last-child {
      top: 30px; }
  .menu__trigger.open {
    background-color: #FFFFFF; }
    .menu__trigger.open span {
      background: #8d6f4a;
      bottom: 0;
      top: 0; }
    .menu__trigger.open span:nth-child(2) {
      opacity: 0;
      width: 0; }
    .menu__trigger.open span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .menu__trigger.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.menu__trigger__back {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  right: -100%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .menu__trigger__back div {
    /* calculate size and positions */
    transform: rotate(180deg);
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    z-index: 2; }
    .menu__trigger__back div::after, .menu__trigger__back div::before {
      content: '';
      display: block;
      width: 21px;
      height: 4px;
      background-color: #8d6f4a;
      position: absolute; }
    .menu__trigger__back div::before {
      transform: rotate(45deg);
      top: 8.75px;
      left: 7px; }
    .menu__trigger__back div::after {
      transform: rotate(-45deg);
      left: 7px;
      bottom: 8.75px; }
    .menu__trigger__back div::before, .menu__trigger__back div::after {
      height: 6px; }
  .menu__trigger__back.active {
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  @media only screen and (min-width: 1170px) {
    .menu__trigger__back {
      display: none !important; } }

.main__menu__trigger {
  display: none;
  position: absolute;
  top: 90vh;
  left: 0;
  right: 0;
  z-index: 4;
  margin: auto;
  width: 86%;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  background-color: #282829; }
  .main__menu__trigger h3 {
    font-family: "National Extrabold";
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3em;
    margin: 0;
    color: #FFFFFF;
    padding: 12px 0 12px 30px; }
  .main__menu__trigger span {
    /* calculate size and positions */
    transform: rotate(180deg);
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    z-index: 2;
    right: inherit;
    left: 0; }
    .main__menu__trigger span::after, .main__menu__trigger span::before {
      content: '';
      display: block;
      width: 9.6px;
      height: 4px;
      background-color: #FFFFFF;
      position: absolute; }
    .main__menu__trigger span::before {
      transform: rotate(45deg);
      top: 4px;
      left: 3.2px; }
    .main__menu__trigger span::after {
      transform: rotate(-45deg);
      left: 3.2px;
      bottom: 4px; }
  .main__menu__trigger.active {
    display: block; }
  @media only screen and (min-width: 1170px) {
    .main__menu__trigger {
      display: none !important; } }

.homepage-banner {
  height: 700px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  /* @include breakpoint(md-and-up) {
		height: 550px;
	} */ }
  @media only screen and (min-width: 568px) {
    .homepage-banner {
      height: 550px; } }
  @media only screen and (min-width: 1170px) {
    .homepage-banner {
      height: 870px; } }
  .homepage-banner .homepage-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    .homepage-banner .homepage-slide::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-color: black;
      background-repeat: no-repeat;
      background-position: top center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.4; }
    .homepage-banner .homepage-slide::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: top center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.5); }
      @media only screen and (min-width: 769px) {
        .homepage-banner .homepage-slide::after {
          background-color: transparent;
          background-image: url("../images/pattern.png"); } }
  .homepage-banner .homepage-slide__content {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 1;
    margin-top: 130px;
    padding: 0 20px;
    max-width: 1266px; }
    @media only screen and (min-width: 769px) {
      .homepage-banner .homepage-slide__content {
        margin-top: 145px;
        padding: 0 70px;
        max-width: 1366px; } }
    @media only screen and (min-width: 1170px) {
      .homepage-banner .homepage-slide__content {
        margin-top: 250px;
        max-width: 50%;
        padding: 0 0 0 11%; } }
    @media only screen and (min-width: 1600px) {
      .homepage-banner .homepage-slide__content {
        padding: 0 0 0 22%; } }
  .homepage-banner .content__tag {
    font-family: "National Extrabold";
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border-top: 5px solid;
    padding-top: 5px;
    margin-bottom: 10px; }
  .homepage-banner .content__title {
    font-family: "National Extrabold";
    font-size: 40px;
    font-weight: 800;
    line-height: normal;
    margin: 0;
    line-height: 1.3em;
    margin-bottom: 20px; }
    @media only screen and (min-width: 1025px) {
      .homepage-banner .content__title {
        font-family: "National Extrabold";
        font-size: 45px;
        font-weight: 800; } }
    @media only screen and (min-width: 1170px) {
      .homepage-banner .content__title {
        font-family: "National Extrabold";
        font-size: 50px;
        font-weight: 800; } }
  .homepage-banner .content__text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em; }
  .homepage-banner .homepage-slide__content .readmore {
    color: #FFFFFF;
    font-weight: 600;
    border-color: #FFFFFF;
    margin: 20px 0 0; }
    .homepage-banner .homepage-slide__content .readmore::after {
      background-color: #FFFFFF; }
    .homepage-banner .homepage-slide__content .readmore:hover span {
      color: #000000; }

.homepage-slide__triggers {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 100%; }
  .homepage-slide__triggers::after {
    content: '';
    clear: both;
    display: block; }
  @media only screen and (min-width: 769px) {
    .homepage-slide__triggers {
      max-width: 900px; } }
  @media only screen and (min-width: 1170px) {
    .homepage-slide__triggers {
      bottom: inherit;
      top: 180px;
      width: 30%;
      height: 500px; } }
  @media only screen and (min-width: 1600px) {
    .homepage-slide__triggers {
      width: 20%; } }

.homepage-slide__trigger {
  background-color: #282829;
  color: #FFFFFF;
  min-height: 120px;
  padding: 20px 20px;
  /* border-top: 1px solid colour(white); */
  position: relative;
  cursor: pointer;
  box-sizing: border-box; }
  @media only screen and (min-width: 568px) {
    .homepage-slide__trigger {
      width: 50%;
      padding-left: 7%;
      padding-right: 7%;
      float: left;
      height: 140px;
      border-top: 0; } }
  @media only screen and (min-width: 1170px) {
    .homepage-slide__trigger {
      float: none;
      width: 100%;
      height: 33.33%;
      background-color: rgba(0, 0, 0, 0.45); } }
  .homepage-slide__trigger .trigger__image {
    width: 105px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: -1px;
    left: 0;
    transition: width 0.5s; }
    @media only screen and (min-width: 460px) {
      .homepage-slide__trigger .trigger__image {
        width: 130px;
        top: 0; } }
    @media only screen and (min-width: 1170px) {
      .homepage-slide__trigger .trigger__image {
        width: 120px; } }
  .homepage-slide__trigger .trigger__number {
    display: none;
    font-size: 13px;
    font-weight: 600;
    color: #FFFFFF !important; }
    @media only screen and (min-width: 1170px) {
      .homepage-slide__trigger .trigger__number {
        display: block;
        margin-left: 130px;
        margin-bottom: 10px;
        transition: margin-left 0.5s; } }
  .homepage-slide__trigger .trigger__title {
    font-family: "National Extrabold";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0;
    margin-left: 110px; }
    @media only screen and (min-width: 460px) {
      .homepage-slide__trigger .trigger__title {
        margin-left: 130px;
        transition: margin-left 0.5s; } }
  .homepage-slide__trigger.active {
    display: none; }
    @media only screen and (min-width: 1170px) {
      .homepage-slide__trigger.active {
        display: block !important;
        border-top: 10px solid;
        width: 115%;
        margin-left: -15%;
        transition: border-top 0.5s; }
        .homepage-slide__trigger.active .trigger__image {
          width: 0;
          transition: width 0.5s; }
        .homepage-slide__trigger.active .trigger__title,
        .homepage-slide__trigger.active .trigger__number {
          margin-left: 0;
          transition: margin-left 0.5s; } }

.featured__title {
  margin-right: 20px;
  margin-bottom: 30px; }
  .featured__title img {
    max-width: 50px;
    width: 100%;
    float: left; }
    @media only screen and (min-width: 1600px) {
      .featured__title img {
        max-width: 80px; } }
  .featured__title h3 {
    font-family: "National Extrabold";
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3em;
    margin: 0;
    line-height: 1em;
    float: left;
    width: 65%;
    margin-left: 15px;
    border-bottom: 10px solid;
    padding-bottom: 10px; }

.featured__summary {
  color: #FFFFFF; }
  .featured__summary .summary__content {
    font-size: 14px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid; }
    @media only screen and (min-width: 1025px) {
      .featured__summary .summary__content {
        width: 86%; } }

@media only screen and (min-width: 769px) {
  .featured .featured.projects {
    margin-top: 60px; } }

.upcoming-events__summary {
  min-height: 70px; }
  .upcoming-events__summary .summary__start {
    background-color: #000000;
    color: #FFFFFF;
    text-transform: uppercase;
    width: 60px;
    height: 40px;
    text-align: center;
    padding: 9px 0;
    float: right; }
    .upcoming-events__summary .summary__start .start_day {
      font-family: "National Extrabold";
      font-size: 22px;
      font-weight: 600;
      line-height: 1em;
      margin: 0; }
    .upcoming-events__summary .summary__start .start_month {
      font-size: 14px;
      line-height: 1em;
      margin: 0; }
  .upcoming-events__summary .summary__title {
    font-family: "National Extrabold";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0;
    text-decoration: none;
    color: #F1F1F1;
    display: block;
    width: 65%;
    float: left;
    margin-bottom: 10px; }
    @media only screen and (min-width: 1025px) {
      .upcoming-events__summary .summary__title {
        border-left: 5px solid;
        padding-left: 10px;
        font-family: "National Extrabold";
        font-size: 21px;
        font-weight: 800;
        line-height: 1.3em;
        margin: 0; } }
    .upcoming-events__summary .summary__title:hover {
      text-decoration: underline; }
  .upcoming-events__summary .summary__content {
    width: 70%;
    float: left; }
    @media only screen and (min-width: 1025px) {
      .upcoming-events__summary .summary__content {
        margin-left: 15px; } }

.project__summary {
  min-height: 70px;
  margin-right: 7%; }
  @media only screen and (min-width: 1025px) {
    .project__summary .summary__border {
      border-left: 5px solid;
      margin-bottom: 15px; } }
  .project__summary .summary__date {
    font-family: "National Extrabold";
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase; }
    @media only screen and (min-width: 1025px) {
      .project__summary .summary__date {
        padding-left: 10px; } }
  .project__summary .summary__title {
    font-family: "National Extrabold";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0;
    text-decoration: none;
    color: #F1F1F1;
    display: block;
    margin-bottom: 5px; }
    .project__summary .summary__title:hover {
      text-decoration: underline; }
    @media only screen and (min-width: 1025px) {
      .project__summary .summary__title {
        font-family: "National Extrabold";
        font-size: 21px;
        font-weight: 800;
        line-height: 1.3em;
        margin: 0;
        padding-left: 10px;
        width: 95%;
        float: left; } }
  .project__summary .summary__parent {
    font-family: "National Extrabold";
    font-size: 10px;
    font-weight: 400;
    margin: 0 0 15px; }
    @media only screen and (min-width: 1025px) {
      .project__summary .summary__parent {
        padding-left: 10px; } }
  @media only screen and (min-width: 1025px) {
    .project__summary .summary__content {
      width: 86%;
      float: left;
      padding-left: 15px; } }

.sidebar-content-inpage {
  background-color: #FFFFFF;
  padding-top: 30px;
  padding-bottom: 30px; }
  .sidebar-content-inpage .featured {
    background-color: #282829;
    padding: 30px 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .sidebar-content-inpage .featured:first-child {
      margin-bottom: 10px; }
    .sidebar-content-inpage .featured__title {
      margin-bottom: 0;
      position: relative; }
      .sidebar-content-inpage .featured__title h3 {
        width: 50%;
        float: left;
        margin-left: 7%; }
    .sidebar-content-inpage .featured__submenu__trigger {
      width: 10px;
      height: 10px;
      display: block;
      /* calculate size and positions */
      transform: rotate(90deg);
      width: 22px;
      height: 22px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 5px;
      margin: auto;
      z-index: 2;
      position: absolute;
      display: inline-block;
      bottom: -80%;
      right: -10px;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .sidebar-content-inpage .featured__submenu__trigger::after, .sidebar-content-inpage .featured__submenu__trigger::before {
        content: '';
        display: block;
        width: 13.2px;
        height: 4px;
        background-color: #FFFFFF;
        position: absolute; }
      .sidebar-content-inpage .featured__submenu__trigger::before {
        transform: rotate(45deg);
        top: 5.5px;
        left: 4.4px; }
      .sidebar-content-inpage .featured__submenu__trigger::after {
        transform: rotate(-45deg);
        left: 4.4px;
        bottom: 5.5px; }
      .sidebar-content-inpage .featured__submenu__trigger.rotate {
        transform: rotate(-90deg);
        bottom: -80%; }
    .sidebar-content-inpage .featured__holder {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.5s; }
      .sidebar-content-inpage .featured__holder.open {
        max-height: 1000px;
        transition: max-height 1s; }
      .sidebar-content-inpage .featured__holder .featured__summary:first-child {
        margin-top: 50px; }
  @media only screen and (min-width: 568px) {
    .sidebar-content-inpage .featured {
      width: 49%;
      float: left; }
      .sidebar-content-inpage .featured:first-child {
        margin-bottom: 0;
        margin-right: 2%; } }
  @media only screen and (min-width: 769px) {
    .sidebar-content-inpage {
      display: none;
      margin-bottom: 30px; } }

/* only visible over tablet */
.sidebar-menu {
  overflow: hidden;
  margin-bottom: 30px; }
  .sidebar-menu__inner {
    width: 80%;
    margin-left: 10%; }
  .sidebar-menu .sidebar-menu__inner > .menu__item {
    display: block;
    padding: 0;
    border-bottom: 1px solid #FFFFFF; }
    .sidebar-menu .sidebar-menu__inner > .menu__item--current > .menu__item__link::after,
    .sidebar-menu .sidebar-menu__inner > .menu__item--section > .menu__item__link::after {
      width: 300%;
      background-color: #1EA637; }
  .sidebar-menu .sidebar-menu__inner .menu__item--current > .menu__item__link,
  .sidebar-menu .sidebar-menu__inner .menu__item--section > .menu__item__link {
    color: #1EA637; }
  .sidebar-menu .menu__item.is-child .submenu__trigger {
    position: absolute;
    display: block;
    bottom: inherit;
    top: 20px;
    right: 0; }
    .sidebar-menu .menu__item.is-child .submenu__trigger.open {
      transform: rotate(-90deg); }
  .sidebar-menu .menu__item__link::after {
    bottom: -2px; }
  .sidebar-menu .menu__item__link.has_dropdown {
    padding-right: 24px;
    display: block; }
  .sidebar-menu .menu__submenu {
    width: 100%;
    position: static;
    transition: max-height 1s; }
  .sidebar-menu .menu__submenu .menu__item {
    padding: 0 0 0 10%; }
    .sidebar-menu .menu__submenu .menu__item:first-child {
      margin-top: 10px; }
  .sidebar-menu .menu__item.submenu-open > .menu__submenu {
    max-height: 9000px; }
  .sidebar-menu .menu__item__submenu .menu__item.is-child .submenu__trigger {
    top: 10px; }
  .sidebar-menu .menu__item__submenu .menu__item--section > .menu__item__link::after {
    width: 150%;
    height: 2px;
    background-color: #1EA637; }

.page-intro .inpage-menu {
  position: relative;
  background-color: #282829; }
  @media only screen and (min-width: 769px) {
    .page-intro .inpage-menu {
      display: none; } }
  .page-intro .inpage-menu__page {
    font-size: 15px;
    color: #FFFFFF;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0; }
    @media only screen and (min-width: 769px) {
      .page-intro .inpage-menu__page {
        font-size: 24px;
        width: 80%; } }
  .page-intro .inpage-menu .sidebar-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
    background-color: #000000; }
    .page-intro .inpage-menu .sidebar-menu.open {
      min-height: inherit;
      max-height: 9000px;
      transition: max-height 1s; }
  .page-intro .inpage-menu .sidebar-menu__inner {
    width: 90%;
    margin: 0 auto;
    float: none;
    padding-bottom: 20px; }
    @media only screen and (min-width: 769px) {
      .page-intro .inpage-menu .sidebar-menu__inner {
        width: 80%; } }
  .page-intro .inpage-menu .sidebar-menu .menu__item:last-child {
    margin-bottom: 15px; }
  .page-intro .inpage-menu .sidebar-menu .menu__item__link {
    width: 90%; }
  .page-intro .inpage-menu .sidebar-menu .menu__item.submenu-open .menu__submenu {
    min-height: inherit;
    max-height: 1000px; }
  .page-intro .inpage-menu .sidebar-menu .menu__submenu {
    background-color: transparent; }

.inpage-menu__toggle {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 55px;
  height: 20px;
  cursor: pointer; }
  .inpage-menu__toggle span {
    width: 20px;
    height: 3px;
    position: absolute;
    left: 0;
    background-color: #FFFFFF; }
  .inpage-menu__toggle span:first-child {
    top: 2px; }
  .inpage-menu__toggle span:nth-child(2) {
    top: 9px; }
  .inpage-menu__toggle span:nth-child(3) {
    top: 16px; }
  .inpage-menu__toggle .angle {
    /* calculate size and positions */
    transform: rotate(90deg);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    z-index: 2; }
    .inpage-menu__toggle .angle::after, .inpage-menu__toggle .angle::before {
      content: '';
      display: block;
      width: 12px;
      height: 4px;
      background-color: #FFFFFF;
      position: absolute; }
    .inpage-menu__toggle .angle::before {
      transform: rotate(45deg);
      top: 5px;
      left: 4px; }
    .inpage-menu__toggle .angle::after {
      transform: rotate(-45deg);
      left: 4px;
      bottom: 5px; }
  .inpage-menu__toggle.rotate .angle {
    transform: rotate(-90deg); }

.page-header .search-form {
  position: absolute;
  top: 16px;
  right: 31px; }
  .page-header .search-form #Form_SearchForm {
    display: none;
    width: 378px;
    top: 41px;
    right: -31px;
    padding: 4px;
    background-color: #F1F1F1; }
    @media only screen and (max-width: 1169px) {
      .page-header .search-form #Form_SearchForm {
        display: none !important; } }
    .page-header .search-form #Form_SearchForm .field {
      padding: 0; }
    .page-header .search-form #Form_SearchForm .field input {
      padding: 10px 9px; }
    .page-header .search-form #Form_SearchForm fieldset,
    .page-header .search-form #Form_SearchForm .btn-toolbar {
      display: inline-block; }

.search-summary {
  margin: 0 0 30px; }
  .search-summary p {
    font-size: 18px;
    font-weight: 600; }

/* results page search form */
#Form_AdvancedSearchForm {
  margin-top: 10px; }

/* sidebar search form */
.page-sidebar.search-page .search_form {
  padding: 0 5%; }
  .page-sidebar.search-page .search_form #Form_AdvancedSearchForm input, .page-sidebar.search-page .search_form #Form_AdvancedSearchForm select {
    border: 0; }
  .page-sidebar.search-page .search_form #Form_AdvancedSearchForm .btn-toolbar::before {
    background-color: #282829; }
  .page-sidebar.search-page .search_form #Form_AdvancedSearchForm .btn-toolbar input {
    color: #FFFFFF; }

/* in page search form */
.page-body__wrapper .search_form {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  background-color: #F1F1F1; }

.summary {
  margin-bottom: 50px; }

.summary-border {
  padding: 0 0 0 20px;
  margin-bottom: 20px;
  border-left: 5px solid; }
  @media only screen and (min-width: 769px) {
    .summary-border {
      border-width: 10px; } }
  .summary-border .summary-date {
    text-transform: uppercase;
    padding-bottom: 10px;
    font-family: "National Extrabold";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0;
    font-size: 14px; }
  .summary-border .summary-title a {
    font-family: "National Extrabold";
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0;
    color: #000000;
    text-decoration: none; }
    @media only screen and (min-width: 769px) {
      .summary-border .summary-title a {
        font-family: "National Extrabold";
        font-size: 24px;
        font-weight: 800;
        line-height: 1.3em;
        margin: 0; } }
    .summary-border .summary-title a:hover {
      text-decoration: underline; }

.summary p {
  padding: 0 0 40px 30px; }

.summary-doc {
  text-transform: uppercase; }

.summary-button,
.page-subjects {
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  padding: 10px 0;
  display: inline-block;
  width: 100%; }
  .summary-button a,
  .page-subjects a {
    font-family: "National Extrabold";
    font-size: 16px;
    font-weight: 600;
    color: #BBBBBB;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    float: left;
    margin-right: 20px; }
  .summary-button .read-more,
  .page-subjects .read-more {
    float: right;
    color: #000000;
    font-weight: 600;
    line-height: 1em;
    position: relative;
    padding-right: 26px;
    /* colouring */
    color: #000000;
    background-color: transparent;
    /* apply the bracket */
    text-decoration: none; }
    .summary-button .read-more span,
    .page-subjects .read-more span {
      /* calculate size and positions */
      transform: rotate(0deg);
      width: 16px;
      height: 16px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 5px;
      margin: auto;
      z-index: 2; }
      .summary-button .read-more span::after, .summary-button .read-more span::before,
      .page-subjects .read-more span::after,
      .page-subjects .read-more span::before {
        content: '';
        display: block;
        width: 9.6px;
        height: 4px;
        background-color: #8d6f4a;
        position: absolute; }
      .summary-button .read-more span::before,
      .page-subjects .read-more span::before {
        transform: rotate(45deg);
        top: 4px;
        left: 3.2px; }
      .summary-button .read-more span::after,
      .page-subjects .read-more span::after {
        transform: rotate(-45deg);
        left: 3.2px;
        bottom: 4px; }
    .summary-button .read-more:hover,
    .page-subjects .read-more:hover {
      color: #8d6f4a;
      text-decoration: underline; }

.page-subjects {
  margin-top: 40px;
  padding-bottom: 8px; }

.u-content .page-subjects p {
  font-family: "National Extrabold";
  font-size: 16px;
  font-weight: 600;
  float: left;
  margin: 0 15px 0 0; }

.u-content a.subject {
  font-family: "National Extrabold";
  font-size: 16px;
  font-weight: 600;
  color: #BBBBBB;
  line-height: 1.8em;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  float: left;
  margin-right: 20px; }

.page-footer {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px; }

.page-footer__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0 -12px; }

.page-footer__branding {
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
  padding: 24px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  order: 3; }
  @media only screen and (min-width: 568px) {
    .page-footer__branding {
      width: 50%;
      align-items: flex-start;
      order: 2; } }
  @media only screen and (min-width: 1025px) {
    .page-footer__branding {
      width: 33.3%;
      order: 1; } }
  .page-footer__branding .branding img {
    width: 100%; }
  .page-footer__branding .social-icon {
    text-decoration: none;
    padding-right: 5px; }
    .page-footer__branding .social-icon svg path {
      fill: #FCB464; }
  .page-footer__branding .copyright {
    color: #8D8D8D;
    padding: 15px 0 0 0; }

.page-footer__contact {
  width: 100%;
  box-sizing: border-box;
  padding: 24px 12px;
  display: flex;
  justify-content: row;
  align-items: center;
  justify-content: space-around;
  order: 2; }
  @media only screen and (min-width: 568px) {
    .page-footer__contact {
      width: 50%;
      order: 3; } }
  @media only screen and (min-width: 1025px) {
    .page-footer__contact {
      width: 33.3%;
      order: 2; } }

.footer-section__split p, .footer-section__split a {
  color: #8D8D8D;
  padding: 5px 0 20px 0;
  text-decoration: none; }

.footer-section__split h6 {
  font-family: "National Extrabold";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0;
  color: #F1F1F1;
  text-transform: uppercase; }

.page-footer__feedback {
  width: 100%;
  box-sizing: border-box;
  padding: 24px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  order: 1; }
  @media only screen and (min-width: 568px) {
    .page-footer__feedback {
      width: 55%;
      order: 1; } }
  @media only screen and (min-width: 1025px) {
    .page-footer__feedback {
      width: 33.3%;
      order: 3; } }
  .page-footer__feedback h6 {
    font-family: "National Extrabold";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0;
    color: #F1F1F1;
    text-transform: uppercase; }
  .page-footer__feedback .stars {
    padding: 20px 0;
    max-width: 185px; }
    .page-footer__feedback .stars .star {
      width: 40px;
      height: 40px;
      float: right;
      margin-right: 10px; }
      .page-footer__feedback .stars .star:hover .st0 {
        fill: #8d6f4a;
        cursor: pointer; }
      .page-footer__feedback .stars .star:hover.two ~ .one .st0 {
        fill: #8d6f4a; }
      .page-footer__feedback .stars .star:hover.three ~ .one .st0,
      .page-footer__feedback .stars .star:hover.three ~ .two .st0 {
        fill: #8d6f4a; }
  .page-footer__feedback .feedback-form label {
    font-weight: 400;
    color: #F1F1F1;
    padding: 20px 0 5px 0; }
  .page-footer__feedback .feedback-form .message {
    height: 120px;
    margin-top: 10px;
    border: none; }
  .page-footer__feedback .feedback-form button.action {
    background-color: #8d6f4a;
    border: none;
    color: #F1F1F1;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    padding: 12px 18px; }
  .page-footer__feedback .thanks {
    color: #8d6f4a;
    margin: 20px 0; }

.pagination {
  position: relative;
  margin-bottom: 20px; }
  .pagination ul {
    padding: 0 40px; }
    .pagination ul.hidden-xs {
      text-align: center; }
    .pagination ul li {
      display: inline-block; }
      .pagination ul li a {
        display: block;
        padding: 10px 20px;
        font-weight: 400;
        color: #707070; }
      .pagination ul li.active a {
        font-weight: 700;
        color: #8d6f4a;
        text-decoration: none; }
  .pagination .next,
  .pagination .previous {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0; }
    .pagination .next li,
    .pagination .previous li {
      margin: 0; }
      .pagination .next li a,
      .pagination .previous li a {
        position: relative;
        display: block;
        width: 30px;
        height: 30px;
        padding: 5px; }
        .pagination .next li a span,
        .pagination .previous li a span {
          /* calculate size and positions */
          transform: rotate(0deg);
          width: 20px;
          height: 20px;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 5px;
          margin: auto;
          z-index: 2; }
          .pagination .next li a span::after, .pagination .next li a span::before,
          .pagination .previous li a span::after,
          .pagination .previous li a span::before {
            content: '';
            display: block;
            width: 12px;
            height: 4px;
            background-color: #8d6f4a;
            position: absolute; }
          .pagination .next li a span::before,
          .pagination .previous li a span::before {
            transform: rotate(45deg);
            top: 5px;
            left: 4px; }
          .pagination .next li a span::after,
          .pagination .previous li a span::after {
            transform: rotate(-45deg);
            left: 4px;
            bottom: 5px; }
  .pagination .previous {
    left: 0; }
  .pagination .next {
    right: 0; }
  .pagination .previous li a span {
    transform: rotate(180deg); }

.related-news {
  float: left;
  width: 100%;
  box-sizing: border-box;
  overflow: visible; }
  @media only screen and (min-width: 769px) {
    .related-news {
      padding-left: 30%; } }
  @media only screen and (min-width: 1025px) {
    .related-news {
      padding-left: 25%; } }

.related-news__wrapper {
  padding: 20px 0;
  background: white; }
  @media only screen and (min-width: 1025px) {
    .related-news__wrapper {
      padding-top: 70px;
      padding-left: 70px;
      padding-bottom: 70px; } }

.related-news__container {
  background: #F1F1F1;
  padding-bottom: 20px; }
  @media only screen and (min-width: 769px) {
    .related-news__container {
      padding-left: 20px; } }
  @media only screen and (min-width: 1025px) {
    .related-news__container {
      padding-left: 70px;
      padding-bottom: 70px; } }

.related-news__heading-wrapper {
  display: block;
  position: relative;
  height: 25px;
  padding: 0 20px; }
  @media only screen and (min-width: 460px) {
    .related-news__heading-wrapper {
      height: 35px; } }
  @media only screen and (min-width: 769px) {
    .related-news__heading-wrapper {
      padding: 0; } }
  @media only screen and (min-width: 1025px) {
    .related-news__heading-wrapper {
      height: 50px; } }

.related-news__heading {
  position: absolute;
  top: -50%;
  font-family: "National Extrabold";
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
  margin: 0; }
  @media only screen and (min-width: 460px) {
    .related-news__heading {
      font-family: "National Extrabold";
      font-size: 45px;
      font-weight: 800; } }
  @media only screen and (min-width: 1025px) {
    .related-news__heading {
      font-family: "National Extrabold";
      font-size: 50px;
      font-weight: 800; } }

.related-news__slider-wrapper {
  position: relative;
  padding-top: 5px; }
  @media only screen and (min-width: 460px) {
    .related-news__slider-wrapper {
      padding-top: 15px; } }
  @media only screen and (min-width: 1025px) {
    .related-news__slider-wrapper {
      padding-top: 20px; } }
  .related-news__slider-wrapper .tns-controls {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 30px 0; }
    @media only screen and (min-width: 769px) {
      .related-news__slider-wrapper .tns-controls {
        justify-content: flex-end;
        position: absolute;
        padding: 0;
        top: -57px; } }
    @media only screen and (min-width: 1025px) {
      .related-news__slider-wrapper .tns-controls {
        top: -77px; } }
    .related-news__slider-wrapper .tns-controls:focus {
      outline: none; }
    .related-news__slider-wrapper .tns-controls button {
      background: none; }
      .related-news__slider-wrapper .tns-controls button:disabled:before {
        color: #BBBBBB; }
      .related-news__slider-wrapper .tns-controls button:before {
        font-family: FontAwesome;
        display: block;
        z-index: 9;
        color: #8d6f4a;
        font-size: 33px;
        padding: 0 30px; }
        @media only screen and (min-width: 460px) {
          .related-news__slider-wrapper .tns-controls button:before {
            font-size: 40px; } }
        @media only screen and (min-width: 769px) {
          .related-news__slider-wrapper .tns-controls button:before {
            font-size: 54px; } }
      .related-news__slider-wrapper .tns-controls button[data-controls="prev"]:before {
        content: "\F053"; }
      .related-news__slider-wrapper .tns-controls button[data-controls="next"]:before {
        content: "\F054"; }

.related-news__slide {
  box-sizing: border-box; }

.related-news__card {
  background: white;
  min-height: 370px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit; }

.related-news__card-top {
  border-left: 5px solid black;
  padding: 24px; }
  @media only screen and (min-width: 769px) {
    .related-news__card-top {
      border-left-width: 10px;
      padding: 24px; } }

.related-news__card-date {
  display: block;
  font-family: "National Extrabold";
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 24px; }

.related-news__card-title {
  font-family: "National Extrabold";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0;
  line-height: 22px; }
  @media only screen and (min-width: 769px) {
    .related-news__card-title {
      font-family: "National Extrabold";
      font-size: 24px;
      font-weight: 800;
      line-height: 1.3em;
      margin: 0;
      line-height: 26px; } }

.related-news__card-content {
  flex: 1 1 auto;
  color: #565656;
  padding: 12px 24px 12px 29px; }
  @media only screen and (min-width: 769px) {
    .related-news__card-content {
      padding: 12px 24px 12px 34px; } }

.related-news__card-subjects {
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  padding: 14px 0;
  margin: 0 24px 24px 29px; }
  @media only screen and (min-width: 769px) {
    .related-news__card-subjects {
      margin: 0 24px 24px 34px; } }

.related-news__card-subject {
  color: #BBBBBB;
  margin-right: 20px; }
  .related-news__card-subject:last-child {
    margin-right: 0px; }

.social_links {
  background-color: #F1F1F1;
  padding: 8px 8px 8px 15px;
  float: right;
  margin-top: 30px; }
  @media only screen and (min-width: 1025px) {
    .social_links {
      padding: 35px 10px 10px 10px;
      width: 30px;
      position: absolute;
      right: 60px;
      top: 0;
      margin: 0; } }
  .social_links p {
    font-weight: 800;
    margin: 0;
    float: left;
    margin-right: 20px;
    line-height: 2em; }
    @media only screen and (min-width: 1025px) {
      .social_links p {
        position: absolute;
        top: 5px;
        width: 107px; } }
  .social_links .share__link {
    text-decoration: none;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer; }
    @media only screen and (min-width: 1025px) {
      .social_links .share__link {
        display: block;
        margin: 7px 0; } }
    .social_links .share__link svg path {
      fill: #1EA637; }

.council-wrapper {
  border-bottom: 1px solid #000000;
  padding: 15px 10px;
  position: relative; }
  .council-wrapper h3 {
    width: 72%;
    font-family: "National Extrabold";
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3em;
    margin: 0; }
    .council-wrapper h3 span {
      font-weight: 400;
      font-size: 1.1rem; }
    .council-wrapper h3 a {
      text-decoration: none;
      color: #000000; }
      .council-wrapper h3 a:hover {
        text-decoration: underline; }

.council-toggle {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 120px;
  height: 20px;
  cursor: pointer; }
  .council-toggle .angle {
    /* calculate size and positions */
    transform: rotate(90deg);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    z-index: 2; }
    .council-toggle .angle::after, .council-toggle .angle::before {
      content: '';
      display: block;
      width: 12px;
      height: 4px;
      background-color: #FFFFFF;
      position: absolute; }
    .council-toggle .angle::before {
      transform: rotate(45deg);
      top: 5px;
      left: 4px; }
    .council-toggle .angle::after {
      transform: rotate(-45deg);
      left: 4px;
      bottom: 5px; }
    .council-toggle .angle::after, .council-toggle .angle::before {
      background-color: #000000; }
  .council-toggle.rotate .angle {
    transform: rotate(-90deg); }

.council-flex-wrapper {
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  /*transition: max-height 0.5s;*/ }
  .council-flex-wrapper.open {
    min-height: inherit;
    max-height: 9000px;
    transition: max-height 0.5s;
    margin-top: 20px; }
  @media only screen and (min-width: 568px) {
    .council-flex-wrapper {
      flex-direction: row; } }
  .council-flex-wrapper ul {
    display: block;
    width: 100%;
    float: left; }
    .council-flex-wrapper ul::after {
      content: '';
      clear: both;
      display: block; }
    .council-flex-wrapper ul li {
      width: 100%;
      float: left;
      margin-bottom: 20px; }
      .council-flex-wrapper ul li a {
        color: #000000;
        font-size: 18px; }
  .council-flex-wrapper .region {
    display: block;
    float: left;
    margin: 20px 0;
    width: 100%; }
    .council-flex-wrapper .region::after {
      content: '';
      clear: both;
      display: block; }
    .council-flex-wrapper .region h4 {
      font-family: "National Extrabold";
      font-size: 18px;
      font-weight: 800;
      line-height: 1.3em;
      margin: 0; }
      .council-flex-wrapper .region h4 a {
        color: #8d6f4a;
        text-decoration: none; }
        .council-flex-wrapper .region h4 a::hover {
          text-decoration: underline; }

.council-flex-item {
  width: 100%;
  border-top: 1px solid #F1F1F1;
  padding: 10px 0;
  position: relative; }
  @media only screen and (min-width: 568px) {
    .council-flex-item {
      border-top: none;
      width: 20%;
      float: left;
      padding: 1%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      height: 155px; } }
  @media only screen and (min-width: 1600px) {
    .council-flex-item {
      height: 135px; } }
  .council-flex-item .image {
    width: 15%;
    float: left;
    display: inline-block;
    padding-right: 2%; }
    .council-flex-item .image img {
      width: 40px;
      height: 40px; }
    @media only screen and (min-width: 568px) {
      .council-flex-item .image {
        float: none;
        width: 100%;
        display: block; } }
  .council-flex-item h4 {
    padding-bottom: 10px;
    float: left;
    width: 40%;
    padding-right: 3%; }
    @media only screen and (min-width: 568px) {
      .council-flex-item h4 {
        float: none;
        width: 100%;
        display: block; } }
  .council-flex-item .grade {
    float: left;
    font-size: 2rem;
    font-weight: 700;
    width: 40%; }
    @media only screen and (min-width: 568px) {
      .council-flex-item .grade {
        float: none;
        width: 100%;
        display: block; } }
  @media only screen and (min-width: 568px) {
    .council-flex-item p {
      position: absolute;
      margin: auto;
      left: 0;
      bottom: 0;
      right: 0;
      width: 90%; } }

.CouncilPage .page-intro {
  margin-bottom: 40px; }
  .CouncilPage .page-intro::after {
    content: '';
    clear: both;
    display: block; }

.CouncilPage .page-intro .council__content {
  width: 100%; }
  @media only screen and (min-width: 568px) {
    .CouncilPage .page-intro .council__content {
      width: 60%;
      float: left; } }

.CouncilPage .page-intro .council__logo {
  margin-bottom: 30px; }
  @media only screen and (min-width: 568px) {
    .CouncilPage .page-intro .council__logo {
      width: 30%;
      float: right; } }

.CouncilPage .page-intro .council__logo--image {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  max-width: 250px; }

.CouncilPage .page-intro .council__logo--foundation {
  margin-left: 10px; }

/**
 * Module components
 **/
.m-content {
  margin-bottom: 24px; }

.m-content.Charcoal-bg {
  background-color: #282829;
  color: #FFFFFF; }
  .m-content.Charcoal-bg a {
    color: #FFFFFF; }

.m-content__title {
  font-family: "National Extrabold";
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3em;
  margin: 0;
  margin-bottom: 24px; }
  @media only screen and (min-width: 1170px) {
    .m-content__title {
      font-family: "National Extrabold";
      font-size: 38px;
      font-weight: 800;
      margin-bottom: 24px; } }

.page-sidebar__right .module-area--right_sidebar .m-content {
  padding: 0;
  width: 90%;
  margin: 0 auto 30px; }
  .page-sidebar__right .module-area--right_sidebar .m-content .u-container {
    padding: 0; }
  @media only screen and (min-width: 568px) {
    .page-sidebar__right .module-area--right_sidebar .m-content {
      width: 36%;
      float: left;
      margin: 0 2% 30px; } }
  @media only screen and (min-width: 1025px) {
    .page-sidebar__right .module-area--right_sidebar .m-content {
      padding: 15px 5%; } }
  @media only screen and (min-width: 1170px) {
    .page-sidebar__right .module-area--right_sidebar .m-content {
      width: inherit;
      float: none;
      margin: 0 5% 30px 0; }
      .page-sidebar__right .module-area--right_sidebar .m-content .m-content__title {
        font-family: "National Extrabold";
        font-size: 21px;
        font-weight: 600;
        line-height: 1.2em;
        margin: 0;
        margin-bottom: 24px; } }

/* before and after content - add margins */
.page-content .module-area--before_content .m-plain-image {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  max-width: 1266px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 1025px) {
    .page-content .module-area--before_content .m-plain-image {
      padding: 0 70px;
      max-width: 1366px; } }

/* fits in with stepped content */
.page-content .module-area--after_content .m-plain-image {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  max-width: 800px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 1025px) {
    .page-content .module-area--after_content .m-plain-image {
      padding: 0 140px;
      max-width: 1040px; } }

.page-sidebar__left .m-content .u-container--step {
  padding: 0; }
  .page-sidebar__left .m-content .u-container--step .u-content .readmore__boxed a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600; }
  .page-sidebar__left .m-content .u-container--step .u-content .readmore__boxed:hover a {
    color: #FFFFFF; }

.m-image-content {
  margin-bottom: 24px; }

.m-image-content__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media only screen and (min-width: 769px) {
    .m-image-content__wrapper {
      margin: 0 -24px;
      flex-direction: row; } }
  .m-image-content__wrapper--reverse {
    flex-direction: column-reverse; }
    @media only screen and (min-width: 769px) {
      .m-image-content__wrapper--reverse {
        flex-direction: row-reverse; } }

.m-image-content__image {
  width: 100%; }
  @media only screen and (min-width: 769px) {
    .m-image-content__image {
      padding: 0 24px;
      width: 50%; } }
  .m-image-content__image img {
    width: 100%;
    height: auto; }

.m-image-content__content {
  width: 100%; }
  @media only screen and (min-width: 769px) {
    .m-image-content__content {
      padding: 0 24px;
      width: 50%; } }

.module-area--right_sidebar .m-image-content {
  width: inherit;
  margin: 0 5% 30px 0; }

.module-area--left_sidebar .m-image-content {
  width: 80%;
  margin: 0 auto 30px; }

.module-area--right_sidebar .m-image-content .u-container,
.module-area--left_sidebar .m-image-content .u-container {
  padding: 0; }

.module-area--right_sidebar .m-image-content__wrapper,
.module-area--left_sidebar .m-image-content__wrapper {
  margin: 0; }

.module-area--right_sidebar .m-image-content__image,
.module-area--left_sidebar .m-image-content__image {
  width: 100%;
  padding: 0; }

.module-area--right_sidebar .m-image-content__content,
.module-area--left_sidebar .m-image-content__content {
  width: 100%;
  padding: 0 10px; }

.module-area--left_sidebar .m-image-content__content.u-content p,
.module-area--left_sidebar .m-image-content__content.u-content p a {
  color: #FFFFFF; }

.m-columns {
  margin-bottom: 24px; }

.m-columns__container {
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 769px) {
    .m-columns__container {
      flex-direction: row; } }

.m-columns__column {
  width: 100%; }
  .m-columns__column--of-two:first-child {
    margin-bottom: 24px; }
  @media only screen and (min-width: 769px) {
    .m-columns__column--of-two {
      width: 50%; }
      .m-columns__column--of-two:first-child {
        padding-right: 24px;
        margin-bottom: 0; }
      .m-columns__column--of-two:last-child {
        padding-left: 24px; } }
  .m-columns__column--of-three:not(:last-child) {
    margin-bottom: 24px; }
  @media only screen and (min-width: 769px) {
    .m-columns__column--of-three {
      width: 33.33%;
      padding: 0 16px;
      margin-bottom: 0; }
      .m-columns__column--of-three:first-child {
        padding-right: 16px;
        padding-left: 0px; }
      .m-columns__column--of-three:last-child {
        padding-right: 0px;
        padding-left: 16px; } }

.m-video {
  margin-bottom: 24px; }

.m-video__wrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }
  .m-video__wrapper iframe,
  .m-video__wrapper object,
  .m-video__wrapper embed {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

.m-video__caption {
  font-size: 14px;
  margin-top: 4px; }

.page-sidebar__right .module-area--right_sidebar .m-video .u-container {
  padding: 0; }

@media only screen and (min-width: 568px) {
  .page-sidebar__right .module-area--right_sidebar .m-video {
    width: 46%;
    float: left;
    margin: 0 2% 30px; } }

@media only screen and (min-width: 1170px) {
  .page-sidebar__right .module-area--right_sidebar .m-video {
    margin: 0 5% 30px 0;
    width: inherit;
    float: none; } }

.m-image-gallery {
  margin-bottom: 24px; }

.m-image-gallery__image-wrapper {
  position: relative; }

.m-image-gallery__image {
  width: 100%;
  height: auto; }

.m-image-gallery__image-text {
  display: none; }
  @media only screen and (min-width: 769px) {
    .m-image-gallery__image-text {
      display: block;
      background: white;
      padding: 16px 24px;
      position: absolute;
      left: 0;
      bottom: 0; } }

.m-image-gallery__open-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 16px;
  cursor: pointer; }

.m-image-gallery__popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  left: 0;
  z-index: 1002;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center; }
  .m-image-gallery__popup--open {
    display: flex; }

.m-image-gallery__slider-wrapper {
  width: 100%;
  max-width: 750px;
  max-height: 100%;
  padding: 0 30px;
  position: relative;
  box-sizing: border-box; }
  .m-image-gallery__slider-wrapper .tns-controls button {
    z-index: 2;
    background: none;
    position: absolute;
    top: 0;
    bottom: 0; }
    .m-image-gallery__slider-wrapper .tns-controls button:focus {
      outline: none; }
    .m-image-gallery__slider-wrapper .tns-controls button:disabled:before {
      color: #BBBBBB; }
    .m-image-gallery__slider-wrapper .tns-controls button:before {
      font-family: FontAwesome;
      display: block;
      z-index: 9;
      color: #8d6f4a;
      font-size: 33px; }
    .m-image-gallery__slider-wrapper .tns-controls button[data-controls="prev"] {
      left: 0; }
      .m-image-gallery__slider-wrapper .tns-controls button[data-controls="prev"]:before {
        content: "\F053"; }
    .m-image-gallery__slider-wrapper .tns-controls button[data-controls="next"] {
      right: 0; }
      .m-image-gallery__slider-wrapper .tns-controls button[data-controls="next"]:before {
        content: "\F054"; }

.m-image-gallery__close {
  background: none;
  border: none;
  position: absolute;
  top: 130px;
  right: 24px;
  cursor: pointer;
  z-index: 10; }
  .m-image-gallery__close:before {
    font-family: FontAwesome;
    content: "\f00d";
    color: white;
    font-size: 32px; }

.m-image-gallery__slide {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  max-width: 750px;
  height: 80vh; }

.m-accordion {
  margin-bottom: 24px; }

.m-accordion__wrapper {
  padding: 30px 20px 24px;
  background: #F1F1F1; }
  @media only screen and (min-width: 1025px) {
    .m-accordion__wrapper {
      padding: 70px; } }

.m-accordion__heading-wrapper {
  display: block;
  position: relative;
  height: 25px;
  padding: 0 20px; }
  @media only screen and (min-width: 460px) {
    .m-accordion__heading-wrapper {
      height: 35px; } }
  @media only screen and (min-width: 1025px) {
    .m-accordion__heading-wrapper {
      height: 50px;
      padding: 0 70px; } }

.m-accordion__heading {
  position: absolute;
  bottom: -50%;
  font-family: "National Extrabold";
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
  margin: 0; }
  @media only screen and (min-width: 460px) {
    .m-accordion__heading {
      font-family: "National Extrabold";
      font-size: 45px;
      font-weight: 800; } }
  @media only screen and (min-width: 1025px) {
    .m-accordion__heading {
      font-family: "National Extrabold";
      font-size: 50px;
      font-weight: 800; } }

.m-accordion__item {
  margin-bottom: 12px; }
  .m-accordion__item:last-child {
    margin-bottom: 0; }

.m-accordion__header {
  padding: 12px 18px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: white;
  border: 1px solid #BBBBBB;
  cursor: pointer; }
  @media only screen and (min-width: 769px) {
    .m-accordion__header {
      padding: 16px 24px; } }
  .m-accordion__header--active .m-accordion__icon {
    transform: rotate(180deg); }

.m-accordion__title {
  color: #282829;
  font-family: "National Extrabold";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0;
  padding-right: 24px;
  text-align: left; }
  @media only screen and (min-width: 769px) {
    .m-accordion__title {
      font-family: "National Extrabold";
      font-size: 24px;
      font-weight: 800;
      line-height: 1.3em;
      margin: 0; } }

.m-accordion__icon {
  transition: 0.5s ease transform; }
  .m-accordion__icon:before {
    font-family: FontAwesome;
    content: "\f078";
    font-size: 15px;
    color: #8d6f4a; }

.m-accordion__content {
  display: none;
  padding: 24px;
  background: white;
  border: 1px solid #BBBBBB;
  border-top: none; }

.m-icon-list {
  margin-bottom: 24px; }

.m-icon-list__title {
  font-family: "National Extrabold";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0;
  margin-bottom: 24px; }
  @media only screen and (min-width: 1025px) {
    .m-icon-list__title {
      font-family: "National Extrabold";
      font-size: 24px;
      font-weight: 800;
      line-height: 1.3em;
      margin: 0;
      margin-bottom: 24px; } }

.m-icon-list__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 24px; }
  .m-icon-list__item:last-child {
    margin-bottom: 0; }

.m-icon-list__image {
  min-width: 55px;
  width: 55px;
  height: auto; }

.m-icon-list__content {
  flex: 1 1 auto;
  padding-left: 20px; }

.m-pages-grid {
  margin-bottom: 24px; }

.m-pages-grid__heading-wrapper {
  display: block;
  position: relative;
  height: 25px;
  padding: 0 20px; }
  @media only screen and (min-width: 460px) {
    .m-pages-grid__heading-wrapper {
      height: 35px; } }
  @media only screen and (min-width: 1025px) {
    .m-pages-grid__heading-wrapper {
      height: 50px;
      padding: 0 70px; } }

.m-pages-grid__heading {
  position: absolute;
  bottom: -50%;
  font-family: "National Extrabold";
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
  margin: 0; }
  @media only screen and (min-width: 460px) {
    .m-pages-grid__heading {
      font-family: "National Extrabold";
      font-size: 45px;
      font-weight: 800; } }
  @media only screen and (min-width: 1025px) {
    .m-pages-grid__heading {
      font-family: "National Extrabold";
      font-size: 50px;
      font-weight: 800; } }

.m-pages-grid__wrapper {
  padding: 30px 20px 24px;
  background: #F1F1F1; }
  @media only screen and (min-width: 1025px) {
    .m-pages-grid__wrapper {
      padding: 70px; } }

.m-pages-grid__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -14px; }

.m-pages-grid__item {
  box-sizing: border-box;
  padding: 14px;
  width: 100%; }
  @media only screen and (min-width: 769px) {
    .m-pages-grid__item {
      width: 50%; } }

.m-pages-grid__card {
  background: white;
  height: 100%;
  display: flex;
  flex-direction: column; }

.m-pages-grid__card-image {
  background-size: cover;
  height: 120px; }

.m-pages-grid__card-content-wrapper {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto; }

.m-pages-grid__card-title {
  position: relative;
  font-family: "National Extrabold";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0;
  margin-bottom: 14px; }
  @media only screen and (min-width: 1025px) {
    .m-pages-grid__card-title {
      font-family: "National Extrabold";
      font-size: 24px;
      font-weight: 800;
      line-height: 1.3em;
      margin: 0;
      margin-bottom: 14px; } }
  .m-pages-grid__card-title:before {
    content: '';
    border-left: 10px solid white;
    position: absolute;
    left: -24px;
    height: 100%; }

.m-pages-grid__card-content {
  flex: 1 1 auto;
  margin-bottom: 24px; }

.m-pages-grid__card-bottom {
  padding: 8px 0;
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  text-align: right; }

.m-pages-grid__card-link {
  font-family: "National Extrabold";
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  color: #282829;
  text-decoration: none;
  position: relative;
  padding-right: 26px;
  /* colouring */
  color: #000000;
  background-color: transparent;
  /* apply the bracket */ }
  .m-pages-grid__card-link span {
    /* calculate size and positions */
    transform: rotate(0deg);
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    z-index: 2; }
    .m-pages-grid__card-link span::after, .m-pages-grid__card-link span::before {
      content: '';
      display: block;
      width: 9.6px;
      height: 4px;
      background-color: #8d6f4a;
      position: absolute; }
    .m-pages-grid__card-link span::before {
      transform: rotate(45deg);
      top: 4px;
      left: 3.2px; }
    .m-pages-grid__card-link span::after {
      transform: rotate(-45deg);
      left: 3.2px;
      bottom: 4px; }

.m-people {
  margin-bottom: 24px; }

.m-people__wrapper {
  padding: 30px 20px 24px;
  background: #F1F1F1; }
  @media only screen and (min-width: 1025px) {
    .m-people__wrapper {
      padding: 70px; } }
  .module-area--right_sidebar .m-people__wrapper,
  .module-area--left_sidebar .m-people__wrapper {
    padding: 24px; }

.m-people__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -14px; }

.m-people__item {
  box-sizing: border-box;
  padding: 14px;
  width: 100%;
  display: inline-block; }
  @media only screen and (min-width: 769px) {
    .m-people__item {
      width: 50%; } }
  @media only screen and (min-width: 1600px) {
    .m-people__item {
      width: 33.3%; } }
  .module-area--right_sidebar .m-people__item,
  .module-area--left_sidebar .m-people__item {
    width: 100%; }

.m-people__card {
  background: white; }

.m-people__card-image {
  background-size: cover;
  height: 0;
  padding-top: 75%; }

.m-people__card-content-wrapper {
  padding: 24px; }

.m-people__card-title {
  position: relative;
  font-family: "National Extrabold";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0;
  margin-bottom: 14px;
  color: #282829; }
  @media only screen and (min-width: 1025px) {
    .m-people__card-title {
      font-family: "National Extrabold";
      font-size: 24px;
      font-weight: 800;
      line-height: 1.3em;
      margin: 0;
      margin-bottom: 14px; } }

.m-people__card-content {
  color: #282829; }

.m-sidebar-image {
  margin-bottom: 30px; }
  @media only screen and (max-width: 1599px) {
    .m-sidebar-image {
      display: none; } }
  .m-sidebar-image__image img {
    max-width: 100%; }

.m-link {
  display: block;
  text-decoration: none;
  margin: 0 5% 30px 0; }
  @media only screen and (min-width: 1170px) {
    .m-link {
      width: 86%;
      float: none;
      padding: 0; }
      .m-link.image_only {
        width: 95%; } }
  .m-link__wrapper {
    position: relative;
    border-top: 1px solid transparent; }
  .m-link__image {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden; }
    .m-link__image img {
      width: 100%; }
  .m-link.image_only .m-link__image {
    position: static; }
  .m-link__content {
    background-color: #282829;
    color: #FFFFFF;
    padding: 30px 10%;
    width: 70.5%;
    margin: 120px 0 0 10%;
    position: relative;
    z-index: 2;
    min-height: 100px;
    /* @include breakpoint(md-and-up) {
			padding: 30px 8%;
			width: 73%;
			margin: 120px 0 0 11%;
		} */ }
  .m-link__tag {
    font-family: "National Extrabold";
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-top: 5px solid;
    padding-top: 3px;
    display: inline-block;
    margin-bottom: 10px;
    height: 13px; }
    @media only screen and (min-width: 1025px) {
      .m-link__tag {
        font-size: 14px; } }
  .m-link__heading {
    font-family: "National Extrabold";
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0; }
    @media only screen and (min-width: 1600px) {
      .m-link__heading {
        font-family: "National Extrabold";
        font-size: 24px;
        font-weight: 800;
        line-height: 1.3em;
        margin: 0; } }
  .m-link .readmore__arrow {
    padding-right: 18px; }

.module-area--left_sidebar .m-link {
  width: 80%;
  margin: 0 auto 30px; }

.module-area--right_sidebar .m-link {
  width: 96%;
  margin: 0 auto 30px; }
  @media only screen and (min-width: 568px) {
    .module-area--right_sidebar .m-link {
      width: 46%;
      float: left;
      margin: 0 2% 30px; } }
  @media only screen and (min-width: 1170px) {
    .module-area--right_sidebar .m-link {
      width: inherit;
      float: none;
      margin: 0 5% 30px 0; } }

.m-plain-image {
  margin-bottom: 30px; }
  .m-plain-image__image {
    max-width: 100%; }

.module-area--left_sidebar .m-plain-image {
  width: 80%;
  margin-left: 10%; }

.module-area--right_sidebar .m-plain-image {
  width: 96%;
  margin: 0  auto 30px; }
  @media only screen and (min-width: 568px) {
    .module-area--right_sidebar .m-plain-image {
      width: 46%;
      float: left;
      margin: 0 2%; } }
  @media only screen and (min-width: 1170px) {
    .module-area--right_sidebar .m-plain-image {
      width: inherit;
      float: none;
      margin: 0 5% 30px 0; } }

.module-area--left_sidebar .m-news {
  padding: 10px 7% 30px 8%; }
  .module-area--left_sidebar .m-news .u-container,
  .module-area--left_sidebar .m-news .u-container--step-background {
    padding: 0;
    max-width: auto; }

.m-news__heading {
  font-family: "National Extrabold";
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3em;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 10px solid;
  margin-bottom: 20px; }

.m-news__title {
  font-family: "National Extrabold";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0;
  text-decoration: none;
  color: #F1F1F1;
  display: block;
  margin-bottom: 5px; }
  .m-news__title:hover {
    text-decoration: underline; }
  @media only screen and (min-width: 1025px) {
    .m-news__title {
      font-family: "National Extrabold";
      font-size: 21px;
      font-weight: 800;
      line-height: 1.3em;
      margin: 0;
      padding-left: 10px;
      width: 95%;
      float: left; } }

.m-news__item {
  color: #FFFFFF;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #FFFFFF; }

@media only screen and (min-width: 1025px) {
  .m-news__border {
    border-left: 5px solid;
    margin-bottom: 15px; } }

.m-news__date {
  font-family: "National Extrabold";
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase; }
  @media only screen and (min-width: 1025px) {
    .m-news__date {
      padding-left: 10px; } }

.m-news__content {
  font-size: 14px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid; }
  @media only screen and (min-width: 1025px) {
    .m-news__content {
      width: 86%; } }

.featured__title {
  margin-right: 20px;
  margin-bottom: 30px; }
  .featured__title img {
    max-width: 50px;
    width: 100%;
    float: left; }
    @media only screen and (min-width: 1600px) {
      .featured__title img {
        max-width: 80px; } }
  .featured__title h3 {
    font-family: "National Extrabold";
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3em;
    margin: 0;
    line-height: 1em;
    float: left;
    width: 65%;
    margin-left: 15px;
    border-bottom: 10px solid;
    padding-bottom: 10px; }

.featured__summary {
  color: #FFFFFF; }
  .featured__summary .summary__content {
    font-size: 14px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid; }
    @media only screen and (min-width: 1025px) {
      .featured__summary .summary__content {
        width: 86%; } }

@media only screen and (min-width: 769px) {
  .featured .featured.projects {
    margin-top: 60px; } }

.upcoming-events__summary {
  min-height: 70px; }
  .upcoming-events__summary .summary__start {
    background-color: #000000;
    color: #FFFFFF;
    text-transform: uppercase;
    width: 60px;
    height: 40px;
    text-align: center;
    padding: 9px 0;
    float: right; }
    .upcoming-events__summary .summary__start .start_day {
      font-family: "National Extrabold";
      font-size: 22px;
      font-weight: 600;
      line-height: 1em;
      margin: 0; }
    .upcoming-events__summary .summary__start .start_month {
      font-size: 14px;
      line-height: 1em;
      margin: 0; }
  .upcoming-events__summary .summary__title {
    font-family: "National Extrabold";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0;
    text-decoration: none;
    color: #F1F1F1;
    display: block;
    width: 65%;
    float: left;
    margin-bottom: 10px; }
    @media only screen and (min-width: 1025px) {
      .upcoming-events__summary .summary__title {
        border-left: 5px solid;
        padding-left: 10px;
        font-family: "National Extrabold";
        font-size: 21px;
        font-weight: 800;
        line-height: 1.3em;
        margin: 0; } }
    .upcoming-events__summary .summary__title:hover {
      text-decoration: underline; }
  .upcoming-events__summary .summary__content {
    width: 70%;
    float: left; }
    @media only screen and (min-width: 1025px) {
      .upcoming-events__summary .summary__content {
        margin-left: 15px; } }

.project__summary {
  min-height: 70px;
  margin-right: 7%; }
  @media only screen and (min-width: 1025px) {
    .project__summary .summary__border {
      border-left: 5px solid;
      margin-bottom: 15px; } }
  .project__summary .summary__date {
    font-family: "National Extrabold";
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase; }
    @media only screen and (min-width: 1025px) {
      .project__summary .summary__date {
        padding-left: 10px; } }
  .project__summary .summary__title {
    font-family: "National Extrabold";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0;
    text-decoration: none;
    color: #F1F1F1;
    display: block;
    margin-bottom: 5px; }
    .project__summary .summary__title:hover {
      text-decoration: underline; }
    @media only screen and (min-width: 1025px) {
      .project__summary .summary__title {
        font-family: "National Extrabold";
        font-size: 21px;
        font-weight: 800;
        line-height: 1.3em;
        margin: 0;
        padding-left: 10px;
        width: 95%;
        float: left; } }
  .project__summary .summary__parent {
    font-family: "National Extrabold";
    font-size: 10px;
    font-weight: 400;
    margin: 0 0 15px; }
    @media only screen and (min-width: 1025px) {
      .project__summary .summary__parent {
        padding-left: 10px; } }
  @media only screen and (min-width: 1025px) {
    .project__summary .summary__content {
      width: 86%;
      float: left;
      padding-left: 15px; } }

.m-resources {
  padding: 80px 0;
  position: relative;
  background-color: black; }
  @media only screen and (min-width: 769px) {
    .m-resources {
      padding: 150px 0; } }

.m-resources__background {
  position: absolute;
  right: 0;
  bottom: 5%;
  width: 500px;
  height: 500px;
  background: url("../images/resources-module-bg.png") no-repeat center right;
  background-size: contain;
  opacity: 0.5; }
  @media only screen and (max-width: 567px) {
    .m-resources__background {
      display: none; } }
  @media only screen and (min-width: 1170px) {
    .m-resources__background {
      bottom: 0;
      top: 0;
      margin: auto;
      width: 635px;
      height: 710px;
      opacity: 1; } }

.m-resources .u-container {
  position: relative;
  z-index: 2; }

.m-resources__title {
  font-family: "National Extrabold";
  font-size: 40px;
  color: white;
  margin-bottom: 30px; }
  @media only screen and (min-width: 769px) {
    .m-resources__title {
      font-size: 50px;
      margin-bottom: 50px; } }

.m-resources__resources {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0 -16px; }
  @media only screen and (min-width: 568px) {
    .m-resources__resources {
      flex-flow: row wrap; } }
  @media only screen and (min-width: 1170px) {
    .m-resources__resources {
      width: 75%;
      margin: 0 -24px; } }

.m-resources__resource {
  font-family: "National", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  color: black;
  text-decoration: none;
  box-sizing: border-box;
  padding: 16px;
  width: 100%; }
  @media only screen and (min-width: 568px) {
    .m-resources__resource {
      width: 50%; } }
  @media only screen and (min-width: 1025px) {
    .m-resources__resource {
      font-size: 30px;
      padding: 16px 24px; } }
  .m-resources__resource:hover .m-resources__resource-liner {
    background-color: #D1C5B7; }

.m-resources__resource-liner {
  padding: 12px 50px 12px 25px;
  border-top-left-radius: 25px;
  background-color: white;
  position: relative;
  box-sizing: border-box;
  min-height: 80px; }
  @media only screen and (min-width: 568px) {
    .m-resources__resource-liner {
      min-height: 100px; } }
  @media only screen and (min-width: 769px) {
    .m-resources__resource-liner {
      padding: 12px 80px 12px 25px;
      min-height: 100px; } }

.m-resources__resource-icon {
  position: absolute;
  right: 18px;
  bottom: 13px;
  width: 25px;
  height: 25px;
  background: url("../icons/resources-module-download-icon.png") no-repeat;
  background-size: contain; }

/**
 * Page-specific
 *
 * These should match the class of said page (ie HomePage = homepage, Contact = contact)
 **/
.HomePage .page-header {
  background-color: transparent; }
  @media only screen and (min-width: 1600px) {
    .HomePage .page-header .branding .desktop {
      width: 350px; } }

@media only screen and (min-width: 1170px) {
  .HomePage .menu {
    margin-left: 0;
    float: right;
    padding-left: 1%; } }

@media only screen and (min-width: 1600px) {
  .HomePage .menu {
    padding-left: 2%; } }

.HomePage .page-wrapper {
  margin-top: 610px;
  position: relative;
  z-index: 9;
  /* position on top of home page banners */ }
  @media only screen and (min-width: 568px) {
    .HomePage .page-wrapper {
      margin-top: 460px; } }
  @media only screen and (min-width: 1170px) {
    .HomePage .page-wrapper {
      margin-top: 530px; } }

.HomePage .page-title {
  border: 0;
  display: block; }
  .HomePage .page-title a {
    text-decoration: none;
    color: #000000; }
  .HomePage .page-title .readmore {
    font-weight: 800;
    float: none;
    margin-left: 15px; }
  @media only screen and (min-width: 1025px) {
    .HomePage .page-title {
      padding-top: 80px;
      padding-bottom: 0;
      line-height: 0.9em; } }

.HomePage .page-sidebar__left {
  margin-top: 0; }
  .HomePage .page-sidebar__left .page-sidebar__inner {
    padding: 40px 0 30px 8%; }
  @media only screen and (min-width: 1170px) {
    .HomePage .page-sidebar__left {
      width: 25%;
      margin-top: 80px;
      position: relative;
      z-index: 2; } }
  @media only screen and (min-width: 1600px) {
    .HomePage .page-sidebar__left {
      margin-top: 136px; } }

.latest-news {
  position: relative;
  margin-bottom: 30px; }
  @media only screen and (min-width: 1025px) {
    .latest-news {
      margin-bottom: 50px; } }

.latest-news__image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 240px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media only screen and (min-width: 1025px) {
    .latest-news__image {
      height: 280px; } }

.latest-news__card {
  background: white;
  position: relative;
  z-index: 2;
  padding-bottom: 24px; }

.latest-news__card-top {
  border-left: 5px solid black;
  padding: 20px 16px 0;
  margin-bottom: 15px; }
  @media only screen and (min-width: 769px) {
    .latest-news__card-top {
      padding: 30px 18px 0;
      border-left-width: 10px; } }

.latest-news__card-date {
  display: block;
  font-family: "National Extrabold";
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 15px; }

.latest-news__card-title {
  font-family: "National Extrabold";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0;
  line-height: 22px;
  margin: 0; }
  .latest-news__card-title a {
    text-decoration: none;
    color: #000000; }
    .latest-news__card-title a:hover {
      text-decoration: underline; }
  @media only screen and (min-width: 769px) {
    .latest-news__card-title {
      font-family: "National Extrabold";
      font-size: 21px;
      font-weight: 600;
      line-height: 1.2em;
      margin: 0; } }

.latest-news__card-content {
  color: #565656;
  margin: 12px 16px 32px 21px; }
  @media only screen and (min-width: 769px) {
    .latest-news__card-content {
      margin: 12px 24px 32px 28px; } }

.latest-news__card-subjects {
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  padding: 10px 0;
  margin: 0 24px 0 29px; }
  @media only screen and (min-width: 769px) {
    .latest-news__card-subjects {
      margin: 0 24px 0 28px; } }

.latest-news__card-subject {
  font-family: "National Extrabold";
  font-size: 11px;
  font-weight: 600;
  color: #BBBBBB;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.6em;
  margin-right: 15px;
  white-space: nowrap; }

.latest-news__card .readmore {
  float: right; }

/* PAGE INTRO / FEATURED NEWS */
.latest-news--featured {
  position: relative; }
  @media only screen and (min-width: 1025px) {
    .latest-news--featured {
      padding-top: 40px; } }
  .latest-news--featured::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 75%;
    left: -50%;
    top: 25%;
    z-index: 1;
    background-color: #F1F1F1; }
    @media only screen and (min-width: 769px) {
      .latest-news--featured::before {
        width: 85%;
        height: 116%;
        top: -16%;
        right: 0;
        left: inherit; } }
    @media only screen and (min-width: 1025px) {
      .latest-news--featured::before {
        width: 65%;
        height: 122%; } }
  @media only screen and (min-width: 769px) {
    .latest-news--featured .latest-news__image {
      width: 50%;
      float: left;
      height: 410px; } }
  @media only screen and (min-width: 1025px) {
    .latest-news--featured .latest-news__image {
      width: 45%; } }
  .latest-news--featured .latest-news__card {
    background-color: transparent; }
    @media only screen and (min-width: 769px) {
      .latest-news--featured .latest-news__card {
        width: 50%;
        float: left; } }
    @media only screen and (min-width: 1025px) {
      .latest-news--featured .latest-news__card {
        height: 410px;
        padding: 0;
        position: relative; } }
  @media only screen and (min-width: 1025px) {
    .latest-news--featured .latest-news__card-top {
      padding: 30px 0 0 50px; } }
  @media only screen and (min-width: 1025px) {
    .latest-news--featured .latest-news__card-content {
      margin-left: 60px; } }
  .latest-news--featured .latest-news__card .readmore {
    float: none;
    margin: 0 0 70px 21px; }
    @media only screen and (min-width: 769px) {
      .latest-news--featured .latest-news__card .readmore {
        margin-left: 28px; } }
    @media only screen and (min-width: 1025px) {
      .latest-news--featured .latest-news__card .readmore {
        margin-left: 60px; } }
  .latest-news--featured .latest-news__card-subjects {
    margin-left: 0; }
    @media only screen and (min-width: 769px) {
      .latest-news--featured .latest-news__card-subjects {
        margin-left: 28px; } }
    @media only screen and (min-width: 1025px) {
      .latest-news--featured .latest-news__card-subjects {
        margin-left: 60px;
        position: absolute;
        bottom: 0;
        width: 90%; } }

/* different layout for in-page news */
.page-content .latest-news {
  position: relative;
  border-top: 1px solid transparent; }
  @media only screen and (min-width: 769px) {
    .page-content .latest-news {
      width: 46.9%;
      float: left; }
      .page-content .latest-news:nth-child(odd) {
        margin-right: 6%; } }
  .page-content .latest-news__image {
    position: absolute;
    top: 0; }
  .page-content .latest-news__card {
    margin: 150px auto 0;
    width: 90%; }
    @media only screen and (min-width: 1025px) {
      .page-content .latest-news__card {
        margin: 220px auto 0; } }
  .page-content .latest-news__card-subject {
    display: block;
    width: 50%; }
    @media only screen and (min-width: 568px) {
      .page-content .latest-news__card-subject {
        width: auto;
        float: left; } }

.latest-news__more {
  clear: both;
  padding: 10px 30px 10px 42px;
  margin: 0 auto 60px;
  display: block;
  width: 90px; }

.ContactUsPage .page-intro__leadin {
  margin-bottom: 40px; }

.ContactUsPage .information {
  /* 
		&__cell:nth-of-type(4) {
			border-bottom: 1px solid colour(black);
			margin-bottom: 20px;
		}

		@include breakpoint(smd-and-up) {
			&__cell.odd {
			
				border-bottom: 1px solid colour(black);
				border-right: 1px solid colour(black);
							}
		} */ }
  @media only screen and (min-width: 1170px) {
    .ContactUsPage .information {
      width: 45%; } }
  .ContactUsPage .information__title {
    font-family: "National Extrabold";
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0;
    margin-bottom: 20px; }
  .ContactUsPage .information__cell {
    padding: 20px 0;
    border-top: 1px solid #000000;
    /* 
			@include breakpoint(md-and-up) {
				width: 90%;
				float: none;
			} */ }
    @media only screen and (min-width: 568px) {
      .ContactUsPage .information__cell {
        width: 40%;
        float: left;
        min-height: 130px;
        padding: 20px 4.8%; } }
  .ContactUsPage .information__cell__title {
    font-family: "National Extrabold";
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .ContactUsPage .information a {
    color: #8d6f4a; }
  .ContactUsPage .information iframe {
    max-width: 100%;
    width: 100%; }

@media only screen and (max-width: 1169px) {
  .ContactUsPage .contact-form {
    margin: 30px 0;
    position: relative; }
    .ContactUsPage .contact-form::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: -30%;
      width: 160%;
      height: 100%;
      background-color: #F1F1F1; }
    .ContactUsPage .contact-form__inner {
      padding: 30px 0;
      position: relative;
      z-index: 1; } }

@media only screen and (min-width: 1170px) {
  .ContactUsPage .contact-form {
    width: 45%;
    float: left;
    background-color: #F1F1F1;
    padding: 30px; } }

.ContactUsPage .contact-form__title {
  font-family: "National Extrabold";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0;
  margin-bottom: 20px; }

.bio__card {
  background: white;
  position: relative;
  z-index: 2;
  padding-bottom: 24px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 769px) {
    .bio__card {
      width: 48%;
      margin: 0 4% 30px 0;
      float: left; }
      .bio__card:nth-child(odd) {
        clear: left; }
      .bio__card:nth-child(even) {
        margin-right: 0; } }
  .bio__card--wide {
    width: 100%;
    margin: 0;
    float: none; }

.bio__card-image {
  display: block;
  margin-bottom: 10px;
  max-height: 180px;
  overflow: hidden; }
  @media only screen and (min-width: 350px) {
    .bio__card-image {
      max-height: 300px; } }
  .bio__card-image img {
    width: 100%;
    max-width: 300px;
    height: auto;
    /* @include breakpoint(lg-and-up) {
			width: 100%;
		} */ }

.bio__card--wide .bio__card-image {
  height: auto;
  overflow: none; }

.bio__card-top {
  border-left: 5px solid black;
  padding: 20px 16px 0;
  margin-bottom: 15px; }
  @media only screen and (min-width: 769px) {
    .bio__card-top {
      padding: 20px 18px 0;
      border-left-width: 10px; } }

.bio__card-name {
  font-family: "National Extrabold";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0;
  line-height: 22px;
  margin: 0; }
  .bio__card-name a {
    text-decoration: none;
    color: #000000; }
    .bio__card-name a:hover {
      text-decoration: underline; }
  @media only screen and (min-width: 769px) {
    .bio__card-name {
      font-family: "National Extrabold";
      font-size: 21px;
      font-weight: 600;
      line-height: 1.2em;
      margin: 0; } }

.bio__card-job {
  font-family: "National Extrabold";
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #707070;
  margin: 10px 0 0; }

.bio__card-content {
  color: #565656;
  margin: 12px 16px 32px 21px; }
  @media only screen and (min-width: 769px) {
    .bio__card-content {
      margin: 12px 24px 32px 28px; } }
  .bio__card-content ul {
    list-style-type: none;
    padding-left: 0; }
    .bio__card-content ul a {
      font-family: "National Extrabold";
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: none; }
      .bio__card-content ul a:hover {
        text-decoration: underline; }

.bio__card--readmore {
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  padding: 10px 0;
  margin: 0 24px 0 29px; }
  @media only screen and (min-width: 769px) {
    .bio__card--readmore {
      margin: 0 24px 0 28px; } }
  .bio__card--readmore .readmore {
    float: right;
    clear: right; }
  .bio__card--readmore .readmore--email {
    margin-top: 8px; }

.Article .page-title h1 {
  font-family: "National Extrabold";
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
  margin: 0;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 568px) {
    .Article .page-title h1 {
      font-family: "National Extrabold";
      font-size: 45px;
      font-weight: 800; } }
  @media only screen and (min-width: 1025px) {
    .Article .page-title h1 {
      font-family: "National Extrabold";
      font-size: 50px;
      font-weight: 800;
      margin-bottom: 1rem; } }

.Article .page-title .article-date {
  font-family: "National Extrabold";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700; }

.CouncilHolderPage .page-content__inner .u-content {
  padding-bottom: 0;
  padding-top: 40px; }

.SectionPage .page-content .u-content {
  margin-bottom: 50px; }

.section__card {
  background: white;
  position: relative;
  z-index: 2;
  padding-bottom: 24px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 769px) {
    .section__card {
      width: 45%;
      margin: 0 2% 30px;
      float: left; }
      .section__card:nth-child(odd) {
        clear: left; } }
  .section__card--wide {
    width: 100%; }

.section__card-top {
  border-left: 5px solid black;
  padding: 20px 16px 10px;
  margin-bottom: 15px; }
  @media only screen and (min-width: 769px) {
    .section__card-top {
      border-left-width: 10px; } }

.section__card-title {
  font-family: "National Extrabold";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0;
  line-height: 22px;
  margin: 0; }
  .section__card-title a {
    text-decoration: none;
    color: #000000; }
    .section__card-title a:hover {
      text-decoration: underline; }
  @media only screen and (min-width: 769px) {
    .section__card-title {
      font-family: "National Extrabold";
      font-size: 21px;
      font-weight: 600;
      line-height: 1.2em;
      margin: 0; } }

.section__card-content {
  color: #565656;
  margin: 12px 16px 32px 21px;
  padding-bottom: 20px !important; }
  @media only screen and (min-width: 769px) {
    .section__card-content {
      margin: 12px 24px 32px 28px; } }
  .section__card-content ul {
    list-style-type: none;
    padding-left: 0; }
    .section__card-content ul li {
      line-height: normal;
      margin-bottom: 12px; }
    .section__card-content ul a {
      font-family: "National Extrabold";
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: none; }
      .section__card-content ul a:hover {
        text-decoration: underline; }

.section__card--readmore {
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  padding: 10px 0;
  margin: 0 24px 0 29px; }
  @media only screen and (min-width: 769px) {
    .section__card--readmore {
      margin: 0 24px 0 28px; } }
  .section__card--readmore .readmore {
    float: right; }

.NewsPage .page-body h1 {
  font-family: "National Extrabold";
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 1rem; }

.NewsPage .page-body .article-date {
  font-family: "National Extrabold";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700; }

.NewsPage .page-content .u-container--step {
  position: relative; }

.DashboardPage .page-content__dash-inner {
  width: 90%;
  margin: 0 auto; }
  .DashboardPage .page-content__dash-inner .dash-inner-content {
    width: 75%;
    margin: 0 0; }
    .DashboardPage .page-content__dash-inner .dash-inner-content p {
      margin-bottom: 15px; }
  .DashboardPage .page-content__dash-inner .iframe-holder {
    margin: 50px 0 30px 0; }

/** 
    Toolkit section
**/
body.ToolkitSection,
body.ToolkitPage {
  padding: 0;
  background-color: transparent; }

.ToolkitSection .page-wrapper,
.ToolkitPage .page-wrapper {
  margin-top: 0; }

.ToolkitPage .page-title {
  border: 0;
  padding: 30px 0; }

.page-header__toolkit-login,
.toolkit__login-button {
  font-size: 18px;
  color: white;
  text-decoration: none;
  display: inline-block;
  border: 2px solid white;
  border-top-left-radius: 20px;
  padding: 8px 20px;
  margin: 18px 7%; }
  @media only screen and (min-width: 1170px) {
    .page-header__toolkit-login,
    .toolkit__login-button {
      position: absolute;
      top: -65px;
      right: 0;
      margin: 0; } }
  .page-header__toolkit-login:hover,
  .toolkit__login-button:hover {
    color: black;
    background-color: white; }

.toolkit__login-button {
  top: 37px;
  right: 70px; }

.toolkit-login-form {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

#Form_CodeLoginForm {
  background-color: white;
  border-top-left-radius: 50px;
  padding: 40px; }

#Form_CodeLoginForm {
  max-width: 500px;
  margin: 0 auto; }
  #Form_CodeLoginForm h3 {
    font-family: "National Extrabold";
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px; }
    @media only screen and (min-width: 769px) {
      #Form_CodeLoginForm h3 {
        font-size: 50px; } }
  #Form_CodeLoginForm h5 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px; }

#Form_CodeLoginForm_error {
  padding: 8px 10px;
  border: 1px solid #8d6f4a;
  background-color: rgba(141, 111, 74, 0.2); }

#Form_CodeLoginForm .field {
  margin-bottom: 20px; }

#Form_CodeLoginForm .field label {
  display: none; }

#Form_CodeLoginForm .field .error {
  color: red;
  margin-top: 5px;
  display: inline-block; }

#Form_CodeLoginForm .field input {
  border: 0;
  background-color: rgba(0, 0, 0, 0.1);
  border-top-left-radius: 20px;
  background-image: url("../icons/padlock-icon.png");
  background-repeat: no-repeat;
  background-position: 98% center; }

#Form_CodeLoginForm .btn-toolbar {
  border: 0;
  display: block;
  text-align: right; }
  #Form_CodeLoginForm .btn-toolbar::after {
    display: none; }

#Form_CodeLoginForm .btn-toolbar input[type="submit"] {
  color: #8d6f4a;
  border: 3px solid #8d6f4a;
  border-top-left-radius: 20px; }
  #Form_CodeLoginForm .btn-toolbar input[type="submit"]:hover {
    color: white;
    background-color: #8d6f4a; }

.toolkit__header {
  background-color: black;
  padding: 20px 0;
  position: relative;
  z-index: 10; }
  @media only screen and (min-width: 568px) {
    .toolkit__header--has-banner {
      position: absolute;
      top: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5); } }

.toolkit__branding {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media only screen and (min-width: 568px) {
    .toolkit__branding {
      flex-direction: row; } }

.toolkit__brand {
  display: block;
  margin-bottom: 30px; }
  @media only screen and (min-width: 568px) {
    .toolkit__brand {
      margin-bottom: 0;
      margin-right: 70px; } }
  .toolkit__brand img {
    max-width: 100%;
    height: auto; }

.toolkit-footer {
  padding-top: 30px; }

.toolkit-footer__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media only screen and (min-width: 568px) {
    .toolkit-footer__wrapper {
      flex-flow: row wrap; } }

.toolkit-footer__brand {
  display: block;
  margin-bottom: 30px; }
  @media only screen and (min-width: 568px) {
    .toolkit-footer__brand {
      margin-right: 70px; } }
  .toolkit-footer__brand img {
    max-width: 100%;
    height: auto; }

.toolkit-footer .copyright {
  width: 100%;
  text-align: center;
  margin-bottom: 20px; }

.toolkit-banner {
  position: relative;
  height: 300px; }
  @media only screen and (min-width: 568px) {
    .toolkit-banner {
      height: 400px; } }
  @media only screen and (min-width: 769px) {
    .toolkit-banner {
      height: 750px; } }

.toolkit-banner__title {
  font-family: "National Extrabold";
  font-size: 40px;
  font-weight: 700;
  color: white;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  word-spacing: 9999999px; }
  @media only screen and (min-width: 568px) {
    .toolkit-banner__title {
      font-size: 60px; } }
  @media only screen and (min-width: 769px) {
    .toolkit-banner__title {
      font-size: 70px; } }
  @media only screen and (min-width: 1025px) {
    .toolkit-banner__title {
      font-size: 100px; } }

.toolkit-banner__content-wrapper {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%; }
  @media only screen and (min-width: 568px) {
    .toolkit-banner__content-wrapper {
      padding-top: 110px;
      height: calc(100% - 110px); } }

.toolkit-banner__content-wrapper .u-container {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 30px; }
  @media only screen and (min-width: 769px) {
    .toolkit-banner__content-wrapper .u-container {
      padding-bottom: 60px; } }

.toolkit-banner__image-wrapper {
  height: 0;
  padding-bottom: 56.25%; }

.toolkit-banner__picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.toolkit-banner__picture-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.toolkit-contents {
  padding-top: 50px;
  padding-bottom: 50px;
  background: rgba(141, 111, 74, 0.4);
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 769px) {
    .toolkit-contents {
      padding-top: 100px; } }

.toolkit-contents__title {
  font-family: "National Extrabold";
  font-size: 40px;
  color: white;
  margin-bottom: 20px; }
  @media only screen and (min-width: 769px) {
    .toolkit-contents__title {
      font-size: 50px;
      margin-bottom: 50px; } }

.toolkit-content__children {
  display: flex;
  flex-direction: column;
  margin: 0 -16px;
  box-sizing: border-box; }
  @media only screen and (min-width: 568px) {
    .toolkit-content__children {
      flex-direction: row;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 1170px) {
    .toolkit-content__children {
      margin: 0 -32px; } }

.toolkit-contents__child {
  font-size: 24px;
  font-weight: 500;
  color: black;
  line-height: 1em;
  text-decoration: none;
  padding: 0 16px;
  box-sizing: border-box;
  margin-bottom: 30px;
  width: 100%; }
  @media only screen and (min-width: 769px) {
    .toolkit-contents__child {
      width: 50%; } }
  @media only screen and (min-width: 1025px) {
    .toolkit-contents__child {
      font-size: 30px; } }
  @media only screen and (min-width: 1170px) {
    .toolkit-contents__child {
      width: 33.33%;
      padding: 0 32px;
      margin-bottom: 32px; } }
  .toolkit-contents__child:hover {
    color: white; }
    .toolkit-contents__child:hover .toolkit-contents__child-liner {
      background-color: #8D6F4A; }
    .toolkit-contents__child:hover .toolkit-contents__child-arrow {
      background-image: url("/app/icons/toolkit-arrow-right-white.png"); }

.toolkit-contents__child-liner {
  box-sizing: border-box;
  padding: 25px 80px 25px 30px;
  background-color: white;
  border-top-left-radius: 50px;
  min-height: 80px;
  position: relative; }
  @media only screen and (min-width: 769px) {
    .toolkit-contents__child-liner {
      padding: 25px 80px 70px 30px;
      padding-right: 50px;
      min-height: 144px; } }
  @media only screen and (min-width: 1170px) {
    .toolkit-contents__child-liner {
      min-height: 215px; } }

.toolkit-contents__child-number {
  font-family: "National Extrabold";
  font-weight: 700; }

.toolkit-contents__child-arrow {
  position: absolute;
  bottom: 17px;
  right: 17px;
  width: 35px;
  height: 35px;
  background: url("/app/icons/toolkit-arrow-right-brown.png") no-repeat;
  background-size: contain;
  transition: right 0.5s; }

.toolkit-contents__border {
  background: url("/app/icons/toolkit-border-chevron.png") repeat-x;
  background-size: contain;
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: -5px; }


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