/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face{font-family:Arla-Strong-regular;src:url("assets/fonts/ARLASTRONG-Regular.ttf")}@font-face{font-family:Arla-Strong-mono;src:url("assets/fonts/ARLASTRONG-Mono.ttf")}@font-face{font-family:Arla-Interface-regualar;src:url("assets/fonts/ArlaIF_Rg.ttf")}@font-face{font-family:Ave-Fedan;src:url("assets/fonts/AveFedan.ttf")}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}.arla-milk{font-size:1.6rem;background-color:#fff;color:#000;font-family:"Arla-Interface-regualar",sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:500}.arla-milk ::-moz-selection,.arla-milk ::selection{color:#fff;background:#dc031d;text-shadow:none}.arla-milk img{display:block;max-width:100%;height:auto}.arla-milk h1{text-transform:uppercase;font-size:5.8rem;line-height:8.8rem;margin:0;padding:4rem 5rem;font-family:"Arla-Strong-regular",sans-serif;font-family:Arla-Strong-regular;font-weight:normal}.arla-milk h2{font-size:2.4rem;line-height:3.2rem;font-family:"Arla-Interface-regualar",sans-serif;font-weight:bold;padding:0;margin:0 0 1.4rem;text-transform:none}@media screen and (min-width: 1025px){.arla-milk h2{font-size:5rem;line-height:5.5rem;margin:0 0 2.3rem}}.arla-milk h3{color:#fff;font-family:"Arla-Interface-regualar",sans-serif;font-weight:bold;margin:0 0 1.8rem;padding:0;font-size:2.5rem;line-height:3.8rem;text-transform:none}@media screen and (min-width: 1025px){.arla-milk h3{margin:0 0 2.9rem}}.arla-milk h4{font-size:2rem;line-height:2.8rem}@media screen and (min-width: 1025px){.arla-milk h4{font-size:2.5rem;line-height:3.8rem}}.arla-milk p{font-size:2rem;line-height:3rem}@media screen and (min-width: 1025px){.arla-milk p{font-size:2.5rem;line-height:3.8rem}}.arla-milk ul{margin:0 0 2.5rem}@media screen and (min-width: 1025px){.arla-milk ul{margin:0 0 3.3rem}}.arla-milk ul li{font-size:2rem;line-height:3rem}@media screen and (min-width: 1025px){.arla-milk ul li{font-size:2.5rem;line-height:3.8rem}}.arla-milk .btn{font-family:"Arla-Strong-regular",sans-serif}.arla-milk .visually-hidden{position:absolute !important;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);padding:0 !important;border:0 !important;height:1px !important;width:1px !important;overflow:hidden}.site-header{height:60px;background:#fff}.arla-milk-main{width:100%;display:flex;flex-wrap:wrap}@media screen and (min-width: 1025px){.local-site{padding-top:60px}.local-site .site-header{position:fixed;top:0;left:0;width:100%;z-index:999}}.arla-milk-banner{background:#63b32e url("./assets/images/banner-bg-mob-opt.png") repeat-x bottom center;padding:46px 30px 108px;text-align:center}@media screen and (min-width: 1025px){.arla-milk-banner{background:#63b32e url("./assets/images/banner-bg-opt.png") repeat-x bottom center;padding:65px 30px 140px}}.arla-milk-banner img{display:inline-block;margin-bottom:2rem}@media screen and (min-width: 1025px){.arla-milk-banner img{margin-bottom:7rem}}.arla-milk-banner p{max-width:1550px;font-size:20px;color:#fff;line-height:30px;display:block;margin:0 auto}@media screen and (min-width: 1025px){.arla-milk-banner p{line-height:50px;font-size:35px}}.arla-milk-main__content{width:100%;background:#2a9545;order:2}@media screen and (min-width: 1025px){.arla-milk-main__content{width:50%;order:1}}.arla-milk-main__content h1,.arla-milk-main__content h2{color:#fff}.arla-milk-main__content h1{display:none}@media screen and (min-width: 1025px){.arla-milk-main__content h1{display:block}}.arla-milk-main__content h3{color:#d9ffb1}.arla-milk-main__content-wrapper{position:fixed;top:6rem;left:0;width:100%;height:calc(100% - 6rem);overflow:auto;display:none;z-index:10}.arla-milk-main__content-wrapper.arla-milk-main__content-wrapper--active{display:block}@media screen and (min-width: 1025px){.arla-milk-main__content-wrapper{position:static;height:auto;display:block}}.arla-milk-main__person-image{display:block;position:relative;left:-3.5rem;width:calc(100% + 7rem);padding-bottom:0.5rem;background:#78be21;margin-bottom:3.3rem}.arla-milk-main__person-image img{width:100%}@media screen and (min-width: 1025px){.arla-milk-main__person-image{display:none}}.arla-milk-main__person-close{display:block;position:absolute;top:0;right:0;background:#3e3e3e url("./assets/images/close.svg") center center no-repeat;width:6rem;height:6rem;text-indent:-2000em;z-index:11;border:none}@media screen and (min-width: 1025px){.arla-milk-main__person-close{display:none}}.arla-milk-main__person-content{border:0.5rem solid #f0f0f0;border-top:none;background:#2a9545;padding:0 3rem 3.3rem;color:#fff;display:none}@media screen and (min-width: 1025px){.arla-milk-main__person-content{padding:4rem 5.5rem;border:1rem solid #f0f0f0}}.arla-milk-main__person-content--active{display:block}.arla-milk-main__map{background:#e5faff url("./assets/images/sea-opt.png") no-repeat;width:100%;text-align:center;order:1;overflow:hidden;position:relative}@media screen and (min-width: 1025px){.arla-milk-main__map{width:50%;display:block;text-align:left;overflow:visible;order:2}}.arla-milk-main__inner-map{position:relative;display:inline-block;top:auto;width:43rem;margin-left:-5rem}@media (min-width: 450px){.arla-milk-main__inner-map{width:54rem;margin-left:-3rem}}@media screen and (min-width: 576px){.arla-milk-main__inner-map{width:57rem;margin-top:2rem}}@media screen and (min-width: 768px){.arla-milk-main__inner-map{width:75rem;margin-top:5rem}}@media screen and (min-width: 1025px){.arla-milk-main__inner-map{width:50.4rem}}@media (min-width: 1250px){.arla-milk-main__inner-map{width:61.6rem;margin-top:4rem}}@media screen and (min-width: 1478px){.arla-milk-main__inner-map{width:73rem}}@media (min-width: 1800px){.arla-milk-main__inner-map{width:89rem}}.arla-milk-main__inner-map area:focus{outline:none}.arla-milk-main__inner-map--scrolling{position:fixed}.arla-milk-main__inner-map--stopped-scrolling{position:absolute}.arla-milk-main__overlay{display:none;background:#363636;position:absolute;top:0;left:0;border-radius:7px;width:21.5rem}.arla-milk-main__overlay .arla-milk-main__overlay-image{overflow:hidden;border-top-left-radius:7px;border-top-right-radius:7px}.arla-milk-main__overlay img{width:100%}.arla-milk-main__overlay h3{text-align:center;padding:2rem;margin:0;text-transform:uppercase;font-size:1.9rem;line-height:2.4rem;font-family:"Arla-Strong-regular",sans-serif;position:relative}.arla-milk-main__overlay h3:after{content:'';background:url("./assets/images/grey-active-button.svg") no-repeat;background-size:contain;width:3.5rem;height:3rem;display:block;position:absolute;bottom:-2.4rem;left:50%;transform:translateX(-50%)}@media screen and (min-width: 1025px){.arla-milk-main__overlay[data-id='arla-milk-1']{top:19%;left:36.5%}}@media (min-width: 1250px){.arla-milk-main__overlay[data-id='arla-milk-1']{top:27%;left:40.5%}}@media screen and (min-width: 1478px){.arla-milk-main__overlay[data-id='arla-milk-1']{top:33%;left:43%}}@media (min-width: 1800px){.arla-milk-main__overlay[data-id='arla-milk-1']{top:39%;left:45.5%}}@media screen and (min-width: 1025px){.arla-milk-main__overlay[data-id='arla-milk-2']{top:21%;left:32.5%}}@media (min-width: 1250px){.arla-milk-main__overlay[data-id='arla-milk-2']{top:30%;left:36%}}@media screen and (min-width: 1478px){.arla-milk-main__overlay[data-id='arla-milk-2']{top:37%;left:39%}}@media (min-width: 1800px){.arla-milk-main__overlay[data-id='arla-milk-2']{top:43%;left:41.5%}}@media screen and (min-width: 1025px){.arla-milk-main__overlay[data-id='arla-milk-3']{top:-2%;left:22%}}@media (min-width: 1250px){.arla-milk-main__overlay[data-id='arla-milk-3']{top:6%;left:26%}}@media screen and (min-width: 1478px){.arla-milk-main__overlay[data-id='arla-milk-3']{top:12%;left:28.5%}}@media (min-width: 1800px){.arla-milk-main__overlay[data-id='arla-milk-3']{top:18%;left:31%}}@media screen and (min-width: 1025px){.arla-milk-main__overlay[data-id='arla-milk-4']{top:44%;left:14.5%}}@media (min-width: 1250px){.arla-milk-main__overlay[data-id='arla-milk-4']{top:53%;left:18.5%}}@media screen and (min-width: 1478px){.arla-milk-main__overlay[data-id='arla-milk-4']{top:59%;left:21.5%}}@media (min-width: 1800px){.arla-milk-main__overlay[data-id='arla-milk-4']{top:65%;left:24%}}@media screen and (min-width: 1025px){.arla-milk-main__overlay[data-id='arla-milk-5']{top:22%;left:53.5%}}@media (min-width: 1250px){.arla-milk-main__overlay[data-id='arla-milk-5']{top:30%;left:57.5%}}@media screen and (min-width: 1478px){.arla-milk-main__overlay[data-id='arla-milk-5']{top:36%;left:60%}}@media (min-width: 1800px){.arla-milk-main__overlay[data-id='arla-milk-5']{top:42%;left:63%}}@media screen and (min-width: 1025px){.arla-milk-main__overlay--active{display:block}}.image-map{display:none}.image-map--active{display:block}.arla-milk-main__people{display:flex;width:100%}.arla-milk-main__person-btn{width:25%;border:none;height:8rem;background:none;background-size:cover;text-indent:-2000em;cursor:pointer;border-radius:0;outline:none}@media screen and (min-width: 1025px){.arla-milk-main__person-btn{height:20.6rem}}.arla-milk-main__person-btn:focus{border:6px solid #f0f0f0}@media screen and (min-width: 1025px){.arla-milk-main__person-btn:hover{border:6px solid #f0f0f0}}.arla-milk-main__person-btn--active{position:relative}@media screen and (min-width: 1025px){.arla-milk-main__person-btn--active:after{content:'';position:absolute;bottom:-2px;left:50%;transform:translateX(-50%);display:block;width:4.7rem;height:4rem;background:url("./assets/images/active-button.svg") no-repeat;background-size:cover}}.arla-milk-main__person-btn--1{background-image:url("./assets/images/mike-opt.jpg");background-repeat:no-repeat;background-position:center center}.arla-milk-main__person-btn--2{background-image:url("./assets/images/rosie-opt.jpg");background-position:center center;background-repeat:no-repeat}.arla-milk-main__person-btn--3{background-image:url("./assets/images/david-opt.jpg");background-position:center center;background-repeat:no-repeat}.arla-milk-main__person-btn--4{background-image:url("./assets/images/rozenwyn-opt.jpg");background-position:center center;background-repeat:no-repeat}.arla-milk-main__person-btn--5{background-image:url("./assets/images/jonny-opt.jpg");background-position:center center;background-repeat:no-repeat}

