/* line 5, ../../../web/css/libs/_reset.scss */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure, button {
  margin: 0;
  padding: 0;
}

/* line 10, ../../../web/css/libs/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 15, ../../../web/css/libs/_reset.scss */
fieldset,
img {
  border: 0;
}

/* line 20, ../../../web/css/libs/_reset.scss */
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

/* line 25, ../../../web/css/libs/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 29, ../../../web/css/libs/_reset.scss */
caption, th {
  text-align: left;
}

/* line 33, ../../../web/css/libs/_reset.scss */
q:before,
q:after {
  content: "";
}

/* line 43, ../../../web/css/libs/_reset.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 54, ../../../web/css/libs/_reset.scss */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

/* line 60, ../../../web/css/libs/_reset.scss */
.cf:after {
  clear: both;
}

/* line 64, ../../../web/css/libs/_reset.scss */
.cf {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

/* line 8, assetic_compasspGNA13.scss */
body {
  background: black;
  color: #444444;
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  line-height: 1.6em;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  /*@include respond-to-min($g-bp) {
  	border-top:10px solid $al-green;
  	font-size:120%;
  }*/
}

/* ::Default styles */
/* ------------------------------------------------------------ */
/* line 9, ../../../web/css/libs/_typography.scss */
h1 {
  font-size: 1.875em;
  line-height: 1.3em;
  margin-bottom: 1.3em;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  color: white;
}

/* line 18, ../../../web/css/libs/_typography.scss */
h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.375em;
  line-height: 1.3em;
  margin-bottom: 1.2em;
  color: white;
}

/* line 26, ../../../web/css/libs/_typography.scss */
h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.125em;
  line-height: 1.3em;
  margin-bottom: 1em;
  color: white;
}

/* line 34, ../../../web/css/libs/_typography.scss */
h4 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 1em;
  color: white;
}

/* line 42, ../../../web/css/libs/_typography.scss */
h5 {
  font-size: 0.875em;
  line-height: 1.3em;
  margin-bottom: 0.4em;
  color: white;
}

/* line 49, ../../../web/css/libs/_typography.scss */
h6 {
  font-size: 0.875em;
  line-height: 1.3em;
  margin-bottom: 0.4em;
  color: white;
}

/* line 57, ../../../web/css/libs/_typography.scss */
p,
address,
caption {
  font-size: 0.875em;
  line-height: 1.6em;
  font-weight: normal;
  margin-bottom: 1.8em;
  color: #C3C5C3;
}

/* line 68, ../../../web/css/libs/_typography.scss */
blockquote {
  font-style: italic;
  font-size: 1.375em;
  line-height: 1.6em;
  margin-bottom: 2.5em;
  color: #C3C5C3;
}

/* line 79, ../../../web/css/libs/_typography.scss */
ol {
  list-style-type: decimal;
  margin-bottom: 2.5em;
}

/* line 84, ../../../web/css/libs/_typography.scss */
ul {
  list-style-type: disc;
  margin-bottom: 2.5em;
}

/* line 89, ../../../web/css/libs/_typography.scss */
dl {
  margin-bottom: 2.5em;
}

/* line 96, ../../../web/css/libs/_typography.scss */
figure {
  margin-bottom: 25px;
  font-size: 0.75em;
}

/* line 101, ../../../web/css/libs/_typography.scss */
figcaption {
  padding: 20px 0 0 0;
  font-style: italic;
}

/* line 106, ../../../web/css/libs/_typography.scss */
li,
dt,
dd,
table th,
table td {
  color: #C3C5C3;
  font-size: 0.875em;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}

/* line 118, ../../../web/css/libs/_typography.scss */
li li {
  font-size: 0.875rem;
}

/* line 125, ../../../web/css/libs/_typography.scss */
td p,
td li,
td h1,
td h2,
li p {
  font-size: 0.875rem;
}

/* line 135, ../../../web/css/libs/_typography.scss */
a,
a:visited {
  color: #f5f1c6;
  text-decoration: none;
}

/* line 141, ../../../web/css/libs/_typography.scss */
a:hover {
  color: #ede69b;
}

/* line 148, ../../../web/css/libs/_typography.scss */
strong {
  font-weight: 600;
}

/* line 152, ../../../web/css/libs/_typography.scss */
small {
  color: blue;
}

/* line 168, ../../../web/css/libs/_typography.scss */
code {
  padding: 3px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 0.25em;
}

/* line 183, ../../../web/css/libs/_typography.scss */
b {
  font-weight: bold;
}

/* line 194, ../../../web/css/libs/_typography.scss */
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/* line 200, ../../../web/css/libs/_typography.scss */
hr {
  margin: 2.5em 0 2.5em 0;
  border: none;
  clear: both;
  color: #555555;
  background-color: #555555;
  height: 1px;
}

/* line 209, ../../../web/css/libs/_typography.scss */
body .btn {
  border: 1px solid white;
  background: transparent;
}
/* line 213, ../../../web/css/libs/_typography.scss */
body .btn:hover {
  background-color: white;
  color: black;
}

/* line 5, ../../../web/css/libs/_tables.scss */
table {
  border: 1px solid #323232;
  margin: 0 0 30px 0;
  width: 100%;
}

/* line 11, ../../../web/css/libs/_tables.scss */
table thead th {
  background: #ffffff;
  color: #444;
  font-weight: bold;
}

/* line 17, ../../../web/css/libs/_tables.scss */
table th {
  color: #818285;
}

/* line 21, ../../../web/css/libs/_tables.scss */
table th,
table td {
  border-bottom: 1px solid #323232;
  padding: 5px;
}

/* line 29, ../../../web/css/libs/_tables.scss */
table tbody tr.oddrow th,
table tbody tr.oddrow td {
  background: #1f1f1f;
}

/* line 34, ../../../web/css/libs/_tables.scss */
table tbody tr:nth-child(odd) {
  background: #151515;
}

/* line 38, ../../../web/css/libs/_tables.scss */
table tfoot th {
  background: #dadada;
}

/* line 5, ../../../web/css/libs/_forms.scss */
fieldset {
  background: #e1e0e0;
  margin-bottom: 2.5em;
  padding: 10px;
}

/* line 11, ../../../web/css/libs/_forms.scss */
fieldset p {
  margin: 0;
}

/* line 15, ../../../web/css/libs/_forms.scss */
legend {
  background: #fff;
  border: 1px solid #c3c3c3;
  font-weight: bold;
  padding: 5px;
  font-size: 0.875em;
}

/* line 23, ../../../web/css/libs/_forms.scss */
label {
  color: #fff;
  margin: 0;
}

/* line 28, ../../../web/css/libs/_forms.scss */
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="datetime-local"],
input[type="number"],
input[type="file"],
textarea {
  background-color: #fff;
  border: 1px solid #c3c3c3;
  color: #000;
  font-size: 0.875rem;
  margin: 5px 0 5px 0;
  padding: 5px;
  vertical-align: middle;
  width: 100%;
  -webkit-appearance: none;
}

/* line 53, ../../../web/css/libs/_forms.scss */
textarea {
  height: 120px;
}

/* line 57, ../../../web/css/libs/_forms.scss */
input[type="search"] {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* line 62, ../../../web/css/libs/_forms.scss */
input[type="color"] {
  padding: 0;
  height: 30px;
  width: 20%;
}

/* line 71, ../../../web/css/libs/_forms.scss */
input[type="select"] {
  width: 100%;
  border-color: #999;
  font-family: 'Open Sans', sans-serif;
}

/* line 77, ../../../web/css/libs/_forms.scss */
input[type="range"] {
  font-size: 0.875em;
  width: 100%;
}

/* line 82, ../../../web/css/libs/_forms.scss */
input[type="reset"],
input[type="button"],
input[type="submit"],
button[type="reset"],
button[type="button"],
button[type="submit"],
.btn {
  background: #969696;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 6px 10px 6px 10px;
  margin: 0 0 10px 0;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  text-align: center;
}

/* line 102, ../../../web/css/libs/_forms.scss */
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button[type="reset"]:hover,
button[type="button"]:hover,
button[type="submit"]:hover,
.btn:hover {
  background: red;
  color: #FFF;
}

/* line 6, ../../../web/css/libs/_embedded-content.scss */
img {
  margin: 0;
  max-width: 100%;
  height: auto;
}

/* line 12, ../../../web/css/libs/_embedded-content.scss */
a img,
a:visited img {
  text-decoration: none;
}

/* line 17, ../../../web/css/libs/_embedded-content.scss */
iframe {
  border: none;
  margin: 0;
  width: 100%;
}

/* line 23, ../../../web/css/libs/_embedded-content.scss */
video {
  margin: 0;
}

/* line 28, ../../../web/css/libs/_embedded-content.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 33, ../../../web/css/libs/_embedded-content.scss */
.video-container iframe,
.video-container .video-container object,
.video-container .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 45, ../../../web/css/libs/_embedded-content.scss */
canvas {
  background: #efefef;
  border: none;
  border-radius: 4px;
  margin: 0;
  width: 100%;
}

@media print {
  /* line 2, ../../../web/css/libs/_print.scss */
  body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4em;
    font-size: 12pt;
    background: none;
    color: #444;
  }

  /* Headings */
  /* line 13, ../../../web/css/libs/_print.scss */
  h1, h2, h3, h4, h5, h6 {
    margin: 20px 0 10px 0;
    color: #000;
  }

  /* line 18, ../../../web/css/libs/_print.scss */
  h1 {
    font-size: 16pt;
    background: none;
    margin-bottom: 20px;
  }

  /* line 24, ../../../web/css/libs/_print.scss */
  h2 {
    font-size: 14pt;
  }

  /* line 26, ../../../web/css/libs/_print.scss */
  h3 {
    font-size: 12pt;
  }

  /* line 28, ../../../web/css/libs/_print.scss */
  h4, h5, h6 {
    font-size: 12pt;
  }

  /* line 30, ../../../web/css/libs/_print.scss */
  hr {
    background-color: #ccc;
  }

  /* Images */
  /* line 33, ../../../web/css/libs/_print.scss */
  img {
    margin: 1em 1.5em 1.5em 0;
  }

  /* line 35, ../../../web/css/libs/_print.scss */
  a img {
    border: none;
  }

  /* Links */
  /* line 38, ../../../web/css/libs/_print.scss */
  a:link,
  a:visited {
    background: transparent;
    text-decoration: underline;
    color: #333;
  }

  /* Table */
  /* line 46, ../../../web/css/libs/_print.scss */
  caption {
    background: #fff;
    margin-bottom: 2em;
    text-align: left;
  }

  /* line 52, ../../../web/css/libs/_print.scss */
  tr {
    page-break-inside: avoid;
  }

  /* Custom Print Styles
     ========================================================================== */
  /* line 58, ../../../web/css/libs/_print.scss */
  #id {
    display: none;
  }

  /* Masthead */
  /* line 63, ../../../web/css/libs/_print.scss */
  #print-masthead {
    width: 100% !important;
    display: block;
    text-align: left;
    height: 145px;
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid #c4c4c4;
  }

  /* line 73, ../../../web/css/libs/_print.scss */
  #print-masthead p {
    float: right;
    padding: 0 10px 0 0;
    margin: 0 0px 0 0;
    text-align: right;
    width: 8cm;
    font-size: 8pt;
  }

  /* line 82, ../../../web/css/libs/_print.scss */
  #print-masthead img {
    margin: 0px 0px 0px 0px;
  }

  /* line 86, ../../../web/css/libs/_print.scss */
  #content-wrapper {
    width: 100% !important;
    border: none;
    background: #FFF;
  }

  /* line 92, ../../../web/css/libs/_print.scss */
  #content {
    width: 100% !important;
    margin: 0;
    padding: 0;
  }
}
/* line 8, ../../../web/css/modules/_layout.scss */
.page-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

/* line 14, ../../../web/css/modules/_layout.scss */
section {
  background: black;
}

/* line 18, ../../../web/css/modules/_layout.scss */
.content-wrapper {
  margin: 0 auto;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
  padding-left: 12px;
}
@media screen and (min-width: 375px) {
  /* line 18, ../../../web/css/modules/_layout.scss */
  .content-wrapper {
    max-width: 375px;
  }
}
@media screen and (min-width: 480px) {
  /* line 18, ../../../web/css/modules/_layout.scss */
  .content-wrapper {
    max-width: 480px;
  }
}
@media screen and (min-width: 600px) {
  /* line 18, ../../../web/css/modules/_layout.scss */
  .content-wrapper {
    max-width: 600px;
  }
}
@media screen and (min-width: 768px) {
  /* line 18, ../../../web/css/modules/_layout.scss */
  .content-wrapper {
    max-width: 768px;
  }
}
@media screen and (min-width: 900px) {
  /* line 18, ../../../web/css/modules/_layout.scss */
  .content-wrapper {
    max-width: 900px;
  }
}
@media screen and (min-width: 1060px) {
  /* line 18, ../../../web/css/modules/_layout.scss */
  .content-wrapper {
    max-width: 1060px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 18, ../../../web/css/modules/_layout.scss */
  .content-wrapper {
    max-width: 1200px;
  }
}

/* line 57, ../../../web/css/modules/_layout.scss */
.content-wrapper-no-padding {
  padding: 0;
}

/* line 65, ../../../web/css/modules/_layout.scss */
.crisis-wrapper {
  border-bottom: 5px solid white;
  border-top: 5px solid white;
  background: red;
  color: white;
}
/* line 72, ../../../web/css/modules/_layout.scss */
.crisis-wrapper.one-col .crisis-content-col-1 {
  float: none;
  width: 100%;
}
/* line 77, ../../../web/css/modules/_layout.scss */
.crisis-wrapper.one-col .crisis-content-col-2 {
  display: none;
}
/* line 81, ../../../web/css/modules/_layout.scss */
.crisis-wrapper.one-col p {
  text-align: center;
}

@media screen and (min-width: 600px) {
  /* line 88, ../../../web/css/modules/_layout.scss */
  .crisis-content-col-1 {
    float: left;
    width: 80%;
  }
}
/* line 95, ../../../web/css/modules/_layout.scss */
.crisis-content-col-1 p {
  color: inherit;
  margin: 0;
  font-size: 0.75em;
  font-weight: 600;
}

@media screen and (min-width: 600px) {
  /* line 103, ../../../web/css/modules/_layout.scss */
  .crisis-content-col-2 {
    float: left;
    width: 20%;
    text-align: right;
  }
}
/* line 110, ../../../web/css/modules/_layout.scss */
.crisis-content-col-2 .btn {
  font-size: 0.75em;
  background: #faffdc;
  color: inherit;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #DEE89E;
  border-radius: 4px;
}
/* line 119, ../../../web/css/modules/_layout.scss */
.crisis-content-col-2 .btn:hover {
  background: #fff;
}

/* line 129, ../../../web/css/modules/_layout.scss */
.section-breadcrumbs .content-wrapper {
  padding-top: 12px;
  padding-bottom: 0px;
}

/* line 136, ../../../web/css/modules/_layout.scss */
.breadcrumbs-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 139, ../../../web/css/modules/_layout.scss */
.breadcrumbs-list li {
  text-transform: uppercase;
  display: inline;
  margin-right: 10px;
  color: #fff;
  font-size: 0.75em;
  padding: 2px 0;
}
/* line 147, ../../../web/css/modules/_layout.scss */
.breadcrumbs-list li:nth-child(n+2) {
  padding-left: 10px;
  border-left: 1px solid #fff;
}
/* line 151, ../../../web/css/modules/_layout.scss */
.breadcrumbs-list li:last-child {
  padding-left: 4px;
  padding-right: 5px;
  border-left: 1px solid #fff;
}
/* line 159, ../../../web/css/modules/_layout.scss */
.breadcrumbs-list .penultimate span {
  display: none;
}
/* line 164, ../../../web/css/modules/_layout.scss */
.breadcrumbs-list a {
  color: #fff;
}
/* line 167, ../../../web/css/modules/_layout.scss */
.breadcrumbs-list a:hover {
  color: #ede69b;
}
/* line 172, ../../../web/css/modules/_layout.scss */
.breadcrumbs-list .breadcrumbs-current {
  background: #fff;
  color: #111;
  padding-left: 4px;
  padding-right: 5px;
}

/* line 185, ../../../web/css/modules/_layout.scss */
.content-main .content-wrapper {
  padding-bottom: 24px;
}

/* line 195, ../../../web/css/modules/_layout.scss */
.panel-page-intro {
  border: 5px solid #fff;
  display: block;
  position: relative;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  /* line 195, ../../../web/css/modules/_layout.scss */
  .panel-page-intro {
    width: 366px;
    height: 250px;
    float: left;
    margin-right: 12px;
  }
}
@media screen and (min-width: 900px) {
  /* line 195, ../../../web/css/modules/_layout.scss */
  .panel-page-intro {
    width: 432px;
    margin-right: 12px;
    height: 260px;
  }
}
@media screen and (min-width: 1060px) {
  /* line 195, ../../../web/css/modules/_layout.scss */
  .panel-page-intro {
    width: 512px;
    margin-right: 12px;
    height: 280px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 195, ../../../web/css/modules/_layout.scss */
  .panel-page-intro {
    width: 582px;
    margin-right: 12px;
    height: 285px;
  }
}

/* line 227, ../../../web/css/modules/_layout.scss */
.panel-page-intro-content {
  	/*
      @include respond-to-min($c-bp) {
  		@include vertical-align;
  	}
      */
  text-align: center;
  padding: 0 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  /* line 227, ../../../web/css/modules/_layout.scss */
  .panel-page-intro-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
/* line 248, ../../../web/css/modules/_layout.scss */
.panel-page-intro-content h1 {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}
@media screen and (min-width: 600px) {
  /* line 248, ../../../web/css/modules/_layout.scss */
  .panel-page-intro-content h1 {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 768px) {
  /* line 248, ../../../web/css/modules/_layout.scss */
  .panel-page-intro-content h1 {
    font-size: 2em;
    margin-bottom: 0.3em;
  }
}
@media screen and (min-width: 900px) {
  /* line 248, ../../../web/css/modules/_layout.scss */
  .panel-page-intro-content h1 {
    font-size: 2em;
    margin-bottom: 0.6em;
  }
}
@media screen and (min-width: 1200px) {
  /* line 248, ../../../web/css/modules/_layout.scss */
  .panel-page-intro-content h1 {
    font-size: 2.5625em;
    margin-bottom: 0.6em;
  }
}
/* line 275, ../../../web/css/modules/_layout.scss */
.panel-page-intro-content p {
  color: #fff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
  margin-bottom: 12px;
  /*@include respond-to-min($f-bp) {
  	font-size:emify(12);
  	line-height: 1.2em;
  }*/
}
@media screen and (min-width: 600px) {
  /* line 275, ../../../web/css/modules/_layout.scss */
  .panel-page-intro-content p {
    font-size: 1rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  /* line 275, ../../../web/css/modules/_layout.scss */
  .panel-page-intro-content p {
    font-size: 0.9rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 900px) {
  /* line 275, ../../../web/css/modules/_layout.scss */
  .panel-page-intro-content p {
    font-size: 1rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 275, ../../../web/css/modules/_layout.scss */
  .panel-page-intro-content p {
    font-size: 1rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 375px) {
  /* line 227, ../../../web/css/modules/_layout.scss */
  .panel-page-intro-content {
    padding: 0 20px;
  }
}

/* line 313, ../../../web/css/modules/_layout.scss */
.content-fade-out {
  display: none;
  position: absolute;
  bottom: 0;
  height: 80px;
  left: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+1,1+98 */
  background: -moz-linear-gradient(top, transparent 0%, transparent 1%, black 98%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(1%, transparent), color-stop(98%, black), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 1%, black 98%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, transparent 1%, black 98%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, transparent 1%, black 98%, black 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, transparent 1%, black 98%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

/* line 334, ../../../web/css/modules/_layout.scss */
.intro-banner-image {
  background: url(../images/banners/generic-3.jpg) 50% 100% no-repeat;
  background-size: cover;
  display: none;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  /* line 334, ../../../web/css/modules/_layout.scss */
  .intro-banner-image {
    width: 48%;
    height: 250px;
    float: left;
    display: block;
  }
}
@media screen and (min-width: 900px) {
  /* line 334, ../../../web/css/modules/_layout.scss */
  .intro-banner-image {
    width: 432px;
    height: 260px;
  }
}
@media screen and (min-width: 1060px) {
  /* line 334, ../../../web/css/modules/_layout.scss */
  .intro-banner-image {
    width: 512px;
    height: 280px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 334, ../../../web/css/modules/_layout.scss */
  .intro-banner-image {
    width: 582px;
    height: 285px;
  }
}

/* line 367, ../../../web/css/modules/_layout.scss */
.shopping .intro-banner-image {
  background: url(../images/shopping/category-header/all-retailers.jpg) 50% 100% no-repeat;
  background-size: cover;
}

/* line 372, ../../../web/css/modules/_layout.scss */
.category-audio-visual .intro-banner-image {
  background: url(../images/shopping/category-header/audio.jpg) 50% 100% no-repeat;
  background-size: cover;
}

/* line 377, ../../../web/css/modules/_layout.scss */
.category-books-cards-and-gifts .intro-banner-image {
  background: url(../images/shopping/category-header/books.jpg) 50% 100% no-repeat;
  background-size: cover;
}

/* line 382, ../../../web/css/modules/_layout.scss */
.category-fashion .intro-banner-image {
  background: url(../images/shopping/category-header/fashion.jpg) 50% 100% no-repeat;
  background-size: cover;
}

/* line 387, ../../../web/css/modules/_layout.scss */
.category-food-and-drink .intro-banner-image {
  background: url(../images/shopping/category-header/food-drink.jpg) 50% 100% no-repeat;
  background-size: cover;
}

/* line 392, ../../../web/css/modules/_layout.scss */
.category-health-and-beauty .intro-banner-image {
  background: url(../images/shopping/category-header/health-beauty.jpg) 50% 100% no-repeat;
  background-size: cover;
}

/* line 397, ../../../web/css/modules/_layout.scss */
.category-other .intro-banner-image {
  background: url(../images/shopping/category-header/all-retailers.jpg) 50% 100% no-repeat;
  background-size: cover;
}

/* line 402, ../../../web/css/modules/_layout.scss */
.category-sports-and-leisure .intro-banner-image {
  background: url(../images/shopping/category-header/sport-leisure.jpg) 50% 100% no-repeat;
  background-size: cover;
}

/* line 407, ../../../web/css/modules/_layout.scss */
.click-and-collect .intro-banner-image {
  background: url(../images/shopping/category-header/click-collect.jpg) 50% 100% no-repeat;
  background-size: cover;
}

/* line 414, ../../../web/css/modules/_layout.scss */
.news .intro-banner-image {
  background: url(../images/banners/news.jpg) 50% 100% no-repeat;
  background-size: cover;
}

/* line 419, ../../../web/css/modules/_layout.scss */
.parking .intro-banner-image {
  background: url(../images/banners/parking.jpg) 50% 100% no-repeat;
  background-size: cover;
}

/* line 424, ../../../web/css/modules/_layout.scss */
.directions .intro-banner-image {
  background: url(../images/banners/directions.jpg) 50% 100% no-repeat;
  background-size: cover;
}

/* line 429, ../../../web/css/modules/_layout.scss */
.information .intro-banner-image {
  background: url(../images/banners/generic-1.jpg) 50% 100% no-repeat;
  background-size: cover;
}

/* line 434, ../../../web/css/modules/_layout.scss */
.leasing .intro-banner-image {
  background: url(../images/banners/leasing-1.jpg) 50% 100% no-repeat;
  background-size: cover;
}

/* line 438, ../../../web/css/modules/_layout.scss */
.community .intro-banner-image {
  background: url(../images/banners/community.jpg) 50% 100% no-repeat;
  background-size: cover;
}

/* line 443, ../../../web/css/modules/_layout.scss */
.leasing .intro-banner-image {
  background: url(../images/banners/generic-1.jpg) 50% 100% no-repeat;
  background-size: cover;
}

/* line 448, ../../../web/css/modules/_layout.scss */
.lookbook .intro-banner-image-body-shop {
  background: url(../images/lookbooks/body-shop/banner.jpg) 50% 100% no-repeat;
  background-size: cover;
}

/* line 453, ../../../web/css/modules/_layout.scss */
.lookbook .intro-banner-image-river {
  background: url(../images/lookbooks/river-island/banner.jpg) 50% 100% no-repeat;
  background-size: cover;
}

/* line 458, ../../../web/css/modules/_layout.scss */
.lookbook .intro-banner-image-fragrance {
  background: url(../images/lookbooks/the-fragrance-shop/banner.jpg) 50% 100% no-repeat;
  background-size: cover;
}

/* line 463, ../../../web/css/modules/_layout.scss */
.lookbook .intro-banner-image-spring {
  background: url(../images/lookbooks/2016-04/banner.jpg) 50% 100% no-repeat;
  background-size: cover;
}

/* line 468, ../../../web/css/modules/_layout.scss */
.lookbook .intro-banner-image-summer {
  background: url(../images/lookbooks/2016-06/banner.jpg) 50% 100% no-repeat;
  background-size: cover;
}

/* line 473, ../../../web/css/modules/_layout.scss */
.lookbook .intro-banner-image-autumn {
  background: url(../images/lookbooks/2017-09/banner.jpg) 50% 100% no-repeat;
  background-size: cover;
}

/* line 478, ../../../web/css/modules/_layout.scss */
.lookbook .intro-banner-image-new-year-2019 {
  background: url(../images/lookbooks/2019-01/banner.jpg?v=1) 50% 100% no-repeat;
  background-size: cover;
}

/* line 483, ../../../web/css/modules/_layout.scss */
.lookbook .intro-banner-image-2017 {
  background: url(../images/lookbooks/2017-03/banner.jpg) 50% 100% no-repeat;
  background-size: cover;
  height: 285px;
}
@media screen and (min-width: 768px) {
  /* line 483, ../../../web/css/modules/_layout.scss */
  .lookbook .intro-banner-image-2017 {
    height: 275px;
  }
}
@media screen and (min-width: 900px) {
  /* line 483, ../../../web/css/modules/_layout.scss */
  .lookbook .intro-banner-image-2017 {
    height: 285px;
  }
}

/* line 497, ../../../web/css/modules/_layout.scss */
.lookbook .intro-banner-image-2017-summer-living {
  background: url(../images/lookbooks/2017-06/banner.jpg) 50% 100% no-repeat;
  background-size: cover;
  height: 285px;
}
@media screen and (min-width: 768px) {
  /* line 497, ../../../web/css/modules/_layout.scss */
  .lookbook .intro-banner-image-2017-summer-living {
    height: 275px;
  }
}
@media screen and (min-width: 900px) {
  /* line 497, ../../../web/css/modules/_layout.scss */
  .lookbook .intro-banner-image-2017-summer-living {
    height: 285px;
  }
}

/* line 512, ../../../web/css/modules/_layout.scss */
.lookbook .intro-banner-image-primark-2018 {
  background: url(../images/lookbooks/2018-01/banner.jpg) 50% 100% no-repeat;
  background-size: cover;
}

/* line 517, ../../../web/css/modules/_layout.scss */
.lookbook .intro-banner-image-spring-2018 {
  background: url(../images/lookbooks/2018-03/banner.jpg) 50% 100% no-repeat;
  background-size: cover;
}

/* line 522, ../../../web/css/modules/_layout.scss */
.lookbook .intro-banner-image-summer-2018 {
  background: url(../images/lookbooks/2018-06/banner.jpg) 50% 100% no-repeat;
  background-size: cover;
}

/* line 528, ../../../web/css/modules/_layout.scss */
.lookbook .lookbook-alt-header {
  font-size: 1em;
}
@media only screen and (min-width: 910px) {
  /* line 528, ../../../web/css/modules/_layout.scss */
  .lookbook .lookbook-alt-header {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 1060px) {
  /* line 528, ../../../web/css/modules/_layout.scss */
  .lookbook .lookbook-alt-header {
    font-size: 2em;
  }
}

/* line 540, ../../../web/css/modules/_layout.scss */
.lookbook-branding {
  background: #fff;
  text-align: center;
}
/* line 544, ../../../web/css/modules/_layout.scss */
.lookbook-branding img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 553, ../../../web/css/modules/_layout.scss */
.content-page {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  /* line 553, ../../../web/css/modules/_layout.scss */
  .content-page {
    width: 500px;
    margin-right: 36px;
    padding: 24px 0 0 12px;
    float: left;
  }
}
@media screen and (min-width: 900px) {
  /* line 553, ../../../web/css/modules/_layout.scss */
  .content-page {
    width: 615px;
  }
}
@media screen and (min-width: 1060px) {
  /* line 553, ../../../web/css/modules/_layout.scss */
  .content-page {
    width: 750px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 553, ../../../web/css/modules/_layout.scss */
  .content-page {
    width: 855px;
  }
}

/* line 579, ../../../web/css/modules/_layout.scss */
.content-page-sidebar {
  width: 296px;
  margin: 0 auto;
}
@media screen and (min-width: 375px) {
  /* line 579, ../../../web/css/modules/_layout.scss */
  .content-page-sidebar {
    width: 351px;
  }
}
@media screen and (min-width: 600px) {
  /* line 579, ../../../web/css/modules/_layout.scss */
  .content-page-sidebar {
    width: 576px;
  }
}
@media screen and (min-width: 768px) {
  /* line 579, ../../../web/css/modules/_layout.scss */
  .content-page-sidebar {
    width: 208px;
    float: left;
  }
}
@media screen and (min-width: 900px) {
  /* line 579, ../../../web/css/modules/_layout.scss */
  .content-page-sidebar {
    width: 225px;
  }
}
@media screen and (min-width: 1060px) {
  /* line 579, ../../../web/css/modules/_layout.scss */
  .content-page-sidebar {
    width: 250px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 579, ../../../web/css/modules/_layout.scss */
  .content-page-sidebar {
    width: 285px;
  }
}

/* line 613, ../../../web/css/modules/_layout.scss */
.panel-sidebar {
  background-size: cover;
  position: relative;
  border: 5px solid #666666;
  margin-bottom: 12px;
  width: 296px;
  height: 235px;
}
@media screen and (min-width: 375px) {
  /* line 613, ../../../web/css/modules/_layout.scss */
  .panel-sidebar {
    width: 170px;
    height: 170px;
    margin-right: 11px;
    margin-bottom: 12px;
    float: left;
  }
  /* line 633, ../../../web/css/modules/_layout.scss */
  .panel-sidebar:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) {
  /* line 613, ../../../web/css/modules/_layout.scss */
  .panel-sidebar {
    width: 184px;
    height: 184px;
    margin-right: 12px;
    margin-bottom: 12px;
    float: left;
  }
  /* line 645, ../../../web/css/modules/_layout.scss */
  .panel-sidebar:nth-child(2n) {
    margin-right: 12px;
  }
  /* line 649, ../../../web/css/modules/_layout.scss */
  .panel-sidebar:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 613, ../../../web/css/modules/_layout.scss */
  .panel-sidebar {
    width: 208px;
    height: 170px;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 900px) {
  /* line 613, ../../../web/css/modules/_layout.scss */
  .panel-sidebar {
    width: 225px;
    height: 180px;
  }
}
@media screen and (min-width: 1060px) {
  /* line 613, ../../../web/css/modules/_layout.scss */
  .panel-sidebar {
    width: 250px;
    height: 200px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 613, ../../../web/css/modules/_layout.scss */
  .panel-sidebar {
    width: 285px;
    height: 230px;
  }
}
/* line 676, ../../../web/css/modules/_layout.scss */
.panel-sidebar .panel-sidebar-opacity {
  width: 100%;
  height: 100%;
}
/* line 682, ../../../web/css/modules/_layout.scss */
.panel-sidebar h3 {
  padding: 10px 15px 40px 15px;
  font-size: 1.5em;
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  color: #FFF;
  background: url(../images/icons/arrow.png) 50% 100% no-repeat;
  background-size: 30px;
}

/* line 696, ../../../web/css/modules/_layout.scss */
.panel-sidebar-getting-here {
  background-image: url(../images/sidebar/getting-here.jpg);
}

/* line 700, ../../../web/css/modules/_layout.scss */
.panel-sidebar-getting-fashion {
  background-image: url(../images/sidebar/fashion.jpg);
}

/* line 704, ../../../web/css/modules/_layout.scss */
.panel-sidebar-getting-promotions {
  background-image: url(../images/sidebar/promotions.jpg);
}

/* line 712, ../../../web/css/modules/_layout.scss */
.img-layout-right {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  /* line 712, ../../../web/css/modules/_layout.scss */
  .img-layout-right {
    float: right;
    margin: 0 0 30px 50px;
  }
}

@media (min-width: 1100px) {
  /* line 724, ../../../web/css/modules/_layout.scss */
  .comp-column {
    float: left;
    width: 65%;
  }
}

/* line 732, ../../../web/css/modules/_layout.scss */
.comp-terms {
  padding-top: 30px;
}
@media (min-width: 1100px) {
  /* line 732, ../../../web/css/modules/_layout.scss */
  .comp-terms {
    float: left;
    width: 35%;
    padding-top: 120px;
  }
}
/* line 741, ../../../web/css/modules/_layout.scss */
.comp-terms ol {
  padding-left: 18px;
}
/* line 745, ../../../web/css/modules/_layout.scss */
.comp-terms li {
  font-size: 0.6875em;
  line-height: 1.3em;
  margin-bottom: 10px;
}

/* line 5, ../../../web/css/modules/_header.scss */
.header {
  position: relative;
  z-index: 200;
}
/* line 10, ../../../web/css/modules/_header.scss */
.header .content-wrapper {
  padding-top: 20px;
  padding-bottom: 10px;
  min-height: 70px;
}

/* line 17, ../../../web/css/modules/_header.scss */
.sat-nav {
  display: none;
}
@media (max-width: 1023px) {
  /* line 17, ../../../web/css/modules/_header.scss */
  .sat-nav {
    width: 60px;
    float: left;
    margin-left: 274px;
    color: #999999;
    font-size: 12px;
    line-height: 1.4;
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 17, ../../../web/css/modules/_header.scss */
  .sat-nav {
    width: 200px;
    float: right;
    margin-right: 10px;
    color: #999999;
    font-size: 12px;
    line-height: 1.4;
    display: block;
  }
}
@media (max-width: 424px) {
  /* line 17, ../../../web/css/modules/_header.scss */
  .sat-nav {
    width: 160px;
    float: right;
    margin-left: 274px;
    color: #999999;
    font-size: 10px;
    line-height: 1.4;
    display: block;
  }
}

/* :: Logo
/* ------------------------------------------------------------ */
/* line 50, ../../../web/css/modules/_header.scss */
.logo {
  width: 100px;
  height: auto;
  position: absolute;
  top: 12px;
  left: 12px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 50, ../../../web/css/modules/_header.scss */
  .logo {
    top: 15px;
    width: 143px;
  }
}
@media (min-width: 1040px) {
  /* line 50, ../../../web/css/modules/_header.scss */
  .logo {
    top: 15px;
  }
}

/* :: Button : Search Toggle
/* ------------------------------------------------------------ */
/* line 73, ../../../web/css/modules/_header.scss */
.btn-mobile-search {
  position: absolute;
  right: 95px;
  top: 20px;
  width: 32px;
  height: 32px;
  opacity: 0.7;
}
/* line 82, ../../../web/css/modules/_header.scss */
.btn-mobile-search:hover {
  opacity: 1;
  cursor: pointer;
}
@media (min-width: 768px) {
  /* line 73, ../../../web/css/modules/_header.scss */
  .btn-mobile-search {
    display: none;
  }
}

/* line 92, ../../../web/css/modules/_header.scss */
.btn-mobile-search.active {
  opacity: 1;
}

/* :: Button : Menu Toggle
/* ------------------------------------------------------------ */
/* line 100, ../../../web/css/modules/_header.scss */
.btn-menu {
  position: absolute;
  right: 12px;
  top: 20px;
  width: 70px;
  padding-top: 4px;
  height: 32px;
  opacity: 0.7;
  text-align: center;
  background: #020202;
  border: 1px solid #eeeeee;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #fff;
}
/* line 115, ../../../web/css/modules/_header.scss */
.btn-menu:hover {
  opacity: 1;
  cursor: pointer;
  color: #fff;
}
@media (min-width: 768px) {
  /* line 100, ../../../web/css/modules/_header.scss */
  .btn-menu {
    display: none;
  }
}

/* line 130, ../../../web/css/modules/_header.scss */
.btn-mobile-search.active {
  opacity: 1;
}

/* :: Search Panel
/* ------------------------------------------------------------ */
/* line 138, ../../../web/css/modules/_header.scss */
.search-panel {
  width: 212px;
  float: right;
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 138, ../../../web/css/modules/_header.scss */
  .search-panel {
    display: block;
  }
}

/* line 148, ../../../web/css/modules/_header.scss */
.search-label {
  display: none;
}

/* line 152, ../../../web/css/modules/_header.scss */
.search-holder-field {
  width: 176px;
  margin-right: 4px;
  float: left;
}

/* line 158, ../../../web/css/modules/_header.scss */
input.search-field {
  margin: 0 !important;
  border: 1px solid #717171;
  background: #171717;
  height: 32px;
  padding-left: 15px;
  color: #fff;
}

/* line 167, ../../../web/css/modules/_header.scss */
::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #c7c7c7;
  font-size: 0.875em;
}

/* line 173, ../../../web/css/modules/_header.scss */
:-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
  color: #c7c7c7;
  font-size: 0.875em;
}

/* line 179, ../../../web/css/modules/_header.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  color: #c7c7c7;
  font-size: 0.875em;
}

/* line 185, ../../../web/css/modules/_header.scss */
:-ms-input-placeholder {
  text-transform: uppercase;
  color: #c7c7c7;
  font-size: 0.875em;
}

/* line 191, ../../../web/css/modules/_header.scss */
.search-holder-submit {
  width: 32px;
  float: left;
  line-height: 0;
}
/* line 196, ../../../web/css/modules/_header.scss */
.search-holder-submit .btn {
  background: #717171;
  padding: 0;
  margin: 0;
}

/* :: Social Media Links
/* ------------------------------------------------------------ */
/* line 207, ../../../web/css/modules/_header.scss */
.nav-social {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right;
  margin-right: 24px;
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 207, ../../../web/css/modules/_header.scss */
  .nav-social {
    display: block;
  }
}
@media screen and (min-width: 1060px) {
  /* line 207, ../../../web/css/modules/_header.scss */
  .nav-social {
    margin-right: 36px;
  }
}
/* line 221, ../../../web/css/modules/_header.scss */
.nav-social li {
  float: left;
  margin-right: 8px;
}
/* line 226, ../../../web/css/modules/_header.scss */
.nav-social li:last-child {
  margin-right: 0;
}

/* :: Newsletter Signup
/* ------------------------------------------------------------ */
/* line 235, ../../../web/css/modules/_header.scss */
.newsletter-signup {
  float: right;
  text-transform: uppercase;
  color: #c7c7c7 !important;
  font-size: 0.875em;
  padding: 4px 60px 3px 10px;
  margin-right: 24px;
  background: url(../images/global/icon-arrow-newsletter.png) 95% 50% #373737 no-repeat;
  display: none;
}
@media screen and (min-width: 900px) {
  /* line 235, ../../../web/css/modules/_header.scss */
  .newsletter-signup {
    display: block;
  }
}
@media screen and (min-width: 1060px) {
  /* line 235, ../../../web/css/modules/_header.scss */
  .newsletter-signup {
    margin-right: 36px;
  }
}
/* line 254, ../../../web/css/modules/_header.scss */
.newsletter-signup span {
  display: none;
}
@media screen and (min-width: 1060px) {
  /* line 254, ../../../web/css/modules/_header.scss */
  .newsletter-signup span {
    display: initial;
  }
}
/* line 262, ../../../web/css/modules/_header.scss */
.newsletter-signup:hover {
  background: url(../images/global/icon-arrow-newsletter.png) 95% 50% #575757 no-repeat;
}

/* :: Menu : Desktop
/* ------------------------------------------------------------ */
/* line 271, ../../../web/css/modules/_header.scss */
.menu-primary {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right;
  clear: both;
  margin: 8px 0 0 0;
  display: none;
  position: relative;
  margin: 0;
}
@media screen and (min-width: 768px) {
  /* line 271, ../../../web/css/modules/_header.scss */
  .menu-primary {
    display: block;
  }
}
/* line 285, ../../../web/css/modules/_header.scss */
.menu-primary li {
  float: left;
  text-transform: uppercase;
  font-size: 0.875em;
  margin: 0 0 0 34px;
  font-weight: 600;
}
/* line 292, ../../../web/css/modules/_header.scss */
.menu-primary li a {
  color: #FFF;
  display: block;
  padding: 10px 12px;
}
/* line 298, ../../../web/css/modules/_header.scss */
.menu-primary li a:hover {
  background: #fff;
  color: #000;
}
/* line 304, ../../../web/css/modules/_header.scss */
.menu-primary li:hover a {
  background: #fff;
  color: #000;
  transition: background 0.1s linear;
}
/* line 310, ../../../web/css/modules/_header.scss */
.menu-primary .nav-sub-fixed {
  position: relative;
  /*--Important for the shop drop-down--*/
}

/* line 316, ../../../web/css/modules/_header.scss */
.sub {
  position: absolute;
  /*--Important--*/
  top: 39px;
  right: 0;
  width: 500px;
  z-index: 99999;
  padding: 15px 0;
  height: auto;
  overflow: visible;
  display: none;
  /*--Hidden for those with js turned off--*/
  background: #fff;
  border: 3px solid #c8c9d8;
}
/* line 329, ../../../web/css/modules/_header.scss */
.sub .sub-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 33%;
  background: #fff;
  margin: 0;
  padding: 10px;
}
/* line 337, ../../../web/css/modules/_header.scss */
.sub .sub-nav li {
  background: none;
  width: 100%;
  padding-bottom: 2px;
  text-transform: none;
  margin: 0 0 8px 5px;
}
/* line 344, ../../../web/css/modules/_header.scss */
.sub .sub-nav li a {
  color: #797979;
  text-align: left;
  background: transparent !important;
  padding: 0;
}
/* line 350, ../../../web/css/modules/_header.scss */
.sub .sub-nav li a:hover {
  color: #000;
}
/* line 356, ../../../web/css/modules/_header.scss */
.sub .sub-nav:nth-child(2) {
  border-right: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
}
/* line 361, ../../../web/css/modules/_header.scss */
.sub .sub-nav.last {
  border: 0;
}

/* :: Mobile Search 
/* ------------------------------------------------------------ */
/* line 373, ../../../web/css/modules/_header.scss */
.js .search-mobile {
  background: #f2f2f2;
  overflow: hidden;
  max-height: 0;
}

/* Toggle Search on mobile - change height when active */
/* line 381, ../../../web/css/modules/_header.scss */
.search-mobile.active {
  max-height: 35em;
}

@media screen and (min-width: 768px) {
  /* line 386, ../../../web/css/modules/_header.scss */
  .search-mobile {
    display: none;
  }
}
/* line 392, ../../../web/css/modules/_header.scss */
.search-mobile .search-panel {
  width: 226px;
  float: none;
  margin: 0 auto;
  display: block !important;
}

/* :: Primary Navigation : Mobile
/* ------------------------------------------------------------ */
/* line 405, ../../../web/css/modules/_header.scss */
.nav-wrapper-mobile {
  background: #f2f2f2;
}
/* line 408, ../../../web/css/modules/_header.scss */
.nav-wrapper-mobile .content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
}
@media (min-width: 768px) {
  /* line 405, ../../../web/css/modules/_header.scss */
  .nav-wrapper-mobile {
    display: none;
  }
}

/* line 419, ../../../web/css/modules/_header.scss */
.menu-main-mobile {
  clear: both;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* Hide the menu on initail viewport */
/* line 429, ../../../web/css/modules/_header.scss */
.js .menu-main-mobile {
  overflow: hidden;
  max-height: 0;
}

/* line 434, ../../../web/css/modules/_header.scss */
.menu-main-mobile.active {
  max-height: 35em;
  padding: 20px 0;
}

/* line 440, ../../../web/css/modules/_header.scss */
.menu-main-mobile ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 443, ../../../web/css/modules/_header.scss */
.menu-main-mobile ul li {
  margin: 0;
  font-size: 0.9375em;
  text-transform: uppercase;
  border-bottom: 1px dotted #d6d6d6;
}
/* line 450, ../../../web/css/modules/_header.scss */
.menu-main-mobile ul li:last-child {
  border-bottom: 0;
}
/* line 454, ../../../web/css/modules/_header.scss */
.menu-main-mobile ul a {
  color: #262626;
  display: block;
  padding: 7px 7px 7px 0;
}

/* line 469, ../../../web/css/modules/_header.scss */
.nav-todo {
  background: #272727;
}
/* line 471, ../../../web/css/modules/_header.scss */
.nav-todo ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 475, ../../../web/css/modules/_header.scss */
.nav-todo li {
  float: left;
  margin: 0 4px 15px 0;
}
/* line 480, ../../../web/css/modules/_header.scss */
.nav-todo li a {
  background: #fff;
  padding: 4px;
  color: #000;
}
/* line 487, ../../../web/css/modules/_header.scss */
.nav-todo .break {
  clear: both;
}
/* line 492, ../../../web/css/modules/_header.scss */
.nav-todo .template-added a {
  background: #eaffd4;
}
/* line 498, ../../../web/css/modules/_header.scss */
.nav-todo .not-doing a {
  background: red;
}

/* line 5, ../../../web/css/modules/_footer.scss */
.footer {
  font-weight: 600;
  text-transform: uppercase;
}
/* line 10, ../../../web/css/modules/_footer.scss */
.footer .content-wrapper {
  border-top: 1px solid #6e6e6e;
  padding-top: 24px;
}
/* line 15, ../../../web/css/modules/_footer.scss */
.footer h2 {
  color: #fff;
  font-size: 0.875em;
  font-weight: 600;
}

/* line 24, ../../../web/css/modules/_footer.scss */
.footer-row .column {
  border-bottom: 1px solid #6e6e6e;
  width: 100%;
  padding-bottom: 1em;
  margin-bottom: 1em;
  /*
  @include respond-to-min($c-bp) {
  	float:left;
  	margin-right:7%;
  	width: col_w(7%, 2);
  	
  	&:nth-child(2n) {
  		margin-right:0;
  	}
  }
  
  @include respond-to-min($e-bp) {
  	margin-right:6%;
  	width: col_w(6%, 4);
  	
  	&:nth-child(2n) {
  		margin-right:6%;
  	}
  	
  	&:last-child {
  		margin-right:0;
  	}
  	
  }*/
}
@media screen and (min-width: 600px) {
  /* line 24, ../../../web/css/modules/_footer.scss */
  .footer-row .column {
    margin-right: 4%;
    padding-right: 4%;
    width: 46%;
    float: left;
    min-height: 260px;
  }
  /* line 40, ../../../web/css/modules/_footer.scss */
  .footer-row .column:nth-child(2n) {
    margin-right: 0;
    border-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  /* line 24, ../../../web/css/modules/_footer.scss */
  .footer-row .column {
    border-right: 1px solid #6e6e6e;
    border-bottom: 0;
    margin-right: 4%;
    padding-right: 4%;
    width: 22%;
    float: left;
    min-height: 320px;
  }
  /* line 56, ../../../web/css/modules/_footer.scss */
  .footer-row .column:nth-child(2n) {
    margin-right: 4%;
    border-right: 1px solid #6e6e6e;
  }
  /* line 61, ../../../web/css/modules/_footer.scss */
  .footer-row .column:last-child {
    margin-right: 0;
    border-right: 0;
  }
}

/* line 98, ../../../web/css/modules/_footer.scss */
.footer-intro p {
  color: #ababab;
  font-size: 0.8125em;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 110, ../../../web/css/modules/_footer.scss */
.footer-opening-times dt {
  float: left;
  width: 60%;
  color: #ababab;
  font-size: 0.8125em;
  margin-bottom: 6px;
}
/* line 118, ../../../web/css/modules/_footer.scss */
.footer-opening-times dd {
  float: left;
  width: 40%;
  color: #ababab;
  font-size: 0.8125em;
  margin-bottom: 6px;
}

/* line 128, ../../../web/css/modules/_footer.scss */
.footer-menu .footer-menu-col-1 {
  float: left;
  width: 55%;
}
/* line 133, ../../../web/css/modules/_footer.scss */
.footer-menu .footer-menu-col-2 {
  float: left;
  width: 45%;
}
/* line 138, ../../../web/css/modules/_footer.scss */
.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 141, ../../../web/css/modules/_footer.scss */
.footer-menu ul li {
  font-size: 0.75em;
}
/* line 145, ../../../web/css/modules/_footer.scss */
.footer-menu ul a {
  color: #ababab;
}

/* line 153, ../../../web/css/modules/_footer.scss */
.footer-contact-details address {
  color: #ababab;
  font-weight: 600;
  font-size: 0.8125em;
}
/* line 159, ../../../web/css/modules/_footer.scss */
.footer-contact-details p {
  color: #ababab;
  font-size: 0.8125em;
}
/* line 163, ../../../web/css/modules/_footer.scss */
.footer-contact-details p strong {
  color: #fff;
}

/* line 169, ../../../web/css/modules/_footer.scss */
.footer .btn {
  font-size: 0.75rem;
  display: block;
}

/* line 2, ../../../web/css/modules/_carousel.scss */
.carousel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 7, ../../../web/css/modules/_carousel.scss */
.carousel ul li {
  margin: 0;
  padding: 0;
}

/* line 22, ../../../web/css/modules/_homepage.scss */
.grid-wrapper {
  position: relative;
  height: 940px;
  width: 320px;
  margin: 0 auto;
}

/* line 31, ../../../web/css/modules/_homepage.scss */
.holder {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}

/* line 36, ../../../web/css/modules/_homepage.scss */
.holder-1 {
  left: 10px;
  top: 10px;
  width: 300px;
  height: 300px;
}

/* line 43, ../../../web/css/modules/_homepage.scss */
.holder-2 {
  left: 10px;
  top: 320px;
  width: 145px;
  height: 145px;
}

/* line 50, ../../../web/css/modules/_homepage.scss */
.holder-3 {
  left: 165px;
  top: 320px;
  width: 145px;
  height: 145px;
}

/* line 57, ../../../web/css/modules/_homepage.scss */
.holder-4 {
  left: 10px;
  top: 475px;
  width: 300px;
  height: 145px;
}

/* line 64, ../../../web/css/modules/_homepage.scss */
.holder-5 {
  left: 10px;
  top: 630px;
  width: 145px;
  height: 145px;
}

/* line 71, ../../../web/css/modules/_homepage.scss */
.holder-6 {
  left: 165px;
  top: 630px;
  width: 145px;
  height: 145px;
}

/* line 78, ../../../web/css/modules/_homepage.scss */
.holder-7 {
  left: 10px;
  top: 785px;
  width: 300px;
  height: gridholder-7Height-lay_A(1);
}

/* line 85, ../../../web/css/modules/_homepage.scss */
.holder-8 {
  display: none;
}

@media screen and (min-width: 375px) {
  /* line 102, ../../../web/css/modules/_homepage.scss */
  .grid-wrapper {
    position: relative;
    height: 1103px;
    width: 375px;
    margin: 0 auto;
  }

  /* line 111, ../../../web/css/modules/_homepage.scss */
  .holder {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
  }

  /* line 116, ../../../web/css/modules/_homepage.scss */
  .holder-1 {
    left: 11px;
    top: 11px;
    width: 353px;
    height: 353px;
  }

  /* line 123, ../../../web/css/modules/_homepage.scss */
  .holder-2 {
    left: 11px;
    top: 375px;
    width: 171px;
    height: 171px;
  }

  /* line 130, ../../../web/css/modules/_homepage.scss */
  .holder-3 {
    left: 193px;
    top: 375px;
    width: 171px;
    height: 171px;
  }

  /* line 137, ../../../web/css/modules/_homepage.scss */
  .holder-4 {
    left: 11px;
    top: 557px;
    width: 353px;
    height: 171px;
  }

  /* line 144, ../../../web/css/modules/_homepage.scss */
  .holder-5 {
    left: 11px;
    top: 739px;
    width: 171px;
    height: 171px;
  }

  /* line 151, ../../../web/css/modules/_homepage.scss */
  .holder-6 {
    left: 193px;
    top: 739px;
    width: 171px;
    height: 171px;
  }

  /* line 158, ../../../web/css/modules/_homepage.scss */
  .holder-7 {
    left: 11px;
    top: 921px;
    width: 353px;
    height: 171px;
  }

  /* line 165, ../../../web/css/modules/_homepage.scss */
  .holder-8 {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  /* line 181, ../../../web/css/modules/_homepage.scss */
  .grid-wrapper {
    height: 453px;
    width: 600px;
  }

  /* line 186, ../../../web/css/modules/_homepage.scss */
  .holder-1 {
    left: 12px;
    top: 12px;
    width: 282px;
    height: 282px;
  }

  /* line 193, ../../../web/css/modules/_homepage.scss */
  .holder-2 {
    left: 306px;
    top: 12px;
    width: 135px;
    height: 135px;
  }

  /* line 200, ../../../web/css/modules/_homepage.scss */
  .holder-3 {
    left: 453px;
    top: 12px;
    width: 135px;
    height: 135px;
  }

  /* line 207, ../../../web/css/modules/_homepage.scss */
  .holder-4 {
    left: 306px;
    top: 159px;
    width: 282px;
    height: 135px;
  }

  /* line 214, ../../../web/css/modules/_homepage.scss */
  .holder-5 {
    left: 12px;
    top: 306px;
    width: 135px;
    height: 135px;
  }

  /* line 221, ../../../web/css/modules/_homepage.scss */
  .holder-6 {
    left: 159px;
    top: 306px;
    width: 135px;
    height: 135px;
  }

  /* line 228, ../../../web/css/modules/_homepage.scss */
  .holder-7 {
    left: 306px;
    top: 306px;
    width: 282px;
    height: 135px;
  }
}
@media screen and (min-width: 768px) {
  /* line 250, ../../../web/css/modules/_homepage.scss */
  .grid-wrapper {
    height: 579px;
    width: 768px;
  }

  /* line 255, ../../../web/css/modules/_homepage.scss */
  .holder-1 {
    left: 12px;
    top: 12px;
    width: 366px;
    height: 366px;
  }

  /* line 262, ../../../web/css/modules/_homepage.scss */
  .holder-2 {
    left: 390px;
    top: 12px;
    width: 177px;
    height: 177px;
  }

  /* line 269, ../../../web/css/modules/_homepage.scss */
  .holder-3 {
    left: 579px;
    top: 12px;
    width: 177px;
    height: 177px;
  }

  /* line 276, ../../../web/css/modules/_homepage.scss */
  .holder-4 {
    left: 390px;
    top: 201px;
    width: 366px;
    height: 177px;
  }

  /* line 283, ../../../web/css/modules/_homepage.scss */
  .holder-5 {
    left: 12px;
    top: 390px;
    width: 177px;
    height: 177px;
  }

  /* line 290, ../../../web/css/modules/_homepage.scss */
  .holder-6 {
    left: 201px;
    top: 390px;
    width: 177px;
    height: 177px;
  }

  /* line 297, ../../../web/css/modules/_homepage.scss */
  .holder-7 {
    left: 390px;
    top: 390px;
    width: 366px;
    height: 177px;
  }
}
@media screen and (min-width: 900px) {
  /* line 318, ../../../web/css/modules/_homepage.scss */
  .grid-wrapper {
    height: 678px;
    width: 900px;
  }

  /* line 323, ../../../web/css/modules/_homepage.scss */
  .holder-1 {
    left: 12px;
    top: 12px;
    width: 432px;
    height: 432px;
  }

  /* line 330, ../../../web/css/modules/_homepage.scss */
  .holder-2 {
    left: 456px;
    top: 12px;
    width: 210px;
    height: 210px;
  }

  /* line 337, ../../../web/css/modules/_homepage.scss */
  .holder-3 {
    left: 678px;
    top: 12px;
    width: 210px;
    height: 210px;
  }

  /* line 344, ../../../web/css/modules/_homepage.scss */
  .holder-4 {
    left: 456px;
    top: 234px;
    width: 432px;
    height: 210px;
  }

  /* line 351, ../../../web/css/modules/_homepage.scss */
  .holder-5 {
    left: 12px;
    top: 456px;
    width: 210px;
    height: 210px;
  }

  /* line 358, ../../../web/css/modules/_homepage.scss */
  .holder-6 {
    left: 234px;
    top: 456px;
    width: 210px;
    height: 210px;
  }

  /* line 365, ../../../web/css/modules/_homepage.scss */
  .holder-7 {
    left: 456px;
    top: 456px;
    width: 432px;
    height: 210px;
  }
}
@media screen and (min-width: 1060px) {
  /* line 387, ../../../web/css/modules/_homepage.scss */
  .grid-wrapper {
    height: 798px;
    width: 1060px;
  }

  /* line 392, ../../../web/css/modules/_homepage.scss */
  .holder-1 {
    left: 12px;
    top: 12px;
    width: 512px;
    height: 512px;
  }

  /* line 399, ../../../web/css/modules/_homepage.scss */
  .holder-2 {
    left: 536px;
    top: 12px;
    width: 250px;
    height: 250px;
  }

  /* line 406, ../../../web/css/modules/_homepage.scss */
  .holder-3 {
    left: 798px;
    top: 12px;
    width: 250px;
    height: 250px;
  }

  /* line 413, ../../../web/css/modules/_homepage.scss */
  .holder-4 {
    left: 536px;
    top: 274px;
    width: 512px;
    height: 250px;
  }

  /* line 420, ../../../web/css/modules/_homepage.scss */
  .holder-5 {
    left: 12px;
    top: 536px;
    width: 250px;
    height: 250px;
  }

  /* line 427, ../../../web/css/modules/_homepage.scss */
  .holder-6 {
    left: 274px;
    top: 536px;
    width: 250px;
    height: 250px;
  }

  /* line 434, ../../../web/css/modules/_homepage.scss */
  .holder-7 {
    left: 536px;
    top: 536px;
    width: 512px;
    height: 250px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 455, ../../../web/css/modules/_homepage.scss */
  .grid-wrapper {
    height: 903px;
    width: 1200px;
  }

  /* line 460, ../../../web/css/modules/_homepage.scss */
  .holder-1 {
    left: 12px;
    top: 12px;
    width: 582px;
    height: 582px;
  }

  /* line 467, ../../../web/css/modules/_homepage.scss */
  .holder-2 {
    left: 606px;
    top: 12px;
    width: 285px;
    height: 285px;
  }

  /* line 474, ../../../web/css/modules/_homepage.scss */
  .holder-3 {
    left: 903px;
    top: 12px;
    width: 285px;
    height: 285px;
  }

  /* line 481, ../../../web/css/modules/_homepage.scss */
  .holder-4 {
    left: 606px;
    top: 309px;
    width: 582px;
    height: 285px;
  }

  /* line 488, ../../../web/css/modules/_homepage.scss */
  .holder-5 {
    left: 12px;
    top: 606px;
    width: 285px;
    height: 285px;
  }

  /* line 495, ../../../web/css/modules/_homepage.scss */
  .holder-6 {
    left: 309px;
    top: 606px;
    width: 285px;
    height: 285px;
  }

  /* line 502, ../../../web/css/modules/_homepage.scss */
  .holder-7 {
    left: 606px;
    top: 606px;
    width: 582px;
    height: 285px;
  }
}
/* line 519, ../../../web/css/modules/_homepage.scss */
.holder-1 {
  background: #e8e4e3;
}
/* line 522, ../../../web/css/modules/_homepage.scss */
.holder-1 .copy-holder {
  background: ffffff;
  bottom: 0;
  padding: 10px;
}

/* line 533, ../../../web/css/modules/_homepage.scss */
.holder-2 {
  background: #171717;
  background-image: url(../images/home/module_2/background.png);
  background-size: cover;
  border: 5px solid #fff;
}

/* line 540, ../../../web/css/modules/_homepage.scss */
.holder-3 {
  background: #171717;
}

/* line 544, ../../../web/css/modules/_homepage.scss */
.holder-4 {
  background: #171717;
  background-size: cover;
}

/* line 551, ../../../web/css/modules/_homepage.scss */
.holder-5 {
  background: #171717;
  background-image: url(../images/home/module_5/background.jpg);
  background-size: cover;
  border: 5px solid #fff;
}

/* line 558, ../../../web/css/modules/_homepage.scss */
.holder-6 {
  background: #171717;
}

/* line 562, ../../../web/css/modules/_homepage.scss */
.holder-7 {
  background-size: cover;
  background: #171717;
}
/* line 566, ../../../web/css/modules/_homepage.scss */
.holder-7.autumn {
  background-image: url(../images/home/module_7/EL-Autumn-Generic-Food-2016-Website-Banner-04.jpg);
  background-size: cover;
}
/* line 570, ../../../web/css/modules/_homepage.scss */
.holder-7.christmas {
  background-image: url(../images/home/module_7/EL-Christmas-Website-Banner-Food-2017-03.jpg);
  background-size: cover;
}
/* line 574, ../../../web/css/modules/_homepage.scss */
.holder-7.winter {
  background-image: url(../images/home/module_7/EL-Food-Winter-Small.jpg);
  background-size: cover;
}
/* line 578, ../../../web/css/modules/_homepage.scss */
.holder-7.spring {
  background-image: url(../images/home/module_7/EL-Spring-2017-Food-Banner.jpg);
  background-size: cover;
}
/* line 582, ../../../web/css/modules/_homepage.scss */
.holder-7.summer {
  background-image: url(../images/home/module_7/EL-Summer-2018-Food-Small-Banner.jpg);
  background-size: cover;
}

/* line 588, ../../../web/css/modules/_homepage.scss */
.panel-clickable {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 595, ../../../web/css/modules/_homepage.scss */
#clock {
  width: 100%;
  text-align: center;
  color: #ffffff;
  color: #0080a0;
}
/* line 600, ../../../web/css/modules/_homepage.scss */
#clock span {
  color: #fff;
  line-height: 1em;
}
/* line 604, ../../../web/css/modules/_homepage.scss */
#clock span a {
  color: #fff;
}
@media (min-width: 300px) {
  /* line 595, ../../../web/css/modules/_homepage.scss */
  #clock {
    font-size: 1.4rem;
    margin-top: 67px;
  }
}
@media (min-width: 375px) {
  /* line 595, ../../../web/css/modules/_homepage.scss */
  #clock {
    font-size: 1.5rem;
    margin-top: 74px;
  }
}
@media (min-width: 600px) {
  /* line 595, ../../../web/css/modules/_homepage.scss */
  #clock {
    font-size: 1.5rem;
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  /* line 595, ../../../web/css/modules/_homepage.scss */
  #clock {
    font-size: 1.7rem;
    margin-top: 70px;
  }
}
@media (min-width: 900px) {
  /* line 595, ../../../web/css/modules/_homepage.scss */
  #clock {
    font-size: 2rem;
    margin-top: 93px;
  }
}
@media (min-width: 1060px) {
  /* line 595, ../../../web/css/modules/_homepage.scss */
  #clock {
    font-size: 2.4rem;
    margin-top: 140px;
  }
}

/* line 634, ../../../web/css/modules/_homepage.scss */
.store-opening {
  color: #ffffff;
  width: 100%;
  text-align: center;
  color: #0080a0;
}
@media (min-width: 300px) {
  /* line 634, ../../../web/css/modules/_homepage.scss */
  .store-opening {
    font-size: 1.4rem;
    margin-top: 3px;
  }
}
@media (min-width: 600px) {
  /* line 634, ../../../web/css/modules/_homepage.scss */
  .store-opening {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  /* line 634, ../../../web/css/modules/_homepage.scss */
  .store-opening {
    font-size: 1.7rem;
    margin-top: 15px;
  }
}
@media (min-width: 900px) {
  /* line 634, ../../../web/css/modules/_homepage.scss */
  .store-opening {
    font-size: 2rem;
  }
}
@media (min-width: 1060px) {
  /* line 634, ../../../web/css/modules/_homepage.scss */
  .store-opening {
    font-size: 2.4rem;
    margin-top: 20px;
  }
}

/* line 6, ../../../web/css/modules/_listing_grid.scss */
.stores-listing {
  clear: both;
  margin: 0 auto;
  width: 296px;
  padding-top: 13px;
}
@media screen and (min-width: 375px) {
  /* line 6, ../../../web/css/modules/_listing_grid.scss */
  .stores-listing {
    width: 351px;
  }
}
@media screen and (min-width: 600px) {
  /* line 6, ../../../web/css/modules/_listing_grid.scss */
  .stores-listing {
    width: 576px;
  }
}
@media screen and (min-width: 768px) {
  /* line 6, ../../../web/css/modules/_listing_grid.scss */
  .stores-listing {
    width: 744px;
  }
}
@media screen and (min-width: 900px) {
  /* line 6, ../../../web/css/modules/_listing_grid.scss */
  .stores-listing {
    width: 876px;
  }
}
@media screen and (min-width: 1060px) {
  /* line 6, ../../../web/css/modules/_listing_grid.scss */
  .stores-listing {
    width: 1036px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 6, ../../../web/css/modules/_listing_grid.scss */
  .stores-listing {
    width: 1176px;
  }
}
/* line 44, ../../../web/css/modules/_listing_grid.scss */
.stores-listing ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 50, ../../../web/css/modules/_listing_grid.scss */
.stores-listing li {
  width: 96px;
  height: 96px;
  margin-right: 4px;
  margin-bottom: 4px;
  float: left;
  text-align: center;
  position: relative;
}
/* line 61, ../../../web/css/modules/_listing_grid.scss */
.stores-listing li:nth-child(3n) {
  margin-right: 0;
}
/* line 65, ../../../web/css/modules/_listing_grid.scss */
.stores-listing li img {
  max-height: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/* line 70, ../../../web/css/modules/_listing_grid.scss */
.stores-listing li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  background: #fff;
  border: 5px solid #fff;
}
/* line 78, ../../../web/css/modules/_listing_grid.scss */
.stores-listing li a:hover {
  border: 5px solid #aaaaaa;
}
@media screen and (min-width: 375px) {
  /* line 50, ../../../web/css/modules/_listing_grid.scss */
  .stores-listing li {
    width: 109px;
    height: 109px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  /* line 92, ../../../web/css/modules/_listing_grid.scss */
  .stores-listing li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) {
  /* line 50, ../../../web/css/modules/_listing_grid.scss */
  .stores-listing li {
    width: 141px;
    height: 141px;
    margin-right: 4px;
    margin-bottom: 4px;
  }
  /* line 106, ../../../web/css/modules/_listing_grid.scss */
  .stores-listing li:nth-child(3n) {
    margin-right: 4px;
  }
  /* line 110, ../../../web/css/modules/_listing_grid.scss */
  .stores-listing li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 50, ../../../web/css/modules/_listing_grid.scss */
  .stores-listing li {
    width: 140px;
    height: 140px;
    margin-right: 11px;
    margin-bottom: 11px;
  }
  /* line 123, ../../../web/css/modules/_listing_grid.scss */
  .stores-listing li:nth-child(3n), .stores-listing li:nth-child(4n) {
    margin-right: 11px;
  }
  /* line 128, ../../../web/css/modules/_listing_grid.scss */
  .stores-listing li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 900px) {
  /* line 50, ../../../web/css/modules/_listing_grid.scss */
  .stores-listing li {
    width: 136px;
    height: 136px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  /* line 142, ../../../web/css/modules/_listing_grid.scss */
  .stores-listing li:nth-child(3n), .stores-listing li:nth-child(4n), .stores-listing li:nth-child(5n) {
    margin-right: 12px;
  }
  /* line 148, ../../../web/css/modules/_listing_grid.scss */
  .stores-listing li:nth-child(6n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1060px) {
  /* line 50, ../../../web/css/modules/_listing_grid.scss */
  .stores-listing li {
    width: 161px;
    height: 161px;
    margin-right: 14px;
    margin-bottom: 14px;
  }
  /* line 161, ../../../web/css/modules/_listing_grid.scss */
  .stores-listing li:nth-child(3n), .stores-listing li:nth-child(4n), .stores-listing li:nth-child(5n) {
    margin-right: 14px;
  }
  /* line 167, ../../../web/css/modules/_listing_grid.scss */
  .stores-listing li:nth-child(6n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  /* line 50, ../../../web/css/modules/_listing_grid.scss */
  .stores-listing li {
    width: 186px;
    height: 186px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  /* line 180, ../../../web/css/modules/_listing_grid.scss */
  .stores-listing li:nth-child(3n), .stores-listing li:nth-child(4n), .stores-listing li:nth-child(5n) {
    margin-right: 12px;
  }
  /* line 186, ../../../web/css/modules/_listing_grid.scss */
  .stores-listing li:nth-child(6n) {
    margin-right: 0;
  }
}

/* line 9, ../../../web/css/modules/_listing_lookbook.scss */
.listing-lookbook {
  clear: both;
  margin: 0 auto;
  width: 296px;
  padding-top: 13px;
}
@media screen and (min-width: 375px) {
  /* line 9, ../../../web/css/modules/_listing_lookbook.scss */
  .listing-lookbook {
    width: 351px;
  }
}
@media screen and (min-width: 600px) {
  /* line 9, ../../../web/css/modules/_listing_lookbook.scss */
  .listing-lookbook {
    width: 576px;
  }
}
@media screen and (min-width: 768px) {
  /* line 9, ../../../web/css/modules/_listing_lookbook.scss */
  .listing-lookbook {
    width: 744px;
  }
}
@media screen and (min-width: 900px) {
  /* line 9, ../../../web/css/modules/_listing_lookbook.scss */
  .listing-lookbook {
    width: 876px;
  }
}
@media screen and (min-width: 1060px) {
  /* line 9, ../../../web/css/modules/_listing_lookbook.scss */
  .listing-lookbook {
    width: 1036px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 9, ../../../web/css/modules/_listing_lookbook.scss */
  .listing-lookbook {
    width: 1176px;
  }
}
/* line 47, ../../../web/css/modules/_listing_lookbook.scss */
.listing-lookbook ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 53, ../../../web/css/modules/_listing_lookbook.scss */
.listing-lookbook li {
  width: 146px;
  height: 146px;
  margin-right: 4px;
  margin-bottom: 4px;
  float: left;
  text-align: center;
  position: relative;
}
/* line 64, ../../../web/css/modules/_listing_lookbook.scss */
.listing-lookbook li:nth-child(2n) {
  margin-right: 0;
}
/* line 68, ../../../web/css/modules/_listing_lookbook.scss */
.listing-lookbook li img {
  max-height: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/* line 73, ../../../web/css/modules/_listing_lookbook.scss */
.listing-lookbook li a {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 80, ../../../web/css/modules/_listing_lookbook.scss */
.listing-lookbook li .product-details {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 50px;
  text-align: left;
  padding: 5px 10px;
  overflow: hidden;
}
/* line 91, ../../../web/css/modules/_listing_lookbook.scss */
.listing-lookbook li h2 {
  font-size: 0.875em;
  line-height: 1.3em;
}
@media screen and (min-width: 768px) {
  /* line 91, ../../../web/css/modules/_listing_lookbook.scss */
  .listing-lookbook li h2 {
    font-size: 1em;
  }
}
@media screen and (min-width: 375px) {
  /* line 53, ../../../web/css/modules/_listing_lookbook.scss */
  .listing-lookbook li {
    width: 170px;
    height: 170px;
    margin-right: 11px;
    margin-bottom: 11px;
  }
  /* line 109, ../../../web/css/modules/_listing_lookbook.scss */
  .listing-lookbook li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) {
  /* line 53, ../../../web/css/modules/_listing_lookbook.scss */
  .listing-lookbook li {
    width: 282px;
    height: 282px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  /* line 123, ../../../web/css/modules/_listing_lookbook.scss */
  .listing-lookbook li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 53, ../../../web/css/modules/_listing_lookbook.scss */
  .listing-lookbook li {
    width: 240px;
    height: 240px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  /* line 137, ../../../web/css/modules/_listing_lookbook.scss */
  .listing-lookbook li:nth-child(2n) {
    margin-right: 12px;
  }
  /* line 141, ../../../web/css/modules/_listing_lookbook.scss */
  .listing-lookbook li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 900px) {
  /* line 53, ../../../web/css/modules/_listing_lookbook.scss */
  .listing-lookbook li {
    width: 210px;
    height: 210px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  /* line 156, ../../../web/css/modules/_listing_lookbook.scss */
  .listing-lookbook li:nth-child(2n), .listing-lookbook li:nth-child(3n) {
    margin-right: 12px;
  }
  /* line 161, ../../../web/css/modules/_listing_lookbook.scss */
  .listing-lookbook li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1060px) {
  /* line 53, ../../../web/css/modules/_listing_lookbook.scss */
  .listing-lookbook li {
    width: 250px;
    height: 250px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  /* line 174, ../../../web/css/modules/_listing_lookbook.scss */
  .listing-lookbook li:nth-child(2n), .listing-lookbook li:nth-child(3n) {
    margin-right: 12px;
  }
  /* line 179, ../../../web/css/modules/_listing_lookbook.scss */
  .listing-lookbook li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  /* line 53, ../../../web/css/modules/_listing_lookbook.scss */
  .listing-lookbook li {
    width: 285px;
    height: 285px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  /* line 192, ../../../web/css/modules/_listing_lookbook.scss */
  .listing-lookbook li:nth-child(2n), .listing-lookbook li:nth-child(3n) {
    margin-right: 12px;
  }
  /* line 197, ../../../web/css/modules/_listing_lookbook.scss */
  .listing-lookbook li:nth-child(4n) {
    margin-right: 0;
  }
}
/* line 203, ../../../web/css/modules/_listing_lookbook.scss */
.listing-lookbook .lookbook-panel-brand {
  background: url(../images/icons/arrow.png) 95% 95% no-repeat #404040;
  background-size: 30px;
  padding: 20px;
}
/* line 208, ../../../web/css/modules/_listing_lookbook.scss */
.listing-lookbook .lookbook-panel-brand div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/* line 212, ../../../web/css/modules/_listing_lookbook.scss */
.listing-lookbook .lookbook-panel-brand h2 {
  color: #fff;
  line-height: 0.9em;
  margin: 0 0 10px 0;
  font-size: 1.125em;
}
@media screen and (min-width: 600px) {
  /* line 212, ../../../web/css/modules/_listing_lookbook.scss */
  .listing-lookbook .lookbook-panel-brand h2 {
    font-size: 2em;
  }
}
/* line 223, ../../../web/css/modules/_listing_lookbook.scss */
.listing-lookbook .lookbook-panel-brand p {
  font-size: 0.45rem;
  line-height: 0.6rem;
}
@media screen and (min-width: 600px) {
  /* line 223, ../../../web/css/modules/_listing_lookbook.scss */
  .listing-lookbook .lookbook-panel-brand p {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  /* line 223, ../../../web/css/modules/_listing_lookbook.scss */
  .listing-lookbook .lookbook-panel-brand p {
    font-size: 0.7rem;
    line-height: 0.9rem;
  }
}
@media screen and (min-width: 900px) {
  /* line 223, ../../../web/css/modules/_listing_lookbook.scss */
  .listing-lookbook .lookbook-panel-brand p {
    font-size: 0.6rem;
    line-height: 0.8rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 223, ../../../web/css/modules/_listing_lookbook.scss */
  .listing-lookbook .lookbook-panel-brand p {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}

/* line 9, ../../../web/css/modules/_listing_info.scss */
.listing-information {
  clear: both;
  margin: 0 auto;
  width: 296px;
}
@media screen and (min-width: 375px) {
  /* line 9, ../../../web/css/modules/_listing_info.scss */
  .listing-information {
    width: 351px;
  }
}
@media screen and (min-width: 600px) {
  /* line 9, ../../../web/css/modules/_listing_info.scss */
  .listing-information {
    width: 576px;
  }
}
@media screen and (min-width: 768px) {
  /* line 9, ../../../web/css/modules/_listing_info.scss */
  .listing-information {
    width: 744px;
  }
}
@media screen and (min-width: 900px) {
  /* line 9, ../../../web/css/modules/_listing_info.scss */
  .listing-information {
    width: 876px;
  }
}
@media screen and (min-width: 1060px) {
  /* line 9, ../../../web/css/modules/_listing_info.scss */
  .listing-information {
    width: 1036px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 9, ../../../web/css/modules/_listing_info.scss */
  .listing-information {
    width: 1176px;
  }
}
/* line 46, ../../../web/css/modules/_listing_info.scss */
.listing-information ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 52, ../../../web/css/modules/_listing_info.scss */
.listing-information li {
  width: 146px;
  height: 146px;
  margin-right: 4px;
  margin-bottom: 4px;
  float: left;
  text-align: center;
  position: relative;
}
/* line 63, ../../../web/css/modules/_listing_info.scss */
.listing-information li:nth-child(2n) {
  margin-right: 0;
}
/* line 67, ../../../web/css/modules/_listing_info.scss */
.listing-information li img {
  max-height: 100%;
  opacity: 0.2;
  display: none;
}
/* line 73, ../../../web/css/modules/_listing_info.scss */
.listing-information li a {
  display: block;
  width: 100%;
  background-color: #000;
  background-size: cover;
  border: 5px solid #747474;
  height: 100%;
}
/* line 82, ../../../web/css/modules/_listing_info.scss */
.listing-information li a:hover {
  background: #fff !important;
  border: 5px solid #fff;
}
/* line 88, ../../../web/css/modules/_listing_info.scss */
.listing-information li h2 {
  padding: 10px 15px 40px 15px;
  font-size: 1.5625em;
  line-height: 1.2em;
  text-transform: uppercase;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  color: #FFF;
  background: url(../images/icons/arrow.png) 50% 100% no-repeat;
  background-size: 30px;
}
/* line 102, ../../../web/css/modules/_listing_info.scss */
.listing-information li a:hover h2 {
  color: #000;
  background: url(../images/icons/arrow-dark.png) 50% 100% no-repeat;
  background-size: 30px;
}
@media screen and (min-width: 375px) {
  /* line 52, ../../../web/css/modules/_listing_info.scss */
  .listing-information li {
    width: 170px;
    height: 170px;
    margin-right: 11px;
    margin-bottom: 11px;
  }
  /* line 117, ../../../web/css/modules/_listing_info.scss */
  .listing-information li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) {
  /* line 52, ../../../web/css/modules/_listing_info.scss */
  .listing-information li {
    width: 282px;
    height: 282px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  /* line 132, ../../../web/css/modules/_listing_info.scss */
  .listing-information li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 52, ../../../web/css/modules/_listing_info.scss */
  .listing-information li {
    width: 240px;
    height: 240px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  /* line 146, ../../../web/css/modules/_listing_info.scss */
  .listing-information li:nth-child(2n) {
    margin-right: 12px;
  }
  /* line 150, ../../../web/css/modules/_listing_info.scss */
  .listing-information li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 900px) {
  /* line 52, ../../../web/css/modules/_listing_info.scss */
  .listing-information li {
    width: 210px;
    height: 210px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  /* line 164, ../../../web/css/modules/_listing_info.scss */
  .listing-information li:nth-child(2n), .listing-information li:nth-child(3n) {
    margin-right: 12px;
  }
  /* line 169, ../../../web/css/modules/_listing_info.scss */
  .listing-information li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1060px) {
  /* line 52, ../../../web/css/modules/_listing_info.scss */
  .listing-information li {
    width: 250px;
    height: 250px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  /* line 182, ../../../web/css/modules/_listing_info.scss */
  .listing-information li:nth-child(2n), .listing-information li:nth-child(3n) {
    margin-right: 12px;
  }
  /* line 187, ../../../web/css/modules/_listing_info.scss */
  .listing-information li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  /* line 52, ../../../web/css/modules/_listing_info.scss */
  .listing-information li {
    width: 285px;
    height: 285px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  /* line 200, ../../../web/css/modules/_listing_info.scss */
  .listing-information li:nth-child(2n), .listing-information li:nth-child(3n) {
    margin-right: 12px;
  }
  /* line 205, ../../../web/css/modules/_listing_info.scss */
  .listing-information li:nth-child(4n) {
    margin-right: 0;
  }
}
/* line 211, ../../../web/css/modules/_listing_info.scss */
.listing-information .info-opening-times {
  background-image: url(../images/info/opening-times.jpg);
}
/* line 215, ../../../web/css/modules/_listing_info.scss */
.listing-information .info-facilities {
  background-image: url(../images/info/facilities.jpg);
}
/* line 219, ../../../web/css/modules/_listing_info.scss */
.listing-information .info-centre-map {
  background-image: url(../images/info/centre-map.jpg);
}
/* line 223, ../../../web/css/modules/_listing_info.scss */
.listing-information .info-getting-here {
  background-image: url(../images/info/getting-here.jpg);
}
/* line 227, ../../../web/css/modules/_listing_info.scss */
.listing-information .info-parking {
  background-image: url(../images/info/info-parking.jpg);
}
/* line 231, ../../../web/css/modules/_listing_info.scss */
.listing-information .info-customer-care {
  background-image: url(../images/info/customer-care.jpg);
}
/* line 235, ../../../web/css/modules/_listing_info.scss */
.listing-information .info-jobs {
  background-image: url(../images/info/jobs.jpg);
}
/* line 239, ../../../web/css/modules/_listing_info.scss */
.listing-information .info-wifi {
  background-image: url(../images/info/wifi.jpg);
}
/* line 243, ../../../web/css/modules/_listing_info.scss */
.listing-information .info-community {
  background-image: url(../images/info/community.jpg);
}
/* line 249, ../../../web/css/modules/_listing_info.scss */
.listing-information .lookbook-panel-brand {
  background: url(../images/icons/arrow.svg) 95% 95% no-repeat red;
  background-size: 52px 25px;
  padding: 20px;
}

/* line 9, ../../../web/css/modules/_listing_promotions.scss */
.listing-promotions {
  clear: both;
  margin: 0 auto;
  width: 296px;
}
@media screen and (min-width: 375px) {
  /* line 9, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions {
    width: 351px;
  }
}
@media screen and (min-width: 600px) {
  /* line 9, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions {
    width: 576px;
  }
}
@media screen and (min-width: 768px) {
  /* line 9, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions {
    width: 744px;
  }
}
@media screen and (min-width: 900px) {
  /* line 9, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions {
    width: 876px;
  }
}
@media screen and (min-width: 1060px) {
  /* line 9, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions {
    width: 1036px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 9, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions {
    width: 1176px;
  }
}
/* line 47, ../../../web/css/modules/_listing_promotions.scss */
.listing-promotions ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 53, ../../../web/css/modules/_listing_promotions.scss */
.listing-promotions .panel-holder {
  width: 146px;
  height: 146px;
  margin-right: 4px;
  margin-bottom: 4px;
  float: left;
  background: #8E8E8E;
  text-align: center;
  position: relative;
}
/* line 63, ../../../web/css/modules/_listing_promotions.scss */
.listing-promotions .panel-holder:nth-child(2n) {
  margin-right: 0;
}
/* line 69, ../../../web/css/modules/_listing_promotions.scss */
.listing-promotions .panel-holder .panel-normal,
.listing-promotions .panel-holder .panel-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
  height: 146px;
}
@media screen and (min-width: 375px) {
  /* line 69, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions .panel-holder .panel-normal,
  .listing-promotions .panel-holder .panel-hover {
    width: 170px;
    height: 170px;
  }
}
@media screen and (min-width: 600px) {
  /* line 69, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions .panel-holder .panel-normal,
  .listing-promotions .panel-holder .panel-hover {
    width: 282px;
    height: 282px;
  }
}
@media screen and (min-width: 768px) {
  /* line 69, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions .panel-holder .panel-normal,
  .listing-promotions .panel-holder .panel-hover {
    width: 240px;
    height: 240px;
  }
}
@media screen and (min-width: 900px) {
  /* line 69, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions .panel-holder .panel-normal,
  .listing-promotions .panel-holder .panel-hover {
    width: 210px;
    height: 210px;
  }
}
@media screen and (min-width: 1060px) {
  /* line 69, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions .panel-holder .panel-normal,
  .listing-promotions .panel-holder .panel-hover {
    width: 250px;
    height: 250px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 69, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions .panel-holder .panel-normal,
  .listing-promotions .panel-holder .panel-hover {
    width: 285px;
    height: 285px;
  }
}
/* line 109, ../../../web/css/modules/_listing_promotions.scss */
.listing-promotions .panel-holder .panel-normal {
  background-size: cover;
}
/* line 113, ../../../web/css/modules/_listing_promotions.scss */
.listing-promotions .panel-holder .panel-normal-opacity {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 119, ../../../web/css/modules/_listing_promotions.scss */
.listing-promotions .panel-holder .panel-hover {
  background: #FFF;
  opacity: 0;
}
/* line 126, ../../../web/css/modules/_listing_promotions.scss */
.listing-promotions .panel-holder .panel-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media only screen and (max-width: 599px) {
  /* line 130, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions .panel-holder .panel-content img {
    height: 40px;
  }
}
/* line 136, ../../../web/css/modules/_listing_promotions.scss */
.listing-promotions .panel-holder .brand-logo {
  max-width: 75px;
}
@media screen and (min-width: 600px) {
  /* line 136, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions .panel-holder .brand-logo {
    max-width: 150px;
  }
}
/* line 145, ../../../web/css/modules/_listing_promotions.scss */
.listing-promotions .panel-holder h2 {
  padding: 5px 15px 40px 15px;
  font-size: 1.125em;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #FFF;
  background: url(../images/icons/arrow.png) 50% 100% no-repeat;
}
@media screen and (min-width: 900px) {
  /* line 145, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions .panel-holder h2 {
    font-size: 1.375em;
  }
}
@media only screen and (max-width: 374px) {
  /* line 145, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions .panel-holder h2 {
    font-size: 1em;
  }
}
/* line 165, ../../../web/css/modules/_listing_promotions.scss */
.listing-promotions .panel-holder .panel-hover h2 {
  color: #000;
  background: url(../images/icons/arrow-dark.png) 50% 100% no-repeat;
}
/* line 170, ../../../web/css/modules/_listing_promotions.scss */
.listing-promotions .panel-holder.panel-holder:hover .panel-hover {
  z-index: 3;
  cursor: pointer;
  opacity: 1;
}
@media screen and (min-width: 375px) {
  /* line 53, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions .panel-holder {
    width: 170px;
    height: 170px;
    margin-right: 11px;
    margin-bottom: 11px;
  }
  /* line 186, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions .panel-holder:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) {
  /* line 53, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions .panel-holder {
    width: 282px;
    height: 282px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  /* line 200, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions .panel-holder:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 53, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions .panel-holder {
    width: 240px;
    height: 240px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  /* line 213, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions .panel-holder:nth-child(2n) {
    margin-right: 12px;
  }
  /* line 217, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions .panel-holder:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 900px) {
  /* line 53, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions .panel-holder {
    width: 210px;
    height: 210px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  /* line 231, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions .panel-holder:nth-child(2n), .listing-promotions .panel-holder:nth-child(3n) {
    margin-right: 12px;
  }
  /* line 236, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions .panel-holder:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1060px) {
  /* line 53, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions .panel-holder {
    width: 250px;
    height: 250px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  /* line 249, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions .panel-holder:nth-child(2n), .listing-promotions .panel-holder:nth-child(3n) {
    margin-right: 12px;
  }
  /* line 254, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions .panel-holder:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  /* line 53, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions .panel-holder {
    width: 285px;
    height: 285px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  /* line 267, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions .panel-holder:nth-child(2n), .listing-promotions .panel-holder:nth-child(3n) {
    margin-right: 12px;
  }
  /* line 272, ../../../web/css/modules/_listing_promotions.scss */
  .listing-promotions .panel-holder:nth-child(4n) {
    margin-right: 0;
  }
}

/* line 282, ../../../web/css/modules/_listing_promotions.scss */
.promotion-details .panel-page-intro img {
  margin-bottom: 20px;
}
/* line 286, ../../../web/css/modules/_listing_promotions.scss */
.promotion-details .panel-page-intro h1 {
  font-size: 1.0625em;
}
@media screen and (min-width: 900px) {
  /* line 286, ../../../web/css/modules/_listing_promotions.scss */
  .promotion-details .panel-page-intro h1 {
    font-size: 1.5625em;
  }
}

/* line 296, ../../../web/css/modules/_listing_promotions.scss */
.promotion-main-image {
  border: 5px solid #fff;
  margin: 0 0 30px 0;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 600px) {
  /* line 296, ../../../web/css/modules/_listing_promotions.scss */
  .promotion-main-image {
    float: right;
    margin: 0 0 30px 50px;
    width: auto;
  }
}

/* line 309, ../../../web/css/modules/_listing_promotions.scss */
.promotions-end {
  clear: both;
}

/* line 5, ../../../web/css/modules/_listing_articles.scss */
.panel-article-listing {
  margin-bottom: 36px;
  padding-bottom: 12px;
  border-bottom: 1px solid #232222;
}
/* line 11, ../../../web/css/modules/_listing_articles.scss */
.panel-article-listing img {
  border: 5px solid #fff;
}

@media screen and (min-width: 600px) {
  /* line 19, ../../../web/css/modules/_listing_articles.scss */
  .article-listing-img-holder {
    float: left;
    width: 140px;
    margin: 0 30px 20px 0;
  }
}

/* line 29, ../../../web/css/modules/_listing_articles.scss */
.article-main img {
  border: 5px solid #fff;
  max-width: 600px;
}
@media screen and (min-width: 600px) {
  /* line 29, ../../../web/css/modules/_listing_articles.scss */
  .article-main img {
    float: right;
    margin: 0 0 48px 48px;
  }
}
/* line 40, ../../../web/css/modules/_listing_articles.scss */
.article-main .gallery img {
  float: none;
  max-width: 100%;
}
@media screen and (min-width: 600px) {
  /* line 40, ../../../web/css/modules/_listing_articles.scss */
  .article-main .gallery img {
    width: 24%;
    margin: 0 2% 15px 0;
  }
}

/* line 8, ../../../web/css/modules/_retailer_details.scss */
.panel-retailer-logo {
  background: #fff;
  height: 140px;
  padding: 10px;
  margin-bottom: 12px;
  text-align: center;
}
/* line 15, ../../../web/css/modules/_retailer_details.scss */
.panel-retailer-logo img {
  max-height: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 8, ../../../web/css/modules/_retailer_details.scss */
  .panel-retailer-logo {
    width: 366px;
    height: 250px;
    padding: 60px;
    float: left;
  }
}
@media screen and (min-width: 900px) {
  /* line 8, ../../../web/css/modules/_retailer_details.scss */
  .panel-retailer-logo {
    width: 432px;
    height: 260px;
  }
}
@media screen and (min-width: 1060px) {
  /* line 8, ../../../web/css/modules/_retailer_details.scss */
  .panel-retailer-logo {
    width: 250px;
    height: 280px;
    padding: 30px;
    margin-right: 12px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 8, ../../../web/css/modules/_retailer_details.scss */
  .panel-retailer-logo {
    width: 285px;
    height: 285px;
    padding: 60px;
    margin-right: 12px;
  }
}

/* line 48, ../../../web/css/modules/_retailer_details.scss */
.retailer-logo {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 55, ../../../web/css/modules/_retailer_details.scss */
.panel-retailer-opening-times {
  background: #fff;
  padding: 10px;
  margin-bottom: 12px;
}
@media screen and (min-width: 600px) {
  /* line 55, ../../../web/css/modules/_retailer_details.scss */
  .panel-retailer-opening-times {
    width: 282px;
    height: 285px;
    padding: 20px;
    float: left;
    margin-right: 12px;
  }
}
@media screen and (min-width: 768px) {
  /* line 55, ../../../web/css/modules/_retailer_details.scss */
  .panel-retailer-opening-times {
    width: 366px;
    height: 285px;
    padding: 20px;
  }
}
@media screen and (min-width: 900px) {
  /* line 55, ../../../web/css/modules/_retailer_details.scss */
  .panel-retailer-opening-times {
    width: 432px;
    height: 285px;
  }
}
@media screen and (min-width: 1060px) {
  /* line 55, ../../../web/css/modules/_retailer_details.scss */
  .panel-retailer-opening-times {
    width: 250px;
    height: 280px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  /* line 55, ../../../web/css/modules/_retailer_details.scss */
  .panel-retailer-opening-times {
    width: 285px;
    height: 285px;
    padding: 20px;
    margin-right: 0px;
  }
}
/* line 94, ../../../web/css/modules/_retailer_details.scss */
.panel-retailer-opening-times h2 {
  text-transform: uppercase;
  color: #000;
  text-align: center;
}
/* line 104, ../../../web/css/modules/_retailer_details.scss */
.panel-retailer-opening-times dt {
  float: left;
  width: 50%;
}
/* line 108, ../../../web/css/modules/_retailer_details.scss */
.panel-retailer-opening-times dt span {
  padding: 2px 5px;
  background: #000;
  color: #fff;
}
/* line 114, ../../../web/css/modules/_retailer_details.scss */
.panel-retailer-opening-times dd {
  float: left;
  width: 50%;
  color: #444;
}

/* line 124, ../../../web/css/modules/_retailer_details.scss */
.panel-retailer-details {
  background: #FFF;
  padding: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  /* line 124, ../../../web/css/modules/_retailer_details.scss */
  .panel-retailer-details {
    width: 282px;
    height: 285px;
    padding: 20px;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  /* line 124, ../../../web/css/modules/_retailer_details.scss */
  .panel-retailer-details {
    width: 366px;
    height: 285px;
  }
}
@media screen and (min-width: 900px) {
  /* line 124, ../../../web/css/modules/_retailer_details.scss */
  .panel-retailer-details {
    width: 432px;
    height: 285px;
  }
}
@media screen and (min-width: 1060px) {
  /* line 124, ../../../web/css/modules/_retailer_details.scss */
  .panel-retailer-details {
    width: 288px;
    margin-right: 12px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 124, ../../../web/css/modules/_retailer_details.scss */
  .panel-retailer-details {
    width: 285px;
    height: 285px;
  }
}
/* line 161, ../../../web/css/modules/_retailer_details.scss */
.panel-retailer-details dt {
  float: left;
  width: 40%;
  margin-bottom: 12px;
}
/* line 166, ../../../web/css/modules/_retailer_details.scss */
.panel-retailer-details dt span {
  padding: 2px 5px;
  background: #000;
  color: #fff;
}
/* line 172, ../../../web/css/modules/_retailer_details.scss */
.panel-retailer-details dd {
  float: left;
  width: 60%;
  margin-bottom: 12px;
  color: #000;
}
/* line 178, ../../../web/css/modules/_retailer_details.scss */
.panel-retailer-details dd a {
  color: #000;
}

/* line 187, ../../../web/css/modules/_retailer_details.scss */
.panel-retailer-links {
  height: 285px;
  margin-bottom: 12px;
  clear: left;
}
@media screen and (min-width: 768px) {
  /* line 187, ../../../web/css/modules/_retailer_details.scss */
  .panel-retailer-links {
    width: 366px;
    height: 285px;
    float: left;
    margin-right: 12px;
  }
}
@media screen and (min-width: 900px) {
  /* line 187, ../../../web/css/modules/_retailer_details.scss */
  .panel-retailer-links {
    width: 432px;
    height: 285px;
    clear: none;
  }
}
@media screen and (min-width: 1060px) {
  /* line 187, ../../../web/css/modules/_retailer_details.scss */
  .panel-retailer-links {
    width: 212px;
    margin-right: 12px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 187, ../../../web/css/modules/_retailer_details.scss */
  .panel-retailer-links {
    width: 285px;
    height: 285px;
    margin-right: 12px;
  }
}
/* line 216, ../../../web/css/modules/_retailer_details.scss */
.panel-retailer-links h2 {
  font-size: 1.25em;
  line-height: 1.2em;
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: left;
  padding: 10px 20px;
  text-transform: uppercase;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  color: #FFF;
  background: url(../images/icons/arrow.png) 90% 50% no-repeat;
}

/* line 230, ../../../web/css/modules/_retailer_details.scss */
.panel-retailer-map {
  height: 285px;
  width: 100%;
  background: #3a7381;
  margin-right: 12px;
  float: left;
  display: block;
}

/* line 239, ../../../web/css/modules/_retailer_details.scss */
.panel-retailer-lookbook {
  width: 100%;
  height: 285px;
  background: #703650;
  float: left;
  display: block;
}

/* line 247, ../../../web/css/modules/_retailer_details.scss */
.panel-retailer-click-collect {
  width: 100%;
  height: 285px;
  background: #19806b;
  float: left;
  display: block;
}

/* line 257, ../../../web/css/modules/_retailer_details.scss */
.links-num-1 {
  margin-bottom: 12px;
  height: auto;
}
/* line 262, ../../../web/css/modules/_retailer_details.scss */
.links-num-1 .panel-retailer-map,
.links-num-1 .panel-retailer-lookbook,
.links-num-1 .panel-retailer-click-collect {
  height: 100px;
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  /* line 262, ../../../web/css/modules/_retailer_details.scss */
  .links-num-1 .panel-retailer-map,
  .links-num-1 .panel-retailer-lookbook,
  .links-num-1 .panel-retailer-click-collect {
    height: 285px;
    margin-bottom: 0;
  }
}

/* line 275, ../../../web/css/modules/_retailer_details.scss */
.links-num-2 {
  margin-bottom: 12px;
}
/* line 279, ../../../web/css/modules/_retailer_details.scss */
.links-num-2 .panel-retailer-map,
.links-num-2 .panel-retailer-lookbook,
.links-num-2 .panel-retailer-click-collect {
  height: 136px;
  margin-bottom: 13px;
}
/* line 286, ../../../web/css/modules/_retailer_details.scss */
.links-num-2 a:last-child {
  margin-bottom: 0;
}

/* line 291, ../../../web/css/modules/_retailer_details.scss */
.links-num-3 {
  margin-bottom: 12px;
}
/* line 295, ../../../web/css/modules/_retailer_details.scss */
.links-num-3 .panel-retailer-map,
.links-num-3 .panel-retailer-lookbook,
.links-num-3 .panel-retailer-click-collect {
  height: 87px;
  margin-bottom: 12px;
}
/* line 302, ../../../web/css/modules/_retailer_details.scss */
.links-num-3 a:last-child {
  margin-bottom: 0;
}

/* line 307, ../../../web/css/modules/_retailer_details.scss */
.links-num-99 {
  background: url(../images/shopping/christmas-starts-here/christmas-store.jpg) center center no-repeat;
  background-size: cover;
}

/* line 316, ../../../web/css/modules/_retailer_details.scss */
.panel-retailer-hero-image {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 316, ../../../web/css/modules/_retailer_details.scss */
  .panel-retailer-hero-image {
    display: block;
    float: left;
    width: 366px;
    height: 285px;
    background-position: top center;
  }
}
@media screen and (min-width: 900px) {
  /* line 316, ../../../web/css/modules/_retailer_details.scss */
  .panel-retailer-hero-image {
    width: 432px;
    height: 285px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1060px) {
  /* line 316, ../../../web/css/modules/_retailer_details.scss */
  .panel-retailer-hero-image {
    width: 512px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 316, ../../../web/css/modules/_retailer_details.scss */
  .panel-retailer-hero-image {
    width: 582px;
    height: 285px;
    float: left;
    display: block;
  }
}

/* line 5, ../../../web/css/modules/_search.scss */
.gsc-control-cse {
  background: transparent !important;
  border: none !important;
}
/* line 9, ../../../web/css/modules/_search.scss */
.gsc-control-cse div, .gsc-control-cse td {
  background: transparent !important;
  border: none !important;
}

/* line 15, ../../../web/css/modules/_search.scss */
.gsc-above-wrapper-area,
.gsc-resultsHeader {
  display: none;
}

/* line 20, ../../../web/css/modules/_search.scss */
.gsc-control-cse,
.gsc-control-cse-en {
  padding: 0 !important;
}

/* line 26, ../../../web/css/modules/_search.scss */
form .gsc-search-box {
  display: none;
}

/* line 32, ../../../web/css/modules/_search.scss */
.gsc-result .gs-title {
  height: auto !important;
}

/* line 36, ../../../web/css/modules/_search.scss */
.gs-title {
  text-decoration: none !important;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
}

/* line 41, ../../../web/css/modules/_search.scss */
.gs-webResult.gs-result a.gs-title {
  color: #333 !important;
}
/* line 44, ../../../web/css/modules/_search.scss */
.gs-webResult.gs-result a.gs-title b {
  font-weight: 400;
  text-decoration: none;
  background: #00aeff;
  color: #FFF !important;
  padding: 0 5px;
}

/* line 53, ../../../web/css/modules/_search.scss */
.gs-webResult div.gs-visibleUrl {
  text-decoration: none !important;
  color: #4d4d4d !important;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
}

/* line 59, ../../../web/css/modules/_search.scss */
.gsc-control-cse .gs-result .gs-title {
  font-size: 1.2em !important;
}

/* line 63, ../../../web/css/modules/_search.scss */
.gs-result .gs-snippet {
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.2em !important;
  color: #fff !important;
}

/* line 69, ../../../web/css/modules/_search.scss */
.gsc-table-result td {
  background: #FFF !important;
  padding: 15px !important;
}

/* line 74, ../../../web/css/modules/_search.scss */
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  background: #FFF !important;
  padding: 10px;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.2em !important;
  text-decoration: none;
  color: #444 !important;
}

/* line 83, ../../../web/css/modules/_search.scss */
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #666 !important;
}

/* line 7, ../../../web/css/modules/_contact.scss */
.contact-sm-channels ul {
  list-style-type: none !important;
}
/* line 11, ../../../web/css/modules/_contact.scss */
.contact-sm-channels li {
  float: left;
  padding: 10px 30px 10px 10px;
  list-style-type: none !important;
}
/* line 17, ../../../web/css/modules/_contact.scss */
.contact-sm-channels .title {
  padding-right: 0;
  padding-left: 0;
  clear: both;
  font-weight: 600;
}
@media (min-width: 600px) {
  /* line 17, ../../../web/css/modules/_contact.scss */
  .contact-sm-channels .title {
    clear: none;
  }
}

/* line 7, ../../../web/css/modules/_dd_menu.scss */
a.menu-shopping-link {
  clear: both;
  display: block;
  padding: 12px 10px;
  font-size: 1.375em;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  background: url(../images/icons/dd-menu-arrow.png) 97% 56% no-repeat #fff;
}
/* line 18, ../../../web/css/modules/_dd_menu.scss */
a.menu-shopping-link:hover {
  background-color: #C2C2C2;
}

/* line 23, ../../../web/css/modules/_dd_menu.scss */
a.menu-shopping-link.active {
  background: url(../images/icons/dd-menu-arrow-over.png) 97% 56% no-repeat #fff;
}

/* line 29, ../../../web/css/modules/_dd_menu.scss */
.js .nav-shopping {
  overflow: hidden;
  max-height: 0;
}

/* line 35, ../../../web/css/modules/_dd_menu.scss */
.nav-shopping {
  clear: both;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 43, ../../../web/css/modules/_dd_menu.scss */
.nav-shopping.active {
  max-height: 700px;
}

/* line 49, ../../../web/css/modules/_dd_menu.scss */
.nav-shopping-main {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 3px solid #C2C2C2;
}
@media screen and (min-width: 768px) {
  /* line 49, ../../../web/css/modules/_dd_menu.scss */
  .nav-shopping-main {
    border: none;
    text-align: center;
    padding: 30px 30px;
  }
}
/* line 59, ../../../web/css/modules/_dd_menu.scss */
.nav-shopping-main li {
  margin: 0;
  font-size: 0.9375em;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #C2C2C2;
}
@media screen and (min-width: 768px) {
  /* line 59, ../../../web/css/modules/_dd_menu.scss */
  .nav-shopping-main li {
    display: inline-block;
    margin-right: 7px;
    font-size: 1.5625em;
    border-bottom: none;
  }
}
/* line 76, ../../../web/css/modules/_dd_menu.scss */
.nav-shopping-main .divider {
  display: none;
  border-bottom: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  /* line 76, ../../../web/css/modules/_dd_menu.scss */
  .nav-shopping-main .divider {
    display: inline-block;
    font-weight: 300;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #626262;
    padding-top: 10px;
  }
}
/* line 89, ../../../web/css/modules/_dd_menu.scss */
.nav-shopping-main .divider:last-child {
  display: none;
}
/* line 95, ../../../web/css/modules/_dd_menu.scss */
.nav-shopping-main a {
  padding: 12px 9px 12px 9px;
  display: block;
  color: #000;
  text-decoration: none;
  background: #fff;
}
@media screen and (min-width: 768px) {
  /* line 95, ../../../web/css/modules/_dd_menu.scss */
  .nav-shopping-main a {
    background: transparent;
    color: #fff;
  }
}
/* line 107, ../../../web/css/modules/_dd_menu.scss */
.nav-shopping-main a:hover {
  color: #ede69b;
}
/* line 112, ../../../web/css/modules/_dd_menu.scss */
.nav-shopping-main .selected {
  background: #E0EEF7;
}
@media screen and (min-width: 768px) {
  /* line 116, ../../../web/css/modules/_dd_menu.scss */
  .nav-shopping-main .selected a {
    background: #fff;
    color: #000;
  }
}

@media screen and (min-width: 768px) {
  /* line 127, ../../../web/css/modules/_dd_menu.scss */
  .nav-shopping {
    clear: both;
  }

  /* line 131, ../../../web/css/modules/_dd_menu.scss */
  a.menu-shopping-link {
    display: none;
  }

  /* line 135, ../../../web/css/modules/_dd_menu.scss */
  .js .nav-shopping {
    max-height: none;
    clear: both;
  }
}
/* :: Styles */
/* ------------------------------------------------------------ */
/* ==========================================================================
	Trade
   ========================================================================== */
/* line 71, assetic_compasspGNA13.scss */
.lfloat {
  float: left;
}

/* line 72, assetic_compasspGNA13.scss */
.rfloat {
  float: right;
}

/* line 74, assetic_compasspGNA13.scss */
.letting-agent-name {
  font-weight: bold;
}

@media only screen and (max-width: 540px) {
  /* line 78, assetic_compasspGNA13.scss */
  .agent-images {
    display: none;
  }
}

/* line 84, assetic_compasspGNA13.scss */
#letting-agents-content li img,
#mall-trading-content li img {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 90, assetic_compasspGNA13.scss */
ul.nobullet {
  list-style-type: none;
}

/* DATA LISTS (DROPDOWN ACCORDIAN) */
/* line 96, assetic_compasspGNA13.scss */
ul.data_list {
  margin-bottom: 20px;
}

/* line 97, assetic_compasspGNA13.scss */
ul.data_list > li {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}

/* line 98, assetic_compasspGNA13.scss */
ul.data_list li a.download {
  float: right;
}

/* line 99, assetic_compasspGNA13.scss */
ul.data_list .lfloat {
  max-width: 460px;
}

/* line 100, assetic_compasspGNA13.scss */
ul.data_list .rfloat img {
  float: left;
  margin: 0 10px 10px 0;
}

/* line 101, assetic_compasspGNA13.scss */
ul.data_list .rfloat img.logo {
  max-height: 90px;
  width: auto;
  max-width: 350px;
  height: auto;
}

/* line 102, assetic_compasspGNA13.scss */
ul.data_list .rfloat img.photos {
  height: 90px;
  width: auto;
}

@media only screen and (max-width: 959px) {
  /* line 105, assetic_compasspGNA13.scss */
  ul.data_list .lfloat {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 108, assetic_compasspGNA13.scss */
  ul.data_list .lfloat {
    width: 100%;
  }

  /* line 109, assetic_compasspGNA13.scss */
  ul.data_list .rfloat.images {
    float: left;
  }

  /* line 110, assetic_compasspGNA13.scss */
  ul.data_list .rfloat img.logo {
    max-width: 100%;
  }
}
/* line 113, assetic_compasspGNA13.scss */
ul.download_list {
  margin-left: -20px;
}

/* line 114, assetic_compasspGNA13.scss */
ul.download_list li {
  float: left;
}

/* line 115, assetic_compasspGNA13.scss */
ul.download_list {
  margin-bottom: 10px;
}

/* line 117, assetic_compasspGNA13.scss */
a.download {
  display: block;
  margin-left: 20px;
}

/* line 118, assetic_compasspGNA13.scss */
a.download .download_icon {
  float: left;
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  background: url("../images/global/download_icon.png") no-repeat 0 0;
}

/* line 119, assetic_compasspGNA13.scss */
a.download .download_text {
  float: left;
  margin: 0 10px 0 0;
}

/* line 120, assetic_compasspGNA13.scss */
a:hover .download_text {
  text-decoration: underline;
}
