/*
Version: 1.0
Author: Hampton Associates
*/
@font-face {
  font-family: 'Humanist777BT-RomanB';
  src: url('webfonts/2B508B_0_0.eot');
  src: url('webfonts/2B508B_0_0.eot?#iefix') format('embedded-opentype'), url('webfonts/2B508B_0_0.woff') format('woff'), url('webfonts/2B508B_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Humanist777BT-BoldB';
  src: url('webfonts/2B508B_1_0.eot');
  src: url('webfonts/2B508B_1_0.eot?#iefix') format('embedded-opentype'), url('webfonts/2B508B_1_0.woff') format('woff'), url('webfonts/2B508B_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Humanist777BT-BlackB';
  src: url('webfonts/2B508B_2_0.eot');
  src: url('webfonts/2B508B_2_0.eot?#iefix') format('embedded-opentype'), url('webfonts/2B508B_2_0.woff') format('woff'), url('webfonts/2B508B_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'ThirstyRoughRegOne';
  src: url('webfonts/2B508B_3_0.eot');
  src: url('webfonts/2B508B_3_0.eot?#iefix') format('embedded-opentype'), url('webfonts/2B508B_3_0.woff') format('woff'), url('webfonts/2B508B_3_0.ttf') format('truetype');
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
}
html {
  font-size: 62.5%;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
input.button,
input.button-full-orange,
input.button-full {
  -webkit-appearance: none;
  border-radius: 0;
}
img,
figure {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  height: auto;
}
img,
embed,
object,
video {
  max-width: 100%;
}
video {
  display: block;
}
a {
  text-decoration: none;
  outline: none;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari and Chrome */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
/*@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​*/
/* --- CLEARFIX --- */
/* Mixin */
#careers-menu {
  clear: both;
  background: #e9e8e9;
  height: 50px;
  min-height: 50px;
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
}
#careers-menu.dropdown {
  padding-bottom: 50px;
}
#careers-menu li {
  float: left;
  text-align: center;
}
#careers-menu li a {
  float: left;
  height: 50px;
  line-height: 50px;
  line-height: 5rem;
  color: #7d7579;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  display: block;
  width: 100%;
  /*background:url('../media/menu-divide1.gif') left no-repeat;*/
}
#careers-menu li a:hover,
#careers-menu li.selected a {
  color: #271a21;
}
#careers-menu li.mhome {
  width: 13.54166667%;
}
#careers-menu li.mlife {
  width: 32.29166667%;
}
#careers-menu li.mroles {
  width: 22.91666667%;
}
#careers-menu li.mvacancies {
  width: 16.66666667%;
}
#careers-menu li.msocial {
  width: 14.58333333%;
}
#careers-menu li ul {
  position: absolute;
  top: 50px;
  left: 0;
  background: #bebabc;
  width: 100%;
  z-index: 1000;
  display: none;
}
#careers-menu.dropdown li ul {
  display: block;
}
#careers-menu li ul li a {
  color: #fff;
}
#careers-menu li ul li a:hover {
  color: #e9e8e9;
}
#careers-menu li ul li.mengineer {
  width: 28.02083333%;
}
#careers-menu li ul li.mbrand {
  width: 21.97916667%;
}
#careers-menu li ul li.mgraduates {
  width: 18.75%;
}
#careers-menu li ul li.packaging {
  width: 29.16666667%;
}
#careers-menu li span {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 30px;
  height: 12px;
  background-image: url('../media/sprite.png');
  background-position: 30px -4px;
  display: block;
  z-index: 1500;
  display: none;
}
.highres #careers-menu li span {
  background-image: url('../media/sprite@2x.png');
  background-size: 600px 200px;
}
#careers-menu.dropdown li span {
  display: block;
}
#menu-toggle {
  display: none;
}
.carrot-icon {
  display: inline-block;
  position: absolute;
  top: 4px;
  width: 44px;
  height: 44px;
  background: url('../media/sprite@2x.png') no-repeat;
  background-size: 600px 200px;
  background-position: -210px 0px;
}
@media only screen and (min-width: 896px) {
  #nav {
    clear: both;
    font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    border-top: 2px solid #a28752;
    border-bottom: 2px solid #a28752;
  }
  #nav ul {
    position: relative;
  }
  #nav li {
    position: relative;
    display: inline-block;
    width: 26.5625%;
    -webkit-transition: all 0s ease-in;
    -moz-transition: all 0s ease-in;
    transition: all 0s ease-in;
    text-transform: uppercase;
    /* overlaps border-right on rollover */
    margin-left: -1px;
  }
  #nav li.active,
  #nav li:hover {
    background: #ece7dc;
  }
  #nav li.active a,
  #nav li:hover a {
    color: #271a21;
  }
  #nav li.active ul,
  #nav li:hover ul {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1;
    visibility: visible;
  }
  #nav li.active ul li ul li a,
  #nav li:hover ul li ul li a {
    line-height: 18px;
    line-height: 1.8rem;
  }
  #nav li a {
    padding: 1.2em 0 1.2em;
    display: block;
    text-align: center;
    color: #271a21;
    font-size: 16px;
    font-size: 1.6rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    /* 
        span {
          display:block;
          border-right: 1px solid @gold;
          padding: .4em 0.8em .2em 0;
        }
        */
  }
  #nav li.home {
    width: 6.14583333%;
    position: relative;
    vertical-align: middle;
  }
  #nav li.home:hover,
  #nav li.home:focus {
    background: none;
  }
  #nav li.home a {
    background: url('../media/sprite@2x.png') no-repeat;
    background-size: 600px 200px;
    background-position: -575px -149px;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0 auto 0 auto;
  }
  #nav li.home a span {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  #nav li.roles-menu {
    width: 26.04166667%;
  }
  #nav li.vacancies-menu {
    width: 20.83333333%;
  }
  #nav li.social {
    width: 20.83333333%;
  }
  #nav li.social span {
    border-right: 0;
  }
  #nav ul li ul {
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    background: #ece7dc;
    width: 28em;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -ms-border-radius: 0px 0px 5px 5px;
    -o-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    position: absolute;
  }
  #nav ul li ul li {
    width: 100%;
    margin-left: 0;
  }
  #nav ul li ul li:hover,
  #nav ul li ul li:focus {
    background: none;
  }
  #nav ul li ul li a {
    padding: 0.5em 0.6em 0.5em 0.6em;
    display: block;
    text-align: left;
  }
  #nav ul li ul li a span {
    display: block;
    border: none;
    padding: 0.5em 1em 0.5em 1em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 1.4;
  }
  #nav ul li ul li a:hover span,
  #nav ul li ul li a:focus span {
    display: block;
    color: #a28752;
    padding: 0.5em 1em 0.5em 1em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  #nav ul li ul li ul {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background: #b39d71;
    position: static;
    padding: 1em 0;
  }
  #nav ul li ul li ul li {
    width: 100%;
  }
  #nav ul li ul li ul li a {
    display: block;
    position: relative;
    text-align: left;
    color: #52484d;
    padding: 0.8em 1.2em 0.5em 2.4em;
  }
  #nav ul li ul li ul li a:before {
    content: "- ";
    position: absolute;
    left: 1.5em;
  }
}
@media only screen and (max-width: 895px) {
  #nav li {
    text-transform: uppercase;
  }
  #nav li ul {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  #nav li.active,
  #nav li:hover {
    background: #a28752;
    color: #d9ceb7;
  }
  #nav li.active .carrot-icon,
  #nav li:hover .carrot-icon {
    -webkit-transform: rotate(180deg);
    /* Chrome and other webkit browsers */
    -moz-transform: rotate(180deg);
    /* FF */
    -o-transform: rotate(180deg);
    /* Opera */
    -ms-transform: rotate(180deg);
    /* IE9 */
    transform: rotate(180deg);
    /* W3C compliant browsers */
  }
  #nav li.active ul,
  #nav li:hover ul {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  #nav li.active a.top-level,
  #nav li:hover a.top-level {
    color: #d9ceb7;
  }
  #nav li.active a,
  #nav li:hover a {
    border-left: 5px solid #c7b797;
  }
  #nav {
    background: #a28752;
  }
  #nav #mainmenu {
    padding: 0.5% 0;
    height: 0px;
    overflow: hidden;
  }
  #nav #mainmenu.is-open {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  #nav li {
    width: 100%;
  }
  #nav li a {
    display: block;
    padding: 4% 5%;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #nav li a.top-level span {
    position: relative;
  }
  #nav li a.top-level span .carrot-icon {
    top: -13px;
  }
  #nav li ul a {
    padding: 2.5% 10%;
  }
  #nav li ul li {
    list-style: square;
  }
  #nav li ul li ul a {
    padding: 2.5% 15%;
  }
  .social-back-btn {
    display: none;
  }
  .highres #menu-toggle {
    background-image: url('../media/sprite@2x.png');
    background-size: 600px 200px;
  }
  #menu-toggle.close {
    background-image: url('../media/sprite.png');
    background-position: 101px -68px;
  }
}
@media only screen and (max-width: 700px) {
  #menu-toggle {
    position: absolute;
    display: block;
    width: 28px;
    height: 27px;
    background-image: url('../media/sprite.png');
    background-position: 58px 0;
    cursor: pointer;
    margin-top: -14px;
    top: 50%;
    right: 15px;
  }
}
* {
  margin: 0;
}
html,
body {
  color: #7d7579;
  font-family: "Humanist777BT-RomanB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
}
body {
  text-align: left;
}
h1 {
  font-family: "Humanist777BT-RomanB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
}
h2 {
  font-family: "Humanist777BT-RomanB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 32px;
  line-height: 3.2rem;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
}
h3,
.lead {
  font-family: "Humanist777BT-RomanB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 28px;
  line-height: 2.8rem;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
}
h4 {
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
}
.bodytext {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.bodytext a {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #a28752;
}
.bodytext ul,
.bodytext ol {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 7px;
  margin-left: 20px;
}
.bodytext li {
  padding-bottom: 8px;
}
.bodytext ul ul,
.bodytext ul ol,
.bodytext ol ul,
.bodytext ol ol {
  padding-top: 4px;
  padding-bottom: 8px;
}
.bodytext ul ul li:last-child,
.bodytext ul ol li:last-child {
  padding-bottom: 0;
}
.bodytext h1,
.bodytext h2,
.bodytext h3,
.bodytext h4 {
  padding-bottom: 15px;
  color: #52484d;
}
.bodytext h4 {
  padding-bottom: 10px;
}
.bodytext h1 {
  padding-bottom: 10px;
  font-size: 40px;
  font-size: 4rem;
  line-height: 50px;
  line-height: 5rem;
}
.bodytext p,
.bodytext figure {
  padding-bottom: 15px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
}
.bodytext p.small-text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.bodytext p.compress {
  padding-bottom: 5px;
}
.bodytext strong,
.bodytext b {
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.bodytext em {
  font-style: italic;
}
.arrow-link {
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 40px;
  background: #333;
  margin: -5px 0 0 0;
  background: url('../media/sprite.png') no-repeat;
  background-position: -91px 0;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.arrow-link.white {
  position: absolute;
  right: 0;
  top: 0;
  width: 41px;
  height: 40px;
  background: #333;
  margin: -5px 0 0 0;
  background: url('../media/sprite.png') no-repeat;
  background-position: -91px -40px;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover .arrow-link,
a:hover .arrow-link-white {
  opacity: 1;
}
.highres .arrow-link {
  position: absolute;
  right: 0;
  top: 0;
  width: 41px;
  height: 41px;
  background: #333;
  margin: -5px 0 0 0;
  background: url('../media/sprite@2x.png') no-repeat;
  background-size: 600px 200px;
  background-position: -93px 0;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.highres .arrow-link.white {
  position: absolute;
  right: 0;
  top: 0;
  width: 41px;
  height: 41px;
  background: #333;
  margin: -5px 0 0 0;
  background: url('../media/sprite@2x.png') no-repeat;
  background-size: 600px 200px;
  background-position: -93px -40px;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.small-text {
  font-size: 12px;
  font-size: 1.2rem;
}
.bodytext table.cookie-table th {
  background: #b39d71;
  color: #fff;
  padding: 10px;
}
.bodytext table.cookie-table td {
  background: #e9e8e9;
  padding: 10px;
  border-top: 4px #fff solid;
}
h1.page-heading {
  color: #52484d;
  text-transform: uppercase;
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: url('../media/page-heading-line.gif') bottom left no-repeat;
  margin: 0 0 15px 0;
}
h2.page-heading {
  color: #271a21;
  text-transform: uppercase;
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 12px 0;
  font-size: 28px;
  font-size: 2.8rem;
}
h3.page-heading {
  color: #52484d;
  text-transform: uppercase;
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: url('../media/page-heading-line.gif') bottom left no-repeat;
  margin: 0 0 15px 0;
}
h3.heading {
  font-family: "Humanist777BT-BlackB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 32px;
  line-height: 3.2rem;
}
h2.video-heading {
  color: #52484d;
  text-transform: uppercase;
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 28px;
  font-size: 2.8rem;
  padding: 0 0 0.2em;
}
h3.video-heading {
  color: #52484d;
  text-transform: uppercase;
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 28px;
  font-size: 2.8rem;
  padding: 0;
}
#header {
  max-width: 960px;
  margin: 0 auto;
}
#top-banner {
  position: relative;
  *zoom: 1;
}
#top-banner:before,
#top-banner:after {
  display: table;
  line-height: 0;
  content: "";
}
#top-banner:after {
  clear: both;
}
#top-banner ul {
  list-style: none;
  float: right;
  padding: 6px 0 0 0;
}
#top-banner ul li.linkedin {
  float: left;
  width: 48px;
  height: 49px;
  background: url('../media/sprite@2x.png') no-repeat;
  background-size: 600px 200px;
  text-indent: -9999px;
  margin: 0 20px 0 0;
  opacity: 0.7;
}
#top-banner ul li.linkedin a {
  display: block;
  height: 100%;
}
#top-banner ul li.linkedin:hover,
#top-banner ul li.linkedin:focus {
  opacity: 1;
}
#top-banner ul li.corporate {
  float: left;
}
#top-banner ul li.corporate a {
  background: #a28752;
  opacity: 0.7;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 1.1em 1em 1em;
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
#top-banner ul li.corporate a:hover,
#top-banner ul li.corporate a:focus {
  background: #806b41;
  opacity: 1;
}
#top-banner ul li.linkedin {
  background-position: -433px -37px;
}
#wgs-logo {
  margin: 25px 0 25px 10px;
  float: left;
  max-width: 230px;
  display: block;
}
#rare-character {
  margin: 24px 10px 0 0;
  float: right;
  max-width: 210px;
}
#main-menu {
  clear: both;
  background: #271a21;
  height: 50px;
  min-height: 50px;
  font-family: georgia, serif;
  padding: 0 20px;
}
#main-menu #group-site li {
  float: left;
  margin-left: 35px;
}
#main-menu #international-sites li {
  float: right;
  margin-right: 35px;
}
#main-menu #group-site li a {
  float: left;
  height: 50px;
  line-height: 50px;
  line-height: 5rem;
  color: #a28752;
  font-size: 13px;
  font-size: 1.3rem;
}
#main-menu #international-sites li a {
  float: right;
  height: 50px;
  line-height: 50px;
  line-height: 5rem;
  color: #a28752;
  font-size: 13px;
  font-size: 1.3rem;
}
#main-menu #group-site li a:hover,
#main-menu #group-site li.selected a,
#main-menu #international-sites li a:hover {
  color: #fff;
}
#breadcrumbs {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.8rem;
  max-width: 940px;
  margin: 20px auto;
  text-transform: uppercase;
  padding: 0 20px;
}
#breadcrumbs a {
  color: #a28752;
}
#breadcrumbs span:before {
  content: " > ";
}
section.cta {
  max-width: 940px;
  margin: 0 auto;
  padding: 5% 20px;
  overflow: auto;
}
section.cta.centered {
  text-align: center;
}
section.cta.centered h1.page-heading {
  background: url('../media/page-heading-line.gif') bottom center no-repeat;
}
section.cta.no-bottom-padding {
  padding-bottom: 0;
}
section.cta.small-top-padding {
  padding-top: 2.5%;
}
section.cta.small-bottom-padding {
  padding-bottom: 2.5%;
}
section.content h2 {
  color: #7d7579;
}
#intro {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px 25px 20px;
}
#intro.small-top-padding {
  padding-top: 2.5%;
}
#intro.small-bottom-padding {
  padding-bottom: 1.5%;
}
#intro.no-bottom-padding {
  padding-bottom: 0;
}
#intro.no-top-padding {
  padding-top: 0;
}
#page-content {
  background: #fff;
}
#page-content .wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 5% 20px;
}
#page-content h3.heading {
  border-bottom: 2px #a28752 solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.video iframe.noborder {
  border: 0px solid #271a21;
}
#container {
  margin: 0 auto;
  background: #fff;
}
#main-col {
  width: 64.58333333%;
  margin: 20px 0 0 10px;
  float: left;
}
#sub-col {
  width: 25%;
  margin: 20px 0 0 0;
  float: right;
}
.col3-1 {
  float: left;
  width: 31%;
  padding-right: 2%;
  padding-bottom: 10px;
}
.col3-2 {
  float: left;
  width: 31%;
  padding-right: 2%;
  padding-bottom: 10px;
}
.col3-3 {
  float: left;
  width: 32%;
  padding-right: 2%;
  padding-bottom: 10px;
}
.col3-1 input[type=text],
.col3-2 input[type=text],
.col3-3 input[type=email] {
  width: 100%;
  margin: 0;
}
#carousel-banner {
  padding: 0;
}
#carousel-banner,
#carousel-banner-2 {
  overflow: hidden;
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  /* Firefox */
  -webkit-animation: fadein 2s;
  /* Safari and Chrome */
  -o-animation: fadein 2s;
  /* Opera */
}
#carousel-banner-2 .banner-1,
#carousel-banner-2 .banner-2,
#carousel-banner .banner-1,
#carousel-banner .banner-2,
#carousel-banner .banner-3,
#carousel-banner .banner-4,
#carousel-banner .banner-5,
#carousel-banner .banner-6,
#carousel-banner .banner-7 {
  position: relative;
  height: 100%;
  opacity: 0;
}
.banner-container.vertical-fix {
  margin-top: -140px;
}
.banner-container.vertical-fix2 {
  margin-top: -120px;
}
.banner-container.vertical-fix3 {
  margin-top: -180px;
}
.banner-container {
  z-index: 10 !important;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 780px;
  top: 50%;
  left: 50%;
  margin-left: -390px;
  -webkit-animation: fadein 1s;
  /* Safari and Chrome */
  -moz-animation: fadein 1s;
  /* Firefox */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera */
  animation: fadein 1s;
  transform: translateY(-50%);
}
.banner-container h2 {
  display: block;
  text-align: center;
  padding: 20px 20px 10px 20px;
  border-bottom: 2px solid #b09d72;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #271a21;
}
.banner-container .content h3 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 42px;
  line-height: 4.2rem;
  text-transform: uppercase;
  font-family: "Humanist777BT-BlackB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #271a21;
}
.banner-container .content {
  padding: 10px 10.25641026%;
  text-align: center;
}
.banner-container .content p {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: #52484d;
}
.banner-container .content p a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
}
#product-range .banner-container {
  background: rgba(255, 255, 255, 0.9);
}
.banner-container.ambassadors-postcards {
  margin-top: -100px;
  padding-bottom: 0;
}
.banner-container.ambassadors-postcards .content {
  padding: 30px 10.25641026%;
}
#carousel-banner-2 .navigation,
#carousel-banner .navigation {
  position: absolute;
  top: 0;
  bottom: 0;
}
#carousel-banner-2 .navigation a,
#carousel-banner .navigation a {
  padding: 0;
  display: block;
  width: 40px;
  height: 40px;
}
#carousel-banner-2 .banner-1.loaded,
#carousel-banner-2 .banner-2.loaded,
#carousel-banner-2 .banner-3.loaded,
#carousel-banner .banner-1.loaded,
#carousel-banner .banner-2.loaded,
#carousel-banner .banner-3.loaded,
#carousel-banner .banner-4.loaded,
#carousel-banner .banner-5.loaded,
#carousel-banner .banner-6.loaded,
#carousel-banner .banner-7.loaded,
#carousel-banner .banner-8.loaded,
#engineering .banner-2.loaded,
#engineering .banner-1.loaded,
#homepage-image.loaded #labelling.loaded,
figure.loaded {
  -webkit-animation: fadein 2s;
  /* Safari and Chrome */
  -moz-animation: fadein 2s;
  /* Firefox */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera */
  animation: fadein 2s;
  opacity: 1;
}
#homepage-image {
  height: 525px;
  position: relative;
}
#labelling {
  height: 525px;
  position: relative;
}
#life-at-william-grant-sons-image {
  height: 525px;
  position: relative;
}
#roles-locations-image1 {
  height: 525px;
  position: relative;
}
#roles-locations-image2 {
  height: 525px;
  position: relative;
}
#brand-ambassador-image {
  height: 525px;
  position: relative;
}
#social {
  height: 525px;
  position: relative;
}
#engineering {
  height: 525px;
  position: relative;
}
#packaging-supply-chain {
  position: relative;
  height: 525px;
}
#receptionist {
  height: 525px;
  position: relative;
  background-color: #d9ceb7;
}
#product-range {
  height: 525px;
  position: relative;
}
#scientists-with-glass {
  height: 525px;
  position: relative;
}
#james-chan {
  height: 525px;
  position: relative;
}
#engineering .container {
  position: absolute;
  width: 940px;
  height: 100px;
  top: 100px;
  left: 50%;
  margin-left: -470px;
  min-height: 300px;
  text-align: center;
}
#engineering .container h3 {
  display: block;
  text-align: center;
  padding: 20px 20px 10px 20px;
  margin-bottom: 10px;
  font-size: 90px;
  font-size: 9rem;
  line-height: 94px;
  line-height: 9.4rem;
  text-transform: uppercase;
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#engineering .container a {
  color: #ffffff;
  display: block;
}
#engineering .container p {
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 32px;
  line-height: 3.2rem;
  text-transform: uppercase;
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#engineering .container a .play-icon {
  opacity: 0.6;
  margin: 30px 0 0 0;
  display: inline-block;
  height: 121px;
  width: 121px;
  text-indent: -9999px;
  background: url('../media/sprite.png') no-repeat;
  background-position: -134px 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#engineering .container a:hover .play-icon {
  opacity: 1;
}
#packaging-supply-chain .container {
  position: absolute;
  width: 940px;
  top: 50%;
  left: 50%;
  margin-left: -470px;
  text-align: center;
  transform: translateY(-50%);
}
#packaging-supply-chain .container h3 {
  display: block;
  text-align: center;
  padding: 20px 20px 10px 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-size: 6rem;
  line-height: 64px;
  line-height: 6.4rem;
  text-transform: uppercase;
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
}
#packaging-supply-chain .container a {
  color: #ffffff;
  display: block;
}
#packaging-supply-chain .container p {
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 32px;
  line-height: 3.2rem;
  text-transform: uppercase;
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#packaging-supply-chain .container a .play-icon {
  opacity: 0.6;
  margin: 30px 0 0 0;
  display: inline-block;
  height: 121px;
  width: 121px;
  text-indent: -9999px;
  background: url('../media/sprite.png') no-repeat;
  background-position: -134px 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#packaging-supply-chain .container a:hover .play-icon {
  opacity: 1;
}
#carousel-banner-2 .container {
  position: absolute;
  width: 940px;
  top: 50%;
  left: 50%;
  margin-left: -470px;
  text-align: center;
  transform: translateY(-50%);
}
#carousel-banner-2 .container h3 {
  display: block;
  text-align: center;
  padding: 40px 40px 20px 40px;
  margin-bottom: 10px;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 42px;
  line-height: 4.2rem;
  text-transform: uppercase;
  font-family: "Humanist777BT-BlackB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #271a21;
}
#carousel-banner-2 .container a {
  color: #ffffff;
  display: block;
}
#carousel-banner-2 .container p {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  text-transform: uppercase;
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#carousel-banner-2 .container a .play-icon {
  opacity: 0.6;
  margin: 20px 0 10px 0;
  display: inline-block;
  height: 91px;
  width: 91px;
  text-indent: -9999px;
  background: url('../media/sprite.png?1.1') no-repeat;
  background-position: -274px -66px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#carousel-banner-2 .container a:hover .play-icon {
  opacity: 1;
}
.inview {
  will-change: transform;
}
.banner-standard {
  margin: 0;
  padding: 2.5% 5%;
  position: relative;
  background: #e3dccb;
  text-align: center;
}
@media only screen and (min-width: 973px) {
  .banner-standard.small-top-margin {
    margin-top: 1.5%;
  }
}
.banner--content {
  padding: 2.5% 5%;
  max-width: 680px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.banner--content.no-background {
  background: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.banner--content h1 {
  display: block;
  text-align: center;
  padding: 20px 20px 10px 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-size: 6rem;
  line-height: 64px;
  line-height: 6.4rem;
  text-transform: uppercase;
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.banner--content h1 img {
  margin: 0 auto;
  padding: 0 0 2%;
}
.banner--content h3 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 42px;
  line-height: 4.2rem;
  text-transform: uppercase;
  font-family: "Humanist777BT-BlackB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #271a21;
}
.banner--content p {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: #52484d;
}
.banner--content p a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.global-roles {
  padding: 5% 20px 2.5%;
}
.global-roles.no-vertical-padding {
  padding: 0% 20px;
}
.global-roles.small-padding-top {
  padding-top: 2.5%;
}
.global-roles.no-padding-top {
  padding-top: 0%;
}
.list-global-roles {
  max-width: 940px;
  margin: 0 auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  *zoom: 1;
}
.list-global-roles:before,
.list-global-roles:after {
  display: table;
  line-height: 0;
  content: "";
}
.list-global-roles:after {
  clear: both;
}
.list-global-roles .global-role--item {
  float: left;
  width: 48.93617021%;
  position: relative;
  background: #e9e8e9;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
  margin: 1.25% 2.12765957% 1.25% 0;
  text-align: center;
  overflow: hidden;
}
.list-global-roles .global-role--item .global-role--wrap {
  box-sizing: border-box;
  padding: 15% 10%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: table;
  z-index: 100;
  min-height: 300px;
}
.list-global-roles .global-role--item .global-role--wrap .global-role-wrap--content {
  background: rgba(255, 255, 255, 0.8);
  padding: 5%;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}
.list-global-roles .global-role--item:nth-child(2n) {
  margin-right: 0 ;
}
.list-global-roles .global-role--item img {
  position: absolute;
  transition: all 1s ease-out;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  display: block;
  z-index: 0;
  left: 50%;
  top: 50%;
  max-width: none;
}
.list-global-roles .global-role--item a {
  color: #7d7579;
}
.list-global-roles .global-role--item a:hover img,
.list-global-roles .global-role--item a:focus img {
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}
.list-global-roles .global-role--title {
  padding: 0 0 5% 0;
  text-transform: uppercase;
  color: #000;
  font-family: "Humanist777BT-BlackB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 26px;
  line-height: 2.6rem;
}
.list-global-roles .global-role--title span {
  display: block;
}
@media only screen and (max-width: 600px) {
  .list-global-roles .global-role--item {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .list-global-roles .global-role--item .global-role--wrap {
    min-height: 200px;
  }
  .list-global-roles .global-role--title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
}
.vacancies {
  padding: 2.5% 20px;
  background: #eee url('../media/wgs-emblem.svg') repeat-x;
  background-attachment: fixed;
  will-change: transform;
}
.vacancies-wrap {
  max-width: 940px;
  margin: 0 auto;
}
.list-vacancies,
#masonry-vacancies {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  *zoom: 1;
}
.list-vacancies:before,
#masonry-vacancies:before,
.list-vacancies:after,
#masonry-vacancies:after {
  display: table;
  line-height: 0;
  content: "";
}
.list-vacancies:after,
#masonry-vacancies:after {
  clear: both;
}
.list-vacancies .vacancy--item,
#masonry-vacancies .vacancy--item {
  float: left;
  width: 31.91489362%;
  background: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 1.25% 2.12765957% 1.25% 0;
  text-align: left;
}
.list-vacancies .vacancy--item .vacancy--wrap,
#masonry-vacancies .vacancy--item .vacancy--wrap {
  padding: 20px;
}
.list-vacancies .vacancy--item a,
#masonry-vacancies .vacancy--item a {
  color: #7d7579;
}
.list-vacancies .vacancy--title,
#masonry-vacancies .vacancy--title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 26px;
  line-height: 2.6rem;
  padding: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Humanist777BT-BlackB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #a28752;
}
.list-vacancies .vacancy--title span,
#masonry-vacancies .vacancy--title span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-family: "Humanist777BT-RomanB", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.list-vacancies .vacancy--expiry,
#masonry-vacancies .vacancy--expiry {
  border-top: 1px #bebabc solid;
  color: #a28752;
  margin-top: 1em;
  padding-top: 1em;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
}
.list-vacancies .vacancy--expiry i,
#masonry-vacancies .vacancy--expiry i {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 0.5em;
  background: url('../media/calendar-icon.svg') no-repeat;
}
.no-svg .list-vacancies .vacancy--expiry i,
.no-svg #masonry-vacancies .vacancy--expiry i {
  background: url('../media/calendar-icon.png') no-repeat;
}
.columns.cream {
  background: #ece7dc;
}
.columns .content {
  max-width: 940px;
  margin: 0 auto;
  padding: 2.5% 20px 0;
}
.columns .column-wrap {
  max-width: 940px;
  margin: 0 auto;
  padding: 20px 20px 2.5%;
  *zoom: 1;
}
.columns .column-wrap:before,
.columns .column-wrap:after {
  display: table;
  line-height: 0;
  content: "";
}
.columns .column-wrap:after {
  clear: both;
}
.columns .third {
  width: 31.91489362%;
  float: left;
}
@media only screen and (max-width: 860px) {
  .columns .third {
    width: 47.87234043%;
  }
}
.columns .third ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}
.columns .third ul li {
  border-bottom: 2px #bebabc solid;
  padding: 0;
  margin: 9;
  position: relative;
}
.columns .third ul li a {
  display: block;
  padding: 12px 0 10px 0;
  text-transform: uppercase;
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.columns .third ul li a:hover {
  color: #7d7579;
}
.columns .third ul li a:after {
  content: " >";
  position: absolute;
  right: 0;
}
.columns .two-thirds {
  width: 63.82978723%;
  float: right;
}
@media only screen and (max-width: 860px) {
  .columns .two-thirds {
    width: 47.87234043%;
  }
}
.columns .two-thirds a {
  display: block;
  border: 10px solid #f5f2ea;
}
.columns .heading {
  border-bottom: 2px #a28752 solid;
  padding-bottom: 20px;
  position: relative;
}
#journey-1 {
  width: 100%;
  padding: 0;
  margin: 0 auto 0 auto;
  min-height: auto;
  background: #ece7dc;
}
#journey-1 .wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 80px 20px 60px;
  overflow: hidden;
}
#journey-1 .wrapper .content {
  width: 51.06382979%;
  padding-right: 4.25531915%;
  float: left;
}
#journey-1 .wrapper .content .heading {
  max-width: 400px;
}
#journey-1 .wrapper .element {
  width: 40.42553191%;
  float: right;
}
#journey-2 {
  width: 100%;
  padding: 0;
  margin: 0 auto 0 auto;
  min-height: auto;
  background: #ece7dc;
}
#journey-2 .wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 80px 20px 60px;
  overflow: hidden;
}
#journey-2 .wrapper .content {
  width: 51.06382979%;
  padding-left: 4.25531915%;
  float: right;
}
#journey-2 .wrapper .content .heading {
  max-width: 400px;
}
#journey-2 .wrapper .element {
  width: 40.42553191%;
  float: left;
  padding-left: 4.25531915%;
  padding-bottom: 0%;
}
#journey-2 .wrapper .element img {
  margin: 0 auto;
}
#journey-3 {
  width: 100%;
  padding: 0;
  margin: 0 auto 0 auto;
  min-height: auto;
  background: #ece7dc;
}
#journey-3 .wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 80px 20px 50px;
  overflow: hidden;
}
#journey-3 .wrapper .content {
  width: 51.06382979%;
  padding-left: 4.25531915%;
  float: left;
}
#journey-3 .wrapper .content .heading {
  max-width: 400px;
}
#journey-3 .wrapper .element {
  width: 40.42553191%;
  float: right;
}
#journey-3 .wrapper .element img {
  margin: 0 auto;
}
#journey-4 {
  width: 100%;
  padding: 0;
  margin: 0 auto 0 auto;
  min-height: auto;
  background: #ece7dc;
}
#journey-4 .wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 80px 20px 60px;
  overflow: hidden;
}
#journey-4 .wrapper .content {
  width: 55.31914894%;
  padding-left: 0%;
  float: right;
}
#journey-4 .wrapper .content .heading {
  max-width: 400px;
}
#journey-4 .wrapper .element {
  width: 40.42553191%;
  float: left;
}
#journey-5 {
  width: 100%;
  padding: 0;
  margin: 0 auto 0 auto;
  min-height: auto;
  background: #ece7dc;
}
#journey-5 .wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 80px 20px 60px;
  overflow: hidden;
}
#journey-5 .wrapper .content {
  width: 51.06382979%;
  padding-right: 4.25531915%;
  float: left;
}
#journey-5 .wrapper .content .heading {
  max-width: 400px;
}
#journey-5 .wrapper .element {
  width: 40.42553191%;
  float: right;
}
#journey-5 .wrapper .element img {
  margin: 0 0 0 auto;
}
#journey-6 {
  width: 100%;
  padding: 0;
  margin: 0 auto 0 auto;
  min-height: auto;
  background: #ece7dc;
}
#journey-6 .wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 80px 20px 60px;
  overflow: hidden;
}
#journey-6 .wrapper .content {
  width: 51.06382979%;
  padding-left: 4.25531915%;
  float: right;
}
#journey-6 .wrapper .content .heading {
  max-width: 400px;
}
#journey-6 .wrapper .element {
  width: 40.42553191%;
  float: left;
}
#journey-7 {
  width: 100%;
  padding: 0;
  margin: 0 auto 0 auto;
  min-height: auto;
  background: #ece7dc;
}
#journey-7 .wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 80px 20px 60px;
  overflow: hidden;
}
#journey-7 .wrapper .content {
  width: 51.06382979%;
  padding-right: 4.25531915%;
  float: left;
}
#journey-7 .wrapper .content .heading {
  max-width: 400px;
}
#journey-7 .wrapper .element {
  width: 40.42553191%;
  float: right;
}
.animation {
  position: relative;
}
.animation .down-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 -22px -20px;
  width: 44px;
  height: 44px;
  z-index: 1;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.animation .down-arrow a {
  display: block;
  background: #b39d71;
  border: 2px solid #ece7dc;
  overflow: hidden;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  background-image: url('../media/sprite.png');
  background-position: 40px -28px;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.highres .animation {
  position: relative;
}
.highres .animation .down-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 -22px -20px;
  width: 44px;
  height: 44px;
  z-index: 1;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.highres .animation .down-arrow a {
  display: block;
  background: #b39d71;
  border: 2px solid #ece7dc;
  overflow: hidden;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  background-size: 600px 200px;
  background-image: url('../media/sprite@2x.png');
  background-position: 40px -28px;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
#animation-1 img,
#animation-2 img,
#animation-3 img,
#animation-4 img,
#animation-5 img,
#animation-6 img,
#animation-7 img,
#animation-8 img {
  min-height: 400px;
}
#animation-1 {
  background: #9b6999;
  padding-top: 40px;
}
#animation-1 img {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
#animation-1 .wrapper {
  max-width: 580px;
  margin: 0 auto;
  padding: 0px 0 80px 0;
}
#animation-1 .wrapper .content {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 20px 60px 5px 60px;
  position: relative;
}
#animation-1 .wrapper .content .heading {
  color: #fff;
}
#animation-2 {
  background: #abdbdb;
  padding-top: 40px;
}
#animation-2 img {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#animation-2 .wrapper {
  max-width: 580px;
  margin: 0 auto;
  padding: 0px 0 80px 0;
}
#animation-2 .wrapper .content {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 20px 60px 5px 60px;
  position: relative;
}
#animation-2 .wrapper .content .heading {
  color: #fff;
}
#animation-3 {
  background: #ccba9b;
  padding-top: 40px;
}
#animation-3 img {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#animation-3 .wrapper {
  max-width: 580px;
  margin: 0 auto;
  padding: 0px 0 80px 0;
}
#animation-3 .wrapper .content {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 20px 60px 5px 60px;
  position: relative;
}
#animation-3 .wrapper .content .heading {
  color: #fff;
}
#animation-4 {
  background: #a7d9d9;
  padding-top: 40px;
}
#animation-4 img {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#animation-4 .wrapper {
  max-width: 580px;
  margin: 0 auto;
  padding: 0px 0 80px 0;
}
#animation-4 .wrapper .content {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 20px 60px 5px 60px;
  position: relative;
}
#animation-4 .wrapper .content .heading {
  color: #fff;
}
#animation-5 {
  background: #265085;
  padding-top: 40px;
}
#animation-5 img {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#animation-5 .wrapper {
  max-width: 580px;
  margin: 0 auto;
  padding: 0px 0 80px 0;
}
#animation-5 .wrapper .content {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 20px 60px 5px 60px;
  position: relative;
}
#animation-5 .wrapper .content .heading {
  color: #fff;
}
#animation-6 {
  background: #aadadb;
  padding-top: 40px;
}
#animation-6 img {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#animation-6 .wrapper {
  max-width: 580px;
  margin: 0 auto;
  padding: 0px 0 80px 0;
}
#animation-6 .wrapper .content {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 20px 60px 5px 60px;
  position: relative;
}
#animation-6 .wrapper .content .heading {
  color: #fff;
}
#animation-7 {
  background: #483048;
  padding-top: 40px;
}
#animation-7 img {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#animation-7 .wrapper {
  max-width: 580px;
  margin: 0 auto;
  padding: 0px 0 80px 0;
}
#animation-7 .wrapper .content {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 20px 60px 5px 60px;
  position: relative;
}
#animation-7 .wrapper .content .heading {
  color: #fff;
}
/*Avoid empty images to appear as broken
*/
img:not([src]):not([srcset]) {
  visibility: hidden;
}
/* 
Fixes Firefox anomaly during images load time 
*/
@-moz-document url-prefix() {
  img:-moz-loading {
    visibility: hidden;
  }
}
#world-1 {
  width: 100%;
  padding: 0;
  margin: 0 auto 0 auto;
  min-height: auto;
  background: #ece7dc;
}
#world-1 .wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 0px 20px 20px;
  overflow: hidden;
}
#world-1 .wrapper .content {
  width: 36.17021277%;
  padding: 7% 0 0 4.25531915%;
  float: right;
}
#world-1 .wrapper .content .heading {
  max-width: 400px;
}
#world-1 .wrapper .element {
  width: 59.57446809%;
  float: left;
  padding-left: 0%;
  padding-bottom: 0%;
}
#world-1 .wrapper .element img {
  margin: 0 auto;
}
#world-2 {
  width: 100%;
  padding: 0;
  margin: 0 auto 0 auto;
  min-height: auto;
  background: #fff;
}
#world-2 .wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 0px 20px 60px;
  overflow: hidden;
}
#world-2 .wrapper .content {
  width: 36.17021277%;
  padding: 7% 4.25531915% 0 0;
  float: left;
}
#world-2 .wrapper .content .heading {
  max-width: 320px;
}
#world-2 .wrapper .element {
  padding: 5% 0 0;
  width: 59.57446809%;
  float: right;
}
#world-3 {
  width: 100%;
  padding: 0;
  margin: 0 auto 0 auto;
  min-height: auto;
  background: #ece7dc;
}
#world-3 .wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 0px 20px 60px;
  overflow: hidden;
}
#world-3 .wrapper .content {
  width: 36.17021277%;
  padding: 7% 0 7% 4.25531915%;
  float: right;
}
#world-3 .wrapper .content .heading {
  max-width: 400px;
}
#world-3 .wrapper .element {
  width: 59.57446809%;
  float: left;
  padding: 5% 0 0;
}
#world-3 .wrapper .element img {
  margin: 0 auto;
}
#world-4 {
  width: 100%;
  padding: 0;
  margin: 0 auto 0 auto;
  min-height: auto;
  background: #fff;
}
#world-4 .wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 0px 20px 60px;
  overflow: hidden;
}
#world-4 .wrapper .content {
  width: 36.17021277%;
  padding: 7% 0% 0 0;
  float: left;
}
#world-4 .wrapper .content .heading {
  max-width: 320px;
}
#world-4 .wrapper .element {
  padding: 2.5% 0 0;
  width: 63.82978723%;
  float: right;
}
#world-5 {
  width: 100%;
  padding: 0;
  margin: 0 auto 0 auto;
  min-height: auto;
  background: #ece7dc;
}
#world-5 .wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 0px 20px 2.5%;
  overflow: hidden;
}
#world-5 .wrapper .content {
  width: 36.17021277%;
  padding: 7% 0 0 4.25531915%;
  float: right;
}
#world-5 .wrapper .content .heading {
  max-width: 400px;
}
#world-5 .wrapper .element {
  width: 59.57446809%;
  float: left;
  padding-left: 0%;
  padding-bottom: 0%;
}
#world-5 .wrapper .element img {
  margin: 0 auto;
}
#world-6 {
  width: 100%;
  padding: 0;
  margin: 0 auto 0 auto;
  min-height: auto;
  background: #fff;
}
#world-6 .wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 0px 20px 60px;
  overflow: hidden;
}
#world-6 .wrapper .content {
  width: 36.17021277%;
  padding: 7% 4.25531915% 0 0;
  float: left;
}
#world-6 .wrapper .content .heading {
  max-width: 320px;
}
#world-6 .wrapper .element {
  padding: 7% 0 0;
  width: 59.57446809%;
  float: right;
}
#world-7 {
  width: 100%;
  padding: 0;
  margin: 0 auto 0 auto;
  min-height: auto;
  background: #ece7dc;
}
#world-7 .wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 0px 20px 2.5%;
  overflow: hidden;
}
#world-7 .wrapper .content {
  width: 36.17021277%;
  padding: 7% 0 0 4.25531915%;
  float: right;
}
#world-7 .wrapper .content .heading {
  max-width: 400px;
}
#world-7 .wrapper .element {
  width: 59.57446809%;
  float: left;
  padding-left: 0%;
  padding-bottom: 0%;
}
#world-7 .wrapper .element img {
  margin: 0 auto;
}
#world-8 {
  width: 100%;
  padding: 0;
  margin: 0 auto 0 auto;
  min-height: auto;
  background: #fff;
}
#world-8 .wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 0px 20px 60px;
  overflow: hidden;
}
#world-8 .wrapper .content {
  width: 36.17021277%;
  padding: 7% 4.25531915% 0 0;
  float: left;
}
#world-8 .wrapper .content .heading {
  max-width: 320px;
}
#world-8 .wrapper .element {
  padding: 7% 0 0;
  width: 59.57446809%;
  float: right;
}
.animation {
  position: relative;
}
.animation .down-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 -22px -20px;
  width: 44px;
  height: 44px;
  z-index: 1;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.animation .down-arrow a {
  display: block;
  background: #b39d71;
  border: 2px solid #ece7dc;
  overflow: hidden;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  background-image: url('../media/sprite.png');
  background-position: 40px -28px;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.highres .animation {
  position: relative;
}
.highres .animation .down-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 -22px -20px;
  width: 44px;
  height: 44px;
  z-index: 1;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.highres .animation .down-arrow a {
  display: block;
  background: #b39d71;
  border: 2px solid #ece7dc;
  overflow: hidden;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  background-size: 600px 200px;
  background-image: url('../media/sprite@2x.png');
  background-position: 40px -28px;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
#animation-1 img,
#animation-2 img,
#animation-3 img,
#animation-4 img,
#animation-5 img,
#animation-6 img,
#animation-7 img,
#animation-8 img {
  min-height: 400px;
}
#animation-1 {
  background: #9b6999;
  padding-top: 40px;
}
#animation-1 img {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
#animation-1 .wrapper {
  max-width: 580px;
  margin: 0 auto;
  padding: 0px 0 80px 0;
}
#animation-1 .wrapper .content {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 20px 60px 5px 60px;
  position: relative;
}
#animation-1 .wrapper .content .heading {
  color: #fff;
}
#animation-2 {
  background: #abdbdb;
  padding-top: 40px;
}
#animation-2 img {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#animation-2 .wrapper {
  max-width: 580px;
  margin: 0 auto;
  padding: 0px 0 80px 0;
}
#animation-2 .wrapper .content {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 20px 60px 5px 60px;
  position: relative;
}
#animation-2 .wrapper .content .heading {
  color: #fff;
}
#animation-3 {
  background: #ccba9b;
  padding-top: 40px;
}
#animation-3 img {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#animation-3 .wrapper {
  max-width: 580px;
  margin: 0 auto;
  padding: 0px 0 80px 0;
}
#animation-3 .wrapper .content {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 20px 60px 5px 60px;
  position: relative;
}
#animation-3 .wrapper .content .heading {
  color: #fff;
}
#animation-4 {
  background: #a7d9d9;
  padding-top: 40px;
}
#animation-4 img {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#animation-4 .wrapper {
  max-width: 580px;
  margin: 0 auto;
  padding: 0px 0 80px 0;
}
#animation-4 .wrapper .content {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 20px 60px 5px 60px;
  position: relative;
}
#animation-4 .wrapper .content .heading {
  color: #fff;
}
#animation-5 {
  background: #265085;
  padding-top: 40px;
}
#animation-5 img {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#animation-5 .wrapper {
  max-width: 580px;
  margin: 0 auto;
  padding: 0px 0 80px 0;
}
#animation-5 .wrapper .content {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 20px 60px 5px 60px;
  position: relative;
}
#animation-5 .wrapper .content .heading {
  color: #fff;
}
#animation-6 {
  background: #aadadb;
  padding-top: 40px;
}
#animation-6 img {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#animation-6 .wrapper {
  max-width: 580px;
  margin: 0 auto;
  padding: 0px 0 80px 0;
}
#animation-6 .wrapper .content {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 20px 60px 5px 60px;
  position: relative;
}
#animation-6 .wrapper .content .heading {
  color: #fff;
}
#animation-7 {
  background: #483048;
  padding-top: 40px;
}
#animation-7 img {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#animation-7 .wrapper {
  max-width: 580px;
  margin: 0 auto;
  padding: 0px 0 80px 0;
}
#animation-7 .wrapper .content {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 20px 60px 5px 60px;
  position: relative;
}
#animation-7 .wrapper .content .heading {
  color: #fff;
}
/*Avoid empty images to appear as broken
*/
img:not([src]):not([srcset]) {
  visibility: hidden;
}
/* 
Fixes Firefox anomaly during images load time 
*/
@-moz-document url-prefix() {
  img:-moz-loading {
    visibility: hidden;
  }
}
#vacancies {
  position: relative;
  width: 100%;
  padding: 5% 0px;
  margin: 0 auto 0 auto;
  min-height: 790px;
}
#vacancies .wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
#vacancies h3.heading {
  border-bottom: 2px #a28752 solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
#vacancies h3.heading a {
  color: #fff;
  display: block;
}
#vacancies:after {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 101%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: -1;
}
#vacancies .padding {
  padding: 0 10px;
}
#vacancies #roles {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
#vacancies #roles li {
  float: left;
  background: #ece7dc;
  width: 31.25%;
  margin: 0 1.04166667% 20px 1.04166667%;
  -webkit-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  border: 1px solid #eee;
  border-radius: 5px;
}
#vacancies #roles li:nth-child(3n) {
  margin-right: 0;
}
#vacancies #roles li:hover {
  background: #eee;
}
#vacancies #roles li a {
  padding: 20px;
  display: block;
  color: #7d7579;
}
#vacancies #roles li h4 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 26px;
  line-height: 2.6rem;
  text-transform: uppercase;
  color: #a28752;
  font-family: "Humanist777BT-BlackB", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#vacancies #roles li h4 span {
  display: block;
  text-transform: none;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-family: "Humanist777BT-RomanB", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#vacancies #roles li.row {
  clear: left;
}
#vacancies-list .item.large {
  float: right;
  width: 64.58333333%;
  min-height: 223px;
}
#statistics,
#statistics2 {
  background: #ece7dc;
}
#statistics.white,
#statistics2.white {
  background: #fff;
}
#statistics .wrapper,
#statistics2 .wrapper {
  width: 940px;
  padding: 5% 20px 5% 20px;
  margin: 0 auto;
}
#statistics h3.heading,
#statistics2 h3.heading,
.section--heading {
  border-bottom: 2px #a28752 solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
#statistics h3.heading a,
#statistics2 h3.heading a,
.section--heading a {
  color: #52484d;
  display: block;
  padding-right: 45px;
}
#statistics ul.group,
#statistics2 ul.group {
  list-style: none;
  margin: 0;
  padding: 25px 0 40px 0;
}
#statistics ul.group li,
#statistics2 ul.group li {
  float: left;
  position: relative;
  margin: 0 2.12765957% 0 0;
  width: 23.40425532%;
  color: #e9e8e9;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
}
#statistics.quick-facts ul.group li,
#statistics2.quick-facts ul.group li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
}
#statistics ul.group li img,
#statistics2 ul.group li img {
  margin: 0 auto;
}
#statistics ul.group li .content,
#statistics2 ul.group li .content {
  position: absolute;
  top: 25%;
  width: 80%;
  left: 10%;
  display: block;
  text-align: center;
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#statistics ul.group li .number,
#statistics2 ul.group li .number {
  display: block;
  font-size: 60px;
  font-size: 6rem;
  line-height: 60px;
  line-height: 6rem;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0);
  font-family: "Humanist777BT-RomanB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
}
#statistics.quick-facts ul.group li .number,
#statistics2.quick-facts ul.group li .number {
  font-size: 50px;
  font-size: 5rem;
  line-height: 50px;
  line-height: 5rem;
}
#statistics ul.group li:last-child,
#statistics2 ul.group li:last-child {
  margin: 0;
}
#values {
  background: #a28752;
  position: relative;
}
#values::after {
  content: "";
  background: #a28752 url(../media/wgs-emblem.svg) repeat-x;
  background-attachment: fixed;
  opacity: 0.02;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  will-change: transform;
}
#values .wrapper {
  width: 960px;
  padding: 5% 0;
  margin: 0 auto;
}
#values h3.heading {
  width: 940px;
  border-bottom: 1px #fff solid;
  padding-bottom: 20px;
  margin: 0 auto 20px auto;
  position: relative;
  color: #fff;
}
#values ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#values ul li {
  float: left;
  background: #b39d71;
  width: 47.91666667%;
  margin: 0 1.04166667% 20px 1.04166667%;
  padding: 0;
  color: #fff;
  position: relative;
  min-height: 190px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.05);
}
#values ul li h4 {
  color: #fff;
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 20px 20px 6px 172px;
  text-transform: uppercase;
}
#values ul li p {
  padding: 0 20px 20px 172px;
}
#values ul li span {
  position: absolute;
  width: 133px;
  height: 132px;
  top: 20px;
  left: 20px;
  display: block;
}
#values ul li.proud span {
  background: url('../media/values/proud.png') no-repeat;
}
#values ul li.professional span {
  background: url('../media/values/professional.png') no-repeat;
}
#values ul li.longterm span {
  background: url('../media/values/longterm.png') no-repeat;
}
#values ul li.responsible span {
  background: url('../media/values/responsible.png') no-repeat;
}
#values ul li.entrepreneurial span {
  background: url('../media/values/entrepreneurial.png') no-repeat;
}
#values ul li.sustainable span {
  background: url('../media/values/sustainable.png') no-repeat;
}
#characters {
  position: relative;
  background: #e9e8e9;
}
#characters h3.heading {
  border-bottom: 2px #a28752 solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
#characters .container {
  position: relative;
  background: #000;
}
#characters .content {
  width: 940px;
  margin: 0 auto;
  text-align: left;
  padding: 5% 0;
}
#characters .content-container {
  float: left;
  width: 31.91489362%;
  margin: 20px 0 0 0;
}
#characters .content-container span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-transform: uppercase;
  color: #7d767a;
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#characters .content-container h4 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-transform: uppercase;
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#characters .content-container a {
  color: #a28752;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Humanist777BT-BlackB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#characters #video-container a .play-icon {
  opacity: 0.6;
  margin: 30px 0 0 0;
  display: inline-block;
  height: 121px;
  width: 121px;
  text-indent: -9999px;
  background: url('../media/sprite.png') no-repeat;
  background-position: -134px 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#characters #video-container a:hover .play-icon {
  opacity: 1;
}
#characters .carousel-wrapper {
  width: 940px;
  margin: 0 auto;
  max-height: 140px;
  overflow: hidden;
  padding: 0 0 45px 0;
}
#characters #video-container {
  float: right;
  width: 65.95744681%;
  margin: 20px 0 0 0;
}
#characters #video-container .container a .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.6;
  margin: -60px 0 0 -60px;
  display: inline-block;
  height: 121px;
  width: 121px;
  text-indent: -9999px;
  background: url('../media/sprite.png') no-repeat;
  background-position: -134px 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#characters #video-container .container a:hover .play-icon {
  opacity: 1;
}
#characters #video-container .container {
  position: relative;
}
.character-loader {
  width: 100%;
  position: relative;
}
.character-loader .loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  margin: -22px 0 0 -22px;
  height: 45px;
  background: url('../media/character-loader.gif') no-repeat;
}
#engineering-videos {
  position: relative;
  background: #e9e8e9;
}
#engineering-videos h3.heading {
  border-bottom: 2px #a28752 solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
#engineering-videos .container {
  position: relative;
  background: #99cc33;
}
#engineering-videos .content {
  width: 940px;
  margin: 0 auto;
  text-align: left;
  padding: 30px 0 40px 0;
}
#engineering-videos .content-container {
  float: left;
  width: 31.91489362%;
  margin: 20px 0 0 0;
}
#engineering-videos .content-container span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-transform: uppercase;
  color: #7d767a;
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#engineering-videos .content-container h4 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-transform: uppercase;
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#engineering-videos .content-container a {
  color: #a28752;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Humanist777BT-BlackB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#engineering-videos #video-container a .play-icon {
  opacity: 0.6;
  margin: 30px 0 0 0;
  display: inline-block;
  height: 121px;
  width: 121px;
  text-indent: -9999px;
  background: url('../media/sprite.png') no-repeat;
  background-position: -134px 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#engineering-videos #video-container a:hover .play-icon {
  opacity: 1;
}
#engineering-videos .carousel-wrapper {
  width: 940px;
  margin: 0 auto;
  max-height: 140px;
  overflow: hidden;
  padding: 0 0 45px 0;
}
#engineering-videos #video-container {
  float: right;
  width: 65.95744681%;
  margin: 20px 0 0 0;
}
#engineering-videos #video-container .container a .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.6;
  margin: -60px 0 0 -60px;
  display: inline-block;
  height: 121px;
  width: 121px;
  text-indent: -9999px;
  background: url('../media/sprite.png') no-repeat;
  background-position: -134px 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#engineering-videos #video-container .container {
  position: relative;
}
.engineering-videos-loader {
  width: 100%;
  position: relative;
}
.engineering-videos-loader .loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  margin: -22px 0 0 -22px;
  height: 45px;
  background: url('../media/character-loader.gif') no-repeat;
}
#engineering-text {
  width: 100%;
  padding: 1.5% 0;
  margin: 0 auto 0 auto;
}
#engineering-text .wrapper {
  width: 940px;
  margin: 0 auto;
  padding: 30px 30px;
  background: rgba(255, 255, 255, 0.8);
}
#engineering-text h3.heading {
  border-bottom: 2px #a28752 solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
#engineering-text h3.heading a {
  color: #271a21;
  display: block;
}
#gallery {
  position: relative;
  background: #e9e8e9;
}
#gallery .container {
  position: relative;
}
#gallery .content {
  width: 940px;
  margin: 0 auto;
  text-align: left;
  padding: 5% 0;
}
#gallery h3.heading {
  border-bottom: 2px #a28752 solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
#share-table {
  width: 75%;
  min-width: 240px;
}
#share-table td.label {
  text-align: right;
  min-width: 80px;
}
.image-lightbox {
  position: relative;
  display: block;
  min-width: 300px;
  min-height: 100px;
  width: 100%;
  height: 100%;
}
.share-icons {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  padding: 10px;
  background: rgba(255, 255, 255, 0.95);
}
.share-icons span {
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  text-transform: uppercase;
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px 10px 0 0;
  color: #a28752;
}
.share-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.share-icons ul li {
  float: left;
  width: 27px;
  height: 27px;
  background: url('../media/sprite.png') no-repeat;
  text-indent: -9999px;
  margin: 0 8px 0 0;
}
.share-icons ul li a {
  display: block;
}
.share-icons ul li:hover {
  opacity: 0.8;
}
.share-icons ul li.twitter {
  background-position: -28px -183px;
}
.share-icons ul li.facebook {
  background-position: 0 -183px;
}
.share-icons ul li.email {
  background-position: -141px -183px;
}
.share-icons ul li.linkedin {
  background-position: -114px -183px;
}
.highres .share-icons ul li {
  float: left;
  width: 36px;
  height: 37px;
  background: url('../media/sprite@2x.png') no-repeat;
  background-size: 600px 200px;
  text-indent: -9999px;
  margin: -2px 8px 0 0;
}
.highres .share-icons ul li.twitter {
  background-position: -36px -163px;
}
.highres .share-icons ul li.facebook {
  background-position: 0 -163px;
}
.highres .share-icons ul li.email {
  background-position: -108px -163px;
}
.highres .share-icons ul li.linkedin {
  background-position: -72px -163px;
}
/*#social-list .item .network span {display:inline-block;width:27px;height:27px;background:url('../media/sprite.png');background-position:0 -163px;margin:0 10px -8px 0;}
#social-list .item .network span.facebook {background-position:0 -163px;}
#social-list .item .network span.twitter {background-position:-28px -163px;}
#social-list .item .network span.instagram {background-position:-86px -163px;}
#social-list .item .network span.youtube {background-position:-57px -163px;}*/
#business-areas {
  background: #e9e8e9 url(../media/wgs-emblem-white.svg) repeat-x;
  position: relative;
  background-attachment: fixed;
  will-change: transform;
}
#business-areas h3.heading {
  border-bottom: 2px #a28752 solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
#business-areas .wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 5% 20px 2.5%;
}
#areas-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  width: 960px;
  margin: 0 auto;
  padding: 0 0 5% 0;
}
#areas-list li {
  width: 47.91666667%;
  margin: 0 0% 20px;
  padding: 0;
  float: left;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
}
#areas-list li.row {
  clear: left;
  margin-right: 2.60416667%;
}
#areas-list li a {
  display: block;
  /*min-height:410px;*/
  border: 0;
}
#areas-list li a img {
  opacity: 0.9;
}
#areas-list li a:hover img,
#areas-list li a:active img {
  opacity: 1;
}
#areas-list li a h4 {
  padding: 20px;
  text-transform: uppercase;
  color: #a28752;
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 28px;
  line-height: 2.8rem;
}
#areas-list li a .button {
  margin: 0 20px 20px 20px;
}
#areas-list li .area-image {
  background: #000;
  overflow: hidden;
}
#being-brand-ambassador {
  background: #e9e8e9;
}
#being-brand-ambassador h3.heading {
  border-bottom: 2px #a28752 solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
#being-brand-ambassador .wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 5% 20px 2.5%;
}
#being-brand-ambassador-list {
  list-style: none;
  width: 960px;
  margin: 0 auto;
  padding: 0 0 20px 0;
}
#being-brand-ambassador-list li {
  width: 31.25%;
  margin: 0 1.04166667% 20px 1.04166667%;
  padding: 0;
  float: left;
}
#being-brand-ambassador-list li:nth-child(3n+1) {
  clear: left;
  float: left;
}
#being-brand-ambassador-list li h4 {
  padding: 12px 0 4px 0;
  text-transform: uppercase;
  color: #a28752;
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
}
#inside-the-brain {
  background: #fff;
}
#inside-the-brain h3.heading {
  border-bottom: 2px #a28752 solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
#inside-the-brain .wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 5% 0;
}
#brain-list {
  list-style: none;
  margin: 0 auto;
  padding: 0 0 20px 0;
}
#brain-list li {
  width: 33.33333333%;
  margin: 0;
  padding: 0 0 10px 0;
  float: left;
}
#brain-list li h4 {
  padding: 10px;
  text-transform: uppercase;
  color: #a28752;
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
}
#brain-list li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#brain-list li ul li {
  position: relative;
  display: block;
  padding: 5px 10px 5px 30px;
  margin: 0;
  float: none;
  width: auto;
}
#brain-list li ul li span {
  position: absolute;
  left: 10px;
  top: 12px;
  width: 10px;
  height: 10px;
  background-image: url('../media/sprite.png');
  background-position: 53px -31px;
}
#brain-list li ul li.bullet2 span {
  background-position: 53px -41px;
}
#brain-list li ul li.bullet3 span {
  background-position: 53px -51px;
}
#brain-list li ul li.bullet4 span {
  background-position: 53px -61px;
}
#benefits {
  background: #e9e8e9;
}
#benefits h3.heading {
  border-bottom: 2px #a28752 solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
#benefits .wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 5% 20px;
}
#people {
  width: 100%;
  margin: 0 auto 0 auto;
  min-height: 790px;
  background: #a28752;
  position: relative;
  /* &::after {
      content: "";
      background: @gold url(../media/wgs-emblem.svg) repeat-x;
      background-attachment: fixed;
      opacity: 0.02;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      position: absolute;
      //z-index: -1;   
      will-change: transform;
    } */
}
#people .wrapper {
  padding: 5% 20px;
}
#people .content {
  width: 940px;
  margin: 0 auto;
  padding: 0px 0;
  overflow: hidden;
}
#people h3.heading {
  border-bottom: 1px #fff solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
#people h3.heading,
#people .bodytext p {
  color: #fff;
}
#people .divide {
  border-color: #fff;
}
#masonry-people {
  margin: 20px 0 0 0;
  width: 100%;
}
#masonry-people .item {
  position: relative;
  margin: 0 0 20px 0;
  float: left;
  -webkit-animation: fadein 3s;
  /* Safari and Chrome */
  -moz-animation: fadein 3s;
  /* Firefox */
  -ms-animation: fadein 3s;
  /* Internet Explorer */
  -o-animation: fadein 3s;
  /* Opera */
  animation: fadein 3s;
  overflow: hidden;
  min-height: 205px;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.05);
}
#masonry-people .item.large {
  width: 460px;
  height: 430px;
}
#masonry-people .item .overlay {
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 200ms Ease;
  -moz-transition: all 200ms Ease;
  -ms-transition: all 200ms Ease;
  -o-transition: all 200ms Ease;
  transition: all 200ms Ease;
  position: absolute;
  min-height: 205px;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #b59f75;
  /* The Fallback */
  background: rgba(181, 159, 117, 0.8);
}
#masonry-people .item img,
#masonry-people .item img {
  -webkit-transform: scale(1, 1);
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: ease-out;
  -ms-transform: scale(1, 1);
  -ms-transition-duration: 1;
  -ms-transition-timing-function: ease-out;
}
#masonry-people .item:hover img,
#masonry-people .item:active img {
  z-index: 1;
  -webkit-transform: scale(1.1, 1.1);
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  -moz-transform: scale(1.1, 1.1);
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: ease-out;
  -ms-transform: scale(1.1, 1.1);
  -ms-transition-duration: 1s;
  -ms-transition-timing-function: ease-out;
}
#masonry-people .item a:hover .overlay {
  opacity: 1;
}
#masonry-people .item.large {
  background: #c7b797;
}
#masonry-people .item .overlay .content {
  position: absolute;
  width: auto;
  bottom: 20px;
  padding: 0 20px 0 20px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
  text-transform: uppercase;
}
#masonry-people .item .overlay .content h3 {
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #fff;
  padding: 0 0 10px 0;
}
#masonry-people .item .overlay .content p {
  padding: 0;
}
#masonry-people .item .overlay .content p span {
  display: block;
}
#postcards {
  width: 100%;
  padding: 0 0 20px 0;
  margin: 0 auto 0 auto;
  min-height: 790px;
}
#postcards .content {
  width: 940px;
  margin: 0 auto;
  padding: 0px 0;
  overflow: hidden;
}
#postcards .load-more2 a {
  margin-left: 0;
}
#masonry-postcards {
  margin: 0;
  width: 100%;
}
#masonry-postcards .item {
  position: relative;
  background: #fff;
  margin: 0 0 20px 0;
  float: left;
  -webkit-animation: fadein 3s;
  /* Safari and Chrome */
  -moz-animation: fadein 3s;
  /* Firefox */
  -ms-animation: fadein 3s;
  /* Internet Explorer */
  -o-animation: fadein 3s;
  /* Opera */
  animation: fadein 3s;
  overflow: hidden;
  height: 205px;
}
#masonry-postcards .item.large {
  width: 460px;
  height: 430px;
}
#masonry-postcards .item .overlay {
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 200ms Ease;
  -moz-transition: all 200ms Ease;
  -ms-transition: all 200ms Ease;
  -o-transition: all 200ms Ease;
  transition: all 200ms Ease;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #b59f75;
  /* The Fallback */
  background: rgba(181, 159, 117, 0.8);
}
#masonry-postcards .item.brand-hendricks .overlay {
  background: #435121;
  /* The Fallback */
  background: rgba(67, 81, 33, 0.8);
}
#masonry-postcards .item.brand-tullamore .overlay {
  background: #093022;
  /* The Fallback */
  background: rgba(9, 48, 34, 0.8);
}
#masonry-postcards .item.brand-grants .overlay {
  background: #6e1e15;
  /* The Fallback */
  background: rgba(110, 30, 21, 0.8);
}
#masonry-postcards .item.brand-glenfiddich .overlay {
  background: #b8965c;
  /* The Fallback */
  background: rgba(184, 150, 92, 0.8);
}
#masonry-postcards .item.brand-balvenie .overlay {
  background: #944e1b;
  /* The Fallback */
  background: rgba(148, 78, 27, 0.8);
}
#masonry-postcards .item.brand-sailor-jerry .overlay {
  background: #f6dba8;
  /* The Fallback */
  background: rgba(246, 219, 168, 0.8);
}
#masonry-postcards .item.brand-monkey-shoulder .overlay {
  background: #583f17;
  /* The Fallback */
  background: rgba(88, 63, 23, 0.8);
}
#masonry-postcards .item.brand-drambuie .overlay {
  background: #49061c;
  /* The Fallback */
  background: rgba(73, 6, 28, 0.8);
}
#masonry-postcards .item a:hover .overlay {
  opacity: 1;
}
#masonry-postcards .item.large {
  background: #fff;
}
#masonry-postcards .item .overlay .content {
  position: absolute;
  width: auto;
  bottom: 20px;
  padding: 0 20px 0 20px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
  text-transform: uppercase;
}
#masonry-postcards .item .overlay .content h3 {
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #fff;
  padding: 0 0 10px 0;
}
#masonry-postcards .item .overlay .content p {
  padding: 0 0 6px 0;
}
#masonry-postcards .item .overlay .content p.learn-more {
  padding-bottom: 0;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
}
#masonry-postcards .item img,
#masonry-postcards .item img {
  -webkit-transform: scale(1, 1);
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: ease-out;
  -ms-transform: scale(1, 1);
  -ms-transition-duration: 1;
  -ms-transition-timing-function: ease-out;
}
#masonry-postcards .item:hover img,
#masonry-postcards .item:active img {
  z-index: 1;
  -webkit-transform: scale(1.1, 1.1);
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  -moz-transform: scale(1.1, 1.1);
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: ease-out;
  -ms-transform: scale(1.1, 1.1);
  -ms-transition-duration: 1s;
  -ms-transition-timing-function: ease-out;
}
#graduates {
  width: 100%;
  padding: 40px 0 40px 0;
  margin: 0 auto 0 auto;
  min-height: auto;
  background: #a28752;
}
#graduates .content {
  width: 940px;
  margin: 0 auto;
  padding: 0px 0;
  overflow: hidden;
}
#graduates h3.heading {
  border-bottom: 1px #fff solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
#graduates h3.heading,
#graduates .bodytext p {
  color: #fff;
}
#graduates .divide {
  border-color: #fff;
}
#masonry-graduates {
  margin: 20px 0 0 0;
  width: 100%;
}
#masonry-graduates .item {
  position: relative;
  margin: 0 0 20px 0;
  float: left;
  -webkit-animation: fadein 3s;
  /* Safari and Chrome */
  -moz-animation: fadein 3s;
  /* Firefox */
  -ms-animation: fadein 3s;
  /* Internet Explorer */
  -o-animation: fadein 3s;
  /* Opera */
  animation: fadein 3s;
  overflow: hidden;
  min-height: 205px;
}
#masonry-graduates .item.large {
  width: 460px;
  height: 430px;
}
#masonry-graduates .item .overlay {
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 200ms Ease;
  -moz-transition: all 200ms Ease;
  -ms-transition: all 200ms Ease;
  -o-transition: all 200ms Ease;
  transition: all 200ms Ease;
  position: absolute;
  min-height: 205px;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #b59f75;
  /* The Fallback */
  background: rgba(181, 159, 117, 0.8);
}
#masonry-graduates .item img,
#masonry-graduates .item img {
  -webkit-transform: scale(1, 1);
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: ease-out;
  -ms-transform: scale(1, 1);
  -ms-transition-duration: 1;
  -ms-transition-timing-function: ease-out;
}
#masonry-graduates .item:hover img,
#masonry-graduates .item:active img {
  z-index: 1;
  -webkit-transform: scale(1.1, 1.1);
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  -moz-transform: scale(1.1, 1.1);
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: ease-out;
  -ms-transform: scale(1.1, 1.1);
  -ms-transition-duration: 1s;
  -ms-transition-timing-function: ease-out;
}
#masonry-graduates .item a:hover .overlay {
  opacity: 1;
}
#masonry-graduates .item.large {
  background: #c7b797;
}
#masonry-graduates .item .overlay .content {
  position: absolute;
  width: auto;
  bottom: 20px;
  padding: 0 20px 0 20px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
  text-transform: uppercase;
}
#masonry-graduates .item .overlay .content h3 {
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #fff;
  padding: 0 0 10px 0;
}
#masonry-graduates .item .overlay .content p {
  padding: 0;
}
#masonry-graduates .item .overlay .content p span {
  display: block;
}
#vacancies-list .wrapper {
  padding: 40px 0;
  margin: 0 auto;
  max-width: 960px;
}
#vacancies-list .item {
  width: 31.25%;
  margin: 0 1.04166667% 20px 1.04166667%;
  background: #f5f5f5;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.item .vacancy--wrap {
  padding: 20px;
}
#vacancies-list .item:hover {
  background: #e2e2e2;
}
#vacancies-list .item a {
  color: #7d7579;
}
#vacancies-list .item h4 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 26px;
  line-height: 2.6rem;
  text-transform: uppercase;
  color: #a28752;
  font-family: "Humanist777BT-BlackB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 20px 20px 15px 20px;
}
#vacancies-list .item h4 span {
  display: block;
  text-transform: none;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-family: "Humanist777BT-RomanB", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#vacancies-list .item p {
  padding: 0 20px 20px 20px;
}
#vacancies-list .introduce-yourself.item {
  background: #a28752;
}
#vacancies-list .introduce-yourself.item h4,
#vacancies-list .introduce-yourself.item p {
  color: #fff;
}
.vacancy-options {
  border-bottom: 1px #bebabc solid;
  margin-bottom: 15px;
}
.vacancy-options a.button {
  background: #c7b797;
}
.vacancy-options a.button:hover {
  background: #b5a076;
}
.vacancy-options ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.vacancy-options ul li {
  margin-left: 10px;
}
.vacancy-options ul li:last-child {
  margin: 0;
}
.vacancy-options ul li,
.vacancy-options ul li a {
  width: 36px;
  height: 36px;
  float: right;
}
.vacancy-options ul li.share-linkedin a {
  display: block;
  background-image: url('../media/sprite.png');
  background-position: 191px 0;
}
.vacancy-options ul li.share-email a {
  display: block;
  background-image: url('../media/sprite.png');
  background-position: 227px 0;
}
.vacancy-options ul li.share-facebook a {
  display: block;
  background-image: url('../media/sprite.png');
  background-position: 263px 0;
}
.vacancy-options ul li.share-twitter a {
  display: block;
  background-image: url('../media/sprite.png');
  background-position: 299px 0;
}
.vacancy-options ul li.share-pdf {
  width: 42px;
}
.vacancy-options ul li.share-pdf a {
  width: 42px;
  display: block;
  background-image: url('../media/sprite.png');
  background-position: 341px 0;
}
.highres .vacancy-options ul li a {
  background-image: url('../media/sprite@2x.png');
  background-size: 600px 200px;
}
#vacancy-key-points {
  margin-bottom: 10px;
}
#vacancy-key-points dd {
  width: 62.5%;
  padding: 0;
  margin: 0 0 5px 2.08333333%;
  float: left;
}
#vacancy-key-points dt {
  width: 20.83333333%;
  max-width: 150px;
  padding: 0;
  margin: 0 0 5px 0;
  clear: left;
  float: left;
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.vacancy-buttons {
  border-top: 1px #bebabc solid;
  margin-top: 15px;
  padding-top: 15px;
}
.vacancy-buttons a.button {
  background: #c7b797;
}
.vacancy-buttons a.button:hover {
  background: #b5a076;
}
#filters {
  width: 940px;
  margin: 0 auto 20px auto;
  padding: 14px 0px 10px 0px;
  border-top: 1px solid #bebabc;
  border-bottom: 1px solid #bebabc;
}
#social-list .wrapper {
  padding: 2.5% 0;
  margin: 0 auto;
  max-width: 960px;
}
#social-list .item {
  width: 31.25%;
  margin: 0 1.04166667% 20px 1.04166667%;
  background: #e9e8e9;
}
#social-list .item a {
  color: #7d7579;
}
#social-list .item h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  color: #7d7579;
  font-family: "Humanist777BT-RomanB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 20px 20px 15px 20px;
  overflow: hidden;
}
#social-list .item h4.youtube {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  color: #a28752;
  text-transform: uppercase;
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 20px 20px 15px 20px;
}
#social-list .item h4 a {
  color: #a28752;
}
#social-list .item h4 span {
  display: block;
  text-transform: none;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-family: "Humanist777BT-RomanB", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#social-list .item p {
  padding: 0 20px 20px 20px;
}
#social-list .introduce-yourself.item {
  background: #a28752;
}
#social-list .introduce-yourself.item h4,
#vacancies-list .introduce-yourself.item p {
  color: #fff;
}
#social-list .item .network {
  padding: 0 20px 20px 20px;
}
#social-list .item .network a {
  color: #a28752;
}
#social-list .item .network span {
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url('../media/sprite.png');
  background-position: 0 -163px;
  margin: 0 10px -8px 0;
}
#social-list .item .network span.facebook {
  background-position: 0 -185px;
}
#social-list .item .network span.twitter {
  background-position: -28px -185px;
}
#social-list .item .network span.instagram {
  background-position: -86px -185px;
}
#social-list .item .network span.youtube {
  background-position: -57px -185px;
}
#masonry-vacancies .introduce-yourself.item h4 {
  padding: 20px 20px 15px 20px;
}
#masonry-vacancies .introduce-yourself.item p {
  padding: 0px 20px 15px 20px;
}
.load-more a {
  color: #fff;
  text-transform: uppercase;
  padding-left: 55px;
  position: relative;
  display: block;
  height: 40px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 4rem;
  font-family: "Humanist777BT-BlackB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: left;
}
.load-more a span {
  width: 40px;
  height: 40px;
  background-image: url('../media/sprite.png');
  background-position: 40px -28px;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.load-more2 a {
  color: #a28752;
  text-transform: uppercase;
  padding-left: 55px;
  position: relative;
  display: block;
  height: 40px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 4rem;
  font-family: "Humanist777BT-BlackB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: left;
  margin-left: 10px;
}
.load-more2 a span {
  width: 40px;
  height: 40px;
  background-image: url('../media/sprite.png');
  background-position: 40px -68px;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.arrow-button a {
  color: #a28752;
  text-transform: uppercase;
  padding-left: 55px;
  position: relative;
  display: block;
  height: 40px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 4rem;
  font-family: "Humanist777BT-BlackB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: left;
  margin-top: 20px;
}
.arrow-button a span {
  width: 40px;
  height: 40px;
  background-image: url('../media/sprite.png');
  background-position: 40px -109px;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.arrow-button.alternate a {
  margin-top: 0;
  margin-bottom: 20px;
}
.highres .load-more a span,
.highres .load-more2 a span,
.highres .arrow-button a span {
  background-image: url('../media/sprite@2x.png');
  background-size: 600px 200px;
}
.load-more a:hover span,
.load-more2 a:hover span,
.arrow-button a:hover span {
  opacity: 1;
}
.button-caption {
  padding: 5px 0 0 0px;
  display: inline-block;
  font-size: 16px;
}
.button-microcopy {
  padding: 0;
  margin: 5px 0 0 0;
  display: inline-block;
  font-size: 14px;
}
.lightbox {
  padding: 20px 20px 0 0;
}
.hide {
  display: none;
}
.roles-lightbox {
  padding-right: 20px;
}
.roles-lightbox #profile-details {
  padding-bottom: 10px;
}
.roles-lightbox #profile-details figure {
  float: right;
  margin-left: 20px;
  border: 1px solid #a28752;
  padding: 1px;
}
.roles-lightbox #profile-details h2 {
  padding-top: 50px;
  padding-bottom: 6px;
  font-family: "Humanist777BT-BlackB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #a28752;
}
.roles-lightbox #profile-details h3 {
  padding-bottom: 0;
}
.postcard-lightbox {
  padding: 0 20px;
}
.postcard-lightbox #postcard-content {
  padding-top: 40px;
}
.postcard-lightbox #postcard-content h1#intro-heading {
  color: #a28752;
  font-family: "ThirstyRoughRegOne", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.postcard-lightbox #postcard-details {
  padding-top: 20px;
}
.postcard-lightbox #postcard-details h2,
.postcard-lightbox #postcard-details h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  padding-bottom: 3px;
  border-bottom: 1px #a28752 dashed;
  margin-bottom: 10px;
}
.postcard-lightbox #postcard-details h2 {
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.postcard-lightbox #postcard-details p {
  padding-top: 15px;
}
.content-template-g1 {
  width: 35.48387097%;
  float: left;
}
.content-template-g2 {
  width: 61.29032258%;
  float: right;
}
#footer {
  padding: 0 0 1.5% 0;
}
#footer nav {
  padding: 1.5% 0 0 0;
}
#brands {
  background: #4d4d4d;
}
#brands ul {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#brands ul li {
  float: left;
  margin: 0;
  width: 12.5%;
  padding: 10px 0;
}
#brands ul li.glenfiddich a {
  border-left: 1px #7d7579 solid;
}
#brands ul li a {
  border-right: 1px #7d7579 solid;
  display: block;
}
#brands ul li a img {
  margin: 0 auto;
  width: 100%;
  max-width: 118px;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#brands ul li a:hover img {
  opacity: 1;
}
#footer nav,
#footer .small-print {
  max-width: 960px;
  margin: 0 auto;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
}
#footer .share-links {
  float: left;
  margin: 15px 0 10px 0;
}
#footer .share-links li,
#footer .share-links li a {
  width: 36px;
  height: 36px;
  float: left;
}
#footer .share-links li a {
  display: block;
  background-image: url('../media/sprite.png');
  background-position: 155px 0;
}
.highres #footer .share-links li a {
  background-image: url('../media/sprite@2x.png');
  background-size: 600px 200px;
}
#footer .sub-links {
  clear: left;
  float: left;
}
#footer .sub-links li {
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #a28752;
}
#footer .sub-links li:first-child {
  margin-left: 0;
  padding-left: 0;
  border: none;
}
#footer .sub-links a {
  color: #a28752;
}
#big-up-arrow {
  float: right;
  width: 61px;
  height: 60px;
  background-image: url('../media/sprite.png');
  background-position: 119px 0;
  display: block;
  margin-top: 15px;
}
.highres #big-up-arrow {
  background-image: url('../media/sprite@2x.png');
  background-size: 600px 200px;
}
.small-print a {
  color: #a28752;
}
#cookie-note {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #271a21;
  color: #fff;
  min-height: 40px;
  line-height: 40px;
  font-size: 13px;
  font-size: 1.3rem;
  z-index: 3000;
}
#cookie-note div {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 10px;
}
#cookie-note a {
  color: #fff;
}
#cookie-button {
  font-family: "Humanist777BT-RomanB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  background: #a28752;
  padding: 0 10px;
  margin: 0 20px;
}
.clear {
  clear: both;
}
.divide {
  border-top: 1px solid #a28752;
  margin-top: 20px;
  padding-top: 20px;
}
.divide2 {
  border-top: 1px solid #a28752;
  margin-top: 40px;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
.spacer {
  height: 20px;
  width: 100%;
}
/* Custom scrollbar for Webkit browsers */
::-webkit-scrollbar {
  width: 12px;
}
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: rgba(199, 183, 151, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(199, 183, 151, 0.8);
}
@media only screen and (min-width: 1281px) {
  .packaging-supply-chain.inview {
    background: url('../media/banners/packaging-supply-chain/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .the-world.inview {
    background: url('../media/banners/the-world/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .bottles.inview {
    background: url('../media/banners/bottles/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .man-through-glass.inview {
    background: url('../media/banners/man-through-glass/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .brand-ambassadors.inview {
    width: 100%;
    background: url('../media/banners/sj-lineup/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .bottling.inview {
    width: 100%;
    background: url('../media/banners/bottling/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .human-resources.inview {
    width: 100%;
    background: url('../media/banners/tapei/1350x1000.jpg?1.1') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .satish.inview {
    width: 100%;
    background: url('../media/banners/satish/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .engineering-labelling.inview {
    width: 100%;
    background: url('../media/banners/labelling/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .engineering-girl.inview {
    width: 100%;
    background: url('../media/banners/engineering-girl/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .engineering-engineers.inview {
    width: 100%;
    background: url('../media/banners/engineering-engineers/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .engineering-engineer.inview {
    width: 100%;
    background: url('../media/banners/engineer/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .engineering-technicians.inview {
    width: 100%;
    background: url('../media/banners/scientists/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .ba-pouring.inview {
    width: 100%;
    background: url('../media/banners/pouring/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .ba-sailor-jerry.inview {
    width: 100%;
    background: url('../media/banners/ba-sailor-jerry/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .ludo.inview {
    width: 100%;
    background: url('../media/banners/ludo/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .ba-glenfiddich.inview {
    width: 100%;
    background: url('../media/banners/glenfiddich-barrels/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .ba-barrels.inview {
    width: 100%;
    background: url('../media/banners/barrels/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .tullamore-distillery.inview {
    width: 100%;
    background: url('../media/banners/tullamore-distillery/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .woman-lab-technician.inview {
    width: 100%;
    background: url('../media/banners/woman-lab-technician/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .men-bbq.inview {
    width: 100%;
    background: url('../media/banners/men-bbq/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .green-orange-vests.inview {
    width: 100%;
    background: url('../media/banners/green-orange-vests/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .history.inview {
    width: 100%;
    background: url('../media/banners/history/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .history2.inview {
    width: 100%;
    background: url('../media/banners/history2/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .history3.inview {
    width: 100%;
    background: url('../media/banners/history3/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner-2 .brand-ambassador.inview {
    width: 100%;
    background: url('../media/banners/brand-ambassador/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner-2 .tullamore.inview {
    width: 100%;
    background: url('../media/banners/tullamore/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .engineering-barrels.inview {
    width: 100%;
    background: url('../media/banners/engineering-barrels/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner-2 .graduate-kirsty.inview {
    width: 100%;
    background: url('../media/banners/graduate-kirsty/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner-2 .graduate-engineer.inview {
    width: 100%;
    background: url('../media/banners/engineer-scaffolding/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .delivery.inview {
    width: 100%;
    background: url('../media/banners/delivery-2/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .global.inview {
    width: 100%;
    background: url('../media/banners/global/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .quality.inview {
    width: 100%;
    background: url('../media/banners/quality-2/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .team.inview {
    width: 100%;
    background: url('../media/banners/team-2/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #labelling.inview {
    width: 100%;
    background: url('../media/banners/labelling/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #vacancies.inview {
    width: 100%;
    background: url('../media/banners/vacancies2/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #engineering-text.inview {
    width: 100%;
    background: url('../media/banners/grain/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #engineering.inview {
    width: 100%;
    background: url('../media/banners/engineer-scaffolding/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #packaging-supply-chain.inview {
    width: 100%;
    background: url('../media/banners/packaging-supply-chain/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #homepage-image.inview {
    width: 100%;
    background: url('../media/banners/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #life-at-william-grant-sons-image.inview {
    width: 100%;
    background: url('../media/banners/history/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #roles-locations-image1.inview {
    width: 100%;
    background: url('../media/banners/history/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #roles-locations-image2.inview {
    width: 100%;
    background: url('../media/banners/hands/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #brand-ambassador-image.inview {
    width: 100%;
    background: url('../media/banners/postcards/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #social.inview {
    width: 100%;
    background: url('../media/banners/social/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #bottling.inview {
    width: 100%;
    background: url('../media/banners/bottling/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #glenfiddich-barrels.inview {
    width: 100%;
    background: url('../media/banners/glenfiddich-barrels/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #human-resources.inview {
    width: 100%;
    background: url('../media/banners/tapei/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #man-through-glass.inview {
    width: 100%;
    background: url('../media/banners/man-through-glass/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #brand-ambassadors.inview {
    width: 100%;
    background: url('../media/banners/sj-lineup/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #pouring.inview {
    width: 100%;
    background: url('../media/banners/pouring/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #receptionist.inview {
    width: 100%;
    background: #b39d71 url('../media/banners/receptionist/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #scientists.inview {
    width: 100%;
    background: url('../media/banners/scientists/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #sj-brand-ambassador.inview {
    width: 100%;
    background: url('../media/banners/sj-brand-ambassador/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #whisky-ambassador.inview {
    width: 100%;
    background: url('../media/banners/whisky-ambassador/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #scientists-with-glass.inview {
    width: 100%;
    background: url('../media/banners/scientists-with-glass/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #james-chan.inview {
    background: #b39d71 url('../media/banners/james-chan/1350x1000.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #product-range.inview {
    width: 100%;
    background: #b39d71 url('../media/banners/brands/1350x1000.jpg?1.1') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 1280px) {
  .packaging-supply-chain.inview {
    background: url('../media/banners/packaging-supply-chain/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  .the-world.inview {
    background: url('../media/banners/the-world/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  .bottles.inview {
    background: url('../media/banners/bottles/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  .man-through-glass.inview {
    background: url('../media/banners/man-through-glass/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  #carousel-banner .brand-ambassadors.inview {
    background: url('../media/banners/sj-lineup/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  #carousel-banner .bottling.inview {
    background: url('../media/banners/bottling/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  #carousel-banner .human-resources.inview {
    background: url('../media/banners/tapei/1280x900.jpg?1.1') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  #carousel-banner .satish.inview {
    background: url('../media/banners/satish/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  #carousel-banner .engineering-labelling.inview {
    background: url('../media/banners/labelling/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  #carousel-banner .engineering-girl.inview {
    background: url('../media/banners/engineering-girl/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  #carousel-banner .engineering-engineers.inview {
    background: url('../media/banners/engineering-engineers/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  #carousel-banner .engineering-engineer.inview {
    background: url('../media/banners/engineer/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  #carousel-banner .engineering-technicians.inview {
    background: url('../media/banners/scientists/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  #carousel-banner .ba-pouring.inview {
    background: url('../media/banners/pouring/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  #carousel-banner .ba-sailor-jerry.inview {
    background: url('../media/banners/ba-sailor-jerry/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  #carousel-banner .ludo.inview {
    background: url('../media/banners/ludo/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  #carousel-banner .ba-glenfiddich.inview {
    background: url('../media/banners/glenfiddich-barrels/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  #carousel-banner .ba-barrels.inview {
    background: url('../media/banners/barrels/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  #carousel-banner .tullamore-distillery.inview {
    background: url('../media/banners/tullamore-distillery/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  #carousel-banner .woman-lab-technician.inview {
    background: url('../media/banners/woman-lab-technician/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  #carousel-banner .men-bbq.inview {
    background: url('../media/banners/men-bbq/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  #carousel-banner .green-orange-vests.inview {
    background: url('../media/banners/green-orange-vests/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  #carousel-banner .history.inview {
    background: url('../media/banners/history/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  #carousel-banner .history2.inview {
    background: url('../media/banners/history2/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  #carousel-banner .history3.inview {
    background: url('../media/banners/history3/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  #carousel-banner-2 .brand-ambassador.inview {
    background: url('../media/banners/brand-ambassador/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  #carousel-banner-2 .tullamore.inview {
    background: url('../media/banners/tullamore/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  #carousel-banner .engineering-barrels.inview {
    background: url('../media/banners/engineering-barrels/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  #carousel-banner-2 .graduate-kirsty.inview {
    background: url('../media/banners/graduate-kirsty/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  #carousel-banner-2 .graduate-engineer.inview {
    background: url('../media/banners/engineer-scaffolding/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  #carousel-banner .delivery.inview {
    width: 100%;
    background: url('../media/banners/delivery-2/1280x900.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .global.inview {
    width: 100%;
    background: url('../media/banners/global/1280x900.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .quality.inview {
    width: 100%;
    background: url('../media/banners/quality-2/1280x900.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .team.inview {
    width: 100%;
    background: url('../media/banners/team-2/1280x900.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner-2 .container {
    margin-top: -40px;
  }
  #engineering .container {
    margin-top: -40px;
  }
  .owl-carousel .owl-item,
  .banner-carousel .owl-item {
    height: 425px !important;
  }
  .banner-container {
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    width: 780px;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    padding-bottom: 0px;
    margin-left: -390px;
  }
  #receptionist .banner-container {
    margin-top: -140px;
  }
  #vacancies.inview {
    width: 1;
    background: url('../media/banners/vacancies2/1280x900.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #engineering-text.inview {
    width: 1;
    background: url('../media/banners/grain/1280x900.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #labelling.inview {
    width: 1;
    background: url('../media/banners/labelling/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
    height: 425px;
  }
  #engineering.inview {
    width: 1;
    background: url('../media/banners/engineer-scaffolding/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
    height: 425px;
  }
  #packaging-supply-chain.inview {
    width: 1;
    background: url('../media/banners/packaging-supply-chain/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
    height: 425px;
  }
  #homepage-image.inview {
    width: 1;
    background: url('../media/banners/homepage-2-1280.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
    height: 425px;
  }
  #life-at-william-grant-sons-image.inview {
    width: 1;
    background: url('../media/banners/history/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
    height: 425px;
  }
  #roles-locations-image1.inview {
    width: 1;
    background: url('../media/banners/history/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
    height: 425px;
  }
  #roles-locations-image2.inview {
    width: 1;
    background: url('../media/banners/hands/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
    height: 425px;
  }
  #brand-ambassador-image.inview {
    background: url('../media/banners/postcards/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
    height: 425px;
  }
  #social.inview {
    background: url('../media/banners/social/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
    height: 425px;
  }
  #bottling.inview {
    background: url('../media/banners/bottling/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
    height: 425px;
  }
  #glenfiddich-barrels.inview {
    background: url('../media/banners/glenfiddich-barrels/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
    height: 425px;
  }
  #human-resources.inview {
    background: url('../media/banners/tapei/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
    height: 425px;
  }
  #man-through-glass.inview {
    background: url('../media/banners/man-through-glass/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
    height: 425px;
  }
  #brand-ambassadors.inview {
    background: url('../media/banners/sj-lineup/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
    height: 425px;
  }
  #pouring.inview {
    background: url('../media/banners/pouring/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
    height: 425px;
  }
  #receptionist.inview {
    background: #b39d71 url('../media/banners/receptionist/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
    height: 425px;
  }
  #scientists.inview {
    background: url('../media/banners/scientists/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
    height: 425px;
  }
  #sj-brand-ambassador.inview {
    background: url('../media/banners/sj-brand-ambassador/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
    height: 425px;
  }
  #whisky-ambassador.inview {
    background: url('../media/banners/whisky-ambassador/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
    height: 425px;
  }
  #scientists-with-glass.inview {
    background: url('../media/banners/scientists-with-glass/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
    height: 425px;
  }
  #james-chan.inview {
    background: url('../media/banners/james-chan/1280x900.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
    height: 425px;
  }
  #product-range.inview {
    background: url('../media/banners/brands/1280x900.jpg?1.1') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
    height: 425px;
  }
}
@media only screen and (max-width: 1100px) {
  #carousel-banner,
  #carousel-banner-2 {
    height: 425px;
    background: #fff;
  }
  .owl-controls {
    width: 100% !important;
    left: 0 !important;
    margin: -30px 0 !important;
  }
  .owl-carousel .owl-controls .owl-nav .owl-prev {
    margin-left: 20px;
  }
  .owl-carousel .owl-controls .owl-nav .owl-next {
    margin-right: 20px;
  }
  .characters-carousel {
    padding-bottom: 60px;
  }
  .characters-carousel .owl-controls {
    position: absolute;
    bottom: 0% !important;
    top: auto !important;
    left: 50% !important;
    width: 90px !important;
    margin: 0 0 0 -45px !important;
  }
  .characters-carousel.owl-carousel .owl-controls .owl-nav .owl-prev {
    float: left;
    width: 40px !important;
    height: 40px !important;
    margin-left: 0;
    background: url('../media/sprite.png') no-repeat;
    background-position: -91px -84px !important;
    text-indent: -9999px;
  }
  .characters-carousel.owl-carousel .owl-controls .owl-nav .owl-next {
    float: right;
    width: 40px !important;
    height: 40px !important;
    margin-right: 0;
    background: url('../media/sprite.png') no-repeat;
    background-position: -92px 0 !important;
  }
  .characters-carousel.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
    background-position: -91px -124px;
  }
  .characters-carousel.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background-position: -92px -41px;
  }
  .highres .characters-carousel.owl-carousel .owl-controls .owl-nav .owl-prev {
    float: left;
    width: 42px !important;
    height: 60px;
    background-image: url('../media/sprite@2x.png');
    background-size: 600px 200px;
    text-indent: -9999px;
    background-position: -94px -82px !important;
  }
  .highres .characters-carousel.owl-carousel .owl-controls .owl-nav .owl-next {
    float: right;
    width: 42px !important;
    height: 60px;
    background-image: url('../media/sprite@2x.png');
    background-size: 600px 200px;
    text-indent: -9999px;
    background-position: -93px 0px !important;
  }
  .gallery-carousel {
    padding-bottom: 60px;
  }
  .gallery-carousel .owl-controls {
    position: absolute;
    bottom: 0% !important;
    top: auto !important;
    left: 50% !important;
    width: 90px !important;
    margin: 0 0 0 -45px !important;
  }
  .gallery-carousel.owl-carousel .owl-controls .owl-nav .owl-prev {
    float: left;
    width: 40px !important;
    height: 40px !important;
    margin-left: 0;
    background-position: -91px -84px !important;
    text-indent: -9999px;
  }
  .gallery-carousel.owl-carousel .owl-controls .owl-nav .owl-next {
    float: right;
    width: 40px !important;
    height: 40px !important;
    margin-right: 0;
    background-position: -92px 0 !important;
  }
  .gallery-carousel.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
    background-position: -91px -124px;
  }
  .gallery-carousel.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background-position: -92px -41px;
  }
  .highres .gallery-carousel.owl-carousel .owl-controls .owl-nav .owl-prev {
    float: left;
    width: 42px !important;
    height: 60px;
    background-image: url('../media/sprite@2x.png');
    background-size: 600px 200px;
    text-indent: -9999px;
    background-position: -94px -82px !important;
  }
  .highres .gallery-carousel.owl-carousel .owl-controls .owl-nav .owl-next {
    float: right;
    width: 42px !important;
    height: 60px;
    background-image: url('../media/sprite@2x.png');
    background-size: 600px 200px;
    text-indent: -9999px;
    background-position: -93px 0px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .wrapper {
    padding: 4% 20px;
  }
  #statistics .wrapper,
  #statistics2 .wrapper {
    width: auto;
    padding: 5% 20px;
    margin: 0 auto;
  }
  #vacancies .wrapper {
    width: auto;
    padding: 0 10px;
  }
  #engineering-text {
    padding: 0;
  }
  #engineering-text .wrapper {
    width: auto;
    padding: 30px 20px 20px 20px;
  }
  #gallery .content {
    width: 100%;
  }
  #characters .content {
    width: 100%;
  }
  .carousel-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  #engineering-videos .content {
    width: 100%;
  }
  .carousel-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  #values .wrapper {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  #values h3.heading {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  #values ul li {
    min-height: 220px;
  }
  #business-areas .wrapper {
    width: auto;
  }
  #business-areas #areas-list {
    width: auto;
    padding: 0 10px;
  }
  #being-brand-ambassador .wrapper {
    width: auto;
  }
  #being-brand-ambassador #being-brand-ambassador-list {
    width: auto;
    padding: 0 10px;
  }
  #inside-the-brain .wrapper {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  #people .content {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0;
  }
  #postcards .content {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0;
  }
  #graduates .content {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0;
  }
  #vacancies-list .wrapper {
    width: auto;
    padding: 30px 10px 20px 10px;
  }
  #footer nav,
  #footer .small-print {
    max-width: auto;
    width: auto;
    padding: 0 20px;
  }
  #brands ul li.glenfiddich a {
    border-left: none;
  }
  #brands ul li.tullamore-dew a {
    border-right: none;
  }
}
@media only screen and (min-width: 990px) {
  #characters #video-container {
    min-height: 360px;
  }
}
@media only screen and (min-width: 961px) {
  .packaging-supply-chain {
    min-height: 420px;
  }
}
@media only screen and (max-width: 980px) {
  .banner-container {
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    width: 600px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -300px;
    min-height: 300px;
  }
  .banner-container .content p {
    font-size: 20px;
    line-height: 26px;
  }
  #filters {
    width: 98%;
  }
  #carousel-banner-2 .container {
    position: absolute;
    width: 940px;
    height: 100px;
    top: 100px;
    left: 50%;
    margin-left: -470px;
    min-height: 300px;
    text-align: center;
  }
  #carousel-banner-2 .container h3 {
    display: block;
    text-align: center;
    padding: 40px 20px 20px 20px;
    margin-bottom: 10px;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 32px;
    line-height: 3.2rem;
    text-transform: uppercase;
    font-family: "Humanist777BT-BlackB", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #271a21;
  }
  #carousel-banner-2 .container a {
    color: #ffffff;
    display: block;
  }
  #carousel-banner-2 .container p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
    text-transform: uppercase;
    font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #carousel-banner-2 .container a .play-icon {
    opacity: 0.6;
    margin: 20px 0 10px 0;
    display: inline-block;
    height: 91px;
    width: 91px;
    text-indent: -9999px;
    background: url('../media/sprite.png') no-repeat;
    background-position: -274px -66px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  #carousel-banner-2 .container a:hover .play-icon {
    opacity: 1;
  }
}
@media only screen and (max-width: 960px) {
  .banner-container.vertical-fix {
    margin-top: -150px;
  }
  .banner-container.vertical-fix2 {
    margin-top: -150px;
  }
  .banner-container.vertical-fix3 {
    margin-top: -150px;
  }
  .banner-container.ambassadors-postcards {
    margin-top: -100px;
    padding-bottom: 0;
    min-height: 100px;
    height: auto;
  }
  .banner-container.ambassadors-postcards .content {
    padding: 30px 10.25641026%;
  }
  #receptionist .banner-container {
    min-height: 230px;
  }
  #statistics ul.group li,
  #statistics2 ul.group li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
  #statistics ul.group li .number,
  #statistics2 ul.group li .number {
    font-size: 50px;
    font-size: 5rem;
    line-height: 50px;
    line-height: 5rem;
  }
  #statistics.quick-facts ul.group li,
  #statistics2.quick-facts ul.group li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
  #statistics.quick-facts ul.group li .number,
  #statistics2.quick-facts ul.group li .number {
    font-size: 40px;
    font-size: 4rem;
    line-height: 40px;
    line-height: 4rem;
  }
  #carousel-banner {
    height: auto;
  }
  #carousel-banner .man-through-glass.inview {
    background: #b39d71 url('../media/banners/man-through-glass/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .brand-ambassadors.inview {
    background: url('../media/banners/sj-lineup/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .bottling.inview {
    background: url('../media/banners/bottling/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .human-resources.inview {
    background: url('../media/banners/tapei/960x700.jpg?1.1') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .satish.inview {
    background: url('../media/banners/satish/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .engineering-labelling.inview {
    background: url('../media/banners/labelling/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .engineering-girl.inview {
    background: url('../media/banners/engineering-girl/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .engineering-engineers.inview {
    background: url('../media/banners/engineering-engineers/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .engineering-engineer.inview {
    background: url('../media/banners/engineer/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .engineering-technicians.inview {
    background: url('../media/banners/scientists/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .ba-pouring.inview {
    background: url('../media/banners/pouring/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .ba-sailor-jerry.inview {
    background: url('../media/banners/ba-sailor-jerry/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .ludo.inview {
    background: url('../media/banners/ludo/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .ba-glenfiddich.inview {
    background: url('../media/banners/glenfiddich-barrels/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .ba-barrels.inview {
    background: url('../media/banners/barrels/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .tullamore-distillery.inview {
    background: url('../media/banners/tullamore-distillery/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .woman-lab-technician.inview {
    background: url('../media/banners/woman-lab-technician/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .men-bbq.inview {
    background: url('../media/banners/men-bbq/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .green-orange-vests.inview {
    background: url('../media/banners/green-orange-vests/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .history.inview {
    background: url('../media/banners/history/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .history2.inview {
    background: url('../media/banners/history2/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .history3.inview {
    background: url('../media/banners/history3/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner-2 .tullamore.inview {
    background: url('../media/banners/tullamore/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner-2 .brand-ambassador.inview {
    background: url('../media/banners/brand-ambassador/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .engineering-barrels.inview {
    background: url('../media/banners/engineering-barrels/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner-2 .graduate-kirsty.inview {
    background: url('../media/banners/graduate-kirsty/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner-2 .graduate-engineer.inview {
    background: url('../media/banners/engineer-scaffolding/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .delivery.inview {
    width: 100%;
    background: url('../media/banners/delivery-2/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .global.inview {
    width: 100%;
    background: url('../media/banners/global/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .quality.inview {
    width: 100%;
    background: url('../media/banners/quality-2/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #carousel-banner .team.inview {
    width: 100%;
    background: url('../media/banners/team-2/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .owl-carousel .owl-item,
  .banner-carousel .owl-item {
    height: 420px !important;
    background: #fff;
  }
  #engineering {
    height: 480px;
  }
  #engineering .container {
    position: relative;
    width: 100%;
    height: 100px;
    top: 100px;
    left: 0%;
    margin-top: 0;
    margin-left: 0px;
    min-height: 300px;
    text-align: center;
  }
  #engineering .container h3 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 42px;
    line-height: 4.2rem;
  }
  #engineering .container p {
    font-size: 32px;
    font-size: 3.2rem;
  }
  #packaging-supply-chain {
    height: 480px;
  }
  #packaging-supply-chain .container {
    position: relative;
    width: 100%;
    height: 100px;
    top: 100px;
    left: 0%;
    margin-top: 0;
    margin-left: 0px;
    min-height: 300px;
    text-align: center;
  }
  #packaging-supply-chain .container h3 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 42px;
    line-height: 4.2rem;
  }
  #packaging-supply-chain .container p {
    font-size: 32px;
    font-size: 3.2rem;
  }
  #carousel-banner-2 {
    height: auto;
  }
  #carousel-banner-2 .container {
    position: absolute;
    width: 940px;
    height: 100px;
    top: 100px;
    left: 50%;
    margin-left: -470px;
    min-height: 300px;
    text-align: center;
  }
  #carousel-banner-2 .container h3 {
    display: block;
    text-align: center;
    padding: 40px 20px 10px 20px;
    margin-bottom: 0px;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 32px;
    line-height: 3.2rem;
    text-transform: uppercase;
    font-family: "Humanist777BT-BlackB", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #271a21;
  }
  #carousel-banner-2 .container a {
    color: #ffffff;
    display: block;
  }
  #carousel-banner-2 .container p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
    text-transform: uppercase;
    font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #carousel-banner-2 .container a .play-icon {
    opacity: 0.6;
    margin: 20px 0 10px 0;
    display: inline-block;
    height: 91px;
    width: 91px;
    text-indent: -9999px;
    background: url('../media/sprite.png') no-repeat;
    background-position: -274px -66px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  #carousel-banner-2 .container a:hover .play-icon {
    opacity: 1;
  }
  .the-world.inview {
    background: url('../media/banners/the-world/960x700.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
  }
  #homepage-image.inview {
    background: url('../media/banners/960x700.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
  }
  #life-at-william-grant-sons-image.inview {
    background: url('../media/banners/history/960x700.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
  }
  #roles-locations-image1.inview {
    background: url('../media/banners/history/960x700.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
  }
  #roles-locations-image2.inview {
    background: url('../media/banners/hands/960x700.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
  }
  #brand-ambassador-image.inview {
    background: url('../media/banners/postcards/960x700.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
  }
  #social.inview {
    background: url('../media/banners/social/960x700.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
  }
  #engineering.inview {
    background: url('../media/banners/engineer-scaffolding/960x700.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
  }
  #packaging-supply-chain.inview {
    background: url('../media/banners/packaging-supply-chain/960x700.jpg') no-repeat center center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
  }
  #labelling.inview {
    background: url('../media/banners/labelling/960x700.jpg') no-repeat center center;
  }
  #vacancies.inview {
    background: url('../media/banners/vacancies2/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #engineering-text.inview {
    background: none;
  }
  #bottling.inview {
    background: url('../media/banners/bottling/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #glenfiddich-barrels.inview {
    background: url('../media/banners/glenfiddich-barrels/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #human-resources.inview {
    background: url('../media/banners/tapei/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #man-through-glass.inview {
    background: #b39d71 url('../media/banners/man-through-glass/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #brand-ambassadors.inview {
    background: url('../media/banners/sj-lineup/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #pouring.inview {
    background: url('../media/banners/pouring/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #receptionist.inview {
    background: #b39d71 url('../media/banners/receptionist/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #scientists.inview {
    background: url('../media/banners/scientists/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #sj-brand-ambassador.inview {
    background: url('../media/banners/sj-brand-ambassador/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #whisky-ambassador.inview {
    background: url('../media/banners/whisky-ambassador/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #scientists-with-glass.inview {
    background: url('../media/banners/scientists-with-glass/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #james-chan.inview {
    background: url('../media/banners/james-chan/960x700.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #product-range.inview {
    background: url('../media/banners/brands/960x700.jpg?1.1') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (min-width: 541px) and (max-width: 960px) {
  /*
	#packaging-supply-chain	{position: relative;min-height: 380px;}
	#packaging-supply-chain .container {position:absolute;width:100%;top:12%;left:0%;margin-top:0;margin-left: 0px;text-align: center;}
	#packaging-supply-chain .container h3 {.font-size(38px);.line-height(38px);color:@white;}
	#packaging-supply-chain .container p {.font-size(32px);color:@white;padding-bottom: 12px;}
	#packaging-supply-chain .container a .play-icon {}
  */
}
@media only screen and (max-width: 957px) {
  #masonry-people .item.large,
  #masonry-postcards .item.large,
  #masonry-postcards .item.large img,
  #masonry-people .item.large img {
    width: 219px;
    height: 205px;
  }
}
@media only screen and (max-width: 860px) {
  #careers-menu li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #values ul li {
    float: none;
    clear: left;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
    min-height: 172px;
  }
  #vacancies-list .item {
    width: 47.61904762%;
    margin: 0 1.19047619% 20px 1.19047619%;
  }
  #vacancies-list .item.large {
    width: 47.61904762%;
    margin: 0 1.19047619% 20px 1.19047619%;
  }
  #filters {
    width: auto;
    padding: 14px 0 10px 0;
    margin: 0 1.21506683% 20px 1.21506683%;
  }
  #filters select {
    width: 48.81693649% !important;
    margin: 0 1.86799502% 10px 0% !important;
  }
  #filters select:last-child {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 800px) {
  #main-menu {
    display: none;
  }
  #statistics ul.group li .content,
  #statistics2 ul.group li .content {
    top: 21%;
  }
}
@media only screen and (max-width: 767px) {
  #careers-menu ul ul li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 780px) {
  #vacancies #roles li {
    float: left;
    width: 47.36842105%;
    margin: 0 1.31578947% 20px 1.31578947%;
  }
  #vacancies #roles li:nth-child(3n) {
    margin-right: 1.31578947%;
    clear: none;
  }
  #vacancies #roles li:nth-child(2n) {
    margin-right: 0%;
  }
  #vacancies #roles li.row {
    clear: none;
  }
  #social-list .item {
    float: left;
    width: 47.36842105%;
    margin: 0 1.31578947% 20px 1.31578947%;
  }
  #social-list .item:nth-child(2n) {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 768px) {
  #masonry-postcards .item,
  #masonry-postcards .item.large img,
  #masonry-people .item,
  #masonry-people .item.large img {
    min-width: 220px;
    max-width: 220px;
    -webkit-transition: all 0ms ease;
    -moz-transition: all 0ms ease;
    -ms-transition: all 0ms ease;
    -o-transition: all 0ms ease;
    transition: all 0ms ease;
  }
}
@media only screen and (max-width: 760px) {
  .banner-container {
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: auto;
    top: 50%;
    left: 0%;
    margin-top: -150px;
    margin-left: 0px;
    min-height: 200px;
  }
  #carousel-banner-2 .banner-container {
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    width: 600px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -300px;
    min-height: 300px;
  }
}
@media only screen and (min-width: 756px) {
  #areas-list li a img {
    opacity: 0.9;
    -webkit-transform: scale(1, 1);
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: ease-out;
    -moz-transform: scale(1, 1);
    -moz-transition-duration: 1s;
    -moz-transition-timing-function: ease-out;
    -ms-transform: scale(1, 1);
    -ms-transition-duration: 1;
    -ms-transition-timing-function: ease-out;
  }
  #areas-list li a:hover img,
  #areas-list li a:active img {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: ease-out;
    -moz-transform: scale(1.1, 1.1);
    -moz-transition-duration: 1s;
    -moz-transition-timing-function: ease-out;
    -ms-transform: scale(1.1, 1.1);
    -ms-transition-duration: 1s;
    -ms-transition-timing-function: ease-out;
  }
}
@media only screen and (min-width: 741px) {
  .list-vacancies .vacancy--item:nth-child(3n) {
    margin-right: 0 ;
  }
}
@media only screen and (max-width: 740px) {
  #statistics ul.group li,
  #statistics2 ul.group li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
  #statistics ul.group li .number,
  #statistics2 ul.group li .number {
    font-size: 40px;
    font-size: 4rem;
    line-height: 40px;
    line-height: 4rem;
  }
  #statistics.quick-facts ul.group li,
  #statistics2.quick-facts ul.group li {
    float: left;
    position: relative;
    margin: 0 5.93220339% 0 6.77966102%;
    width: 37.28813559%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
  }
  #statistics.quick-facts ul.group li .number,
  #statistics2.quick-facts ul.group li .number {
    font-size: 50px;
    font-size: 5rem;
    line-height: 50px;
    line-height: 5rem;
  }
  #statistics.quick-facts ul.group li:nth-child(3),
  #statistics2.quick-facts ul.group li:nth-child(3) {
    clear: left;
    float: left;
    margin-top: 30px;
  }
  #statistics.quick-facts ul.group li:last-child,
  #statistics2.quick-facts ul.group li:last-child {
    margin: 30px 5.93220339% 0 6.77966102%;
  }
  .banner-container {
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    width: 460px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -230px;
    min-height: 300px;
  }
  /* Global Roles Listing - Full width */
  .list-vacancies .vacancy--item {
    width: 48.54651163%;
    margin-right: 2.90697674%;
  }
  .list-vacancies .vacancy--item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 700px) {
  #rare-character {
    display: none;
  }
  #careers-menu {
    height: auto;
    min-height: auto;
    border-top: 1px #bebabc solid;
    display: none;
  }
  #careers-menu.dropdown {
    padding-bottom: 0;
  }
  #careers-menu li {
    float: none;
    text-align: center;
    border-bottom: 1px #bebabc solid;
  }
  #careers-menu li a {
    float: none;
    height: auto;
    line-height: 22px;
    line-height: 2.2rem;
    background: none;
    padding: 8px 0;
  }
  #careers-menu li.mhome {
    width: auto;
  }
  #careers-menu li.mlife {
    width: auto;
  }
  #careers-menu li.mroles {
    width: auto;
  }
  #careers-menu li.mvacancies {
    width: auto;
  }
  #careers-menu li.msocial {
    width: auto;
  }
  #careers-menu li ul {
    position: relative;
    top: auto;
    left: auto;
    display: none;
  }
  #careers-menu li:hover ul,
  #careers-menu.dropdown li ul {
    display: block;
  }
  #careers-menu li ul li a {
    background: none;
  }
  #careers-menu li ul li.mengineer {
    width: auto;
  }
  #careers-menu li ul li.mbrand,
  #careers-menu li ul li.mgraduates {
    width: auto;
    border-top: 1px #e9e8e9 solid;
  }
  #careers-menu li span {
    display: none !important;
  }
  .bodytext h1 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
  h1.page-heading {
    margin-bottom: 10px;
  }
  .bodytext h2,
  .bodytext h3,
  .lead {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
  h3.heading {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    line-height: 3rem;
  }
  #brands ul {
    padding: 0 20px;
  }
  #brands ul li,
  #brands ul li.hendricks {
    float: left;
    margin: 0;
    width: 25%;
    padding: 10px 0;
  }
  #brands ul li.glenfiddich a,
  #brands ul li.sailor-jerry a {
    border-left: 1px #7d7579 solid;
  }
  #brands ul li a,
  #brands ul li.tullamore-dew a {
    border-right: 1px #7d7579 solid;
    display: block;
  }
  #brands ul li img {
    margin: 0 auto;
    width: 100%;
    max-width: 150px;
  }
}
@media only screen and (max-width: 680px) {
  #characters .content-container {
    float: none;
    width: 100%;
    margin: 20px 0 0 0;
  }
  #characters #video-container {
    float: none;
    width: 100%;
    margin: 20px 0 0 0;
  }
  #engineering-videos .content-container {
    float: none;
    width: 100%;
    margin: 20px 0 0 0;
  }
  #engineering-videos #video-container {
    float: none;
    width: 100%;
    margin: 20px 0 0 0;
  }
}
@media only screen and (max-width: 660px) {
  #being-brand-ambassador-list li {
    width: 46.875%;
    margin: 0 1.5625% 20px 1.5625%;
    padding: 0;
    float: left;
  }
  #being-brand-ambassador-list li:nth-child(3n+1) {
    clear: none;
    float: left;
  }
  #being-brand-ambassador-list li:nth-child(2n+1) {
    clear: left;
    float: left;
  }
  #carousel-banner-2 .container h3 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 28px;
    line-height: 2.8rem;
    padding: 30px 20px 10px;
  }
  #carousel-banner-2 .container p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem;
    padding: 0 20px;
  }
  #carousel-banner-2 .container a .play-icon {
    margin-top: 10px;
  }
  .columns {
    max-width: 940px;
    margin: 0 auto;
    padding: 2.5% 0px;
    *zoom: 1;
  }
  .columns:before,
  .columns:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .columns:after {
    clear: both;
  }
  .columns .third {
    width: auto;
    float: none;
    padding: 0 0 0 0px;
  }
  .columns .two-thirds {
    width: auto;
    float: none;
    padding: 0 0 2.5% 0px;
  }
}
@media only screen and (max-width: 630px) {
  #statistics ul.group li,
  #statistics2 ul.group li {
    float: left;
    position: relative;
    margin: 0 5.93220339% 0 6.77966102%;
    width: 37.28813559%;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
  #statistics ul.group li .number,
  #statistics2 ul.group li .number {
    font-size: 60px;
    font-size: 6rem;
    line-height: 60px;
    line-height: 6rem;
  }
  #statistics ul.group li:nth-child(3),
  #statistics2 ul.group li:nth-child(3) {
    clear: left;
    float: left;
    margin-top: 30px;
  }
  #statistics ul.group li:last-child,
  #statistics2 ul.group li:last-child {
    margin: 30px 5.93220339% 0 6.77966102%;
  }
  #brain-list li {
    width: auto;
    margin: 0;
    padding: 0;
    float: none;
    clear: both;
  }
  #brain-list li img {
    float: left;
    width: 48.30508475%;
    margin: 0 0 30px 0;
  }
  #brain-list li h4 {
    padding: 40px 0 10px 0;
    float: right;
    width: 48.30508475%;
  }
  #brain-list li ul {
    float: right;
    width: 48.30508475%;
    margin: 0 0 30px 0;
  }
  #carousel-banner-2 .banner-container {
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    width: 460px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -230px;
    min-height: 300px;
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  #cookie-note span {
    float: left;
  }
  #cookie-note {
    float: left;
    width: 100%;
    margin-top: 15px;
    line-height: 20px;
    line-height: 2rem;
  }
  #cookie-note div {
    padding: 5px 5px 5px 10px;
  }
  span#cookie-button {
    float: right;
    display: block;
    line-height: 40px;
    line-height: 4rem;
    margin: 0;
  }
  #cookie-note a {
    clear: left;
    float: left;
  }
  #statistics ul.group li,
  #statistics2 ul.group li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
  #statistics ul.group li .number,
  #statistics2 ul.group li .number {
    font-size: 50px;
    font-size: 5rem;
    line-height: 50px;
    line-height: 5rem;
  }
  #journey-1 .wrapper,
  #journey-2 .wrapper,
  #journey-3 .wrapper,
  #journey-4 .wrapper,
  #journey-5 .wrapper,
  #journey-6 .wrapper,
  #journey-7 .wrapper,
  #journey-8 .wrapper {
    padding: 30px 20px 20px;
  }
  #journey-1 .wrapper .element,
  #journey-2 .wrapper .element,
  #journey-3 .wrapper .element,
  #journey-4 .wrapper .element,
  #journey-5 .wrapper .element,
  #journey-6 .wrapper .element,
  #journey-7 .wrapper .element,
  #journey-8 .wrapper .element {
    float: none;
    margin: 0 auto 20px auto;
    width: auto;
    max-width: 400px;
  }
  #journey-1 .wrapper .content,
  #journey-2 .wrapper .content,
  #journey-3 .wrapper .content,
  #journey-4 .wrapper .content,
  #journey-5 .wrapper .content,
  #journey-6 .wrapper .content,
  #journey-7 .wrapper .content,
  #journey-8 .wrapper .content {
    float: none;
    width: auto;
    padding: 0;
  }
  #world-1 .wrapper,
  #world-2 .wrapper,
  #world-3 .wrapper,
  #world-4 .wrapper,
  #world-5 .wrapper,
  #world-6 .wrapper,
  #world-7 .wrapper,
  #world-8 .wrapper {
    padding: 30px 20px 20px;
  }
  #world-1 .wrapper .element,
  #world-2 .wrapper .element,
  #world-3 .wrapper .element,
  #world-4 .wrapper .element,
  #world-5 .wrapper .element,
  #world-6 .wrapper .element,
  #world-7 .wrapper .element,
  #world-8 .wrapper .element {
    float: none;
    margin: 0 auto 20px auto;
    width: auto;
    max-width: 400px;
  }
  #world-1 .wrapper .content,
  #world-2 .wrapper .content,
  #world-3 .wrapper .content,
  #world-4 .wrapper .content,
  #world-5 .wrapper .content,
  #world-6 .wrapper .content,
  #world-7 .wrapper .content,
  #world-8 .wrapper .content {
    float: none;
    width: auto;
    padding: 0;
  }
  #animation-1 .wrapper,
  #animation-2 .wrapper,
  #animation-3 .wrapper,
  #animation-4 .wrapper,
  #animation-5 .wrapper,
  #animation-6 .wrapper,
  #animation-7 .wrapper,
  #animation-8 .wrapper {
    padding: 0px;
  }
  #animation-1 .wrapper .content,
  #animation-2 .wrapper .content,
  #animation-3 .wrapper .content,
  #animation-4 .wrapper .content,
  #animation-5 .wrapper .content,
  #animation-6 .wrapper .content,
  #animation-7 .wrapper .content,
  #animation-8 .wrapper .content {
    padding: 30px 20px 20px 20px;
  }
  #animation-1 img,
  #animation-2 img,
  #animation-3 img,
  #animation-4 img,
  #animation-5 img,
  #animation-6 img,
  #animation-7 img,
  #animation-8 img {
    min-height: auto;
  }
  #animation-1 {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 560px) {
  .col3-1,
  .col3-2,
  .col3-3 {
    float: none;
    width: 90%;
    padding-right: 2%;
    padding-bottom: 0;
  }
  .input input[type=text],
  .input input[type=email] {
    float: none;
    width: 100%;
    padding-right: 2%;
  }
  #Email_Addresses {
    width: 90%;
    padding-right: 2%;
  }
  #captcha-container {
    margin-right: 10% !important;
    width: 180px !important;
  }
  #captcha-container img {
    float: none !important;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 540px) {
  .banner-container.vertical-fix {
    margin-top: 0 !important;
  }
  .banner-container.vertical-fix2 {
    margin-top: 0 !important;
  }
  .banner-container.vertical-fix3 {
    margin-top: 0 !important;
  }
  .banner-container.ambassadors-postcards {
    margin-top: 0;
  }
  .owl-carousel .owl-controls .owl-nav .owl-prev,
  .owl-carousel .owl-controls .owl-nav .owl-next {
    opacity: 0.4;
  }
  #statistics ul.group li,
  #statistics2 ul.group li {
    float: left;
    position: relative;
    margin: 0 3% 0 3%;
    width: 44%;
  }
  #statistics ul.group li:nth-child(3),
  #statistics2 ul.group li:nth-child(3) {
    clear: left;
    float: left;
    margin-top: 30px;
  }
  #statistics ul.group li:last-child,
  #statistics2 ul.group li:last-child {
    margin: 30px 3% 0 3%;
  }
  #vacancies-list .item,
  #vacancies-list .item.large,
  #vacancies-list .introduce-yourself.item {
    width: auto;
    margin: 0 10px 20px 10px;
  }
  #social-list .item {
    width: auto;
    margin: 0 10px 20px 10px;
  }
  #social-list .item:nth-child(2n) {
    margin-right: 10px;
  }
  #carousel-banner .man-through-glass.inview {
    background: url('../media/banners/man-through-glass/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #carousel-banner .brand-ambassadors.inview {
    background: url('../media/banners/sj-lineup/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #carousel-banner .bottling.inview {
    background: url('../media/banners/bottling/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #carousel-banner .human-resources.inview {
    background: url('../media/banners/tapei/540x260.jpg?1.1') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #carousel-banner .satish.inview {
    background: url('../media/banners/satish/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #carousel-banner .engineering-labelling.inview {
    background: url('../media/banners/labelling/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #carousel-banner .engineering-girl.inview {
    background: url('../media/banners/engineering-girl/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #carousel-banner .engineering-engineers.inview {
    background: url('../media/banners/engineering-engineers/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #carousel-banner .engineering-engineer.inview {
    background: url('../media/banners/engineer/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #carousel-banner .engineering-technicians.inview {
    background: url('../media/banners/scientists/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #carousel-banner .ba-pouring.inview {
    background: url('../media/banners/pouring/540x260.jpg') no-repeat top center;
    height: 580px;
  }
  #carousel-banner .ba-sailor-jerry.inview {
    background: url('../media/banners/ba-sailor-jerry/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #carousel-banner .ludo.inview {
    background: url('../media/banners/ludo/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #carousel-banner .ba-glenfiddich.inview {
    background: url('../media/banners/glenfiddich-barrels/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #carousel-banner .ba-barrels.inview {
    background: url('../media/banners/barrels/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #carousel-banner .tullamore-distillery.inview {
    background: url('../media/banners/tullamore-distillery/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #carousel-banner .woman-lab-technician.inview {
    background: url('../media/banners/woman-lab-technician/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #carousel-banner .men-bbq.inview {
    background: url('../media/banners/men-bbq/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #carousel-banner .green-orange-vests.inview {
    background: url('../media/banners/green-orange-vests/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #carousel-banner .history.inview {
    background: url('../media/banners/history/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #carousel-banner .history2.inview {
    background: url('../media/banners/history2/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #carousel-banner .history3.inview {
    background: url('../media/banners/history3/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #carousel-banner-2 .brand-ambassador.inview {
    background: url('../media/banners/brand-ambassador/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 260px;
  }
  #carousel-banner-2 .tullamore.inview {
    background: url('../media/banners/tullamore/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 260px;
  }
  #carousel-banner .engineering-barrels.inview {
    background: url('../media/banners/engineering-barrels/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #carousel-banner-2 .graduate-kirsty.inview {
    background: url('../media/banners/graduate-kirsty/540x260.jpg') no-repeat top center !important;
    height: auto;
    min-height: 260px;
  }
  #carousel-banner-2 .graduate-engineer.inview {
    background: url('../media/banners/engineer-scaffolding/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 260px;
  }
  #carousel-banner .delivery.inview {
    background: url('../media/banners/delivery-2/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 260px;
  }
  #carousel-banner .global.inview {
    background: url('../media/banners/global/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 260px;
  }
  #carousel-banner .quality.inview {
    background: url('../media/banners/quality-2/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 260px;
  }
  #carousel-banner .team.inview {
    background: url('../media/banners/team-2/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 260px;
  }
  .banner-container,
  #product-range .banner-container {
    position: relative;
    background: rgba(255, 255, 255, 0);
    width: 100%;
    height: auto;
    top: 0;
    left: 0%;
    margin: 0px 0 0 0;
    min-height: none;
    padding: 260px 0 0 0;
  }
  .banner-container.ambassadors-postcards {
    min-height: 100px;
    padding: 270px 0 0 0;
  }
  .banner-container .content {
    background: #fff;
  }
  #carousel-banner-2 .banner-container .content {
    background: none;
  }
  .banner-container h2 {
    display: block;
    text-align: center;
    padding: 20px 20px 10px 20px;
    border-bottom: 2px solid #b09d72;
    margin-bottom: 10px;
  }
  .banner-container .content h3,
  .banner--content h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
    text-transform: uppercase;
  }
  .banner-container .content p,
  .banner--content p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    color: #52484d;
  }
  .banner-container .content p a,
  .banner--content p a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
  #receptionist .banner-container {
    margin-top: 0;
  }
  #carousel-banner-2 .banner-container {
    position: relative;
    background: rgba(255, 255, 255, 0);
    width: 100%;
    height: auto;
    top: 0;
    left: 0%;
    margin: 0px 0 0 0;
    min-height: none;
    padding: 260px 0 0 0;
  }
  #carousel-banner-2 .banner-container h2 {
    display: block;
    text-align: center;
    padding: 20px 20px 10px 20px;
    border-bottom: 2px solid #b09d72;
    margin-bottom: 10px;
  }
  #carousel-banner-2 .banner-container .content h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
    text-transform: uppercase;
    margin: 0 0 0px 0;
  }
  #carousel-banner-2 .banner-container .content p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    color: #52484d;
  }
  #carousel-banner-2 .banner-container .content p a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
  #carousel-banner-2 .container {
    position: static;
    margin: 0;
    min-height: 520px;
    width: auto;
  }
  .owl-carousel .owl-item,
  .banner-carousel .owl-item {
    height: auto !important;
    padding: 0;
  }
  .owl-controls {
    position: absolute;
    top: 140px !important;
    left: 50%;
    width: 1040px;
    margin: -30px 0 0 -520px;
  }
  .the-world.inview {
    background: url('../media/banners/the-world/540x260.jpg') no-repeat top center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
    height: auto;
    max-height: 260px;
  }
  #homepage-image.inview {
    background: url('../media/banners/520x260.jpg') no-repeat top center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
    height: auto;
    min-height: 260px;
  }
  #life-at-william-grant-sons-image.inview {
    background: url('../media/banners/history/540x260.jpg') no-repeat top center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
    height: 260px;
  }
  #roles-locations-image1.inview {
    background: url('../media/banners/540x260.jpg') no-repeat top center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
    height: auto;
    min-height: 260px;
  }
  #roles-locations-image2.inview {
    background: url('../media/banners/hands/540x260.jpg') no-repeat top center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
    height: auto;
    min-height: 260px;
  }
  #brand-ambassador-image.inview {
    background: url('../media/banners/postcards/540x260.jpg') no-repeat top center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: none;
    background-size: none;
    height: auto;
    min-height: 260px;
  }
  #engineering.inview {
    background: url('../media/banners/engineer-scaffolding/540x260.jpg') no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    min-height: 260px;
  }
  #packaging-supply-chain.inview {
    background: url('../media/banners/packaging-supply-chain/540x260.jpg') no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    min-height: 260px;
  }
  #social.inview {
    background: url('../media/banners/social/540x260.jpg') no-repeat top center;
    -webkit-background-size: none;
    -moz-background-size: none;
    -o-background-size: cover;
    background-size: none;
    height: auto;
    min-height: 260px;
  }
  #labelling.inview {
    background: url('../media/banners/labelling/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 200px !important;
  }
  #bottling.inview {
    background: url('../media/banners/bottling/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #glenfiddich-barrels.inview {
    background: url('../media/banners/glenfiddich-barrels/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #human-resources.inview {
    background: url('../media/banners/tapei/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #man-through-glass.inview {
    background: url('../media/banners/man-through-glass/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #brand-ambassadors.inview {
    background: url('../media/banners/sj-lineup/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #pouring.inview {
    background: url('../media/banners/pouring/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #receptionist.inview {
    background: #b39d71 url('../media/banners/receptionist/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #scientists.inview {
    background: url('../media/banners/scientists/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #sj-brand-ambassador.inview {
    background: url('../media/banners/sj-brand-ambassador/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #whisky-ambassador.inview {
    background: url('../media/banners/whisky-ambassador/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #scientists-with-glass.inview {
    background: url('../media/banners/scientists-with-glass/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #james-chan.inview {
    background: url('../media/banners/james-chan/540x260.jpg') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #product-range.inview {
    background: url('../media/banners/brands/540x260.jpg?1.1') no-repeat top center;
    height: auto;
    min-height: 266px;
  }
  #vacancies.inview {
    background: url('../media/banners/vacancies2/540x260.jpg') no-repeat top center;
    height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #vacancy-key-points dd {
    width: 56%;
    padding: 0;
    margin: 0 0 5px 4%;
    float: left;
  }
  #vacancy-key-points dt {
    width: 40%;
    max-width: 150px;
    padding: 0;
    margin: 0 0 5px 0;
    clear: left;
    float: left;
    font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #vacancies {
    width: 100%;
    padding: 30px 0px;
  }
  #page-content .wrapper {
    padding: 30px 20px 30px 20px;
  }
  #values .wrapper {
    padding: 5% 10px;
  }
  #gallery .content {
    padding: 5% 0;
  }
  #social-list .wrapper {
    padding: 30px 0;
  }
  #being-brand-ambassador .wrapper {
    padding: 30px 20px 10px 20px;
  }
  #inside-the-brain .wrapper {
    padding: 30px 20px;
  }
  #benefits .wrapper {
    padding: 30px 20px 30px 20px;
  }
  #footer .sub-links {
    clear: both;
    float: none;
    padding-top: 20px;
    text-align: center;
  }
  #footer .sub-links li {
    float: none;
    display: inline;
    margin-left: 7px;
  }
  #footer .small-print {
    text-align: center;
    margin-top: 4px;
  }
  #engineering .container {
    top: 20px;
  }
  #engineering .container h3 {
    padding: 20px 20px 0px 20px;
    margin-bottom: 0px;
    font-size: 38px;
    font-size: 3.8rem;
  }
  #engineering .container p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #engineering .container a .play-icon {
    margin-top: 10px;
  }
  #packaging-supply-chain .container {
    top: 20px;
  }
  #packaging-supply-chain .container h3 {
    padding: 20px 20px 0px 20px;
    margin-bottom: 0px;
    font-size: 38px;
    font-size: 3.8rem;
  }
  #packaging-supply-chain .container p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #packaging-supply-chain .container a .play-icon {
    margin-top: 10px;
  }
  .gallery-carousel.owl-carousel .owl-controls .owl-nav .owl-next {
    opacity: 1;
  }
  .gallery-carousel.owl-carousel .owl-controls .owl-nav .owl-prev {
    opacity: 1;
  }
  .characters-carousel.owl-carousel .owl-controls .owl-nav .owl-next {
    opacity: 1;
  }
  .characters-carousel.owl-carousel .owl-controls .owl-nav .owl-prev {
    opacity: 1;
  }
  #packaging-supply-chain .container {
    top: 20px;
  }
  #packaging-supply-chain .container h3 {
    padding: 20px 20px 0px 20px;
    margin-bottom: 0px;
    font-size: 38px;
    font-size: 3.8rem;
  }
  #packaging-supply-chain .container p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #packaging-supply-chain .container a .play-icon {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 516px) {
  #masonry-people .item {
    position: relative;
    margin: 0 0 20px 0;
    float: left;
    width: 46.80851064%;
  }
  .video iframe {
    border: 1px solid #a28752;
  }
  #statistics ul.group li,
  #statistics2 ul.group li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
  }
  #statistics ul.group li .number,
  #statistics2 ul.group li .number {
    font-size: 40px;
    font-size: 4rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 500px) {
  #areas-list li {
    width: auto;
    margin: 0 10px 20px 10px;
    padding: 0;
    float: none;
    clear: left;
  }
  #areas-list li a {
    min-height: 0;
  }
  .roles-lightbox #profile-details {
    padding-bottom: 0;
  }
  .roles-lightbox #profile-details figure {
    float: none;
    margin: 0 0 0 0;
    display: inline-block;
  }
  .roles-lightbox #profile-details h2 {
    padding-top: 0;
  }
  .roles-lightbox #profile-details h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
  .roles-lightbox #profile-details h3:nth-child(2n) {
    margin-bottom: 10px !important;
  }
  .col3-1 input[type=text],
  .col3-2 input[type=text],
  .col3-3 input[type=email] {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
  .col3-3 {
    padding-bottom: 10px;
  }
  #Email_Addresses {
    font-size: 14px;
    font-size: 1.4rem;
    height: 140px !important;
  }
  #captcha-form {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .postcard-lightbox #postcard-content {
    padding-top: 20px;
  }
  #statistics ul.group li,
  #statistics.quick-facts ul.group li,
  #statistics2 ul.group li,
  #statistics2.quick-facts ul.group li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
  #statistics ul.group li .number,
  #statistics2 ul.group li .number {
    font-size: 30px;
    font-size: 3rem;
    line-height: 30px;
    line-height: 3rem;
  }
  #statistics.quick-facts ul.group li,
  #statistics2.quick-facts ul.group li {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    line-height: 10px !important;
    line-height: 1rem !important;
  }
  #statistics.quick-facts ul.group li .number,
  #statistics2.quick-facts ul.group li .number {
    font-size: 25px !important;
    font-size: 2.5rem !important;
    line-height: 25px !important;
    line-height: 2.5rem !important;
  }
  #wgs-logo {
    max-width: 250px;
  }
  /* Global Roles Listing - Full width */
  .list-global-roles .global-role--item {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  /* Global Roles Listing - Full width */
  .list-vacancies .vacancy--item {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  h3.heading {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
    padding-bottom: 15px !important;
  }
  #areas-list li a h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
  #vacancies #roles li,
  #vacancies #roles li:nth-child(3n),
  #vacancies #roles li:nth-child(2n) {
    float: none;
    clear: both;
    width: auto;
    margin: 0 10px 20px 10px;
  }
  #brain-list li {
    padding-bottom: 30px;
  }
  #brain-list li:last-child {
    padding-bottom: 0;
  }
  #brain-list li img {
    clear: left;
    width: auto;
    float: none;
    margin: 0 auto 15px auto;
  }
  #brain-list li h4 {
    padding: 10px 0 10px 0;
    float: none;
    width: auto;
    border-top: 1px #bebabc solid;
  }
  #brain-list li ul {
    float: none;
    width: auto;
  }
  .vacancy-options ul {
    float: left;
    margin-bottom: 15px;
  }
  .vacancy-options p {
    clear: left;
  }
  section.cta.small-bottom-padding {
    padding-bottom: 5%;
  }
  #intro.small-top-padding {
    padding-top: 5%;
  }
  .banner-standard {
    padding: 5% 5%;
  }
  .banner--content {
    padding: 5% 5%;
  }
  .vacancies,
  section.cta,
  #business-areas .wrapper,
  #benefits .wrapper,
  #people .wrapper {
    padding: 5% 20px;
  }
}
@media only screen and (max-width: 420px) {
  .banner-container .content p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    color: #52484d;
  }
  .banner-container .content p a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
  #values ul li {
    float: none;
    clear: left;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
    min-height: 172px;
  }
  #values ul li span {
    background-size: contain !important;
    width: 66px;
    height: 66px;
  }
  #values ul li h4 {
    padding: 106px 20px 6px 20px;
  }
  #values ul li p {
    padding: 0 20px 20px 20px;
  }
  #being-brand-ambassador-list li {
    width: auto;
    margin: 0 10px 20px 10px;
    padding: 0;
    float: none;
  }
  #being-brand-ambassador-list li:nth-child(3n+1),
  #being-brand-ambassador-list li:nth-child(2n+1) {
    clear: none;
    float: none;
  }
}
@media only screen and (min-width: 400px) {
  #wgs-logo {
    max-width: 300px;
  }
}
@media only screen and (max-width: 380px) {
  #brands ul li,
  #brands ul li.hendricks {
    float: left;
    margin: 0;
    width: 50%;
    padding: 10px 0;
  }
  #brands ul li.glenfiddich a,
  #brands ul li.sailor-jerry a,
  #brands ul li.balvenie a,
  #brands ul li.drambuie a {
    border-left: 1px #7d7579 solid;
  }
  #brands ul li a {
    border: none !important;
  }
  .owl-controls {
    position: absolute;
    top: 90px !important;
    left: 50%;
    width: 1040px;
    margin: -40px 0 0 -520px;
  }
  #carousel-banner-2 .container a .play-icon {
    background: url("../media/sprite.png") no-repeat scroll -92px 0 rgba(0, 0, 0, 0);
    height: 42px;
    width: 42px;
    display: block;
    margin: 0 auto;
  }
  .highres #carousel-banner-2 .container a .play-icon {
    background: url("../media/sprite@2x.png") no-repeat scroll -92px 0 rgba(0, 0, 0, 0);
    background-size: 600px 200px;
  }
  #characters .content-container h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
  #vacancies-list .item h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    padding-bottom: 10px;
  }
  #vacancies-list .item h4 span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
  #carousel-banner .man-through-glass.inview {
    background: url('../media/banners/man-through-glass/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #carousel-banner .brand-ambassadors.inview {
    background: url('../media/banners/sj-lineup/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #carousel-banner .bottling.inview {
    background: url('../media/banners/bottling/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #carousel-banner .human-resources.inview {
    background: url('../media/banners/tapei/380x166.jpg?1.1') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #carousel-banner .satish.inview {
    background: url('../media/banners/satish/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #carousel-banner .engineering-labelling.inview {
    background: url('../media/banners/labelling/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #carousel-banner .engineering-girl.inview {
    background: url('../media/banners/engineering-girl/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #carousel-banner .engineering-engineers.inview {
    background: url('../media/banners/engineering-engineers/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #carousel-banner .engineering-engineer.inview {
    background: url('../media/banners/engineer/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #carousel-banner .engineering-technicians.inview {
    background: url('../media/banners/scientists/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #carousel-banner .ba-pouring.inview {
    background: url('../media/banners/pouring/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #carousel-banner .ba-sailor-jerry.inview {
    background: url('../media/banners/ba-sailor-jerry/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #carousel-banner .ludo.inview {
    background: url('../media/banners/ludo/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #carousel-banner .ba-glenfiddich.inview {
    background: url('../media/banners/glenfiddich-barrels/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #carousel-banner .ba-barrels.inview {
    background: url('../media/banners/barrels/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #carousel-banner .tullamore-distillery.inview {
    background: url('../media/banners/tullamore-distillery/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #carousel-banner .woman-lab-technician.inview {
    background: url('../media/banners/woman-lab-technician/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #carousel-banner .men-bbq.inview {
    background: url('../media/banners/men-bbq/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #carousel-banner .green-orange-vests.inview {
    background: url('../media/banners/green-orange-vests/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #carousel-banner .history.inview {
    background: url('../media/banners/history/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #carousel-banner .history2.inview {
    background: url('../media/banners/history2/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #carousel-banner .history3.inview {
    background: url('../media/banners/history3/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #carousel-banner-2 .brand-ambassador.inview {
    background: url('../media/banners/brand-ambassador/380x166.jpg') no-repeat top center !important;
    height: auto;
    min-height: 166px;
  }
  #carousel-banner-2 .tullamore.inview {
    background: url('../media/banners/tullamore/380x166.jpg') no-repeat top center !important;
    height: auto;
    min-height: 166px;
  }
  #carousel-banner .engineering-barrels.inview {
    background: url('../media/banners/engineering-barrels/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #carousel-banner-2 .graduate-kirsty.inview {
    background: url('../media/banners/graduate-kirsty/380x166.jpg') no-repeat top center !important;
    height: auto;
    min-height: 166px;
  }
  #carousel-banner-2 .graduate-engineer.inview {
    background: url('../media/banners/engineer-scaffolding/380x166.jpg') no-repeat top center !important;
    height: auto;
    min-height: 166px;
  }
  #carousel-banner .delivery.inview {
    background: url('../media/banners/delivery-2/380x166.jpg') no-repeat top center !important;
    height: auto;
    min-height: 166px;
  }
  #carousel-banner .global.inview {
    background: url('../media/banners/global/380x166.jpg') no-repeat top center !important;
    height: auto;
    min-height: 166px;
  }
  #carousel-banner .quality.inview {
    background: url('../media/banners/quality-2/380x166.jpg') no-repeat top center !important;
    height: auto;
    min-height: 166px;
  }
  #carousel-banner .team.inview {
    background: url('../media/banners/team-2/380x166.jpg') no-repeat top center !important;
    height: auto;
    min-height: 166px;
  }
  .banner-container {
    position: relative;
    background: rgba(255, 255, 255, 0);
    width: 100%;
    height: auto;
    top: 0;
    left: 0%;
    margin: 0px 0 0 0;
    min-height: none;
    padding: 166px 0 0 0;
  }
  .banner-container.ambassadors-postcards {
    min-height: 100px;
    padding: 176px 0 0 0;
  }
  .banner-container .content {
    background: #fff;
  }
  #product-range .banner-container {
    padding: 150px 0 0 0;
  }
  .the-world.inview {
    background: url('../media/banners/the-world/380x166.jpg') no-repeat;
    min-height: 166px;
  }
  #homepage-image.inview {
    background: url('../media/banners/380x166.jpg') no-repeat;
  }
  #life-at-william-grant-sons-image.inview {
    background: url('../media/banners/history/380x166.jpg') no-repeat;
    height: auto;
    min-height: 166px;
  }
  #roles-locations-image1.inview {
    background: url('../media/banners/history/380x166.jpg') no-repeat;
    height: auto;
    min-height: 166px;
  }
  #roles-locations-image2.inview {
    background: url('../media/banners/hands/380x166.jpg') no-repeat;
    height: auto;
    min-height: 166px;
  }
  #brand-ambassador-image.inview {
    background: url('../media/banners/postcards/380x166.jpg') no-repeat;
    height: auto;
    min-height: 166px;
  }
  #engineering.inview {
    background: url('../media/banners/engineer-scaffolding/380x166.jpg') no-repeat;
    height: auto;
    min-height: 166px;
  }
  #packaging-supply-chain.inview {
    position: relative;
    background: url('../media/banners/packaging-supply-chain/380x166.jpg') no-repeat;
    min-height: 166px;
  }
  #social.inview {
    background: url('../media/banners/social/380x166.jpg') no-repeat;
    height: auto;
    min-height: 166px;
  }
  #labelling.inview {
    background: url('../media/banners/labelling/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #bottling.inview {
    background: url('../media/banners/bottling/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #glenfiddich-barrels.inview {
    background: url('../media/banners/glenfiddich-barrels/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #human-resources.inview {
    background: url('../media/banners/tapei/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #man-through-glass.inview {
    background: url('../media/banners/man-through-glass/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #brand-ambassadors.inview {
    background: url('../media/banners/sj-lineup/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #pouring.inview {
    background: url('../media/banners/pouring/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #receptionist.inview {
    background: #b39d71 url('../media/banners/receptionist/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #scientists.inview {
    background: url('../media/banners/scientists/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #sj-brand-ambassador.inview {
    background: url('../media/banners/sj-brand-ambassador/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #whisky-ambassador.inview {
    background: url('../media/banners/whisky-ambassador/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #scientists-with-glass.inview {
    background: url('../media/banners/scientists-with-glass/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #james-chan.inview {
    background: url('../media/banners/james-chan/380x166.jpg') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #product-range.inview {
    background: url('../media/banners/brands/380x166.jpg?1.1') no-repeat top center;
    height: auto;
    min-height: 166px;
  }
  #vacancies.inview {
    background: url('../media/banners/vacancies2/380x166.jpg') no-repeat top center;
    height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #masonry-people .item {
    position: relative;
    margin: 0 0 20px 0;
    float: left;
    width: 46.05263158%;
  }
  #masonry-people .item .overlay .content {
    display: none;
  }
  #carousel-banner-2 .banner-container {
    padding: 166px 0 0 0;
  }
  #carousel-banner-2 .container {
    position: static;
    margin: 0;
    min-height: 370px;
    width: auto;
  }
  #carousel-banner-2 .container.small-height {
    position: static;
    margin: 0;
    min-height: 320px;
    width: auto;
  }
  #carousel-banner-2 .container h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    padding: 20px 0px 10px;
  }
  #carousel-banner-2 .banner-container .content p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 16px;
    line-height: 1.6rem;
    padding: 0 0px;
  }
  #carousel-banner-2 .container a .play-icon {
    margin-top: 10px;
  }
}
@media only screen and (max-width 335px) {
}
@media only screen and (min-width: 560px) {
  .postcard-lightbox #postcard-content {
    padding-top: 40px;
    float: left;
    width: 48%;
  }
  .postcard-lightbox #postcard-details {
    float: right;
    width: 48%;
  }
  .postcard-lightbox #postcard-details .stamp {
    width: 235px;
    height: 140px;
    float: right;
    margin-bottom: 30px;
  }
  .postcard-lightbox #postcard-details .stamp.brand-grants {
    background-image: url('../media/ambassadors/stamps/grants.png');
  }
  .highres .postcard-lightbox #postcard-details .stamp.brand-grants {
    background-image: url('../media/ambassadors/stamps/grants@2x.png');
    background-size: 235px 140px;
  }
  .postcard-lightbox #postcard-details .stamp.brand-hendricks {
    background-image: url('../media/ambassadors/stamps/hendricks.png');
  }
  .highres .postcard-lightbox #postcard-details .stamp.brand-hendricks {
    background-image: url('../media/ambassadors/stamps/hendricks@2x.png');
    background-size: 235px 140px;
  }
  .postcard-lightbox #postcard-details .stamp.brand-tullamore {
    background-image: url('../media/ambassadors/stamps/tullamore.png');
  }
  .highres .postcard-lightbox #postcard-details .stamp.brand-tullamore {
    background-image: url('../media/ambassadors/stamps/tullamore@2x.png');
    background-size: 235px 140px;
  }
  .postcard-lightbox #postcard-details .stamp.brand-balvenie {
    background-image: url('../media/ambassadors/stamps/balvenie.png');
  }
  .highres .postcard-lightbox #postcard-details .stamp.brand-balvenie {
    background-image: url('../media/ambassadors/stamps/balvenie@2x.png');
    background-size: 235px 140px;
  }
  .postcard-lightbox #postcard-details .stamp.brand-glenfiddich {
    background-image: url('../media/ambassadors/stamps/glenfiddich.png');
  }
  .highres .postcard-lightbox #postcard-details .stamp.brand-glenfiddich {
    background-image: url('../media/ambassadors/stamps/glenfiddich@2x.png');
    background-size: 235px 140px;
  }
  .postcard-lightbox #postcard-details .stamp.brand-sailor-jerry {
    background-image: url('../media/ambassadors/stamps/sailor-jerry.png');
  }
  .highres .postcard-lightbox #postcard-details .stamp.brand-sailor-jerry {
    background-image: url('../media/ambassadors/stamps/sailor-jerry@2x.png');
    background-size: 235px 140px;
  }
  .postcard-lightbox #postcard-details .stamp.brand-monkey-shoulder {
    background-image: url('../media/ambassadors/stamps/monkey-shoulder.png');
  }
  .highres .postcard-lightbox #postcard-details .stamp.brand-monkey-shoulder {
    background-image: url('../media/ambassadors/stamps/monkey-shoulder@2x.png');
    background-size: 235px 140px;
  }
  .postcard-lightbox #postcard-details .stamp.brand-drambuie {
    background-image: url('../media/ambassadors/stamps/drambuie.png');
  }
  .highres .postcard-lightbox #postcard-details .stamp.brand-drambuie {
    background-image: url('../media/ambassadors/stamps/drambuie@2x.png');
    background-size: 235px 140px;
  }
}
@media only screen and (max-device-width: 960px) {
  html {
    -webkit-text-size-adjust: none;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #a28752;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  max-width: 960px;
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.lightbox {
  max-width: 640px;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  color: inherit;
  border: none;
  padding: 0!important;
  background: transparent;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-dots {
  margin: 1rem 0;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.characters-carousel.owl-carousel .owl-stage-outer {
  z-index: 1;
}
.gallery-carousel.owl-carousel .owl-stage-outer {
  z-index: 1;
}
.owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1040px;
  margin: -30px 0 0 -520px;
  z-index: 0;
  height: 0px;
}
.owl-carousel .owl-nav .owl-prev {
  float: left;
  width: 40px;
  height: 60px;
  background: url('../media/sprite.png') no-repeat;
  text-indent: -9999px;
  z-index: 1;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-prev:focus {
  background-color: transparent;
}
.owl-carousel .owl-nav .owl-next {
  float: right;
  width: 40px;
  height: 60px;
  background: url('../media/sprite.png') no-repeat;
  text-indent: -9999px;
  background-position: -45px 0;
  z-index: 1;
}
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-next:focus {
  background-color: transparent;
}
.owl-carousel .owl-nav .owl-prev:hover {
  background-position: 0 -61px;
}
.owl-carousel .owl-nav .owl-next:hover {
  background-position: -45px -61px;
}
.characters-carousel {
  position: relative;
}
.gallery-carousel {
  max-height: 240px;
  padding-bottom: 40px;
}
.characters-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1060px;
  margin: -30px 0 0 -530px;
  z-index: 0;
  height: 40px;
}
.characters-carousel.owl-carousel .owl-nav .owl-prev {
  float: left;
  width: 40px;
  height: 60px;
  background: url('../media/sprite.png') no-repeat;
  text-indent: -9999px;
  background-position: 0 -61px;
}
.characters-carousel.owl-carousel .owl-nav .owl-next {
  float: right;
  width: 40px;
  height: 60px;
  background: url('../media/sprite.png') no-repeat;
  text-indent: -9999px;
  background-position: -45px -61px;
}
.characters-carousel.owl-carousel .owl-nav .owl-prev:hover {
  background-position: 0 -122px;
}
.characters-carousel.owl-carousel .owl-nav .owl-next:hover {
  background-position: -45px -122px;
}
.gallery-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1060px;
  margin: -30px 0 0 -530px;
  z-index: 0;
  height: 40px;
}
.gallery-carousel.owl-carousel .owl-nav .owl-prev:hover {
  background-position: 0 -122px;
}
.gallery-carousel.owl-carousel .owl-nav .owl-next:hover {
  background-position: -45px -122px;
}
.gallery-carousel.owl-carousel .owl-nav .owl-prev {
  float: left;
  width: 40px;
  height: 60px;
  background: url('../media/sprite.png') no-repeat;
  text-indent: -9999px;
  background-position: 0 -61px;
}
.gallery-carousel.owl-carousel .owl-nav .owl-next {
  float: right;
  width: 40px;
  height: 60px;
  background: url('../media/sprite.png') no-repeat;
  text-indent: -9999px;
  background-position: -45px -61px;
}
.highres .gallery-carousel.owl-carousel .owl-nav .owl-prev {
  float: left;
  width: 40px;
  height: 60px;
  background-image: url('../media/sprite@2x.png');
  background-size: 600px 200px;
  text-indent: -9999px;
  background-position: 0 -61px;
}
.highres .gallery-carousel.owl-carousel .owl-nav .owl-next {
  float: right;
  width: 40px;
  height: 60px;
  background-image: url('../media/sprite@2x.png');
  background-size: 600px 200px;
  text-indent: -9999px;
  background-position: -48px -62px;
}
.gallery-carousel.owl-carousel .owl-item {
  background: #e9e8e9;
  max-height: 240px;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
}
.banner-carousel .owl-item {
  height: 525px;
}
.roles-lightbox {
  max-width: 640px;
}
.characters-carousel.owl-carousel .owl-item {
  height: auto !important;
  background: #000;
  overflow: hidden;
}
.characters-carousel.owl-carousel .owl-item.active img {
  opacity: 0.4 !important;
}
.characters-carousel.owl-carousel .owl-item .item.selected img {
  opacity: 1 !important;
}
.characters-carousel.owl-carousel .owl-item img {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  opacity: 0.4 !important;
  height: auto !important;
  -webkit-transform: scale(1, 1);
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: ease-out;
  -ms-transform: scale(1, 1);
  -ms-transition-duration: 1;
  -ms-transition-timing-function: ease-out;
}
.characters-carousel.owl-carousel .owl-item:hover img {
  height: auto !important;
  opacity: 1 !important;
  z-index: 1;
  -webkit-transform: scale(1.1, 1.1);
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  -moz-transform: scale(1.1, 1.1);
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: ease-out;
  -ms-transform: scale(1.1, 1.1);
  -ms-transition-duration: 1s;
  -ms-transition-timing-function: ease-out;
}
.gallery-carousel {
  padding-bottom: 2em;
}
.gallery-carousel.owl-carousel .owl-item {
  overflow: hidden;
}
.gallery-carousel.owl-carousel .owl-item img {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  opacity: 0.8 !important;
  height: auto !important;
  -webkit-transform: scale(1, 1);
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: ease-out;
  -ms-transform: scale(1, 1);
  -ms-transition-duration: 1;
  -ms-transition-timing-function: ease-out;
}
.gallery-carousel.owl-carousel .owl-item:hover img {
  height: auto !important;
  opacity: 1 !important;
  z-index: 1;
  -webkit-transform: scale(1.1, 1.1);
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  -moz-transform: scale(1.1, 1.1);
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: ease-out;
  -ms-transform: scale(1.1, 1.1);
  -ms-transition-duration: 1s;
  -ms-transition-timing-function: ease-out;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel .owl-rtl {
  direction: rtl;
}
.owl-carousel .owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-nav [class*='owl-']:hover {
  color: #FFF;
  text-decoration: none;
}
.owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #a28752;
}
ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}
.resp-tabs-list li {
  font-weight: bold;
  display: inline-block;
  padding: 10px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}
.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
  padding: 15px 0 0 0;
}
#publications-tabs .resp-tab-content {
  padding: 0;
}
.resp-tab-active {
  border: 1px solid #eee;
  background: #eee;
  color: #fff;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 9px 14px 14px 14px !important;
}
.resp-content-active,
.resp-accordion-active {
  display: block;
}
.resp-tab-content {
  border-top: 5px solid #eee;
}
h2.resp-accordion {
  border-top: none;
  border-bottom: 1px solid #eee;
  margin: 0px;
  padding: 10px 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
}
h2.resp-tab-active {
  border-bottom: 0px solid #eee !important;
  margin-bottom: 0px !important;
  padding: 10px 0 !important;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #eee !important;
  background: blue;
}
.resp-arrow {
  float: right;
  width: 18px;
  height: 11px;
  display: block;
  margin: 6px 10px 5px 20px;
  background-image: url('../media/sprite.png');
  background-position: 328px -21px;
}
h2.resp-tab-active span.resp-arrow {
  background-position: 346px -21px;
}
.highres .resp-arrow {
  background-image: url('../media/sprite@2x.png');
  background-size: 600px 200px;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #DBDBDB !important;
}
h2.resp-accordion.resp-tab-active {
  background: none !important;
  border-left: none;
  border-right: none;
  color: #7d7579;
  border-bottom: none;
}
.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #eee;
}
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #eee !important;
}
.resp-jfit {
  width: 100%;
  margin: 0px;
}
.resp-tab-content-active {
  display: block;
}
h2.resp-accordion:first-child {
  border-top: 1px solid #eee !important;
}
.always-accordion ul.resp-tabs-list {
  display: none;
}
.always-accordion h2.resp-accordion {
  display: block;
}
.always-accordion .resp-accordion-closed {
  display: none !important;
}
.always-accordion .resp-tab-content {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-tab-content {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
}
.main-form {
  padding-top: 0px;
}
.main-form .checkbox input {
  margin: -2px 5px 0 0;
}
.main-form .formfield,
.main-form .formfielderror {
  padding: 0 0 10px 0;
}
.main-form .formfield input,
.main-form .formfield textarea,
.main-form .formfield select {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px;
  border: 1px #ccc solid;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #7d7579;
  width: 100%;
}
.main-form .formfielderror input,
.main-form .formfielderror textarea,
.main-form .formfielderror select {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px;
  border: 1px #ff0000 solid;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #7d7579;
  width: 100%;
}
.required,
.main-form .formfielderror.required input:after,
.main-form .formfield.required select:after,
.main-form .formfielderror.required select:after {
  content: "*";
  color: #a28752;
  padding-right: 2px;
}
.main-form .formfield.gap {
  margin-top: 10px;
}
.main-form p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
}
dl.form.form_info dt {
  font-weight: bold;
}
textarea {
  outline: none;
  font-family: "Humanist777BT-RomanB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 98%;
  resize: none;
  line-height: 18px;
  line-height: 1.8rem;
}
.errortext {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 12px;
  line-height: 1.2rem;
  color: #a28752;
  padding: 5px 0 5px 0;
  text-align: left;
}
label {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 2px 10px 0 0;
  margin: 0px 0 0 0;
  line-height: 32px;
  line-height: 3.2rem;
  font-weight: normal;
}
input,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  outline: none;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.main-form .formfield input,
.main-form .formfielderror input,
input[type=text],
input[type=password],
input[type=email],
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 10px;
  margin: 0;
  border: 1px solid #bebabc;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
#search-input-results:focus,
textarea:focus {
  border: 1px solid #a28752;
}
select {
  outline: none;
  border: 0;
}
h2#dropdown-btn {
  background: #000;
  padding: 0;
  margin: 0 0 0px 0;
  -webkit-transition: all 200ms Ease;
  -moz-transition: all 200ms Ease;
  -ms-transition: all 200ms Ease;
  -o-transition: all 200ms Ease;
  transition: all 200ms Ease;
}
h2#dropdown-btn:hover {
  background: #000000;
}
h2#dropdown-btn i {
  display: inline-block;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  padding: 0 0 0 0px;
}
h2#dropdown-btn a {
  display: block;
  padding: 17px 40px 12px 20px;
  color: #fff;
  position: relative;
}
h2#dropdown-btn a span {
  position: absolute;
}
#filters select {
  width: 32%;
  margin-right: 15px;
  -webkit-appearance: none;
}
select {
  border: 0px solid #ccc;
  padding-right: 27px;
  background: #e9e8e9 url('../media/select-arrow.png') no-repeat 97% center;
  margin: 0 0 5px 0;
  padding: 15px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  outline: none;
}
.form-container {
  background: #eee;
  padding: 20px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.form-container a {
  color: #0000bb;
}
.bodytext .form-container p a {
  border-bottom: 1px dotted #0000bb;
}
.form-container {
  color: #333;
}
.form-container input[type=text],
.form-container input[type=password],
.form-container input[type=email] {
  border: 1px solid #ccc;
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
}
.form-container .button {
  background: #000092;
}
.form-container .errortext {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 0 0 0;
}
.form-container .button {
  margin-top: 10px;
}
.input {
  margin-bottom: 20px;
}
.input input {
  width: 100%;
}
#Email_Addresses {
  height: 100px;
  margin: 0 2% 0px 0;
}
#Email_Addresses_Error {
  margin-right: 10px;
  padding-bottom: 10px;
  text-align: left;
}
#Captcha_Error {
  text-align: left;
  padding-top: 10px;
}
.comment {
  margin: 0px 0 10px 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #999;
}
.checkitem_full input {
  margin: 0 10px 0 0;
}
#captcha-container {
  padding: 10px;
  background: #ccc;
  margin-right: 0%;
  margin-bottom: 20px;
  width: 300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
h2#dropdown-btn a span {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  width: 18px;
  height: 11px;
  background-image: url('../media/sprite.png');
  background-position: 18px -21px;
}
h2#dropdown-btn.selected a span {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  width: 18px;
  height: 11px;
  background-image: url('../media/sprite.png');
  background-position: 36px -21px;
}
.search-container {
  width: 178px;
  overflow: hidden;
  position: relative;
  margin: 0px 0 0 2px;
}
.search-container2 {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0px 0 0 2px;
}
#button-search {
  position: absolute;
  cursor: pointer;
  right: 2px;
  top: 1px;
  background: #fff url('../media/sprite.png');
  background-position: 337px 4px;
  width: 38px;
  height: 37px;
  padding: 8px;
  border: 0;
  border-right: 0px solid #ccc;
  text-indent: -9999px;
}
#search-input {
  background: #fff;
  margin: 0 !important;
  padding: 10px 8px 9px 8px;
  border: 0;
  width: 176px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#search-input-results {
  font-size: 14px;
  font-size: 1.4rem;
  background: #fff;
  margin: 0 !important;
  padding: 8px 8px 9px 8px;
  border: 1px solid #ccc;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.button {
  background: #b39d71;
  border: 0;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  color: #fff !important;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Humanist777BT-BoldB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 15px;
  line-height: 1.5rem;
}
.button.margin-right {
  margin: 0 10px 0 0;
}
.button:hover,
.button:focus {
  background: #806b41;
}
#site-search-button {
  position: absolute;
  right: 5px;
  top: 5px;
  text-index: -9999px;
  background: #333;
  width: 38px;
  height: 38px;
  border: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
input[type=text]#site-search-input {
  border: 1px solid #fff !important;
  margin: 0 !important;
  padding: 10px 10px;
  -webkit-appearance: none;
}
/*# sourceMappingURL=style.min.css.map */