*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
body,
form,
fieldset,
legend,
input,
select,
textarea,
button {
  margin: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #464646;
  font-weight: 400;
  background: #fff;
}
p {
  margin: 0 0 1em 0;
}
a {
  color: #a8004d;
  background: transparent;
  text-decoration: underline;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
h1,
.h1 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 32px;
  line-height: 2rem;
  margin-top: 0.7em;
  margin-bottom: 0.5em;
  color: #a8004d;
  font-weight: 700;
}
h2,
.h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  color: #464646;
  font-weight: 700;
}
h3,
.h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  color: #464646;
  font-weight: 700;
}
h4,
.h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-top: 1em;
  margin-bottom: 0.2em;
  color: #464646;
  font-weight: 400;
}
h5,
.h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-top: 1em;
  margin-bottom: 0.1em;
  color: #464646;
  font-weight: 400;
}
h6,
.h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-top: 1em;
  margin-bottom: 0.1em;
  color: #464646;
  font-weight: 400;
}
b,
strong,
.strong {
  font-weight: 700;
}
em,
.em {
  font-style: italic;
}
abbr[title],
.abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
small,
.small {
  font-size: 80%;
}
mark,
.mark {
  background: #ff0;
  color: #000;
}
sub,
.sub,
sup,
.sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup,
.sup {
  top: -0.5em;
}
sub,
.sub {
  bottom: -0.25em;
}
del,
.del {
  text-decoration: line-through;
}
figure {
  margin: 1em 40px;
}
hr,
.hr {
  box-sizing: content-box;
  height: 1px;
  background: #eee;
  border: 0;
  margin-top: 1em;
  margin-bottom: 1em;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
ul,
ol {
  margin: 1em 0 1em 0;
  padding: 0 0 0 40px;
}
ul li,
ol li {
  margin-bottom: 5px;
}
dl dt {
  float: left;
  width: 25%;
  display: block;
  font-weight: 400;
}
dl dd {
  overflow: hidden;
  display: block;
}
blockquote,
.blockquote {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #424242;
  font-style: italic;
  margin: 3em 0;
}
blockquote p,
.blockquote p {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin-bottom: 0.4em;
}
blockquote cite,
.blockquote cite {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 700;
  font-style: normal;
  color: #777;
}
caption {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: normal;
  font-weight: 700;
  text-align: left;
  padding: 0.5em 0;
  border-bottom: 1px solid #d7d7d7;
}
table {
  font-size: 13px;
  font-size: 0.8125rem;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 1em 0;
  text-align: left;
}
table thead td,
table tbody td,
table tfoot td,
table thead th,
table tbody th,
table tfoot th {
  color: #585858;
  padding: 0.8em 0.5em;
  border-bottom: 1px solid #e9e9e9;
}
code,
kbd,
pre,
samp {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  word-wrap: break-word;
  font-family: 'courier new', monospace, serif;
  color: #272727;
  background-color: #f1f1f1;
  font-weight: normal;
  padding: 5px;
  white-space: pre-wrap;
}
pre {
  padding: 10px;
  overflow: auto;
  border: 1px solid #d7d7d7;
}
fieldset,
legend {
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 23px;
  line-height: 1.4375rem;
  font-weight: 700;
}
.form {
  padding-top: 1em;
  padding-bottom: 1em;
}
label,
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
input {
  line-height: normal;
}
.input {
  width: 100%;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="phone"] {
  height: 32px;
  padding: 0 0.4em;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
select {
  text-transform: none;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
  text-transform: none;
  padding: 8px 10px;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: 0;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input,
textarea,
select {
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border-radius: 4px;
}
input:focus,
textarea:focus,
select:focus {
  border: 1px solid #055c8e;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  box-shadow: none;
}
label.error {
  color: #a8004d;
  font-size: 11px;
}
.form-group {
  margin-bottom: 0.75rem;
}
.form-group input {
  width: 100%;
}
.form-group input[type="checkbox"],
.form-group input[type="radio"] {
  width: auto;
}
.form-group textarea {
  width: 100%;
  padding: 5px;
  margin: 0;
  display: block;
}
.form-group label {
  width: 100%;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 0.875rem;
  line-height: 1.333;
}
.form-group label.inline {
  float: left;
  width: auto;
  margin-right: 0.5rem;
}
.form-group label .small {
  font-weight: normal;
}
.form-group .error {
  margin-top: 5px;
  font-weight: normal;
  color: #a8004d;
  font-size: 0.875rem;
  line-height: 1.333;
}
.clear:before,
.clear:after,
dl:before,
dl:after {
  content: " ";
  display: table;
}
.clear:after,
dl:after {
  clear: both;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.container-full {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 719px) {
  .container,
  .container-full {
    width: 720px;
  }
  .tablet-container {
    width: 720px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .tablet-container-full {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 980px) {
  .container,
  .container-full {
    width: 960px;
  }
  .desktop-container {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .desktop-container-full {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1140px) {
  .container,
  .container-full {
    width: 1120px;
  }
  .hd-container {
    width: 1120px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .hd-container-full {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
}
.col-1 {
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333%;
}
.col-8 {
  width: 66.66666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333%;
}
.col-11 {
  width: 91.66666667%;
}
.col-12 {
  width: 100%;
}
.push-1 {
  left: 8.33333333%;
}
.push-2 {
  left: 16.66666667%;
}
.push-3 {
  left: 25%;
}
.push-4 {
  left: 33.33333333%;
}
.push-5 {
  left: 41.66666667%;
}
.push-6 {
  left: 50%;
}
.push-7 {
  left: 58.33333333%;
}
.push-8 {
  left: 66.66666667%;
}
.push-9 {
  left: 75%;
}
.push-10 {
  left: 83.33333333%;
}
.push-11 {
  left: 91.66666667%;
}
.pull-1 {
  left: -8.33333333%;
}
.pull-2 {
  left: -16.66666667%;
}
.pull-3 {
  left: -25%;
}
.pull-4 {
  left: -33.33333333%;
}
.pull-5 {
  left: -41.66666667%;
}
.pull-6 {
  left: -50%;
}
.pull-7 {
  left: -58.33333333%;
}
.pull-8 {
  left: -66.66666667%;
}
.pull-9 {
  left: -75%;
}
.pull-10 {
  left: -83.33333333%;
}
.pull-11 {
  left: -91.66666667%;
}
.hide-mobile {
  display: none;
}
.show-mobile {
  display: block;
}
.show-mobile-inline-block {
  display: inline-block;
}
.show-mobile-inline {
  display: inline;
}
@media only screen and (min-width: 719px) {
  .col-tablet-1,
  .col-tablet-2,
  .col-tablet-3,
  .col-tablet-4,
  .col-tablet-5,
  .col-tablet-6,
  .col-tablet-7,
  .col-tablet-8,
  .col-tablet-9,
  .col-tablet-10,
  .col-tablet-11,
  .col-tablet-12 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
  }
  .col-tablet-1 {
    width: 8.33333333%;
  }
  .col-tablet-2 {
    width: 16.66666667%;
  }
  .col-tablet-3 {
    width: 25%;
  }
  .col-tablet-4 {
    width: 33.33333333%;
  }
  .col-tablet-5 {
    width: 41.66666667%;
  }
  .col-tablet-6 {
    width: 50%;
  }
  .col-tablet-7 {
    width: 58.33333333%;
  }
  .col-tablet-8 {
    width: 66.66666667%;
  }
  .col-tablet-9 {
    width: 75%;
  }
  .col-tablet-10 {
    width: 83.33333333%;
  }
  .col-tablet-11 {
    width: 91.66666667%;
  }
  .col-tablet-12 {
    width: 100%;
  }
  .push-tablet-1 {
    left: 8.33333333%;
  }
  .push-tablet-2 {
    left: 16.66666667%;
  }
  .push-tablet-3 {
    left: 25%;
  }
  .push-tablet-4 {
    left: 33.33333333%;
  }
  .push-tablet-5 {
    left: 41.66666667%;
  }
  .push-tablet-6 {
    left: 50%;
  }
  .push-tablet-7 {
    left: 58.33333333%;
  }
  .push-tablet-8 {
    left: 66.66666667%;
  }
  .push-tablet-9 {
    left: 75%;
  }
  .push-tablet-10 {
    left: 83.33333333%;
  }
  .push-tablet-11 {
    left: 91.66666667%;
  }
  .pull-tablet-1 {
    left: -8.33333333%;
  }
  .pull-tablet-2 {
    left: -16.66666667%;
  }
  .pull-tablet-3 {
    left: -25%;
  }
  .pull-tablet-4 {
    left: -33.33333333%;
  }
  .pull-tablet-5 {
    left: -41.66666667%;
  }
  .pull-tablet-6 {
    left: -50%;
  }
  .pull-tablet-7 {
    left: -58.33333333%;
  }
  .pull-tablet-8 {
    left: -66.66666667%;
  }
  .pull-tablet-9 {
    left: -75%;
  }
  .pull-tablet-10 {
    left: -83.33333333%;
  }
  .pull-tablet-11 {
    left: -91.66666667%;
  }
  .hide-tablet {
    display: none!important;
  }
  .show-tablet {
    display: block;
  }
  .show-tablet-inline-block {
    display: inline-block;
  }
  .show-tablet-inline {
    display: inline;
  }
  .tablet-no-padding {
    padding: 0;
  }
  .tablet-no-push,
  .tablet-no-pull {
    left: 0;
  }
}
@media only screen and (min-width: 980px) {
  .col-desktop-1,
  .col-desktop-2,
  .col-desktop-3,
  .col-desktop-4,
  .col-desktop-5,
  .col-desktop-6,
  .col-desktop-7,
  .col-desktop-8,
  .col-desktop-9,
  .col-desktop-10,
  .col-desktop-11,
  .col-desktop-12 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
  }
  .col-desktop-1 {
    width: 8.33333333%;
  }
  .col-desktop-2 {
    width: 16.66666667%;
  }
  .col-desktop-3 {
    width: 25%;
  }
  .col-desktop-4 {
    width: 33.33333333%;
  }
  .col-desktop-5 {
    width: 41.66666667%;
  }
  .col-desktop-6 {
    width: 50%;
  }
  .col-desktop-7 {
    width: 58.33333333%;
  }
  .col-desktop-8 {
    width: 66.66666667%;
  }
  .col-desktop-9 {
    width: 75%;
  }
  .col-desktop-10 {
    width: 83.33333333%;
  }
  .col-desktop-11 {
    width: 91.66666667%;
  }
  .col-desktop-12 {
    width: 100%;
  }
  .push-desktop-1 {
    left: 8.33333333%;
  }
  .push-desktop-2 {
    left: 16.66666667%;
  }
  .push-desktop-3 {
    left: 25%;
  }
  .push-desktop-4 {
    left: 33.33333333%;
  }
  .push-desktop-5 {
    left: 41.66666667%;
  }
  .push-desktop-6 {
    left: 50%;
  }
  .push-desktop-7 {
    left: 58.33333333%;
  }
  .push-desktop-8 {
    left: 66.66666667%;
  }
  .push-desktop-9 {
    left: 75%;
  }
  .push-desktop-10 {
    left: 83.33333333%;
  }
  .push-desktop-11 {
    left: 91.66666667%;
  }
  .pull-desktop-1 {
    left: -8.33333333%;
  }
  .pull-desktop-2 {
    left: -16.66666667%;
  }
  .pull-desktop-3 {
    left: -25%;
  }
  .pull-desktop-4 {
    left: -33.33333333%;
  }
  .pull-desktop-5 {
    left: -41.66666667%;
  }
  .pull-desktop-6 {
    left: -50%;
  }
  .pull-desktop-7 {
    left: -58.33333333%;
  }
  .pull-desktop-8 {
    left: -66.66666667%;
  }
  .pull-desktop-9 {
    left: -75%;
  }
  .pull-desktop-10 {
    left: -83.33333333%;
  }
  .pull-desktop-11 {
    left: -91.66666667%;
  }
  .hide-desktop {
    display: none;
  }
  .show-desktop {
    display: block;
  }
  .show-desktop-inline-block {
    display: inline-block;
  }
  .show-desktop-inline {
    display: inline;
  }
  .desktop-no-padding {
    padding: 0;
  }
  .desktop-no-push,
  .desktop-no-pull {
    left: 0;
  }
}
@media only screen and (min-width: 1140px) {
  .col-hd-1,
  .col-hd-2,
  .col-hd-3,
  .col-hd-4,
  .col-hd-5,
  .col-hd-6,
  .col-hd-7,
  .col-hd-8,
  .col-hd-9,
  .col-hd-10,
  .col-hd-11,
  .col-hd-12 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
  }
  .col-hd-1 {
    width: 8.33333333%;
  }
  .col-hd-2 {
    width: 16.66666667%;
  }
  .col-hd-3 {
    width: 25%;
  }
  .col-hd-4 {
    width: 33.33333333%;
  }
  .col-hd-5 {
    width: 41.66666667%;
  }
  .col-hd-6 {
    width: 50%;
  }
  .col-hd-7 {
    width: 58.33333333%;
  }
  .col-hd-8 {
    width: 66.66666667%;
  }
  .col-hd-9 {
    width: 75%;
  }
  .col-hd-10 {
    width: 83.33333333%;
  }
  .col-hd-11 {
    width: 91.66666667%;
  }
  .col-hd-12 {
    width: 100%;
  }
  .push-hd-1 {
    left: 8.33333333%;
  }
  .push-hd-2 {
    left: 16.66666667%;
  }
  .push-hd-3 {
    left: 25%;
  }
  .push-hd-4 {
    left: 33.33333333%;
  }
  .push-hd-5 {
    left: 41.66666667%;
  }
  .push-hd-6 {
    left: 50%;
  }
  .push-hd-7 {
    left: 58.33333333%;
  }
  .push-hd-8 {
    left: 66.66666667%;
  }
  .push-hd-9 {
    left: 75%;
  }
  .push-hd-10 {
    left: 83.33333333%;
  }
  .push-hd-11 {
    left: 91.66666667%;
  }
  .pull-hd-1 {
    left: -8.33333333%;
  }
  .pull-hd-2 {
    left: -16.66666667%;
  }
  .pull-hd-3 {
    left: -25%;
  }
  .pull-hd-4 {
    left: -33.33333333%;
  }
  .pull-hd-5 {
    left: -41.66666667%;
  }
  .pull-hd-6 {
    left: -50%;
  }
  .pull-hd-7 {
    left: -58.33333333%;
  }
  .pull-hd-8 {
    left: -66.66666667%;
  }
  .pull-hd-9 {
    left: -75%;
  }
  .pull-hd-10 {
    left: -83.33333333%;
  }
  .pull-hd-11 {
    left: -91.66666667%;
  }
  .hide-hd {
    display: none;
  }
  .show-hd {
    display: block;
  }
  .show-hd-inline-block {
    display: inline-block;
  }
  .show-hd-inline {
    display: inline;
  }
  .hd-no-padding {
    padding: 0;
  }
  .hd-no-push,
  .hd-no-pull {
    left: 0;
  }
}
/* Padding Top */
.no-padding-top {
  padding-top: 0em;
}
.padding-top {
  padding-top: 0.5em;
}
.padding-top-small {
  padding-top: 1em;
}
.padding-top-medium {
  padding-top: 2em;
}
.padding-top-large {
  padding-top: 3em;
}
/* Padding Bottom */
.no-padding-bottom {
  padding-bottom: 0em;
}
.padding-bottom {
  padding-bottom: 0.5em;
}
.padding-bottom-small {
  padding-bottom: 1em;
}
.padding-bottom-medium {
  padding-bottom: 2em;
}
.padding-bottom-large {
  padding-bottom: 3em;
}
/* Colour Scheme Changes */
.blue a,
.blue a:visited,
.blue h2 {
  color: #077cbf;
}
.purple a,
.purple a:visited,
.purple h2 {
  color: #a8004d;
}
.container {
  padding: 0 15px;
}
h1 {
  background: url(../img/gear-purple.gif) no-repeat;
  padding-left: 42px;
}
.row.header {
  margin-left: -15px;
  margin-right: -15px;
}
a.join-in {
  display: none;
}
.header-top {
  height: 115px;
  border-top: 5px solid #077cbf;
  margin-top: 35px;
  background: url(../img/header-bg.gif) no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
/* Logo */
.logo-group {
  position: absolute;
  left: 50%;
  width: 130px;
  height: 130px;
  margin-left: -65px;
  top: -30px;
  z-index: 1000;
}
.logo-group .wheel {
  width: 130px;
  height: 130px;
  background-image: url(../img/wheel.png);
  background-repeat: no-repeat;
  background-size: 130px 130px;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 35000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 35000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 35000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 35000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .logo-group .wheel {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/wheel-2x.png);
    background-size: 130px 130px;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.logo-group .cake-escape {
  position: absolute;
  width: 130px;
  height: 130px;
  background-image: url(../img/logo-text.png);
  background-repeat: no-repeat;
  background-size: 130px 130px;
  top: 0px;
  left: 0px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .logo-group .cake-escape {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/logo-text-2x.png);
    background-size: 130px 130px;
  }
}
/*style the main menu*/
.navigation-bar {
  background-color: #a8004d;
  height: auto;
  position: relative;
}
.nav-toggle {
  height: 40px;
  color: #FFF;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
}
.nav-toggle span {
  width: 24px;
  height: 20px;
  background-image: url(../img/toggle-small.png);
  background-repeat: no-repeat;
  background-size: 24px 40px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: 10px;
  cursor: pointer;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .nav-toggle span {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/toggle-small-2x.png);
    background-size: 24px 40px;
  }
}
.nav-toggle.open span {
  background-position: 0px -20px;
}
.mainmenu {
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  display: none;
}
.mainmenu li {
  list-style: none;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 10px 0;
  position: relative;
  float: left;
  width: 100%;
}
.mainmenu li a,
.mainmenu li a:visited {
  display: block;
  text-decoration: none;
  margin: 0 5px;
  padding: 0 10px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}
.mainmenu li a.current,
.mainmenu li a:visited.current {
  background-color: #7c073a;
}
.mainmenu li.last a {
  border-right: none;
  padding-right: 0px;
}
.mainmenu li a:hover {
  background-color: #7c073a;
}
/*style the sub menu*/
.mainmenu li ul {
  position: absolute;
  display: none;
  top: 40px;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 2;
}
.mainmenu.open {
  display: block;
}
.mainmenu li:hover ul {
  display: block;
  text-align: left;
}
.mainmenu li ul li {
  display: inline;
  float: none;
}
.mainmenu li ul li a:link,
.mainmenu li ul li a:visited {
  background-color: #8f0040;
  width: auto;
  line-height: 20px;
  padding: 10px 15px;
  border-right: 0px;
}
.mainmenu li ul li a:hover {
  background-color: #7a0036;
  color: #FFF;
}
.col-12.col-slider {
  padding: 0px;
  overflow: hidden;
  position: relative;
}
.col-12.col-slider .controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.col-12.col-slider .controls a {
  background-color: #a8004d;
  color: #FFF;
  text-transform: uppercase;
  padding: 5px 10px;
  float: left;
}
.col-12.col-slider .controls a:last-child {
  float: right;
}
#slider {
  width: 100%;
  height: 150px;
  margin: 0 0 0 0;
  float: left;
  position: relative;
}
.slide {
  width: 100%;
  height: 150px;
  display: block;
  background-size: cover;
  background-position: center center;
  z-index: 1000;
}
.home-title-bar {
  position: relative;
  height: auto;
  color: #FFF;
  background: #077cbf;
}
.home-title-bar h1 {
  color: #FFF;
  background: none;
  padding: 15px 10px 20px 5px;
  margin: 0px;
  font-size: 30px;
  line-height: 30px;
  text-align: left;
  display: block;
}
.home-title-bar span {
  background: #077cbf url(../img/ribbon-edge.gif) repeat-x left bottom;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 5px;
}
/* Home Blocks */
.home-block {
  margin-bottom: 1em;
}
.home-block-inner {
  background-color: #eef8fc;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 1px solid #b5e3f3;
}
.home-block a {
  font-weight: bold;
}
.home-block h2 {
  line-height: 28px;
  padding-left: 48px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 0 15px 0;
  border: 1px dotted #FFF;
  background-image: url(../img/white-wheel.png);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: 8px 8px;
  text-align: left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .home-block h2 {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/white-wheel-2x.png);
    background-size: 32px 32px;
  }
}
.home-block.blue h2 {
  background-color: #077cbf;
  color: #FFF;
}
.home-block.purple h2 {
  background-color: #a8004d;
  color: #FFF;
}
.home-block p {
  margin-bottom: 0.75em;
}
.home-block img {
  display: inline;
  margin: 0 0 8px 0;
  width: 100%;
}
/* News Preview */
.news-preview h1 {
  margin-top: 0em;
}
.news-preview a {
  text-decoration: none;
}
.news-preview h2 {
  margin: 0px;
  float: left;
  width: 100%;
  background-color: #a8004d;
  padding: 10px 15px;
  border: 1px dotted #FFF;
  margin-bottom: 0.25em;
  line-height: 28px;
}
.news-preview h2 a {
  color: #FFF;
}
.news-preview .article {
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 14px 15px 15px 15px;
  border-bottom: 1px solid #b5e3f3;
  background-color: #eef8fc;
  position: relative;
  transition: all 0.3s;
}
.news-preview .article .article-content {
  float: left;
  width: 100%;
}
/* News Image Side */
.news-preview .article .news-image {
  float: right;
  width: 35%;
  margin-left: 1em;
  margin-right: 0em;
  margin-bottom: 0em;
}
.news-preview .article .news-image img {
  width: 100%;
  display: block;
}
/* News Image Full */
.news-preview .article .news-image-full {
  float: left;
  width: 45%;
  margin-right: 1em;
  margin-bottom: 1em;
}
.news-preview .article .news-image-full img {
  width: 100%;
  display: block;
}
.news-preview .article:hover {
  background-color: #e1f3fa;
}
.news-preview .article h3 {
  margin-bottom: 5px;
}
.news-preview .article a {
  color: #464646;
}
.news-preview .article a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.news-preview .article:hover a {
  color: #a8004d;
}
.news-preview .article .date {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #b5e3f3;
}
/* .new-cafe {
	.image-2x('../img/doily-corner.png', 246px, 197px);
    background-size: 246px 197px;
    background-position: right top;
} */
.news-preview .article p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin-bottom: 0em;
}
.row.footer {
  margin-left: -15px;
  margin-right: -15px;
  background: #73cae8 url(../img/footer-background.png) no-repeat center top;
  background-size: 100% auto;
  height: 140px;
  margin-top: 2em;
}
.footer-content {
  background-color: #73cae8;
  height: auto;
  padding-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
ul.footer-list {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
ul.footer-list li {
  display: inline-block;
  padding: 0 10px;
}
ul.footer-list li a {
  text-decoration: none;
  color: #464646;
}
ul.footer-list li a:hover {
  color: #a8004d;
}
.absolute-footer {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 15px;
  line-height: 0.9375rem;
  padding: 2em 0;
}
.sustrans-logo {
  width: 128px;
  height: 60px;
  margin: 0 auto;
  background-image: url(../img/sustrans_footer.png);
  background-repeat: no-repeat;
  background-size: 128px 60px;
  background-position: center bottom;
  margin-bottom: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sustrans-logo {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/sustrans_footer-2x.png);
    background-size: 128px 60px;
  }
}
.ecc-logo {
  width: 128px;
  height: 60px;
  margin: 0 auto;
  background-image: url(../img/essex_footer.png);
  background-repeat: no-repeat;
  background-size: 128px 60px;
  background-position: center bottom;
  margin-bottom: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ecc-logo {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/essex_footer-2x.png);
    background-size: 128px 60px;
  }
}
.footer-content p {
  color: #000;
  line-height: 14px;
  font-size: 12px;
}
.footer-content p a {
  color: #FFF;
  font-weight: bold;
}
/* Forms */
form input {
  color: #464646;
}
.form.take-part {
  padding: 0em;
  margin: 0;
}
.form table {
  margin: 0em;
}
.form table td {
  border: none;
  padding: 0 0 12px 0;
}
.form table td .form-label {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: bold;
}
.form table td .form-label .small {
  font-weight: normal;
}
.form table td input,
.form table td textarea {
  width: 100%;
}
.form table td input[type="checkbox"] {
  width: auto;
}
.form button {
  background-color: #a8004d;
  border: none;
  border-radius: 4px;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.3s;
}
.form button:hover {
  background-color: #db0064;
}
.form.take-part button,
.form.take-part input.submit {
  background-color: #055c8e;
}
.form.take-part button:hover,
.form.take-part input.submit:hover {
  background-color: #077cbf;
}
.main-image {
  width: 100%;
  margin-bottom: 1em;
}
.main-image img {
  width: 100%;
  display: block;
  margin: 0px;
}
.side-box {
  margin: 0px;
  float: left;
  width: 100%;
  background-color: #a8004d;
  padding: 15px 15px 15px 15px;
  border: 1px dotted #FFF;
  color: #FFF;
  margin-bottom: 1em;
}
.side-box h3,
.side-box h2 {
  color: #FFF;
}
.side-box h3 {
  margin-top: 0px;
}
.side-box.blue .h3 {
  color: #a8004d;
}
.side-box.blue .h3 a {
  color: #a8004d;
}
.side-box.blue .h3 a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.side-box.blue {
  border-bottom: 1px solid #b5e3f3;
  background-color: #eef8fc;
  position: relative;
  transition: all 0.3s;
  color: #464646;
  margin-bottom: 10px;
}
.side-box.blue.link {
  cursor: pointer;
}
.side-box.blue.link:hover {
  background-color: #e1f3fa;
}
.side-box.blue a {
  color: #464646;
}
.side-box.blue:hover a {
  color: #a8004d;
}
.side-box.blue p:last-child {
  margin-bottom: 0em;
}
.side-box ul.links {
  font-size: 18px;
  line-height: 22px;
}
.side-box ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.side-box ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.side-box ul.links li.back {
  padding-left: 26px;
  background-image: url(../img/back.png);
  background-repeat: no-repeat;
  background-size: 11px 22px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .side-box ul.links li.back {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/back-2x.png);
    background-size: 11px 22px;
  }
}
.side-box ul li p {
  margin-bottom: 0px;
}
.side-box.search-form {
  padding-bottom: 18px;
}
.side-box.search-form .title {
  color: #FFF;
  margin-top: 0;
}
.side-box a {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
.side-box a:hover {
  color: #ffa8d0;
}
.side-box form input {
  width: 100%;
}
.side-box form input.button {
  width: auto;
  background-color: #FFF;
  color: #464646;
  margin-top: 0.5em;
}
.side-box form input.button:hover {
  background-color: #34b1f8;
}
/* Search Map */
.search-map {
  width: 100%;
  height: 240px;
  display: block;
  margin: 0px;
}
.search-map.fullscreen {
  width: 100%;
  height: 100%;
  z-index: 1001;
  top: 0px;
  left: 0px;
}
.map_trigger {
  top: 10px;
  right: 10px;
  position: absolute;
  z-index: 100;
}
.map_btn {
  z-index: 1002;
  position: fixed;
  top: 8px;
  right: 8px;
  transition: none;
}
.news_pagination a,
.news_pagination a:visited {
  background-color: #055c8e;
  float: left;
  margin: 0 2px 0 0;
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #FFF;
  display: inline;
  text-align: center;
  text-decoration: none;
}
.news_pagination a:hover,
.news_pagination a.selected {
  background-color: #a8004d;
}
.news-article h1 {
  margin-bottom: 0.7em;
}
.news-article p.date {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #1ca7f7;
}
.main-article .article_image {
  width: 50%;
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
.main-article .article_image img {
  width: 100%;
  margin-bottom: 0.5em;
  display: block;
}
.main-article .article_image span {
  border-bottom: 1px solid #1ca7f7;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
  padding-bottom: 8px;
  display: block;
  width: 100%;
}
/* Cafe Results */
.cafe-results {
  padding: 0px;
}
.no-heading-margin h1 {
  margin-top: 0em;
}
.cafe-preview-col {
  margin-bottom: 0.5em;
}
.cafe-preview {
  width: 100%;
  height: 100%;
  padding: 14px 15px 15px 15px;
  border-bottom: 1px solid #b5e3f3;
  background-color: #eef8fc;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.cafe-preview:hover {
  background-color: #e1f3fa;
}
.cafe-preview a {
  text-decoration: none;
}
.cafe-preview a {
  color: #464646;
}
.cafe-preview a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cafe-preview:hover a {
  color: #a8004d;
}
.cafe-preview h3 {
  margin-bottom: 5px;
}
.cafe-preview p {
  margin-bottom: 10px;
}
.cafe-preview .button {
  background-color: #055c8e;
  margin-top: auto;
  margin-right: auto;
}
.cafe-preview .button:hover,
.cafe-preview:hover .button {
  background-color: #033c5d;
  color: #FFF;
}
.cafe-preview table td {
  padding: 5px 0;
  border-bottom: 1px solid #FFF;
}
.cafe-page {
  width: 100%;
  height: 100%;
  padding: 14px 15px 14px 15px;
  border-bottom: 1px solid #b5e3f3;
  background-color: #eef8fc;
  transition: all 0.3s;
  position: relative;
  /* cursor: pointer; */
}
.cafe-page .section {
  margin-top: 20px;
}
.cafe-page h2 {
  color: #a8004d;
}
.cafe-page h3 {
  color: #a8004d;
  margin-bottom: 5px;
}
.cafe-page p {
  margin-bottom: 0px;
}
a.button.cafe-back {
  background-image: url(../img/back.png);
  background-repeat: no-repeat;
  background-size: 11px 22px;
  padding-left: 30px;
  background-position: 8px 5px;
  background-color: #055c8e;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  a.button.cafe-back {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/back-2x.png);
    background-size: 11px 22px;
  }
}
a.button.cafe-back:hover {
  background-color: #077cbf;
}
/* Cafe Page */
.cafe-side img {
  width: 100%;
  margin-bottom: 1em;
}
.cafe-side {
  text-align: left;
  width: 100%;
  float: left;
  margin-bottom: 0em;
}
.cafe-side a.social-link {
  width: 32px;
  height: 32px;
  background-color: #a8004d;
  border-radius: 6px;
  display: block;
  float: left;
  margin-right: 10px;
  text-decoration: none;
}
.search-refine {
  padding: 0 0;
  float: left;
  color: #FFF;
  margin: 0 20px 20px 5px;
}
.search-refine label {
  font-weight: bold;
  font-size: 20px;
  padding: 5px 10px 0 0;
  display: block;
  float: left;
}
.search-refine select {
  color: #000;
  height: 32px;
  padding: 0 26px 0 8px;
  border: 0;
  float: left;
  margin-right: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  box-shadow: none;
  outline: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: right center;
}
.search-refine button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  height: 32px;
  float: left;
}
/* Find cafe area */
.row.search-row {
  background-color: #a8004d;
  background-image: url(../img/find-bg.png);
  background-size: 100% 100%;
  background-repeat: repeat-x;
}
.find-cafe {
  min-height: 260px;
  color: #FFF;
  position: relative;
  padding: 20px 20px;
  overflow: hidden;
  float: right;
}
.find-cafe .pin {
  width: 120px;
  height: 137px;
  position: absolute;
  top: 15px;
  right: -20px;
  background-image: url(../img/cakepin-2x.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.find-cafe h2,
.find-cafe p {
  color: #FFF;
}
.find-cafe h2 {
  margin-top: 0px;
  font-size: 28px;
  line-height: 34px;
  padding-right: 110px;
}
.find-cafe h3 {
  font-size: 18px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  color: #FFF;
  margin-bottom: 1em;
}
/*.find-cafe table td {
	padding: 0px 0px 10px 0px;
	border: none;
}
*/
.find-cafe input {
  width: 100%;
  line-height: 32px;
  height: 42px;
  font-size: 16px;
  padding: 0 0 0 10px;
  border: none;
  border-radius: 6px;
}
.find-cafe input:focus {
  border: none;
}
.find-cafe button {
  float: right;
  width: 100%;
  line-height: 38px;
  margin-top: 10px;
  height: 42px;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  padding: 0px 15px;
  font-weight: bold;
  border-radius: 6px;
  background: #720635;
  border: 2px solid transparent;
  /*background: -moz-linear-gradient(top,  #ff0f78 0%, #d90c66 67%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0f78), color-stop(67%,#d90c66));
	background: -webkit-linear-gradient(top,  #ff0f78 0%,#d90c66 67%);
	background: -o-linear-gradient(top,  #ff0f78 0%,#d90c66 67%);
	background: -ms-linear-gradient(top,  #ff0f78 0%,#d90c66 67%);
	background: linear-gradient(to bottom,  #ff0f78 0%,#d90c66 67%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0f78', endColorstr='#d90c66',GradientType=0 );*/
}
.find-cafe button:focus {
  outline: none;
  border: 2px solid #FFF;
}
.find-cafe button:hover {
  background: #ff4295;
  /*background: -moz-linear-gradient(top,  #ff0f78 41%, #d90c66 86%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(41%,#ff0f78), color-stop(86%,#d90c66));
	background: -webkit-linear-gradient(top,  #ff0f78 41%,#d90c66 86%);
	background: -o-linear-gradient(top,  #ff0f78 41%,#d90c66 86%);
	background: -ms-linear-gradient(top,  #ff0f78 41%,#d90c66 86%);
	background: linear-gradient(to bottom,  #ff0f78 41%,#d90c66 86%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0f78', endColorstr='#d90c66',GradientType=0 );*/
}
a.social-link {
  width: 36px;
  height: 36px;
  float: left;
  margin-top: 0px;
  margin-right: 10px;
  background-image: url(../img/social.png);
  background-size: 108px 72px;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  a.social-link {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/social-2x.png);
    background-size: 108px 72px;
  }
}
a.social-link.facebook {
  background-position: 0px 0px;
}
a.social-link.facebook:hover {
  background-position: 0px -36px;
}
a.social-link.twitter {
  background-position: -72px 0px;
}
a.social-link.twitter:hover {
  background-position: -72px -36px;
}
a.social-link.instagram {
  background-position: -36px 0px;
}
a.social-link.instagram:hover {
  background-position: -36px -36px;
}
a.button.directions {
  width: 100%;
  text-align: center;
  height: 42px;
  line-height: 42px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 5px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  border-radius: 6px;
}
#cookie-bar {
  background: #73cae8;
  height: auto;
  color: #000;
  text-align: center;
  padding: 8px 0;
  font-size: 15px;
  font-size: 0.9375rem;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 3px;
  border: none;
  text-decoration: none;
  padding: 0 8px 0 8px;
  margin-left: 8px;
}
#cookie-bar .cb-enable {
  background: #a8004d;
}
#cookie-bar .cb-enable:hover {
  background-color: #750036;
  color: #FFF;
}
#cookie-bar .cb-policy {
  background: #FFF;
  color: #a8004d;
}
#cookie-bar .cb-policy:hover {
  background-color: #4dbaf8;
}
.header .facebook {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  display: block;
  width: 40px;
  height: 40px;
}
.header .facebook img {
  width: 100%;
}
.header .facebook:hover {
  opacity: 0.9;
}
@media only screen and (min-width: 719px) {
  .container {
    padding: 0 40px;
  }
  .row.header {
    margin-left: -40px;
    margin-right: -40px;
  }
  .news-preview .article .news-image {
    float: right;
    width: 35%;
    margin-right: 0em;
    margin-left: 1em;
    margin-bottom: 0em;
  }
  a.join-in {
    display: block;
    position: absolute;
    top: 0px;
    right: 25px;
    padding: 15px 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    width: 140px;
    height: 70px;
    background-image: url(../img/join-in.png);
    background-repeat: no-repeat;
    background-size: 140px 70px;
    cursor: pointer;
  }
  a.join-in span {
    background-color: #a8004d;
  }
  a.join-in:hover {
    color: #FFF;
  }
  .row.footer {
    margin-left: -40px;
    margin-right: -40px;
  }
  .footer-content {
    margin-left: -40px;
    margin-right: -40px;
  }
  .header-top {
    height: 146px;
    margin-top: 70px;
  }
  .header-top {
    background-size: cover;
  }
  .sustrans-header {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: red;
    height: 100px;
    width: 100px;
  }
  .joinin-header {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: red;
    height: 100px;
    width: 100px;
  }
  .logo-group {
    width: 180px;
    height: 180px;
    margin-left: -90px;
    top: -60px;
  }
  .logo-group .wheel {
    width: 180px;
    height: 180px;
    background-image: url(../img/wheel.png);
    background-repeat: no-repeat;
    background-size: 180px 180px;
  }
  .logo-group .cake-escape {
    width: 180px;
    height: 180px;
    background-image: url(../img/logo-text.png);
    background-repeat: no-repeat;
    background-size: 180px 180px;
  }
  #slider {
    height: 260px;
  }
  .slide {
    width: 100%;
    height: 260px;
    display: block;
    background-size: cover;
    background-position: center center;
  }
  .home-title-bar h1 {
    padding: 15px 0 20px 0px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    width: auto;
  }
  .search-refine {
    float: right;
    margin: 18px 20px 0 0;
  }
  .row.footer {
    height: 160px;
  }
  .cafe-preview-col {
    margin-bottom: 2em;
  }
  .cafe-side img {
    margin-bottom: 0em;
  }
  .cafe-side {
    text-align: left;
    width: 40%;
    float: right;
    margin-bottom: 1em;
  }
  .map_btn {
    z-index: 1002;
    position: fixed;
    top: 10px;
    right: 10px;
    transition: none;
  }
  a.button.directions {
    width: auto;
    text-align: left;
    height: 32px;
    line-height: 32px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 5px;
    font-weight: normal;
  }
  .header .facebook {
    width: 46px;
    height: 46px;
    left: 40px;
  }
}
@media only screen and (min-width: 719px) and only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 719px) and only screen and (min-device-pixel-ratio: 2), only screen and (min-width: 719px) and only screen and (min-resolution: 192dpi), only screen and (min-width: 719px) and only screen and (min-resolution: 2dppx) {
  a.join-in {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/join-in-2x.png);
    background-size: 140px 70px;
  }
}
@media only screen and (min-width: 719px) and only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 719px) and only screen and (min-device-pixel-ratio: 2), only screen and (min-width: 719px) and only screen and (min-resolution: 192dpi), only screen and (min-width: 719px) and only screen and (min-resolution: 2dppx) {
  .logo-group .wheel {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/wheel-2x.png);
    background-size: 180px 180px;
  }
}
@media only screen and (min-width: 719px) and only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 719px) and only screen and (min-device-pixel-ratio: 2), only screen and (min-width: 719px) and only screen and (min-resolution: 192dpi), only screen and (min-width: 719px) and only screen and (min-resolution: 2dppx) {
  .logo-group .cake-escape {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/logo-text-2x.png);
    background-size: 180px 180px;
  }
}
@media only screen and (min-width: 980px) {
  .mainmenu {
    display: block;
  }
  .mainmenu li {
    list-style: none;
    display: inline-block;
    position: relative;
    float: none;
    width: auto;
  }
  .mainmenu li a,
  .mainmenu li a:visited {
    margin: 0px;
    padding: 0 5px;
    font-size: 15px;
  }
  .home-title-bar h1 {
    padding: 15px 0 20px 25px;
    font-size: 34px;
    line-height: 34px;
    text-align: left;
  }
  .news-preview .article .news-image {
    float: left;
    width: 100%;
    margin-right: 0em;
    margin-left: 0em;
  }
  .news-preview .article .news-image img {
    margin-bottom: 1em;
  }
  .mainmenu li a,
  .mainmenu li a:visited {
    margin: 0;
    padding: 0 11px;
    font-size: 17px;
  }
  .row.footer {
    height: 200px;
  }
  .footer-content {
    padding-top: 15px;
  }
  .search-map {
    height: 260px;
  }
  /* Find cafe area */
  .find-cafe {
    min-height: 260px;
  }
  .cafe-side {
    margin-bottom: 0em;
  }
}
@media only screen and (min-width: 1140px) {
  #slider {
    height: 280px;
  }
  .slide {
    height: 280px;
  }
  .row.footer {
    height: 230px;
  }
  .search-map {
    height: 280px;
  }
  /* Find cafe area */
  .find-cafe {
    min-height: 280px;
  }
  .find-cafe .pin {
    width: 140px;
    height: 137px;
    top: 10px;
    right: -20px;
  }
  .find-cafe h2 {
    margin-top: 0px;
    font-size: 32px;
    line-height: 38px;
  }
  .find-cafe h3 {
    font-size: 20px;
  }
  .mainmenu li a,
  .mainmenu li a:visited {
    padding: 0px 12px;
    font-size: 18px;
  }
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.no-float {
  float: none;
}
.no-background {
  background: transparent;
}
.no-border {
  border: 0;
}
.font-thin {
  font-weight: 100;
}
.font-light {
  font-weight: 300;
}
.font-regular {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semi-bold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-extra-bold {
  font-weight: 800;
}
.font-ultra-bold {
  font-weight: 900;
}
.font-normal {
  font-style: normal;
}
.font-italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
@media only screen and (min-width: 719px) {
  .tablet-text-left {
    text-align: left;
  }
  .tablet-text-right {
    text-align: right;
  }
  .tablet-text-center {
    text-align: center;
  }
  .tablet-text-justify {
    text-align: justify;
  }
}
@media only screen and (min-width: 980px) {
  .desktop-text-left {
    text-align: left;
  }
  .desktop-text-right {
    text-align: right;
  }
  .desktop-text-center {
    text-align: center;
  }
  .desktop-text-justify {
    text-align: justify;
  }
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.static {
  position: static;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.none {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center-element {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-unstyled li {
  margin: 0;
  padding: 0;
}
.list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-inline li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.img-left {
  float: left;
  margin-right: 20px;
}
.img-right {
  float: right;
  margin-left: 20px;
}
.field-group {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  overflow: hidden;
}
.field-group label {
  padding-top: 8px;
}
.field {
  width: 100%;
}
.button,
a.button {
  background-color: #a8004d;
  border: none;
  border-radius: 4px;
  color: #FFF;
  padding: 8px 10px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: normal;
  cursor: pointer;
}
.button:hover,
a.button:hover {
  background-color: #db0064;
}
.button:active,
a.button:active {
  background-color: #a8004d;
}
.button:visited,
a.button:visited {
  color: #FFF;
}
.button-link {
  color: #a8004d;
  text-decoration: underline;
  border: 0;
  background: transparent;
  padding: 0;
}
.button-link:hover {
  text-decoration: none;
}
.button-link:active {
  outline: 0;
}
.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.select {
  border: 1px solid #ccc;
  overflow: hidden;
  height: 36px;
  line-height: 32px;
  position: relative;
  display: block;
}
.select:before {
  content: "";
  border: 6px solid transparent;
  border-top-color: #676767;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  pointer-events: none;
  position: absolute;
}
.select select {
  -webkit-appearance: none;
  width: 110%;
  height: 36px;
  padding: 0 0.4em;
  line-height: normal;
  border: 0;
  background: transparent;
  display: block;
}
.select select:focus {
  outline: 0;
}
.checkbox,
.radio {
  display: inline-block;
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.checkbox label,
.radio label {
  padding-left: 20px;
  padding-top: 0;
  display: inline-block;
}
.checkbox input[type="checkbox"],
.radio input[type="checkbox"],
.checkbox input[type="radio"],
.radio input[type="radio"] {
  position: absolute;
  top: 4px;
  left: 0;
}
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate-infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.grow {
  transition: all 0.2s ease-in-out;
}
.grow:hover {
  transform: scale(1.025);
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fade-in-down {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fade-in-down-big {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fade-in-left {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fade-in-left-big {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fade-in-right {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fade-in-right-big {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fade-in-up {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fade-in-up-big {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent;
    color: #000;
    box-shadow: none;
    text-shadow: none;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    max-width: 100%;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}
/*# sourceMappingURL=style.css.map */