/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h5, .rc--section-links--horizontal .more,
.rc--section-links--vertical .more, .rc--section-links--vertical--maps .ci-repository > a, .jumplinks > li > a, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

@font-face {
  font-family: 'open-sans-bold';
  src: url("/public/20190912220600oe_/https://www.crownestatescotland.com/bundles/app/fonts/Open_Sans/OpenSans-Bold.woff") format("woff"), url("/public/20190912220600oe_/https://www.crownestatescotland.com/bundles/app/fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'open-sans-bold-italic';
  src: url("/public/20190912220600oe_/https://www.crownestatescotland.com/bundles/app/fonts/Open_Sans/OpenSans-BoldItalic.woff") format("woff"), url("/public/20190912220600oe_/https://www.crownestatescotland.com/bundles/app/fonts/Open_Sans/OpenSans-BoldItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'open-sans-regular';
  src: url("/public/20190912220600oe_/https://www.crownestatescotland.com/bundles/app/fonts/Open_Sans/OpenSans-Regular.woff") format("woff"), url("/public/20190912220600oe_/https://www.crownestatescotland.com/bundles/app/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'open-sans-regular-italic';
  src: url("/public/20190912220600oe_/https://www.crownestatescotland.com/bundles/app/fonts/Open_Sans/OpenSans-Italic.woff") format("woff"), url("/public/20190912220600oe_/https://www.crownestatescotland.com/bundles/app/fonts/Open_Sans/OpenSans-Italic.ttf") format("truetype"); }
@font-face {
  font-family: 'open-sans-light';
  src: url("/public/20190912220600oe_/https://www.crownestatescotland.com/bundles/app/fonts/Open_Sans/OpenSans-Light.woff") format("woff"), url("/public/20190912220600oe_/https://www.crownestatescotland.com/bundles/app/fonts/Open_Sans/OpenSans-Light.ttf") format("truetype"); }
@font-face {
  font-family: 'open-sans-light-italic';
  src: url("/public/20190912220600oe_/https://www.crownestatescotland.com/bundles/app/fonts/Open_Sans/OpenSans-LightItalic.woff") format("woff"), url("/public/20190912220600oe_/https://www.crownestatescotland.com/bundles/app/fonts/Open_Sans/OpenSans-LightItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'open-sans-semi-bold';
  src: url("/public/20190912220600oe_/https://www.crownestatescotland.com/bundles/app/fonts/Open_Sans/OpenSans-SemiBold.woff") format("woff"), url("/public/20190912220600oe_/https://www.crownestatescotland.com/bundles/app/fonts/Open_Sans/OpenSans-Semibold.ttf") format("truetype"); }
@font-face {
  font-family: 'open-sans-semi-bold-italic';
  src: url("/public/20190912220600oe_/https://www.crownestatescotland.com/bundles/app/fonts/Open_Sans/OpenSans-SemiBoldItalic.woff") format("woff"), url("/public/20190912220600oe_/https://www.crownestatescotland.com/bundles/app/fonts/Open_Sans/OpenSans-SemiboldItalic.ttf") format("truetype"); }
/*
$colour_0: #ffffff;
$colour_1: #195FBF; // brand blue
$colour_2: #009848; // brand green
$colour_3: #0C1723; // brand black
$colour_4: #F3F3F4; // pale grey
$colour_5: #91969C; // medium grey
$colour_6: #545C65; // dark grey
$colour_7: #068246; // brand green - nav hover
$colour_8: #018B44; // brand green - search
$colour_9: #9FA5AC; // medium grey - subnav
$colour_10: #8B95A0; // medium grey - subnav hover
$colour_11: #CED0D3; // alt grey - dotted line
$colour_12: #979797; // alt grey 2 - solid border
$colour_13: #CBAF00; // yellow overlay
*/
.row, .main, nav, footer, footer .footer--copyright {
  position: relative; }
  .row:before, .main:before, nav:before, footer:before, footer .footer--copyright:before, .row:after, .main:after, nav:after, footer:after, footer .footer--copyright:after {
    content: " ";
    display: table; }
  .row:after, .main:after, nav:after, footer:after, footer .footer--copyright:after {
    clear: both; }

.inner, .rc, .nav-container, .ac {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .inner, .rc, .nav-container, .ac {
      width: 90%;
      margin: 0 5%; } }

.column {
  float: left; }

.hidden {
  display: none; }

.overlay {
  position: absolute; }

.overlay--top {
  top: 0; }

.overlay--right {
  right: 0; }

.overlay--left {
  left: 0; }

.bordered--top, .bordered--top-bottom {
  border-top: 1px dotted #CED0D3;
  padding-top: 17px;
  padding-top: 1.7rem; }

.bordered--bottom, .bordered--top-bottom {
  border-bottom: 1px dotted #CED0D3;
  padding-bottom: 17px;
  padding-bottom: 1.7rem; }

html {
  font-size: 62.5%; }

body {
  font-family: "open-sans-light", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 140%;
  font-weight: normal;
  color: #0C1723; }

ul {
  list-style: disc;
  list-style-position: outside;
  margin-left: 34px;
  margin-left: 3.4rem;
  margin-top: 17px;
  margin-top: 1.7rem; }

a, button {
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s; }

a {
  font-family: "open-sans-light", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 140%;
  font-weight: normal;
  color: #006EB6;
  text-decoration: underline; }
  a:hover {
    color: #0C955E; }

h1 {
  font-family: "open-sans-bold", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 120%;
  color: #0C955E; }

h2 {
  font-family: "open-sans-regular", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 120%;
  color: #545C65; }
  h2 a {
    text-decoration: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit; }
    h2 a:hover {
      color: inherit; }

h3, h5, .rc--section-links--horizontal .more,
.rc--section-links--vertical .more, .rc--section-links--vertical--maps .ci-repository > a, .jumplinks > li > a {
  font-family: "open-sans-bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 120%;
  color: #006EB6; }
  h3 a, h5 a, .rc--section-links--horizontal .more a,
  .rc--section-links--vertical .more a, .rc--section-links--vertical--maps .ci-repository > a a, .jumplinks > li > a a {
    text-decoration: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit; }
    h3 a:hover, h5 a:hover, .rc--section-links--horizontal .more a:hover,
    .rc--section-links--vertical .more a:hover, .rc--section-links--vertical--maps .ci-repository > a a:hover, .jumplinks > li > a a:hover {
      color: inherit; }

h4 {
  font-family: "open-sans-bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 120%;
  color: #ffffff; }

h1, h2, h4 {
  margin: 17px 0px;
  margin: 1.7rem 0rem; }

p {
  margin-top: 17px;
  margin-top: 1.7rem; }

time {
  font-family: "open-sans-bold", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #91969C; }

blockquote {
  padding-left: 17px;
  padding-left: 1.7rem;
  border-left: 3px solid #0C955E; }

figcaption {
  font-style: italic;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem; }

strong {
  font-family: "open-sans-regular", sans-serif;
  font-weight: normal; }

button,
a.link__button,
.link__button a,
.link__button p {
  background-color: transparent;
  display: block;
  float: left;
  padding: 6px 34px;
  padding: 0.6rem 3.4rem;
  margin-top: 17px;
  margin-top: 1.7rem;
  border: 2px solid #006EB6;
  -moz-border-radius: 34px;
  -moz-border-radius: 3.4rem;
  -webkit-border-radius: 34px;
  -webkit-border-radius: 3.4rem;
  border-radius: 34px;
  border-radius: 3.4rem;
  -khtml-border-radius: 34px;
  -khtml-border-radius: 3.4rem;
  font-family: "open-sans-semi-bold", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #006EB6;
  cursor: pointer; }
  button:before, button:after,
  a.link__button:before,
  a.link__button:after,
  .link__button a:before,
  .link__button a:after,
  .link__button p:before,
  .link__button p:after {
    content: " ";
    display: table; }
  button:after,
  a.link__button:after,
  .link__button a:after,
  .link__button p:after {
    clear: both; }
  button:hover,
  a.link__button:hover,
  .link__button a:hover,
  .link__button p:hover {
    color: #006EB6; }

button {
  color: #ffffff;
  border-color: #ffffff; }
  button:hover {
    color: #ffffff; }

.content-wrapper {
  overflow-x: hidden; }

.rc:before, .nav-container:before, .rc:after, .nav-container:after, .ac:before, .ac:after {
  content: " ";
  display: table; }
.rc:after, .nav-container:after, .ac:after {
  clear: both; }
.rc > *:first-child, .nav-container > *:first-child, .ac > *:first-child {
  margin-top: 0; }
.rc > .heading--banner:first-child, .nav-container > .heading--banner:first-child, .ac > .heading--banner:first-child {
  margin-top: 68px;
  margin-top: 6.8rem;
  margin-bottom: 34px;
  margin-bottom: 3.4rem; }
  @media (max-width: 1023px) {
    .rc > .heading--banner:first-child, .nav-container > .heading--banner:first-child, .ac > .heading--banner:first-child {
      margin-top: 17px;
      margin-top: 1.7rem; } }
.rc .link__button, .nav-container .link__button, .ac .link__button {
  text-align: center; }
  .rc .link__button:before, .nav-container .link__button:before, .rc .link__button:after, .nav-container .link__button:after, .ac .link__button:before, .ac .link__button:after {
    content: " ";
    display: table; }
  .rc .link__button:after, .nav-container .link__button:after, .ac .link__button:after {
    clear: both; }
  .rc .link__button a, .nav-container .link__button a, .ac .link__button a {
    display: inline-block;
    float: none;
    margin-top: 51px;
    margin-top: 5.1rem; }
.rc > .link__button a, .nav-container > .link__button a, .ac > .link__button a {
  margin-top: 0; }
.rc .ac__rm, .nav-container .ac__rm, .ac .ac__rm {
  font-family: "open-sans-bold", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #0C955E;
  text-decoration: underline; }

.rc, .nav-container {
  padding-top: 34px;
  padding-top: 3.4rem;
  padding-bottom: 51px;
  padding-bottom: 5.1rem; }

.ac {
  padding: 34px 102px 51px 102px;
  padding: 3.4rem 10.2rem 5.1rem 10.2rem; }
  .ac.ac--main-img, .ac.ac--no-banner {
    padding-top: 0; }
  .ac > figure {
    position: relative; }
  .ac h1:not(:first-child), .ac h2:not(:first-child) {
    margin-top: 34px;
    margin-top: 3.4rem; }
    .ac h1:not(:first-child) + h2, .ac h2:not(:first-child) + h2 {
      margin-top: 0; }
  .ac h1 + h2, .ac h2 + h2 {
    margin-top: 0 !important; }
  .ac time {
    display: block;
    margin-top: 17px;
    margin-top: 1.7rem; }
  .ac h3, .ac h5, .ac .rc--section-links--horizontal .more, .rc--section-links--horizontal .ac .more,
  .ac .rc--section-links--vertical .more,
  .rc--section-links--vertical .ac .more, .ac .rc--section-links--vertical--maps .ci-repository > a, .rc--section-links--vertical--maps .ac .ci-repository > a, .ac .jumplinks > li > a {
    margin: 34px 0px 17px 0px;
    margin: 3.4rem 0rem 1.7rem 0rem; }
  .ac .link__button {
    text-align: center; }
    .ac .link__button a {
      display: inline-block;
      float: none;
      margin-top: 51px;
      margin-top: 5.1rem; }
  .ac figure {
    margin: 34px 0px 0px 0px;
    margin: 3.4rem 0rem 0rem 0rem; }
    .ac figure img {
      display: block;
      max-width: 100%;
      margin: 0; }
    .ac figure.ci-video {
      display: block;
      max-width: 100%;
      width: 560px; }
      .ac figure.ci-video iframe {
        max-width: 100%; }
      .ac figure.ci-video p {
        display: none; }
  .ac .ci-gallery:before, .ac .ci-gallery:after {
    content: " ";
    display: table; }
  .ac .ci-gallery:after {
    clear: both; }
  .ac .ci-gallery {
    margin-top: 17px;
    margin-top: 1.7rem;
    list-style-type: none;
    margin-left: 0;
    padding-top: 0; }
    .ac .ci-gallery li {
      float: left;
      width: 22%;
      margin-left: 4%; }
      .ac .ci-gallery li:nth-of-type(4n+1) {
        margin-left: 0; }
      .ac .ci-gallery li:nth-of-type(n+5) {
        margin-top: 17px;
        margin-top: 1.7rem; }
    .ac .ci-gallery img {
      max-width: 100%; }
  .ac .ci-repository {
    margin-top: 34px;
    margin-top: 3.4rem;
    padding: 17px;
    padding: 1.7rem;
    border: 1px solid #979797; }
    .ac .ci-repository:before, .ac .ci-repository:after {
      content: " ";
      display: table; }
    .ac .ci-repository:after {
      clear: both; }
    .ac .ci-repository h2 {
      margin-top: 0; }
    .ac .ci-repository ul {
      list-style-type: none;
      margin-left: 0;
      padding-top: 0; }
    .ac .ci-repository li a {
      display: block;
      min-height: 80px;
      background: transparent url("/public/20190912220600oe_/https://www.crownestatescotland.com/bundles/app/img/ui/download.svg") top left/54px 75px no-repeat;
      padding-left: 85px;
      padding-left: 8.5rem;
      text-decoration: none;
      font-family: "open-sans-bold", sans-serif; }
    .ac .ci-repository li:not(:first-of-type) {
      margin-top: 17px;
      margin-top: 1.7rem; }
    .ac .ci-repository__filesize {
      display: block;
      font-family: "open-sans-bold", sans-serif;
      font-size: 14px;
      font-size: 1.4rem;
      text-transform: uppercase;
      color: #91969C;
      margin-top: 17px;
      margin-top: 1.7rem;
      line-height: 140%; }
      @media (max-width: 1023px) {
        .ac .ci-repository__filesize {
          margin-top: 0; } }
    .ac .ci-repository__caption {
      display: block;
      margin-top: 8.5px;
      margin-top: 0.85rem;
      font-family: "open-sans-light", sans-serif;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 140%;
      font-weight: normal;
      color: #0C1723; }
      @media (max-width: 1023px) {
        .ac .ci-repository__caption {
          margin-top: 0; } }
  .ac .ac__share-panel {
    margin-top: 34px;
    margin-top: 3.4rem;
    text-align: right; }
    .ac .ac__share-panel:before, .ac .ac__share-panel:after {
      content: " ";
      display: table; }
    .ac .ac__share-panel:after {
      clear: both; }
    .ac .ac__share-panel h3, .ac .ac__share-panel h5, .ac .ac__share-panel .rc--section-links--horizontal .more, .rc--section-links--horizontal .ac .ac__share-panel .more,
    .ac .ac__share-panel .rc--section-links--vertical .more,
    .rc--section-links--vertical .ac .ac__share-panel .more, .ac .ac__share-panel .rc--section-links--vertical--maps .ci-repository > a, .rc--section-links--vertical--maps .ac .ac__share-panel .ci-repository > a, .ac .ac__share-panel .jumplinks > li > a {
      display: inline-block;
      padding-right: 17px;
      padding-right: 1.7rem;
      margin-bottom: 0; }
  @media (max-width: 1023px) {
    .ac {
      margin: 0;
      padding-left: 5%;
      padding-right: 5%;
      width: 100%; } }

.overlay--opinion {
  background-color: #CBAF00;
  padding: 8.5px 17px;
  padding: 0.85rem 1.7rem;
  font-family: "open-sans-bold", sans-serif;
  color: #ffffff; }

.author {
  margin-top: 34px;
  margin-top: 3.4rem;
  margin-bottom: 34px;
  margin-bottom: 3.4rem; }
  .author:before, .author:after {
    content: " ";
    display: table; }
  .author:after {
    clear: both; }
  .author img {
    display: block;
    float: left;
    border-radius: 50%; }
    @media (max-width: 1023px) {
      .author img {
        float: none; } }
  .author h3, .author h5, .author .rc--section-links--horizontal .more, .rc--section-links--horizontal .author .more,
  .author .rc--section-links--vertical .more,
  .rc--section-links--vertical .author .more, .author .rc--section-links--vertical--maps .ci-repository > a, .rc--section-links--vertical--maps .author .ci-repository > a, .author .jumplinks > li > a {
    float: left;
    margin: 0;
    padding-top: 34px;
    padding-top: 3.4rem;
    margin-left: 17px;
    margin-left: 1.7rem; }
    @media (max-width: 1023px) {
      .author h3, .author h5, .author .rc--section-links--horizontal .more, .rc--section-links--horizontal .author .more,
      .author .rc--section-links--vertical .more,
      .rc--section-links--vertical .author .more, .author .rc--section-links--vertical--maps .ci-repository > a, .rc--section-links--vertical--maps .author .ci-repository > a, .author .jumplinks > li > a {
        float: none;
        margin-left: 0px;
        margin-left: 0rem;
        padding-top: 8.5px;
        padding-top: 0.85rem; } }

header {
  position: relative; }

nav {
  position: relative;
  background-color: #0C955E; }

nav:nth-of-type(2) {
  background-color: #9FA5AC; }

.nav-container {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #0C955E; }
  .nav-container.nav-container--primary > ul {
    background-color: #0C955E; }
    .nav-container.nav-container--primary > ul ul {
      display: none;
      float: none;
      margin-left: 0;
      background-color: #9FA5AC; }
      .nav-container.nav-container--primary > ul ul a:hover, .nav-container.nav-container--primary > ul ul a.current {
        background-color: #8B95A0; }
      @media (max-width: 1023px) {
        .nav-container.nav-container--primary > ul ul {
          display: block; } }
    @media (max-width: 1023px) {
      .nav-container.nav-container--primary > ul {
        margin-top: 106px; } }
  .nav-container.nav-container--primary #nav--primary {
    margin-left: 0; }
  .nav-container.nav-container--primary.animating #nav--primary, .nav-container.nav-container--primary.menu-visible #nav--primary {
    display: block; }
  .nav-container.nav-container--primary.animating #nav--primary {
    transition: transform .25s ease-in-out;
    -webkit-transition: -webkit-transform .25s ease-in-out; }
  .nav-container.nav-container--primary.animating.left #nav--primary {
    transform: translate3d(-340px, 0, 0);
    -webkit-transform: translate3d(-340px, 0, 0);
    transform: translate3d(-100vw, 0, 0);
    -webkit-transform: translate3d(-100vw, 0, 0); }
  .nav-container.nav-container--primary.animating.right #nav--primary {
    transform: translate3d(100vw, 0, 0);
    -webkit-transform: translate3d(100vw, 0, 0); }
  .nav-container.nav-container--primary.menu-visible #nav--primary {
    right: 0px; }
  .nav-container #mobile-menu-open,
  .nav-container #mobile-menu-close {
    position: absolute;
    display: none;
    top: 17px;
    top: 1.7rem;
    right: 17px;
    right: 1.7rem;
    font-size: 45px;
    font-size: 4.5rem;
    color: #ffffff; }
    @media (max-width: 1023px) {
      .nav-container #mobile-menu-open.fa-bars,
      .nav-container #mobile-menu-close.fa-bars {
        display: block; }
      .nav-container #mobile-menu-open.fa-times,
      .nav-container #mobile-menu-close.fa-times {
        display: none; } }
    @media (min-width: 1024px) {
      .nav-container #mobile-menu-open,
      .nav-container #mobile-menu-close {
        display: none !important; } }
  .nav-container ul {
    position: relative;
    float: right;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin-top: 0;
    z-index: 100; }
    .nav-container ul li {
      float: left; }
      @media (max-width: 1023px) {
        .nav-container ul li {
          float: none; } }
    .nav-container ul a, .nav-container ul label {
      display: block;
      font-family: "open-sans-semi-bold", sans-serif;
      font-size: 15px;
      font-size: 1.5rem;
      padding: 42.5px 12px;
      padding: 4.25rem 1.2rem;
      font-weight: normal;
      color: #ffffff;
      text-transform: uppercase;
      text-decoration: none; }
      .nav-container ul a:hover, .nav-container ul a.current, .nav-container ul label:hover, .nav-container ul label.current {
        background-color: #098751; }
      @media (max-width: 1023px) {
        .nav-container ul a, .nav-container ul label {
          padding: 17px 12px;
          padding: 1.7rem 1.2rem; } }
    .nav-container ul input {
      position: absolute;
      width: 100%;
      top: 0;
      height: 100%;
      left: 0;
      background-color: #098751;
      border: none;
      outline: none;
      color: #ffffff;
      padding: 17px 12px;
      padding: 1.7rem 1.2rem;
      font-size: 30px;
      font-size: 3rem;
      margin: 0; }
  @media (max-width: 1023px) {
    .nav-container > ul {
      float: none;
      display: block;
      position: absolute;
      top: 0;
      right: -340px;
      width: 340px;
      right: -100vw;
      width: 100vw;
      max-width: 100%; }
      .nav-container > ul li {
        text-align: center; } }
  .nav-container #search-container {
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%; }
    .nav-container #search-container input[type="submit"],
    .nav-container #search-container button[type="submit"] {
      display: none; }
    @media (max-width: 1023px) {
      .nav-container #search-container {
        top: auto;
        bottom: 0;
        height: 56px;
        width: 100vw;
        max-width: 100%; } }
  .nav-container #search-close {
    position: absolute;
    top: 25%;
    right: 17px;
    right: 1.7rem;
    font-size: 45px;
    font-size: 4.5rem;
    color: #ffffff; }
    @media (max-width: 1023px) {
      .nav-container #search-close {
        top: 5%; } }
  .nav-container.animating-search #search-container {
    transition: transform .25s ease-in-out;
    -webkit-transition: -webkit-transform .25 s ease-in-out; }
  .nav-container.animating-search.left #search-container {
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0); }
  .nav-container.animating-search.right #search-container {
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0); }
  .nav-container.search-visible #search-container {
    right: 0; }

#search-open {
  background: #097B47 url("/public/20190912220600oe_/https://www.crownestatescotland.com/bundles/app/img/ui/search.svg") no-repeat center center;
  color: transparent; }

.nav-container__logo img {
  padding: 17px 0px;
  padding: 1.7rem 0rem; }
.nav-container__logo:hover {
  background-color: inherit; }

.nav-container--secondary {
  background-color: #9FA5AC; }
  .nav-container--secondary ul {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .nav-container--secondary ul li {
      display: inline-block;
      float: none; }
    .nav-container--secondary ul a {
      padding: 17px 24px;
      padding: 1.7rem 2.4rem;
      text-transform: none; }
      .nav-container--secondary ul a:hover, .nav-container--secondary ul a.current {
        background-color: #8B95A0; }
  @media (max-width: 1023px) {
    .nav-container--secondary {
      display: none; } }

.rc--flash--cookies {
  position: relative;
  padding: 17px 0px;
  padding: 1.7rem 0rem; }
  .rc--flash--cookies p {
    max-width: 80%; }

#cookies-close {
  position: absolute;
  top: 35%;
  right: 17px;
  right: 1.7rem;
  cursor: pointer;
  cursor: hand; }

footer {
  background-color: #0C955E; }
  footer .column {
    width: 22%; }
    footer .column:first-of-type {
      width: 10%; }
      @media (max-width: 1023px) {
        footer .column:first-of-type {
          width: 100%; } }
    footer .column:not(:first-of-type) {
      margin-left: 8%; }
      @media (max-width: 1023px) {
        footer .column:not(:first-of-type) {
          margin-left: 0; } }
    @media (max-width: 1023px) {
      footer .column {
        width: 100%;
        float: none; }
        footer .column:before, footer .column:after {
          content: " ";
          display: table; }
        footer .column:after {
          clear: both; } }
    footer .column p,
    footer .column a.link__button {
      color: #ffffff;
      border-color: #ffffff; }
      footer .column p:hover,
      footer .column a.link__button:hover {
        text-decoration: none; }
    @media (max-width: 1023px) {
      footer .column a.link__button {
        margin-bottom: 17px;
        margin-bottom: 1.7rem; } }
  footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #ffffff; }
  footer li:not(:first-of-type) {
    padding-top: 4.25px;
    padding-top: 0.425rem; }
  footer a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-size: 1.6rem; }
    footer a:hover {
      color: #ffffff;
      text-decoration: underline; }
  footer .footer--copyright {
    display: block;
    padding: 0;
    padding-bottom: 8.5px;
    padding-bottom: 0.85rem;
    color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center; }

.banner {
  position: relative; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner .link__button {
    color: #ffffff;
    border-color: #ffffff; }
    .banner .link__button:hover {
      color: #ffffff; }

.banner__img,
.main__img {
  display: block;
  width: 100%;
  max-width: 100%; }

.banner__img {
  min-height: 130px;
  max-height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden; }

.banner__img-filter {
  width: 100%;
  height: 100%;
  background-color: #0C1723;
  filter: alpha(opacity=30);
  opacity: 0.3; }

.heading--banner {
  max-width: 75%;
  margin: 102px 0px 51px 0px;
  margin: 10.2rem 0rem 5.1rem 0rem;
  font-size: 60px;
  font-size: 6rem;
  line-height: 120%;
  color: #ffffff; }
  @media (max-width: 1023px) {
    .heading--banner {
      max-width: 95%;
      margin: 17px 0px 17px 0px;
      margin: 1.7rem 0rem 1.7rem 0rem;
      font-size: 34px;
      font-size: 3.4rem; } }
  @media (max-width: 720px) {
    .heading--banner {
      font-size: 30px;
      font-size: 3rem;
      margin: 8.5px 0px 8.5px 0px;
      margin: 0.85rem 0rem 0.85rem 0rem; } }

.banner--home .banner__img {
  min-height: 300px;
  max-height: 520px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .banner--home .banner__img {
      min-height: 600px;
      max-height: 600px; } }
@media (min-width: 1024px) {
  .banner--home .heading--banner {
    font-size: 42px;
    font-size: 4.2rem; } }

.breadcrumb {
  padding: 8.5px 0px;
  padding: 0.85rem 0rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "open-sans-semi-bold", sans-serif;
  color: #ffffff; }
  .breadcrumb li {
    display: inline-block; }
  .breadcrumb a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "open-sans-semi-bold", sans-serif;
    text-decoration: underline; }
    .breadcrumb a:hover {
      color: #ffffff; }
  .breadcrumb.breadcrumb--no-banner {
    color: #545C65; }
    .breadcrumb.breadcrumb--no-banner span {
      color: #545C65; }
    .breadcrumb.breadcrumb--no-banner a {
      color: #545C65; }
      .breadcrumb.breadcrumb--no-banner a:hover {
        color: #545C65; }

.row--section-links,
.row--people {
  background-color: #F3F3F4; }

.row--section-links--alt-bg, .row--media-links {
  background-color: #ffffff; }

.row--media-links .column {
  width: 48%;
  text-decoration: none;
  text-align: center; }
  .row--media-links .column article {
    position: relative; }
  .row--media-links .column h1 {
    top: 102px;
    top: 10.2rem;
    color: #ffffff; }
    @media (max-width: 1023px) {
      .row--media-links .column h1 {
        top: 68px;
        top: 6.8rem; } }
  .row--media-links .column:first-of-type {
    margin-right: 4%; }
  .row--media-links .column img {
    max-width: 100%; }
  .row--media-links .column .link__button {
    top: 204px;
    top: 20.4rem; }
    .row--media-links .column .link__button span {
      color: #ffffff;
      border-color: #ffffff;
      background-color: transparent;
      padding: 6px 34px;
      padding: 0.6rem 3.4rem;
      margin-top: 17px;
      margin-top: 1.7rem;
      border: 2px solid #ffffff;
      -moz-border-radius: 34px;
      -moz-border-radius: 3.4rem;
      -webkit-border-radius: 34px;
      -webkit-border-radius: 3.4rem;
      border-radius: 34px;
      border-radius: 3.4rem;
      -khtml-border-radius: 34px;
      -khtml-border-radius: 3.4rem;
      font-family: "open-sans-semi-bold", sans-serif;
      font-size: 15px;
      font-size: 1.5rem;
      text-decoration: none;
      text-transform: uppercase;
      cursor: pointer; }
    @media (max-width: 1023px) {
      .row--media-links .column .link__button {
        top: 136px;
        top: 13.6rem; } }
  @media (max-width: 1023px) {
    .row--media-links .column {
      width: 100%;
      float: none; } }

.row--people article {
  position: relative; }
  .row--people article:before, .row--people article:after {
    content: " ";
    display: table; }
  .row--people article:after {
    clear: both; }
  .row--people article:not(:first-of-type) {
    margin-top: 51px;
    margin-top: 5.1rem; }
  .row--people article > img {
    float: left;
    padding-right: 17px;
    padding-right: 1.7rem; }
    @media (max-width: 1023px) {
      .row--people article > img {
        float: none; } }
.row--people h2 {
  margin-bottom: 0;
  margin-top: 0;
  max-width: 90%; }
  @media (max-width: 1023px) {
    .row--people h2 {
      margin-top: 17px;
      margin-top: 1.7rem;
      margin-bottom: 8.5px;
      margin-bottom: 0.85rem; } }
@media (max-width: 1023px) {
  .row--people a img.overlay {
    padding-top: 8.5px;
    padding-top: 0.85rem;
    position: relative; } }
.row--people .ac {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0; }
  @media (max-width: 1023px) {
    .row--people .ac {
      width: 100%;
      padding-top: 8.5px;
      padding-top: 0.85rem; } }

.rc--section-links--horizontal,
.rc--section-links--vertical {
  position: relative; }
  .rc--section-links--horizontal article,
  .rc--section-links--vertical article {
    position: relative; }
  .rc--section-links--horizontal > a,
  .rc--section-links--vertical > a {
    display: block;
    text-decoration: none;
    color: inherit; }
    .rc--section-links--horizontal > a time,
    .rc--section-links--vertical > a time {
      display: block;
      margin-top: 8.5px;
      margin-top: 0.85rem; }
    .rc--section-links--horizontal > a h2,
    .rc--section-links--vertical > a h2 {
      margin-bottom: 8.5px;
      margin-bottom: 0.85rem; }
    .rc--section-links--horizontal > a p,
    .rc--section-links--vertical > a p {
      margin-top: 8.5px;
      margin-top: 0.85rem; }
  .rc--section-links--horizontal .more,
  .rc--section-links--vertical .more {
    font-size: 17px;
    font-size: 1.7rem;
    text-decoration: underline;
    text-transform: uppercase;
    color: #0C955E;
    padding-top: 17px;
    padding-top: 1.7rem; }
    @media (min-width: 1024px) {
      .rc--section-links--horizontal .more,
      .rc--section-links--vertical .more {
        display: block;
        position: absolute;
        top: 0;
        right: 0; } }

.rc--section-links--horizontal .ac {
  padding: 0;
  margin-top: 8.5px;
  margin-top: 0.85rem; }
.rc--section-links--horizontal > a, .rc--section-links--horizontal > article {
  float: left;
  width: 32%;
  margin-right: 2%; }
  .rc--section-links--horizontal > a:nth-of-type(3n), .rc--section-links--horizontal > article:nth-of-type(3n) {
    margin-right: 0; }
  .rc--section-links--horizontal > a img, .rc--section-links--horizontal > article img {
    max-width: 100%; }
  @media (max-width: 1023px) {
    .rc--section-links--horizontal > a, .rc--section-links--horizontal > article {
      float: none;
      width: 100%; }
      .rc--section-links--horizontal > a:not(:first-of-type), .rc--section-links--horizontal > article:not(:first-of-type) {
        margin-top: 34px;
        margin-top: 3.4rem; } }
.rc--section-links--horizontal .more {
  padding-top: 0; }
  @media (min-width: 1024px) {
    .rc--section-links--horizontal .more {
      padding: 34px 0px 0px 0px;
      padding: 3.4rem 0rem 0rem 0rem; } }

.rc--section-links--horizontal--ib {
  padding-bottom: 17px;
  padding-bottom: 1.7rem; }
  .rc--section-links--horizontal--ib article {
    margin-bottom: 34px;
    margin-bottom: 3.4rem; }
  .rc--section-links--horizontal--ib a, .rc--section-links--horizontal--ib span {
    display: block; }
  .rc--section-links--horizontal--ib span {
    min-height: 51px;
    min-height: 5.1rem; }
  .rc--section-links--horizontal--ib a {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: "open-sans-bold", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #0C955E;
    text-decoration: underline; }
  .rc--section-links--horizontal--ib ul, .rc--section-links--horizontal--ib h2 {
    margin-left: 1%;
    margin-right: 1%; }
  .rc--section-links--horizontal--ib ul {
    list-style-type: none;
    width: 98%;
    margin-bottom: 17px;
    margin-bottom: 1.7rem; }
    .rc--section-links--horizontal--ib ul:before, .rc--section-links--horizontal--ib ul:after {
      content: " ";
      display: table; }
    .rc--section-links--horizontal--ib ul:after {
      clear: both; }
  .rc--section-links--horizontal--ib li {
    display: block;
    float: left;
    width: 33%;
    margin-bottom: 17px;
    margin-bottom: 1.7rem; }
  .rc--section-links--horizontal--ib label {
    margin-left: 17px;
    margin-left: 1.7rem; }
  .rc--section-links--horizontal--ib article {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%; }
  .rc--section-links--horizontal--ib > article:nth-of-type(3n) {
    margin-right: 1%; }
  @media (max-width: 1023px) {
    .rc--section-links--horizontal--ib article {
      float: left;
      width: 48%; }
      .rc--section-links--horizontal--ib article:not(:first-of-type) {
        margin-top: 0; }
      .rc--section-links--horizontal--ib article a {
        left: 0; }
    .rc--section-links--horizontal--ib li {
      width: 50%; } }
  @media (max-width: 720px) {
    .rc--section-links--horizontal--ib article {
      float: none;
      width: 100%; }
      .rc--section-links--horizontal--ib article a {
        left: 0; }
    .rc--section-links--horizontal--ib li {
      width: 100%;
      float: none; } }

.rc--section-links--vertical {
  padding: 34px 51px 51px 51px;
  padding: 3.4rem 5.1rem 5.1rem 5.1rem; }
  .rc--section-links--vertical h1 {
    margin-bottom: 0; }
  .rc--section-links--vertical h2 {
    margin-top: 0; }
  .rc--section-links--vertical a {
    border-bottom: 1px dotted #CED0D3;
    margin-top: 34px;
    margin-top: 3.4rem;
    padding-bottom: 17px;
    padding-bottom: 1.7rem; }
    .rc--section-links--vertical a:before, .rc--section-links--vertical a:after {
      content: " ";
      display: table; }
    .rc--section-links--vertical a:after {
      clear: both; }
  .rc--section-links--vertical .link__button p {
    float: right;
    margin-top: 17px;
    margin-top: 1.7rem; }
  @media (max-width: 1023px) {
    .rc--section-links--vertical {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1024px) {
    .rc--section-links--vertical .more {
      padding: 34px 51px 0px 0px;
      padding: 3.4rem 5.1rem 0rem 0rem; } }

.rc--section-links--vertical--img img {
  float: left;
  padding-right: 17px;
  padding-right: 1.7rem; }
  @media (max-width: 1023px) {
    .rc--section-links--vertical--img img {
      float: none; } }
@media (max-width: 1023px) {
  .rc--section-links--vertical--img h2 {
    margin-top: 17px;
    margin-top: 1.7rem; } }
.rc--section-links--vertical--img a {
  border-bottom: none;
  padding-bottom: 0; }
.rc--section-links--vertical--img .link__button p {
  float: left; }

.row--foi {
  background-color: #F3F3F4; }

.rc--section-links--vertical--foi {
  padding: 34px 102px 51px 102px;
  padding: 3.4rem 10.2rem 5.1rem 10.2rem; }
  .rc--section-links--vertical--foi:not(:first-of-type) {
    padding-top: 0; }
  .rc--section-links--vertical--foi ul {
    list-style-type: none;
    margin-left: 0;
    margin-top: 0; }
  .rc--section-links--vertical--foi .row--foi__categories {
    position: absolute;
    top: 0;
    right: 0; }
    .rc--section-links--vertical--foi .row--foi__categories li {
      float: right;
      padding: 4.25px 8.5px;
      padding: 0.425rem 0.85rem;
      font-size: 14px;
      font-size: 1.4rem;
      text-transform: uppercase;
      font-family: "open-sans-bold", sans-serif;
      color: #ffffff;
      background-color: #003C72; }
      .rc--section-links--vertical--foi .row--foi__categories li.rural {
        background-color: #CD9F26; }
      .rc--section-links--vertical--foi .row--foi__categories li.coastal {
        background-color: #30A1DC; }
      .rc--section-links--vertical--foi .row--foi__categories li.marine {
        background-color: #398B78; }
      .rc--section-links--vertical--foi .row--foi__categories li.general {
        background-color: #003C72; }
  .rc--section-links--vertical--foi > ul {
    padding-bottom: 34px;
    padding-bottom: 3.4rem; }
    .rc--section-links--vertical--foi > ul > li {
      position: relative;
      padding: 34px 17px 17px 17px;
      padding: 3.4rem 1.7rem 1.7rem 1.7rem;
      margin-bottom: 17px;
      margin-bottom: 1.7rem;
      background-color: #ffffff; }
      .rc--section-links--vertical--foi > ul > li a {
        padding-left: 0;
        background: none;
        border: none;
        margin-top: 0;
        padding-bottom: 0;
        text-decoration: none;
        color: inherit; }
        .rc--section-links--vertical--foi > ul > li a:hover {
          color: inherit; }
        .rc--section-links--vertical--foi > ul > li a img {
          width: 100px;
          display: block;
          float: left; }
          @media (max-width: 1023px) {
            .rc--section-links--vertical--foi > ul > li a img {
              width: 100px; } }
      .rc--section-links--vertical--foi > ul > li:not(:first-of-type) {
        margin-top: 0; }
      @media (max-width: 1023px) {
        .rc--section-links--vertical--foi > ul > li {
          padding-top: 51px;
          padding-top: 5.1rem; } }
    @media (max-width: 1023px) {
      .rc--section-links--vertical--foi > ul {
        padding-left: 0;
        padding-right: 0; } }
  @media (max-width: 1023px) {
    .rc--section-links--vertical--foi {
      padding-left: 0;
      padding-right: 0; } }

.rc--section-links--vertical--maps {
  padding: 34px 102px 51px 102px;
  padding: 3.4rem 10.2rem 5.1rem 10.2rem; }
  .rc--section-links--vertical--maps:not(:first-of-type) {
    padding-top: 0; }
  .rc--section-links--vertical--maps h2 {
    margin-top: 34px;
    margin-top: 3.4rem; }
  .rc--section-links--vertical--maps h1, .rc--section-links--vertical--maps h2 {
    max-width: 50%; }
  .rc--section-links--vertical--maps .ci-repository {
    margin-top: 34px;
    margin-top: 3.4rem;
    padding: 17px;
    padding: 1.7rem;
    border: 1px solid #979797;
    margin-top: 34px;
    margin-top: 3.4rem;
    position: relative;
    padding: 0;
    border: none; }
    .rc--section-links--vertical--maps .ci-repository:before, .rc--section-links--vertical--maps .ci-repository:after {
      content: " ";
      display: table; }
    .rc--section-links--vertical--maps .ci-repository:after {
      clear: both; }
    .rc--section-links--vertical--maps .ci-repository h2 {
      margin-top: 0; }
    .rc--section-links--vertical--maps .ci-repository ul {
      list-style-type: none;
      margin-left: 0;
      padding-top: 0; }
    .rc--section-links--vertical--maps .ci-repository li a {
      display: block;
      min-height: 80px;
      background: transparent url("/public/20190912220600oe_/https://www.crownestatescotland.com/bundles/app/img/ui/download.svg") top left/54px 75px no-repeat;
      padding-left: 85px;
      padding-left: 8.5rem;
      text-decoration: none;
      font-family: "open-sans-bold", sans-serif; }
    .rc--section-links--vertical--maps .ci-repository li:not(:first-of-type) {
      margin-top: 17px;
      margin-top: 1.7rem; }
    .rc--section-links--vertical--maps .ci-repository__filesize {
      display: block;
      font-family: "open-sans-bold", sans-serif;
      font-size: 14px;
      font-size: 1.4rem;
      text-transform: uppercase;
      color: #91969C;
      margin-top: 17px;
      margin-top: 1.7rem;
      line-height: 140%; }
      @media (max-width: 1023px) {
        .rc--section-links--vertical--maps .ci-repository__filesize {
          margin-top: 0; } }
    .rc--section-links--vertical--maps .ci-repository__caption {
      display: block;
      margin-top: 8.5px;
      margin-top: 0.85rem;
      font-family: "open-sans-light", sans-serif;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 140%;
      font-weight: normal;
      color: #0C1723; }
      @media (max-width: 1023px) {
        .rc--section-links--vertical--maps .ci-repository__caption {
          margin-top: 0; } }
    .rc--section-links--vertical--maps .ci-repository > a {
      display: block;
      position: absolute;
      margin-top: -59.5px;
      margin-top: -5.95rem;
      right: 0;
      border-bottom: none;
      color: #006EB6;
      z-index: 100; }
      .rc--section-links--vertical--maps .ci-repository > a span {
        margin-left: 8.5px;
        margin-left: 0.85rem; }
    .rc--section-links--vertical--maps .ci-repository ul {
      margin-top: 0;
      border-bottom: 1px dashed #979797;
      padding-bottom: 34px;
      padding-bottom: 3.4rem; }
    .rc--section-links--vertical--maps .ci-repository li {
      position: relative;
      padding: 17px;
      padding: 1.7rem;
      margin-bottom: 17px;
      margin-bottom: 1.7rem;
      background-color: #ffffff; }
      .rc--section-links--vertical--maps .ci-repository li a {
        padding-left: 0;
        background: none;
        border: none;
        margin-top: 0;
        padding-bottom: 0; }
        .rc--section-links--vertical--maps .ci-repository li a img {
          width: 100px;
          display: block;
          float: left; }
          @media (max-width: 1023px) {
            .rc--section-links--vertical--maps .ci-repository li a img {
              width: 100px; } }
      .rc--section-links--vertical--maps .ci-repository li:not(:first-of-type) {
        margin-top: 0; }
    .rc--section-links--vertical--maps .ci-repository div {
      width: 100%;
      padding-left: 134px;
      padding-left: 13.4rem; }
    .rc--section-links--vertical--maps .ci-repository time {
      text-transform: none; }
    .rc--section-links--vertical--maps .ci-repository .ac__rm {
      position: absolute;
      right: 17px;
      right: 1.7rem;
      bottom: 17px;
      bottom: 1.7rem; }
      @media (max-width: 1023px) {
        .rc--section-links--vertical--maps .ci-repository .ac__rm {
          position: relative;
          padding-left: 151px;
          padding-top: 17px;
          padding-top: 1.7rem; } }
  @media (max-width: 1023px) {
    .rc--section-links--vertical--maps {
      padding-left: 0;
      padding-right: 0; }
      .rc--section-links--vertical--maps .ci-repository__filesize,
      .rc--section-links--vertical--maps .ci-repository__caption {
        margin-top: 8.5px;
        margin-top: 0.85rem; } }

.row--section-links--notices .rc, .row--section-links--notices .nav-container {
  padding: 34px 102px 51px 102px;
  padding: 3.4rem 10.2rem 5.1rem 10.2rem; }
  @media (max-width: 1023px) {
    .row--section-links--notices .rc, .row--section-links--notices .nav-container {
      padding: 34px 0px 51px 0px;
      padding: 3.4rem 0rem 5.1rem 0rem; } }
.row--section-links--notices .ac {
  padding: 0; }
  .row--section-links--notices .ac:not(:first-of-type) {
    padding-top: 34px;
    padding-top: 3.4rem; }
  .row--section-links--notices .ac h2 {
    margin-top: 17px;
    margin-top: 1.7rem; }

.row--section-links--sitemap ul {
  list-style-type: none; }
  .row--section-links--sitemap ul li {
    margin-top: 17px;
    margin-top: 1.7rem; }
.row--section-links--sitemap .rc, .row--section-links--sitemap .nav-container {
  padding-top: 0; }

.column--twitter {
  display: block;
  float: left;
  width: 32%; }
  .column--twitter > a:first-child {
    display: block;
    text-decoration: none; }
  .column--twitter h2 {
    display: inline-block;
    margin: 0; }
  .column--twitter p {
    border-bottom: 1px dotted #CED0D3;
    padding-bottom: 17px;
    padding-bottom: 1.7rem; }
  @media (max-width: 1023px) {
    .column--twitter {
      width: 100%;
      margin-top: 34px;
      margin-top: 3.4rem; } }

.embed-container {
  position: relative;
  height: 400px;
  max-width: 100%; }
  .embed-container .rc, .embed-container .nav-container {
    position: relative; }
    .embed-container .rc div, .embed-container .nav-container div {
      position: absolute;
      z-index: 100;
      width: auto;
      top: 0;
      right: 0;
      background-color: #F3F3F4; }
      .embed-container .rc div a, .embed-container .nav-container div a {
        display: block;
        padding: 8.5px 17px;
        padding: 0.85rem 1.7rem;
        font-family: "open-sans-bold", sans-serif;
        font-size: 15px;
        font-size: 1.5rem;
        text-transform: uppercase;
        color: #0C955E; }

.rc__map {
  padding-top: 0;
  max-width: none; }

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

small {
  position: absolute;
  z-index: 40;
  bottom: 0;
  margin-bottom: -15px; }

.row--section-links--asset {
  background-color: #ffffff; }
  .row--section-links--asset .rc, .row--section-links--asset .nav-container {
    padding: 0px 102px 51px 102px;
    padding: 0rem 10.2rem 5.1rem 10.2rem; }
    @media (max-width: 1023px) {
      .row--section-links--asset .rc, .row--section-links--asset .nav-container {
        padding-left: 0;
        padding-right: 0; } }
  .row--section-links--asset .rc--section-links--vertical--maps .ci-repository ul {
    border-bottom: none;
    padding-bottom: 0; }

.jumplinks {
  list-style-type: none;
  margin: 0;
  border-bottom: 1px dashed #979797;
  padding-bottom: 51px;
  padding-bottom: 5.1rem; }
  .jumplinks:before, .jumplinks:after {
    content: " ";
    display: table; }
  .jumplinks:after {
    clear: both; }
  .jumplinks a {
    font-family: "open-sans-bold", sans-serif;
    color: #0C955E;
    text-decoration: none;
    font-size: 15px;
    font-size: 1.5rem; }
  .jumplinks li {
    list-style-type: none; }
    .jumplinks li ul {
      margin: 0; }
      .jumplinks li ul li {
        padding-top: 8.5px;
        padding-top: 0.85rem; }
  .jumplinks > li:not(:first-of-type) {
    margin-top: 34px;
    margin-top: 3.4rem; }
  .jumplinks > li > a {
    color: #0C955E; }
    .jumplinks > li > a span {
      margin-left: 8.5px;
      margin-left: 0.85rem; }
  @media (max-width: 1023px) {
    .jumplinks > li li {
      margin-left: 34px;
      margin-left: 3.4rem; } }
  @media (min-width: 1024px) {
    .jumplinks > li {
      display: block;
      width: 25%;
      float: left;
      padding-right: 5%;
      margin-top: 0; }
      .jumplinks > li:not(:first-of-type) {
        margin-top: 0; } }

.row--maps-data-publications {
  background-color: #F3F3F4; }

.row--filter {
  background-color: #D8D8D8; }

.column--filter:not(:first-of-type) {
  margin-left: 51px;
  margin-left: 5.1rem; }
  @media (max-width: 1023px) {
    .column--filter:not(:first-of-type) {
      margin-left: 0;
      margin-top: 34px;
      margin-top: 3.4rem; } }
.column--filter ul {
  list-style: none;
  margin-left: 0; }
  @media (max-width: 1023px) {
    .column--filter ul {
      margin-top: 8.5px;
      margin-top: 0.85rem; } }
.column--filter li {
  display: inline-block; }
  .column--filter li a {
    display: inline-block;
    padding: 8.5px 17px;
    padding: 0.85rem 1.7rem;
    font-family: "open-sans-bold", sans-serif;
    text-decoration: none;
    background-color: #ffffff;
    color: #545C65;
    border-left: none; }
    .column--filter li a:hover, .column--filter li a.current {
      background-color: #006EB6;
      color: #ffffff; }
    .column--filter li a.selector--cats:hover, .column--filter li a.selector--cats.current {
      background-color: #0C955E; }
  @media (max-width: 1023px) {
    .column--filter li {
      margin-top: 8.5px;
      margin-top: 0.85rem; } }

.column--maps {
  width: 64%;
  margin-right: 4%; }
  .column--maps .rc--section-links--vertical--maps {
    padding: 0; }
    .column--maps .rc--section-links--vertical--maps .ci-repository {
      margin-top: 0; }
      .column--maps .rc--section-links--vertical--maps .ci-repository ul {
        border-bottom: 0;
        padding-bottom: 0; }
        .column--maps .rc--section-links--vertical--maps .ci-repository ul li {
          border: 1px solid #979797; }
          .column--maps .rc--section-links--vertical--maps .ci-repository ul li:last-of-type {
            margin-bottom: 0; }
    @media (max-width: 1023px) {
      .column--maps .rc--section-links--vertical--maps {
        margin: 0;
        width: 100%; } }
  @media (max-width: 1023px) {
    .column--maps {
      width: 100%; } }

.row--form input, .row--form label {
  display: inline-block; }
.row--form label {
  width: 20%; }
.row--form label.required::after,
.row--form p:first-of-type::before {
  content: " * ";
  color: #0C955E; }
.row--form input[type="text"],
.row--form input[type="email"] {
  width: 80%;
  padding: 5px;
  font-family: "open-sans-light", sans-serif; }
.row--form button {
  color: #006EB6;
  border-color: #006EB6;
  float: right; }
.row--form input[type="checkbox"] {
  display: block;
  float: right;
  text-align: right; }
  .row--form input[type="checkbox"] + label {
    float: left;
    width: auto; }
.row--form form div:not(:last-of-type) {
  margin-bottom: 17px;
  margin-bottom: 1.7rem; }
.row--form form > div:last-of-type > label {
  margin-top: 17px;
  margin-top: 1.7rem;
  margin-bottom: 17px;
  margin-bottom: 1.7rem;
  font-family: "open-sans-bold", sans-serif;
  width: 100%; }
.row--form form .choice {
  border-bottom: 1px solid #CED0D3;
  padding-bottom: 17px;
  padding-bottom: 1.7rem; }
  .row--form form .choice:before, .row--form form .choice:after {
    content: " ";
    display: table; }
  .row--form form .choice:after {
    clear: both; }
  .row--form form .choice:last-of-type {
    margin-bottom: 17px;
    margin-bottom: 1.7rem; }
@media (max-width: 1023px) {
  .row--form input[type="text"],
  .row--form input[type="email"] {
    width: 100%; }
  .row--form label, .row--form input, .row--form input[type="checkbox"] {
    width: auto;
    display: block;
    float: none; }
    .row--form label + label, .row--form input + label, .row--form input[type="checkbox"] + label {
      float: none; }
  .row--form input[type="checkbox"] {
    margin-bottom: 17px;
    margin-bottom: 1.7rem; } }
.row--form ul {
  margin: 0;
  margin-top: 8.5px;
  margin-top: 0.85rem;
  list-style-type: none;
  text-align: right;
  color: #BD3B4B; }

.row--flash {
  margin-bottom: 0;
  background-color: #F3F3F4; }
  .row--flash h1 {
    margin-bottom: 0; }

.row--form--apply .flash-success {
  margin-bottom: 8.5px;
  margin-bottom: 0.85rem; }
.row--form--apply .error {
  margin-top: 17px;
  margin-top: 1.7rem;
  margin-bottom: 17px;
  margin-bottom: 1.7rem;
  color: #BD3B4B; }
.row--form--apply p:first-of-type::before {
  content: ""; }
.row--form--apply ol, .row--form--apply li {
  margin: 0;
  padding: 0;
  margin-top: 17px;
  margin-top: 1.7rem; }
.row--form--apply ol {
  counter-reset: foo;
  display: table; }
  .row--form--apply ol li {
    counter-increment: foo;
    display: table-row; }
  .row--form--apply ol > li::before {
    content: counter(foo) ".";
    display: table-cell;
    text-align: right;
    padding-right: 17px;
    padding-right: 1.7rem; }
  .row--form--apply ol li .required {
    color: #0C955E; }
.row--form--apply form:before, .row--form--apply form:after {
  content: " ";
  display: table; }
.row--form--apply form:after {
  clear: both; }
.row--form--apply form input[type="password"],
.row--form--apply form input[type="tel"] {
  width: 80%;
  padding: 5px;
  font-family: "open-sans-light", sans-serif; }
  @media (max-width: 1023px) {
    .row--form--apply form input[type="password"],
    .row--form--apply form input[type="tel"] {
      width: 100%; } }
.row--form--apply--application form p {
  margin-bottom: 17px;
  margin-bottom: 1.7rem; }
.row--form--apply--application form label, .row--form--apply--application form input, .row--form--apply--application form input[type="text"], .row--form--apply--application form input[type="email"], .row--form--apply--application form input[type="tel"], .row--form--apply--application form textarea, .row--form--apply--application form select {
  font-family: "open-sans-light", sans-serif; }
.row--form--apply--application form label, .row--form--apply--application form input, .row--form--apply--application form input[type="text"], .row--form--apply--application form input[type="email"], .row--form--apply--application form input[type="tel"], .row--form--apply--application form textarea {
  width: 100%;
  display: block;
  line-height: 120%; }
.row--form--apply--application form label {
  margin-bottom: 8.5px;
  margin-bottom: 0.85rem; }
.row--form--apply--application form .required label::after {
  content: " * ";
  color: #0C955E; }
.row--form--apply--application form .form-row {
  background-color: #F3F3F4;
  padding: 17px;
  padding: 1.7rem; }
  .row--form--apply--application form .form-row--save {
    background-color: transparent;
    padding: 0; }
    .row--form--apply--application form .form-row--save:before, .row--form--apply--application form .form-row--save:after {
      content: " ";
      display: table; }
    .row--form--apply--application form .form-row--save:after {
      clear: both; }
    .row--form--apply--application form .form-row--save div {
      background-color: transparent;
      padding: 0; }
  .row--form--apply--application form .form-row .fa {
    margin-right: 17px;
    margin-right: 1.7rem; }
  .row--form--apply--application form .form-row--errors {
    background-color: #F7DACF;
    padding: 17px;
    padding: 1.7rem;
    color: #BD3B4B; }
    .row--form--apply--application form .form-row--errors label, .row--form--apply--application form .form-row--errors h3, .row--form--apply--application form .form-row--errors h5, .row--form--apply--application form .form-row--errors .rc--section-links--horizontal .more, .rc--section-links--horizontal .row--form--apply--application form .form-row--errors .more,
    .row--form--apply--application form .form-row--errors .rc--section-links--vertical .more,
    .rc--section-links--vertical .row--form--apply--application form .form-row--errors .more, .row--form--apply--application form .form-row--errors .rc--section-links--vertical--maps .ci-repository > a, .rc--section-links--vertical--maps .row--form--apply--application form .form-row--errors .ci-repository > a, .row--form--apply--application form .form-row--errors .jumplinks > li > a {
      color: #BD3B4B; }
    .row--form--apply--application form .form-row--errors h3, .row--form--apply--application form .form-row--errors h5, .row--form--apply--application form .form-row--errors .rc--section-links--horizontal .more, .rc--section-links--horizontal .row--form--apply--application form .form-row--errors .more,
    .row--form--apply--application form .form-row--errors .rc--section-links--vertical .more,
    .rc--section-links--vertical .row--form--apply--application form .form-row--errors .more, .row--form--apply--application form .form-row--errors .rc--section-links--vertical--maps .ci-repository > a, .rc--section-links--vertical--maps .row--form--apply--application form .form-row--errors .ci-repository > a, .row--form--apply--application form .form-row--errors .jumplinks > li > a {
      margin-top: 0; }
    .row--form--apply--application form .form-row--errors p {
      margin-bottom: 0; }
    .row--form--apply--application form .form-row--errors--head {
      margin-top: 34px;
      margin-top: 3.4rem; }
  .row--form--apply--application form .form-row .choice {
    border-bottom: none;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 17px;
    margin-top: 1.7rem; }
    .row--form--apply--application form .form-row .choice input[type="radio"] {
      width: auto;
      position: absolute;
      top: 0;
      left: 0; }
    .row--form--apply--application form .form-row .choice label {
      width: auto;
      display: block;
      margin-left: 34px;
      margin-left: 3.4rem;
      margin-bottom: 0; }
      .row--form--apply--application form .form-row .choice label::after {
        content: ""; }
.row--form--apply .fos-user-login-reg {
  background-color: #F3F3F4;
  padding: 34px;
  padding: 3.4rem; }
  .row--form--apply .fos-user-login-reg h1 {
    margin-top: 0; }
  .row--form--apply .fos-user-login-reg:last-of-type {
    margin-top: 34px;
    margin-top: 3.4rem; }
.row--form--apply .link__button {
  float: right;
  margin-top: 34px;
  margin-top: 3.4rem;
  margin-bottom: 34px;
  margin-bottom: 3.4rem; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/public/20190912220600oe_/https://www.crownestatescotland.com/bundles/simpl/js/libraries/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/public/20190912220600oe_/https://www.crownestatescotland.com/bundles/simpl/js/libraries/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/public/20190912220600oe_/https://www.crownestatescotland.com/bundles/simpl/js/libraries/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/public/20190912220600oe_/https://www.crownestatescotland.com/bundles/simpl/js/libraries/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/public/20190912220600oe_/https://www.crownestatescotland.com/bundles/simpl/js/libraries/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("/public/20190912220600oe_/https://www.crownestatescotland.com/bundles/simpl/js/libraries/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
