/*! Breakpoint - v2.1.1 - 2012-12-12
* https://github.com/lesjames/Breakpoint
* Copyright (c) 2012 @lesjames; Licensed MIT */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

@media (min-width: 0px) {
  body::before {
    content: 'mobile';
    height: 0;
    display: block;
    overflow: hidden;
  }
}
/* Grid based on https://github.com/necolas/griddle by Nicolas Gallagher (@necolas) */
body {
  font-size: 16px;
}

.wrapper, .med .panel-container-extra, .large .panel-container-extra, .small .panel-group {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

img {
  max-width: 100%;
}

.no-js .responsive-image {
  display: none;
}

.grid {
  display: block;
  padding: 0;
  margin: 0 -0.75em;
  text-align: left;
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  text-rendering: optimizespeed;
}

.grid > .grid {
  overflow: hidden;
  margin-right: 0;
  margin-left: 0;
}

.grid-cell {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0.75em;
  /* controls vertical positioning of units */
  vertical-align: top;
  /* keeps unit content correctly aligned */
  text-align: left;
  /* reset text defaults */
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
}
.lt-ie8 .grid-cell {
  behavior: url(/static/js/boxsizing.htc);
}

.grid-center {
  text-align: center;
}

.grid-cell-center {
  display: block;
  margin: 0 auto;
}

.sprite-sprite, .sprite-arrow-blue, .sprite-arrow_red_circle, .sprite-arrow_white_background, .sprite-camera-icon, .sprite-carousel-control-left, .sprite-carousel-control-right, .sprite-cockeral-speech-right, .sprite-cockerel-left, .sprite-menu-rows, .sprite-panel_background_large, .sprite-panel_background_med, .sprite-speech-bubble-blue, .sprite-video-icon, .sprite-video-play {
  background-image: url('/static/img/sprite-se205952ad6.png');
  background-repeat: no-repeat;
}

.sprite-arrow-blue {
  background-position: 0 0;
}

.sprite-arrow_red_circle {
  background-position: 0 -39px;
}

.sprite-arrow_white_background {
  background-position: 0 -96px;
}

.sprite-camera-icon {
  background-position: 0 -155px;
}

.sprite-carousel-control-left {
  background-position: 0 -211px;
}

.sprite-carousel-control-right {
  background-position: 0 -295px;
}

.sprite-cockeral-speech-right {
  background-position: 0 -379px;
}

.sprite-cockerel-left {
  background-position: 0 -679px;
}

.sprite-menu-rows {
  background-position: 0 -834px;
}

.sprite-panel_background_large {
  background-position: 0 -884px;
}

.sprite-panel_background_med {
  background-position: 0 -1292px;
}

.sprite-speech-bubble-blue {
  background-position: 0 -1565px;
}

.sprite-video-icon {
  background-position: 0 -1739px;
}

.sprite-video-play {
  background-position: 0 -1795px;
}

.sprite-camera-icon, .sprite-video-icon {
  width: 37px;
  height: 36px;
}

.sprite-carousel-control-left, .sprite-carousel-control-right {
  width: 87px;
  height: 64px;
  text-indent: -9000px;
  z-index: 100;
}

.sprite-carousel-control-left:hover, .sprite-carousel-control-right:hover {
  cursor: pointer;
}

.sprite-carousel-control-left {
  float: left;
  left: -32px;
  position: absolute;
}

.sprite-carousel-control-right {
  float: right;
  right: -32px;
  position: absolute;
}

.sprite-panel_background_med {
  width: 406px;
  height: 253px;
}

.slider-container .sprite-carousel-control-left {
  top: 47%;
  left: -26px;
}
.slider-container .sprite-carousel-control-right {
  top: 47%;
  right: -26px;
}

.sprite-cockeral-speech-right {
  width: 449px;
  height: 280px;
  padding-left: 86px;
  display: none;
}

body {
  font-family: 'Arvo', serif;
  background: url(../img/background-darkest.png);
  color: #333;
  overflow-x: hidden;
}

.bottom-nav-wrapper {
  background: url(../img/background-darkest.png);
}

.background-wrapper {
  background: url(/static/img/background.png);
}

a, a:visited {
  color: #0097d4;
  text-decoration: none;
}

a.button, a.button:visited {
  color: #fff;
}

img {
  border: none;
  height: auto;
}

.strong, .label {
  font-weight: bold;
}

.listing-header {
  font-size: 3em;
  color: #002f5f;
  margin: 0;
  display: none;
}

.listing-item {
  list-style: none;
}

.list-item {
  list-style: none;
}

.list-text-link {
  display: none;
}

.concatContainer {
  display: none;
}

.map-wrapper img {
  max-width: inherit;
}
.map-wrapper .background-bottom-light {
  display: none;
}

.before-blog-img {
  display: none;
}

.mobile body {
  max-width: 100%;
  width: 98%;
  margin: 0;
}
.mobile .wrapper, .mobile .med .panel-container-extra, .med .mobile .panel-container-extra, .mobile .large .panel-container-extra, .large .mobile .panel-container-extra, .mobile .small .panel-group, .small .mobile .panel-group {
  border: none;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.mobile header.header {
  padding-right: 50px;
}
.mobile header.header .header-title {
  box-sizing: border-box;
  width: 100%;
  font-size: 1.75em;
  line-height: 1em;
  margin: 0;
  padding: 19px 24px;
}
.mobile .banner {
  margin-bottom: 1.25em;
}
.mobile .header-logo {
  text-align: center;
}
.mobile .extra-info {
  display: none;
}
.mobile ul.nav-list {
  padding: 4px 0 0 0;
  margin: 0 -4px;
  background: url(../img/background.png);
}
.mobile .bottom-nav {
  display: none;
}
.mobile .footer ul.nav-list {
  padding: 4px 0;
}
.mobile .footer .nav-item {
  float: left;
  display: inline-block;
  width: 50%;
}
.mobile .footer .odd {
  float: right;
  margin-right: 28px;
}
.mobile .footer .nav-link {
  font-size: 1.125em;
}
.mobile .slider-container,
.mobile .foreground-images {
  display: none;
}
.mobile .listing {
  padding: 0;
  margin-top: 0;
}
.mobile .list-link {
  display: block;
  width: 100%;
  height: 2.5em;
}
.mobile .hfeed .list-item {
  margin-bottom: 2em;
}
.mobile .hfeed .list-link {
  height: auto;
  position: relative;
}
.mobile .hfeed .list-img {
  margin-top: 1em;
}
.mobile .hfeed .before-blog-img {
  display: block;
}
.mobile .hfeed .after-blog-img {
  display: none;
}
.mobile .sprite-camera-icon,
.mobile .sprite-video-icon {
  display: none;
}
.mobile .work-for-us .list-item {
  margin-bottom: 2em;
}
.mobile .work-for-us .list-link {
  height: inherit;
}
.mobile .list-link.speech-bubble {
  display: none;
}
.mobile .sprite-speech-bubble-blue {
  background: none;
}
.mobile .video-panel {
  display: none;
}
.mobile .our-cafes .list-link {
  background: url(../img/sprite/arrow_red_circle.png) no-repeat right 50%;
  color: #fff;
  display: block;
  width: 100%;
  line-height: 2.375em;
  height: auto;
  min-height: 2.375em;
  font-size: 1.5em;
}
.mobile .our-cafes .list-text, .mobile .our-cafes .list-img {
  display: none;
}
.mobile .our-cafes .list-item {
  border-bottom: 2px solid #fff;
}
.mobile .our-cafes .list-name {
  padding-right: 54px;
}
.mobile .cafe-page .phone-no {
  font-weight: bold;
}
.mobile .cafe-page .address-text {
  margin-bottom: 1em;
}
.mobile .cafe-page .address-info {
  margin-top: 1em;
}
.mobile .cafe-page .address-info p {
  margin-top: 0;
  margin-bottom: 0;
}
.mobile .secondary-nav {
  margin-top: 0;
}
.mobile .vacancy-listing .list-img {
  display: none;
}
.mobile .vacancy-listing .main-content .jobDescription {
  display: none;
}
.mobile .vacancy-listing .main-content p {
  margin-top: 0;
  margin-bottom: 2em;
}
.mobile .what-we-do .video-iframe, .mobile .cafe-page .video-iframe {
  display: none;
}
.mobile .what-we-do .panel, .mobile .cafe-page .panel {
  display: none;
}
.mobile .what-we-do .list-img, .mobile .what-we-do .thumbnail-list-item, .mobile .cafe-page .list-img, .mobile .cafe-page .thumbnail-list-item {
  width: 100% !important;
}
.mobile #carousel .video_link[data-video^='http'] .list-img {
  display: none;
}
.mobile #carousel .video_link[data-video^='http'] .video-iframe {
  height: 250px;
}
.mobile #carousel .thumbnail-list-item {
  margin-bottom: 2em;
  display: block;
}
.mobile #carousel .thumbnail-list-item .thumbnail-text {
  width: 100%;
}
.mobile .cafe-page .carousel-wrapper {
  display: none;
}
.mobile .page-footer {
  background-position: -350px -35px;
  text-align: center;
}
.mobile .page-footer .panel {
  display: none;
}
.mobile .page-footer .download {
  margin-top: 50px;
}
.mobile .links-container-wrapper {
  margin-top: -25px;
}
.mobile .links-container {
  margin-top: 0.5em;
  text-align: center;
  z-index: 50;
}
.mobile .links-container .download-link {
  display: none;
}
.mobile .social-link-item.first {
  margin-left: 0;
}
.mobile .gallery .elastislide-list {
  display: block;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  max-height: inherit !important;
}
.mobile .gallery .elastislide-list .thumbnail-list-item {
  max-width: 100% !important;
  max-height: 200% !important;
}
.mobile .carousel-nav {
  display: none;
}
.mobile .background-bottom-light {
  display: block;
}

.frontpage.mobile .banner .background-top, .frontpage.mobile .banner .header {
  display: none;
}
.frontpage.mobile .logo-banner {
  background: url(../img/background_dark.jpg);
}

.frontpage .sub-page {
  padding: 0;
}

.header-logo {
  width: 100%;
  margin-top: 0.625em;
}

.background-top {
  background: url(../img/background-top.png) repeat-x;
  width: 100%;
  height: 5px;
  position: relative;
}

.background-top-light {
  background: url(../img/background-top-light2.png) repeat-x;
  width: 100%;
  height: 9px;
  position: relative;
  top: -5px;
}

.background-bottom {
  background: url(../img/background-bottom.png) repeat-x;
  width: 100%;
  height: 8px;
}

.background-bottom-light {
  background: url(../img/background-bottom-light2.png) repeat-x;
  width: 100%;
  height: 9px;
  position: relative;
  z-index: 100;
  top: 8px;
}

.top-banner {
  background: url(../img/background_dark.jpg);
  position: relative;
}
.top-banner .wrapper, .top-banner .med .panel-container-extra, .med .top-banner .panel-container-extra, .top-banner .large .panel-container-extra, .large .top-banner .panel-container-extra, .top-banner .small .panel-group, .small .top-banner .panel-group {
  position: relative;
}

.header, .sub-header {
  color: #002f5f;
  margin-bottom: 0.25em;
  padding: 0;
}

.icon_menu {
  display: none;
}

.button {
  font-family: 'Arvo', serif;
  font-size: 1.25em;
  background: #0097d4;
  color: #fff;
  -moz-border-radius: 30px / 30px;
  -webkit-border-radius: 30px 30px;
  border-radius: 30px / 30px;
  border: 0;
  padding: 4px 20px;
  cursor: pointer;
  -webkit-appearance: none;
}

.menu-button-enabled .header-title {
  width: 88%;
  display: inline-block;
}
.menu-button-enabled .icon_menu {
  display: inline-block;
  position: absolute;
  top: 0.875em;
  right: 24px;
  font-size: 1.75em;
  color: #fff;
  width: 30px;
  height: 30px;
}
.menu-button-enabled .icon_menu:hover {
  cursor: pointer;
}
.menu-button-enabled .main-nav {
  display: none;
}
.menu-button-enabled .show-main-nav {
  display: block;
}

.secondary-menu-button-enabled .secondary-nav .nav-list {
  left: 0;
}
.secondary-menu-button-enabled .secondary-nav .nav-item.selected {
  display: block;
  position: relative;
}
.secondary-menu-button-enabled .secondary-nav.show .nav-item {
  display: block;
}

.nav-list {
  padding-left: 0;
  margin: 0;
}

.nav-item, .footer-nav-item {
  list-style-type: none;
  background: url(../img/background_dark.jpg);
  margin-bottom: 3px;
}
.nav-item a, .footer-nav-item a {
  color: #fff;
}

.download-nav .download-link,
.nav-link, .footer-nav-link {
  display: block;
  text-decoration: none;
  padding: 0.5em 26px;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.5em;
}

.nav-item.selected .nav-link {
  background-color: #0097d4;
  color: #fff;
}

.mobile .footer-nav .nav-item {
  margin-top: 16px;
  margin-bottom: 8px;
  width: inherit;
}
.mobile .footer-nav .download-nav-item {
  margin-top: 0;
  margin-bottom: 0;
}
.mobile .footer-nav .nav-item.selected .nav-link, .mobile .footer-nav .nav-item.selected .nav-link:hover {
  -moz-border-radius: 40px / 40px;
  -webkit-border-radius: 40px 40px;
  border-radius: 40px / 40px;
  margin-left: 15px;
  padding-left: 16px;
  padding-right: 16px;
}
.mobile .top-banner-social {
  background: none;
}

.nav-link:hover, .nav-link:active, .nav-link:focus, .footer-nav-link:hover, .footer-nav-link:active, .footer-nav-link:focus {
  background: #002f5f;
}

.link-list {
  padding-left: 0;
}

.link-list-item {
  list-style-type: none;
  font-size: 1.25em;
  height: 2.5em;
  line-height: 2.5em;
  border-bottom: 3px solid #fff;
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
}

.list-supplier-item {
  list-style-type: none;
  margin-bottom: 1em;
}

.list-supplier-item-title {
  font-size: 1.5em;
}

.list-supplier-text p {
  margin-top: 0.25em;
}

.mobile .nav-item:not(.selected) .nav-link:hover, .mobile .nav-item:not(.selected) .nav-link:active, .mobile .nav-item:not(.selected) .nav-link:focus, .mobile .nav-item:not(.selected) .footer-nav-link:hover, .mobile .nav-item:not(.selected) .footer-nav-link:active, .mobile .nav-item:not(.selected) .footer-nav-link:focus {
  background: none;
}

.bottom-nav {
  background: url(/static/img/background-footer.png) top repeat-x;
  position: relative;
  top: -1.7em;
  height: 3.75em;
  padding-top: 1em;
}
.bottom-nav .nav-link {
  font-size: 1.4em;
}
.bottom-nav .nav-item.selected .nav-link {
  background: none;
}
.bottom-nav .nav-item.selected:hover .nav-link {
  background: #002f5f;
}
.bottom-nav .nav-list {
  margin-bottom: 0;
}
.bottom-nav .footer-nav2 {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  background: #0097d4;
  margin-top: 1em;
}
.bottom-nav .footer-nav2 .background-bottom-footer {
  background: url(/static/img/background-blue-top.png) repeat-x;
  width: 100%;
  height: 8px;
  position: relative;
  top: -5px;
}

.small .bottom-nav .footer-nav2 .nav-list {
  position: absolute;
  left: 50%;
  margin-left: -20.2em;
  margin-bottom: 0;
}

.footer-nav {
  padding: 0;
}

.email {
  word-wrap: break-word;
}

.back-button {
  display: inline-block;
  width: 3.75em;
  height: 1.625em;
  padding: 0.3125em;
  line-height: 1.625em;
  letter-spacing: 0;
  text-align: center;
  background-color: #ccc;
}

.download, .download:visited {
  -moz-border-radius: 80px / 80px;
  -webkit-border-radius: 80px 80px;
  border-radius: 80px / 80px;
  font-size: 1.25em;
  letter-spacing: 0;
  color: #fff;
  padding: 0.5em 0.75em;
  display: inline-block;
}

.vacancy-listing .download {
  margin-right: 1.5em;
}

.download-general {
  background: #e40a4b;
}

.main-nav .download-general {
  background: none;
}

.download-application {
  background: #0097d4;
  margin-bottom: 0.5em;
}

.sidebar-rhn-container {
  display: table;
  width: 100%;
}
.sidebar-rhn-container .main-content {
  display: table-row-group;
}
.sidebar-rhn-container .sidebar-rhn {
  display: table-header-group;
}

.hide-from-mobile,
.frontpage .sub-page,
.grid .anythingSlider {
  display: none;
}

.elastislide-wrapper {
  background: none;
  box-shadow: 0 0 0 0;
}
.elastislide-wrapper .list-img {
  border: none;
}
.elastislide-wrapper nav {
  display: none;
}

.thumbnail-list-item {
  padding: 0;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
  width: 13.5em;
}
.thumbnail-list-item .sprite-camera-icon, .thumbnail-list-item .sprite-video-icon {
  position: absolute;
  top: 8px;
  right: 30px;
}
.thumbnail-list-item .thumbnail-text {
  white-space: normal;
  width: 192px;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 0;
}
.thumbnail-list-item .thumbnail-text-full {
  height: 0;
  max-height: 0;
  overflow: hidden;
  -moz-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}

.show-thumbnail-text-full .thumbnail-text-full {
  height: auto;
  max-height: 400px;
}

.page-footer {
  background: url(/static/img/cow-hill.png) -160px 0 no-repeat;
  width: 100%;
  height: 10em;
  top: -160px;
  z-index: -10;
}

.newsletter-form {
  margin: 1em 0 1em 0;
}
.newsletter-form .label {
  color: #fff;
  font-weight: normal;
  font-size: 1.25em;
  margin-bottom: 0.5em;
  display: block;
}
.newsletter-form .email {
  border: 0;
  background: url(/static/img/background-input.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 0;
  margin-right: 0.375em;
  margin-bottom: 1.25em;
  padding: 4px 4px 4px 10px;
  font-family: 'Arvo', serif;
  font-size: 1.25em;
  line-height: 1.5em;
  width: 17em;
  max-width: 100%;
}

.secondary-nav .newsletter-form {
  margin: 0;
}
.secondary-nav .newsletter-form .label {
  color: #002f5f;
  font-size: 1.125em;
  font-weight: bold;
}
.secondary-nav .newsletter-form .email {
  margin-bottom: 0.375em;
}

.social-links {
  padding: 0;
  text-align: center;
}

.social-link-item {
  display: inline-block;
  margin-left: 15px;
}
.social-link-item .social-link {
  color: #fff;
  width: 42px;
  height: 50px;
  padding-top: 13px;
  box-sizing: border-box;
  line-height: 32px;
  font-size: 2.625em;
  display: block;
}

.paging {
  width: 100%;
}
.paging .button {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1em;
}

.vacancy-listing .job-heading {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 2em;
  letter-spacing: -3px;
  color: #002f5f;
}

.vacancy-available-list {
  padding: 0;
}

.vacancy-available-list-item {
  line-height: 1.5em;
  min-height: 1.5em;
}

.vacancy-available {
  list-style-type: none;
  border-top: 2px solid #fff;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  padding: 1em 0;
}

.secondary-nav {
  margin-top: 2.5em;
}

.mobile .social-link-item .social-link {
  padding-left: 0;
}

.list-text p {
  margin-top: 0;
}

.list-title {
  margin-bottom: 0;
}

.list-item {
  padding: 0;
}

.what-we-do .list-item {
  margin-top: 2em;
}
.what-we-do .list-img {
  border: none;
}
.what-we-do .list-text {
  font-size: 0.875em;
  margin-top: 1.5em;
}
.what-we-do .download {
  margin-left: auto;
  margin-right: auto;
}

.whats-on .entry-published {
  margin-bottom: 0;
}

.work-for-us .cursive {
  font-family: 'Covered By Your Grace', cursive;
}
.work-for-us .list-title {
  font-size: 3em;
  margin: 0;
}
.work-for-us .list-job-title {
  margin: 0.5em 0;
  color: #fff;
  padding-left: 0;
}
.work-for-us .list-img {
  width: 100%;
}
.work-for-us .list-text {
  color: #fff;
  margin-top: 0;
}
.work-for-us .job-title {
  font-size: 1.5em;
}
.work-for-us .job-info {
  margin-bottom: 1em;
}
.work-for-us .job-contact, .work-for-us .vacancy-date {
  margin-top: 0.5em;
}

.cafe-page .cafe-image {
  width: 100%;
}
.cafe-page .cafe-vacancies .list-img {
  display: none;
}
.cafe-page .video-panel {
  left: -20px;
}

#slider {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  background-color: #000;
}
#slider .gallery-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 714px;
  height: 56vw;
  text-align: center;
  overflow: hidden;
}
#slider .gallery-item img {
  max-width: none;
  width: 100%;
}

.about-us-img {
  width: 100%;
}

.about-us .main-content img {
  margin-bottom: 1em;
}
.about-us .about-us-text p, .about-us .about-us-text h3 {
  margin-top: 0;
}

.contact-us form {
  margin-bottom: 1.25em;
  width: 18em;
  display: inline-block;
}
.contact-us .formitem {
  margin-bottom: 1.5em;
}
.contact-us .forminput, .contact-us .selectwrapper {
  height: 2.5em;
  font-size: 0.8em;
  background: url(/static/img/background-input.png) no-repeat;
  background-size: 100% 100%;
  border: 0;
}
.contact-us .forminput {
  width: 100%;
  padding-left: 6px;
  box-sizing: border-box;
}
.contact-us .in-form-label {
  width: 80%;
  line-height: 1.5em;
}
.contact-us .selectwrapper {
  display: inline-block;
  overflow-x: hidden;
  padding: 2px;
  width: 12.5em;
}
.contact-us .formselect {
  -webkit-appearance: none;
  padding-left: 4px;
  height: 2.5em;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 115%;
  border: 0;
  color: #000;
  font-size: 1em;
  background: url(/static/img/sprite/arrow_red_circle.png) 90% 50% no-repeat;
  overflow-y: hidden;
}
.contact-us textarea.forminput {
  background: url(/static/img/background-input-large.png) no-repeat;
  background-size: 100% 100%;
  height: 15.625em;
}
.contact-us label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-right: 0.625em;
  margin-bottom: 0.625em;
}
.contact-us .headoffice {
  display: inline-block;
  width: 13.5em;
}
.contact-us .ho_title {
  font-weight: bold;
}
.contact-us .ho_googlemap {
  display: block;
  margin: 1em 0;
}

.auth-biog p {
  line-height: 1rem;
  margin: 0;
}

.nav-link.nav-title {
  margin-bottom: 0;
  color: #002f5f;
  padding-left: 10px;
}

.blog-archive .list-item {
  border-bottom: 4px solid #f0e9d6;
  margin-bottom: 20px;
}

.blog-info {
  margin-bottom: 20px;
}

.blog-post-title {
  margin: 0 0 0.4rem 0;
}
.blog-post-title .entry-title, .blog-post-title .entry-title:visited {
  color: #fff;
}

.blog-info-author-thumb,
.blog-info-author-thumb-small {
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  -moz-border-radius: 40px / 40px;
  -webkit-border-radius: 40px 40px;
  border-radius: 40px / 40px;
}

.blog-info-author-thumb {
  margin: 0 20px 20px 0;
  height: 80px;
  width: 80px;
  float: left;
}

.blog-info-author-thumb-small {
  vertical-align: top;
  margin: 0 5px 5px 0;
  height: 80px;
  width: 80px;
}

.blog-info-title-container,
.blog-info-image-container {
  display: inline-block;
  vertical-align: top;
}

.secondary-nav .blog-info-title-container {
  width: 100%;
}
.secondary-nav .author-nav-list .blog-info-title-container {
  padding: 0.3125em 0.625em;
}
.secondary-nav .auth-biog {
  color: #000;
}
.secondary-nav .blog-info-author-text,
.secondary-nav .blog-info-author-thumb-small {
  display: inline-block;
}
.secondary-nav .blog-info-author-text .nav-link,
.secondary-nav .blog-info-author-thumb-small .nav-link {
  padding: 0;
}

.blog-post-category-container {
  width: 47%;
  margin-top: 3.125em;
  display: inline-block;
}
.blog-post-category-container .nav-list {
  width: 100%;
  line-height: 1.5rem;
}
.blog-post-category-container .nav-item-title {
  border-bottom: 3px solid #fff;
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.75rem;
}
.blog-post-category-container .nav-item-title .nav-title {
  line-height: inherit;
  font-size: 1.75em;
  margin: 0;
}
.blog-post-category-container .nav-link {
  padding: 0;
  font-size: 1.3em;
}
.blog-post-category-container .nav-link:hover {
  background: none;
}
.blog-post-category-container .nav-link.nav-title:hover {
  color: #002f5f;
}
.blog-post-category-container .nav-item {
  display: inline-block;
}
.blog-post-category-container .nav-item:first-child {
  display: block;
}
.blog-post-category-container .nav-link:after {
  content: ', ';
  display: inline;
  color: #fff;
}
.blog-post-category-container .nav-item:first-child .nav-link:after,
.blog-post-category-container .nav-item:last-child .nav-link:after {
  content: '';
}

.blog-post-category-container.last {
  float: right;
}

.post-category-list {
  padding-left: 0;
}

.post-category-list-item {
  list-style: none;
}

.blog-listing-name {
  font-weight: bold;
  margin-bottom: 0.625em;
}

.blog-listing-date {
  margin-bottom: 0.625em;
}

.cafe-vacancies {
  margin-bottom: 40px;
}

@media (min-width: 42em) {
  body::before {
    content: "small";
  }

  .wrapper, .med .panel-container-extra, .large .panel-container-extra, .small .panel-group {
    width: 39em;
  }

  .wrapper, .med .panel-container-extra, .large .panel-container-extra, .small .panel-group {
    padding-left: 0;
    padding-right: 0;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
  }

  .hide-from-mobile,
  .frontpage .sub-page,
  .grid .anythingSlider {
    display: inherit;
  }

  .cursive {
    font-family: 'Covered By Your Grace', cursive;
  }

  .sprite-speech-bubble-blue {
    width: 124px;
    height: 132px;
    padding: 5px 16px 0 16px;
  }

  .header {
    margin-top: -3.5em;
    width: 22.5em;
  }

  .footer-nav {
    margin-top: 0.75em;
  }

  .header-title {
    font-size: 2.375em;
    letter-spacing: -0.0625em;
    margin: 10px 0 10px 0;
  }

  .header-logo .extra-info {
    position: relative;
    float: right;
    top: 1em;
    text-align: right;
  }
  .header-logo .extra-info .phone {
    font-weight: bold;
  }

  .logo-banner {
    margin-bottom: 0.625em;
  }

  .frontpage .top-banner {
    padding-top: 20px;
  }
  .frontpage .background-top {
    margin-top: -5px;
  }
  .frontpage .logo-banner {
    display: none;
  }
  .frontpage .main-nav, .frontpage .header {
    background: none;
  }
  .frontpage .main-nav {
    margin-left: 4px;
  }
  .frontpage .concatContainer .main-nav {
    margin-left: -4px;
    margin-top: 1em;
  }
  .frontpage .social-links {
    right: 4px;
  }
  .frontpage .whats-on, .frontpage .work-for-us {
    margin-bottom: 0;
  }
  .frontpage .whats-on .panel, .frontpage .work-for-us .panel {
    float: none;
    margin-top: 0;
  }
  .frontpage .whats-on .social-links, .frontpage .work-for-us .social-links {
    margin-top: 0;
  }
  .frontpage .what-we-do .links-container {
    margin-top: 1.875em;
  }
  .frontpage .whats-on .links-container {
    margin-top: 3.5em;
  }

  .frontpage.small .footer-nav {
    margin-top: -100px;
  }
  .frontpage.small .concatContainer .footer-nav {
    margin-top: 0;
  }

  .frontpage-top-banner {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 10;
  }
  .frontpage-top-banner .top-banner {
    background: none;
  }
  .frontpage-top-banner .background-top {
    visibility: hidden;
    margin: 0;
    height: 0;
  }
  .frontpage-top-banner .background-bottom {
    background: url(../img/background-bottom-trans.png) repeat-x;
    float: left;
  }
  .frontpage-top-banner .logo-banner {
    display: block;
  }

  .frontpage-container {
    margin-bottom: -215px;
  }
  .frontpage-container .links-container {
    display: none;
  }

  .nav-list {
    margin-bottom: 0.5em;
  }

  .nav-item {
    background: none;
    border-bottom: none;
    font-size: 0.75em;
    margin-bottom: 0;
  }

  .banner .nav-item {
    margin-left: -2px;
  }

  .nav-link {
    width: inherit;
    font-size: 1.25rem;
    height: 1.25em;
    line-height: 1.25em;
    padding: 0.3125em 0.625em;
    -moz-border-radius: 20px / 20px;
    -webkit-border-radius: 20px 20px;
    border-radius: 20px / 20px;
  }

  .footer-nav .nav-link {
    background: #fff;
    color: #0097d4;
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .footer-nav .odd {
    margin-left: -4px;
  }
  .footer-nav .odd .nav-link {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .nav-link {
    color: #fff;
  }

  .nav-link:hover {
    background: #002f5f;
    color: #fff;
  }

  .blog-info-author-text .nav-link:hover {
    background: none;
    color: #002f5f;
  }

  .nav-link.nav-title:hover {
    background: inherit;
    color: #002f5f;
  }

  .slider-container {
    position: relative;
    height: 714px;
    height: 56vw;
    width: 100%;
    overflow: hidden;
  }

  .anythingSlider {
    height: 300px;
    padding: 0;
    border: none;
  }

  .anythingSlider-btp .arrow span {
    display: block;
    visibility: hidden;
  }

  .activeSlider .anythingWindow {
    border: none;
  }

  .carousel-nav {
    position: absolute;
    top: 18%;
    height: 50px;
    width: 100%;
  }

  .panel {
    color: #fff;
    background: #e40a4b;
    padding: 1.25em;
  }

  .panel-title {
    margin: 0;
    width: 100%;
    font-size: 2.6em;
    line-height: 1em;
    font-weight: normal;
  }

  .panel-group {
    vertical-align: middle;
  }

  .panel-link {
    display: block;
    margin-top: 0.625em;
  }

  .panel-link, .panel-link:visited {
    color: #fff;
    font-weight: bold;
  }

  .panel-text {
    margin: 0.3125em 0;
    line-height: 1.25em;
  }

  .concatContainer {
    position: relative;
    z-index: 10;
  }

  .content-page {
    /*
    		.sprite-cockeral-speech-right {
    			display: block;
    			position: absolute;
    			top: 0;
    			left: 50%;
    			height: 280px;
    			margin-left: -500px;
    
    			.panel-text {
    				margin-left: 134px;
    				margin-top: 20px;
    				width: 40%;
    			}
    
    			.panel-link {
    				margin-left: 70px;
    			}
    		}
    */
  }
  .content-page .main-nav {
    display: inline-block;
    margin-left: -4px;
    margin-top: 1em;
    min-width: 40.5em;
  }
  .content-page .links-container {
    position: relative;
  }
  .content-page .content-illustration-wrapper {
    background: url(/static/img/background.png) center bottom;
    margin-bottom: -112px;
    position: relative;
  }
  .content-page .content-illustration {
    background: url(/static/img/footer4.png) center bottom no-repeat;
    height: 428px;
    width: 100%;
  }

  .sidebar-rhn-container {
    display: block;
  }
  .sidebar-rhn-container .main-content, .sidebar-rhn-container .sidebar-rhn {
    display: inline-block;
  }

  .back-button {
    display: none;
  }

  .concatContainer {
    display: block;
  }

  .post .main-content {
    margin-top: 1em;
  }

  .frontpage-social-links {
    display: none;
  }

  .what-we-do, .cafe-page {
    margin-bottom: 1em;
  }
  .what-we-do .aside-text, .cafe-page .aside-text {
    font-size: 0.9375em;
  }
  .what-we-do .aside-text .thumbnail-text, .cafe-page .aside-text .thumbnail-text {
    font-weight: bold;
  }

  .video-player {
    width: 100%;
    height: 100%;
  }

  .video-wrapper {
    position: relative;
  }
  .video-wrapper .video-image {
    position: absolute;
    left: 0;
    top: 0;
  }
  .video-wrapper .video-iframe {
    position: absolute;
  }

  .video-wrapper.show-video .video-iframe {
    display: block;
  }
  .video-wrapper.show-video .video-image {
    display: none;
  }

  .video-panel {
    background: #0097d4;
    width: 280px;
    padding: 0.5em 1.5em;
    position: absolute;
    bottom: 50px;
    left: -40px;
    display: none;
  }

  .show-video-panel .video-panel {
    display: block;
  }

  .iOS .show-video-panel .video-panel,
  .iOS .show-video-panel .video-image {
    display: none;
  }

  .video-panel .panel-top-border, .bottom-address .panel-top-border {
    width: 100%;
    height: 4px;
    background: url(../img/panel-top-border.png) repeat-x;
    position: absolute;
    top: -3px;
    left: 0;
  }
  .video-panel .panel-bottom-border, .bottom-address .panel-bottom-border {
    width: 100%;
    height: 4px;
    background: url(../img/panel-bottom-border.png) repeat-x;
    position: absolute;
    bottom: -3px;
    left: 0;
  }
  .video-panel .panel-left-border, .bottom-address .panel-left-border {
    width: 3px;
    height: 100%;
    background: url(../img/panel-left-border.png) repeat-y;
    position: absolute;
    left: -2px;
    top: 0;
  }
  .video-panel .panel-right-border, .bottom-address .panel-right-border {
    width: 3px;
    height: 100%;
    background: url(../img/panel-right-border.png) repeat-y;
    position: absolute;
    right: -2px;
    top: 0;
  }

  .show-video-panel .video-panel {
    visibility: visible;
  }

  .video-panel-button {
    visibility: hidden;
  }

  .videoready .video-panel-button {
    visibility: visible;
  }

  .videoplaying:not(.show-video-panel) .video-panel-button, .videoplaying:not(.show-video-panel) .video-panel {
    visibility: hidden;
  }

  .video-panel-button {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    display: inline-block;
  }

  .video-panel-text {
    color: #fff;
    margin-left: 48px;
  }

  .video-wrapper.show-video iframe {
    display: block;
  }

  .videoplaying .video-wrapper .video-image {
    display: none;
  }

  .gallery {
    padding-bottom: 1em;
  }

  .elastislide-wrapper .elastislide-list {
    width: 40.5em;
  }

  .elastislide-horizontal {
    padding-right: 0;
    padding-left: 0;
  }

  .thumbnail-list-item {
    margin-right: 24px;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    -webkit-transition: width 1s;
    transition: width 1s;
  }

  .links-container {
    position: relative;
    margin-bottom: 1.5em;
  }
  .links-container .download-link {
    display: inline-block;
  }

  .social-links {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    margin: 0;
    width: 21.875em;
  }

  .page-footer {
    position: relative;
    padding-bottom: 1.25em;
    top: 120px;
  }

  .bottom-address .panel-top-border, .bottom-address .panel-bottom-border, .bottom-address .panel-left-border, .bottom-address .panel-right-border {
    display: none;
  }

  .our-cafes {
    margin-bottom: 1.5em;
  }

  .cafe-page {
    margin-bottom: 1.875em;
  }

  .cafe-listing {
    padding: 0;
  }
  .cafe-listing .list-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 1.25em;
    width: 12em;
    margin-bottom: 1em;
  }
  .cafe-listing .list-link {
    display: block;
    padding: 0.625em;
    background: #fff;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
    box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
  }
  .cafe-listing .list-name {
    font-size: 1.1875em;
  }
  .cafe-listing .list-name:after {
    font-family: 'fontello';
    content: '\f105';
    float: right;
    color: #0099cc;
    line-height: 1.25em;
    font-size: 1.2em;
  }
  .cafe-listing .list-img {
    width: 10.75em;
    height: 7.75em;
    display: block;
    margin-bottom: 0.25em;
  }
  .cafe-listing .list-text {
    width: 10.75em;
    font-size: 0.875em;
    margin-top: 0.625em;
  }

  .listing {
    padding: 0;
  }

  .main-nav .download-general {
    background: #fff;
    color: #0097d4;
  }

  .download-application {
    background-color: #0097d4;
    margin-top: 1em;
  }

  .video-wrapper {
    position: relative;
    width: 39em;
    height: 350px;
  }

  .whats-on .list-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .whats-on .list-item.first {
    margin-left: 0;
  }
  .whats-on .panel {
    position: relative;
    float: left;
    height: 260px;
    bottom: 10px;
    margin-top: 150px;
    margin-bottom: -150px;
    margin-left: 39%;
  }
  .whats-on .panel-link {
    left: 35px;
  }
  .whats-on .panel-container {
    width: 300px;
    margin-left: 75px;
    margin-top: 4px;
  }

  .work-for-us .list-title {
    font-weight: normal;
    font-size: 2.625em;
    line-height: 1em;
    padding-top: 24px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50px;
    left: 20px;
  }
  .work-for-us .list-job-title {
    margin-bottom: 0;
    padding-left: 1em;
  }
  .work-for-us .list-item {
    background: #0097d4;
    margin-bottom: 1.25em;
    padding: 0;
  }
  .work-for-us .list-link {
    position: relative;
    display: block;
  }
  .work-for-us .list-text-container {
    position: relative;
    min-height: 7em;
  }
  .work-for-us .list-text {
    padding: 0.625em 1.25em 1.25em 1.25em;
    color: #fff;
    width: 83.5%;
    display: inline-block;
    vertical-align: top;
  }
  .work-for-us .list-text-link {
    display: inline-block;
    width: 38px;
    height: 37px;
    background: url(../img/sprite/arrow_red_circle.png) no-repeat;
    overflow: hidden;
    line-height: 10em;
    position: absolute;
    top: 30%;
    right: 1.25em;
  }
  .work-for-us .list-text-link .list-text-link-span {
    text-indent: -9000px;
  }

  .cafe-vacancies.work-for-us .list-item {
    background: none;
    width: 100%;
  }
  .cafe-vacancies.work-for-us .list-link {
    position: inherit;
    display: inline-block;
  }
  .cafe-vacancies.work-for-us .list-title {
    position: inherit;
  }
  .cafe-vacancies.work-for-us .job-info {
    display: inline-block;
    margin-left: 1.5em;
  }

  .what-we-do .download {
    margin-left: inherit;
    margin-right: inherit;
  }

  .cafe-page .top-address .phone-no, .cafe-page .top-address .address-text {
    display: none;
  }
  .cafe-page .bottom-address .address-info {
    box-sizing: border-box;
    width: 12em;
    display: inline-block;
    vertical-align: top;
    margin: 1em 0;
  }
  .cafe-page .bottom-address .address-info p {
    margin: 0;
  }
  .cafe-page .background-bottom {
    position: relative;
    bottom: -6px;
    z-index: 20;
  }
  .cafe-page .work-for-us .list-item, .cafe-page .work-for-us .list-link {
    background: none;
  }
  .cafe-page .work-for-us .list-item {
    min-height: 10em;
  }
  .cafe-page .work-for-us .list-link {
    display: block;
    margin-bottom: 0.5em;
  }
  .cafe-page .work-for-us .list-title {
    left: 0;
    top: 0;
  }
  .cafe-page .work-for-us .job-title {
    margin: 0;
  }
  .cafe-page .work-for-us .job-info {
    position: relative;
    left: 200px;
  }

  .cafe-page .street-building, .our-cafes .street-building {
    display: block;
  }

  .about-us .secondary-nav .nav-list, .vacancy-listing .secondary-nav .nav-list, .blog .secondary-nav .nav-list {
    width: 100%;
    border-top: none;
  }
  .about-us .secondary-nav .nav-link, .vacancy-listing .secondary-nav .nav-link, .blog .secondary-nav .nav-link {
    -moz-border-radius: 0 / 0;
    -webkit-border-radius: 0 0;
    border-radius: 0 / 0;
    height: auto;
    line-height: 1.5em;
    font-size: 1.3em;
  }
  .about-us .secondary-nav .nav-link .blog-info-title-container, .vacancy-listing .secondary-nav .nav-link .blog-info-title-container, .blog .secondary-nav .nav-link .blog-info-title-container {
    color: #000;
  }
  .about-us .secondary-nav .nav-link .blog-info-title-container .blog-info-author-thumb, .vacancy-listing .secondary-nav .nav-link .blog-info-title-container .blog-info-author-thumb, .blog .secondary-nav .nav-link .blog-info-title-container .blog-info-author-thumb {
    width: 40px;
    height: 40px;
    float: left;
  }
  .about-us .secondary-nav .nav-link:hover .blog-info-title-container, .vacancy-listing .secondary-nav .nav-link:hover .blog-info-title-container, .blog .secondary-nav .nav-link:hover .blog-info-title-container {
    color: #fff;
  }
  .about-us .secondary-nav .nav-title, .vacancy-listing .secondary-nav .nav-title, .blog .secondary-nav .nav-title {
    font-size: 1.75em;
  }

  .vacancy-listing .jobTitle {
    margin-bottom: 0;
    font-size: 1.5em;
    margin-top: 1em;
  }
  .vacancy-listing .list-text p {
    margin-top: 0;
  }
  .vacancy-listing .list-img {
    display: none;
  }
  .vacancy-listing .download-general {
    visibility: hidden;
  }

  .contact-us form {
    width: 27em;
  }
  .contact-us .forminput {
    width: 31.5em;
  }
  .contact-us .headoffice {
    width: 12em;
  }
  .contact-us .in-form-forminput {
    display: inline-block;
  }

  .post-category-list-item {
    display: inline-block;
    margin-left: 10px;
  }

  .top-banner-social {
    padding: 1.875em 0 0 0;
  }

  .blog-info-author-thumb-small {
    height: 50px;
    width: 50px;
  }

  .main-content {
    margin-top: 20px;
  }
}
@media (min-width: 55.5em) {
  body::before {
    content: "med";
  }

  .wrapper, .med .panel-container-extra, .large .panel-container-extra, .small .panel-group {
    width: 52.5em;
  }

  .header, .footer-nav {
    margin-top: 0;
  }

  .header {
    width: inherit;
  }

  .header-title {
    margin-top: 0;
  }

  .foreground-main {
    bottom: 0;
  }

  .foreground-right {
    right: 40%;
    left: auto;
  }

  .aside-content {
    margin-top: 1em;
  }

  .anythingSlider {
    height: 500px;
  }

  .slider-container .background-top {
    position: absolute;
    bottom: 0;
  }

  .panel-group {
    display: table-cell;
    height: 140px;
  }

  .listing-header {
    display: block;
  }

  .bottom-address .panel-top-border, .bottom-address .panel-bottom-border, .bottom-address .panel-left-border, .bottom-address .panel-right-border {
    display: block;
  }

  .elastislide-wrapper .elastislide-list {
    width: 54em;
  }

  .main-content .listing {
    margin-top: 0;
  }

  .secondary-nav {
    margin-top: 1em;
  }

  .work-for-us .list-item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .work-for-us .list-text {
    width: 75%;
  }
  .work-for-us .page-footer {
    display: none;
  }
  .work-for-us .links-container {
    top: 0;
  }

  .contact-us form {
    width: 39em;
  }
  .contact-us form .button {
    margin-left: 154px;
  }
  .contact-us label {
    text-align: right;
    display: inline-block;
    width: 9em;
    line-height: 2em;
    margin-top: 2px;
  }
  .contact-us .forminput {
    display: inline-block;
  }
  .contact-us .in-form-formitem {
    margin-left: 9em;
    padding-left: 0.625em;
  }
  .contact-us .in-form-label {
    width: 60%;
    line-height: 1.2em;
    text-align: left;
  }

  .video-wrapper {
    width: 30em;
    height: 320px;
    display: inline-block;
    margin-bottom: 1.25em;
  }

  .bottom-nav .footer-nav2 {
    width: inherit;
    height: inherit;
    position: inherit;
    background: none;
    float: right;
    margin-top: 0;
    margin-right: -10px;
  }
  .bottom-nav .footer-nav2 .background-bottom-footer {
    display: none;
  }
  .bottom-nav .footer-nav2 .nav-item.odd {
    border: none;
  }
  .bottom-nav .footer-nav2 .nav-list {
    float: none;
    left: 0;
    margin-left: 0;
  }

  .cafe-page .cafe-text {
    width: 16.5em;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 24px;
  }
  .cafe-page .map-wrapper {
    position: relative;
    height: 420px;
  }
  .cafe-page .map-wrapper .bottom-address {
    width: 18em;
    background: url(/static/img/background-panel.png) no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/static/img/background-panel.png', sizingMethod='scale');
    background-size: 96% 100%;
    top: 32px;
    right: 50%;
    margin-right: -434px;
    left: inherit;
    color: #fff;
    padding: 0.5em 1em;
    font-size: 0.875em;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/background-panel.png',sizingMethod='scale')";
  }
  .cafe-page .map-wrapper .bottom-address .address-info {
    margin: 0.8em 0.5em;
  }
  .cafe-page .map-wrapper .bottom-address .label {
    color: #fff;
    font-weight: bold;
  }
  .cafe-page .map-wrapper a, .cafe-page .map-wrapper a:visited {
    color: #fff;
  }
  .cafe-page .bottom-address .address-info {
    width: 18em;
  }

  .about-us .main-content, .vacancy-listing .main-content, .blog .main-content {
    width: 34.5em;
    display: inline-block;
  }
  .about-us .secondary-nav, .vacancy-listing .secondary-nav, .blog .secondary-nav {
    width: 16.5em;
    margin-left: 24px;
    display: inline-block;
  }

  .vacancy-listing .main-content {
    width: 34.5em;
  }

  .frontpage .work-for-us .list-text {
    margin-top: -4px;
  }

  .panel {
    -moz-border-radius: 20px / 20px;
    -webkit-border-radius: 20px 20px;
    border-radius: 20px / 20px;
    width: 336px;
    position: absolute;
    bottom: 60px;
  }

  .primary-content {
    padding: 0;
  }

  .blog-archive .blog-list-image-link {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    float: left;
  }
  .blog-archive .blog-info {
    width: 50%;
    display: inline-block;
    padding-left: 24px;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 0;
  }

  .excerpt {
    clear: both;
    padding-top: 2px;
  }

  .secondary-nav .nav-item {
    border-bottom: 4px solid #f0e9d6;
  }

  .author-nav-list .nav-item {
    border-bottom: none;
  }
  .author-nav-list .nav-link {
    width: 150px;
    max-width: 150px;
  }
}
@media (min-width: 82.5em) {
  body::before {
    content: "large";
  }

  .wrapper, .med .panel-container-extra, .large .panel-container-extra, .small .panel-group {
    width: 79.5em;
  }

  /* Stop foreground images from scrolling further */
  .foreground-images .panel {
    left: 230px;
  }

  .foreground-left {
    left: 500px;
    width: 100%;
  }

  .foreground-right {
    width: 100%;
    right: 382px;
  }

  .foreground-middleright {
    left: 782px;
  }

  .foreground-middleleft {
    left: 0;
    margin-left: 0;
  }

  .bridge-container {
    width: 100%;
    left: 500px;
  }

  /*
  	.sprite-carousel-control-right {
  		left: auto;
  		position: absolute;
  		float: right;
  		right: 50%;
  		margin-right: -710px;
  		@media screen and (min-width: 1400px) {
  			margin-right: -748px;
  		}
  	}
  
  	.sprite-carousel-control-left {
  		left: auto;
  		position: absolute;
  		left: 50%;
  		margin-left: -710px;
  		@media screen and (min-width: 1400px) {
  			margin-left: -748px;
  		}
  	}
  
  .slider-container {
  	.sprite-carousel-control-left {
  		left: 50%;
  		margin-left: -700px;
  	}
  
  	.sprite-carousel-control-right {
  		right: 50%;
  		margin-right: -700px;
  	}
  }
  */
  .elastislide-wrapper .elastislide-list {
    width: 81em;
  }

  .job-heading {
    font-size: 3em;
    letter-spacing: -5px;
  }

  .cafe-page .map-wrapper .bottom-address {
    margin-right: -640px;
    background-size: 100% 100%;
    width: 22.5em;
  }

  .work-for-us .list-img {
    width: 624px;
  }
  .work-for-us .list-text {
    width: 79%;
    height: 2.5em;
  }

  .video-wrapper {
    width: 43.5em;
    height: 391px;
  }

  .cafe-text {
    width: 34.5em;
  }

  .aside-content .aside-text {
    font-size: 1em;
  }

  .about-us .main-content, .vacancy-listing .main-content, .blog .main-content {
    width: 52.5em;
  }
  .about-us .secondary-nav, .vacancy-listing .secondary-nav, .blog .secondary-nav {
    width: 25.5em;
  }
}
.grid {
  word-spacing: normal;
  overflow: hidden;
  margin: 0 0 -4px 0;
}

.grid-cell p {
  line-height: 1.5em;
}

.grid-cell {
  padding: 0;
}

.padded {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.sprite-video-play {
  width: 34px;
  height: 37px;
}

/* create x column fixed layout */
@media (min-width: 42em) {
  body::before {
    content: "small";
  }

  .wrapper, .med .panel-container-extra, .large .panel-container-extra, .small .panel-group {
    width: 39em;
  }

  .padded {
    padding-left: 0;
    padding-right: 0;
  }

  .main-nav {
    width: inherit;
    left: -24px;
  }
  .main-nav li {
    display: inline-block;
    text-align: center;
    letter-spacing: -1px;
  }

  .bottom-nav li {
    display: inline-block;
    text-align: center;
    letter-spacing: -1px;
  }

  .frontpage-top-banner .header {
    display: none;
  }

  .banner .nav-list {
    position: relative;
    left: -0.2em;
  }

  .footer-nav .nav-list {
    position: inherit;
  }

  /* Position slideshow to top of page underneath header */
  .header, .main-nav {
    z-index: 10;
  }

  .main-content-frontpage {
    position: relative;
    top: -13.4375em;
    left: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 250px;
  }

  .content-rhn {
    width: 18em;
  }

  .sidebar-rhn {
    display: inline-block;
    width: 9em;
  }

  .footer-nav {
    width: 18em;
    float: right;
    bottom: 0.375em;
    z-index: 10;
    text-align: right;
    margin-right: 20px;
  }
  .footer-nav li {
    display: inline-block;
    text-align: center;
  }

  .frontpage .footer-nav, .frontpage .download-nav {
    position: inherit;
    float: right;
    margin-right: -4px;
  }
  .frontpage .download-nav {
    margin-top: -4px;
  }

  .footer-nav-list {
    text-align: right;
  }
  .footer-nav-list .nav-item {
    display: inline-block;
  }

  .what-we-do .aside-content .panel {
    display: none;
  }

  .cafe-listing {
    width: 40.5em;
  }
}
.banner .nav-list {
  left: -0.2em;
}

.bottom-nav ul.nav-list {
  margin-left: -0.8em;
}

@media (min-width: 55.5em) {
  body::before {
    content: "med";
  }

  .wrapper, .med .panel-container-extra, .large .panel-container-extra, .small .panel-group {
    width: 52.5em;
  }

  .nav-link {
    min-width: 0;
  }

  .sub-page {
    width: 54em;
  }

  .content-rhn {
    width: 31.5em;
  }

  .sidebar-rhn {
    width: 13.5em;
  }

  .nav-list {
    display: inline-block;
  }

  .footer-nav {
    width: 228px;
    display: inline-block;
    margin-right: 0;
  }

  .download-nav {
    width: auto;
  }

  .content-page .footer-nav {
    margin-right: -4px;
  }

  .footer-nav2 {
    position: absolute;
    bottom: 3.5em;
  }

  .what-we-do .main-content, .cafe-page .main-content {
    width: 31.5em;
    display: inline-block;
  }
  .what-we-do .aside-content, .cafe-page .aside-content {
    width: 21em;
    display: inline-block;
    margin-top: 1em;
    position: relative;
  }
  .what-we-do .aside-content .aside-text, .cafe-page .aside-content .aside-text {
    margin-bottom: 10px;
    margin-top: 0;
    min-height: 250px;
  }
  .what-we-do .aside-content .aside-text p, .cafe-page .aside-content .aside-text p {
    margin-top: 0;
  }
  .what-we-do .aside-content .panel, .cafe-page .aside-content .panel {
    display: block;
    bottom: -10px;
    height: 200px;
    box-sizing: border-box;
    margin-bottom: -4px;
  }
  .what-we-do .aside-content .panel-text, .cafe-page .aside-content .panel-text {
    width: 50%;
    margin-left: 2em;
    margin-top: 0.625em;
  }
  .what-we-do .aside-content .panel-link, .cafe-page .aside-content .panel-link {
    width: 50px;
    margin-left: 136px;
  }

  .post {
    width: 103%;
  }
  .post .aside-content {
    margin-top: 5em;
  }

  .cafe-listing {
    width: 54em;
    margin: 0;
  }

  .list-item {
    width: 12em;
  }

  .work-for-us .list-item {
    width: 25.5em;
  }
}
@media (min-width: 82.5em) {
  body::before {
    content: "large";
  }

  .wrapper, .med .panel-container-extra, .large .panel-container-extra, .small .panel-group {
    width: 79.5em;
  }

  .sub-page {
    width: 81em;
  }

  .content-rhn {
    width: 31.5em;
  }

  .sidebar-rhn {
    width: 13.5em;
  }

  .cafe-listing {
    width: 81em;
  }

  .what-we-do .main-content, .cafe-page .main-content {
    width: 45em;
    display: inline-block;
  }
  .what-we-do .aside-content, .cafe-page .aside-content {
    width: 34.5em;
    display: inline-block;
  }
}
body {
  min-width: 320px;
}

.menu-download {
  color: #fff;
  width: 52.5em;
  margin: auto;
}

.full-section {
  margin: 0 auto 30px 0;
}
.full-section .newsletter-form label {
  font-size: 1.5em;
  color: #00437a;
  font-weight: bold;
  letter-spacing: -0.05em;
}

.full-section.menu-download {
  margin-top: 20px;
}

h3.full-section-heading {
  font-size: 3.125em;
  letter-spacing: -0.08em;
  font-weight: bold;
  color: #00437a;
  margin: 0;
  padding: 0;
}

.blog-archive ul li img {
  max-width: 100%;
  width: 100%;
}

.blog-latest ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
@media (min-width: 42.5em) {
  .blog-latest ul {
    width: 39em;
  }
}
@media (min-width: 55.5em) {
  .blog-latest ul {
    width: 52.5em;
  }
}
@media (min-width: 82.5em) {
  .blog-latest ul {
    width: 79.5em;
  }
}
.blog-latest ul li {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0 1.25em 0 0;
  vertical-align: top;
}
@media (min-width: 42.5em) {
  .blog-latest ul li {
    width: 39em;
  }
}
@media (min-width: 55.5em) {
  .blog-latest ul li {
    width: 16.5em;
  }
}
@media (min-width: 82.5em) {
  .blog-latest ul li {
    width: 25.5em;
  }
}
.blog-latest ul li img {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 42.5em) {
  .blog-latest ul li img {
    width: 16.5em;
    float: left;
    margin: 0 30px 30px 0;
  }
}
@media (min-width: 55.5em) {
  .blog-latest ul li img {
    width: 100%;
    float: none;
    margin: 0 0 15px;
  }
}
.blog-latest ul li:last-child {
  margin: 0;
}
.blog-latest ul li h4 {
  font-size: 1.5em;
  margin: 0 0 10px 0;
}
.blog-latest ul li p {
  font-size: 1em;
  margin-top: 0;
  line-height: 1.4em;
}
.blog-latest.full-blog ul {
  margin-bottom: 25px;
}
.blog-latest.full-blog ul li:nth-child(4n-1) {
  margin-right: 0;
}

.mobile-only {
  display: block;
}

@media (min-width: 42em) {
  .landscape {
    background: url(/static/img/footer5.png) center bottom no-repeat;
    height: 428px;
    width: 100%;
  }

  .mobile-only {
    display: none;
  }
}
.bottom-nav {
  padding-top: 2em;
}
.bottom-nav.add-margin {
  margin-top: 30px;
}
.bottom-nav .nav-list li a {
  font-weight: 500;
}
.bottom-nav .footer-nav2 .nav-list {
  margin: 0 auto;
  width: 40.5em;
}
@media (min-width: 55.5em) {
  .bottom-nav .footer-nav2 .nav-list {
    margin: 0;
    width: auto;
  }
}
.bottom-nav .footer-nav2 .nav-list .nav-item {
  margin: 0 10px 0 0;
  padding: 0 13px 0 0;
  border-right: 2px solid #fff;
}
.bottom-nav .footer-nav2 .nav-list .nav-item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.mobile-hide {
  display: none;
}
@media (min-width: 42.5em) {
  .mobile-hide {
    display: block;
  }
}

.main-content-frontpage {
  margin-bottom: 0;
}

.more-button {
  text-align: center;
}
@media (min-width: 42.5em) {
  .more-button {
    text-align: left;
  }
}
