/* Text Elements */

h1 {
  color: #003b0d;
  text-align: left;
  text-transform: none;
  font-weight: 700;
  font-size: 62px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

h1.titleAsideH1 {
  text-align: right;
  text-transform: uppercase;
}

h2 {
  color: #003b0d;
  text-align: left;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

h2.titleAsideH2 {
  color: #003b0d;
  text-align: right;
  text-transform: lowercase;
  font-weight: 600;
  font-size: 32px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

h2.imageAsideH2 {
  color: #003b0d;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 50px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

h2.heroTitleH2 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #003b0d;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 34px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  line-height: 1;
}

h3 {
  color: #003b0d;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 27px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

h3.sayHello {
  text-transform: uppercase;
  font-size: 48px;
}

h4 {
  color: #003b0d;
  font-weight: 700;
  font-size: 23px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

h5 {
  color: #003b0d;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

h6 {
  color: #003b0d;
  font-weight: 700;
  font-size: 18px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

p.paragraph {
  padding: 0;
  width: 100%;
  color: #575756;
  text-align: left;
  font-size: 16px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

ul.unorder-list {
  margin-left: 5%;
  width: auto;
  list-style-position: outside;
  list-style-type: disc;
}

ol.order-list {
  margin-left: 5%;
  width: auto;
  list-style-position: outside;
}

span.text-element {
  color: #575756;
  font-size: 16px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

span.text-element.footerTitle {
  margin-left: 20px;
  text-transform: uppercase;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  line-height: 1.7;
}

span.text-element.footerCopyright {
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 0;
  width: auto;
  color: #575756;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  line-height: 2;
}

span.text-element.footerAddress {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

span.text-element.footerAddress.mobile {
  display: none;
}

span.text-element.cardTitle {
  position: absolute;
  bottom: 3.5rem;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 32px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

span.text-element.heroWeSpecialise {
  position: absolute;
  top: -30px;
  left: -30px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 234px;
  background-color: #fffde9;
  color: #003b0d;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  font-family: 'Montserrat', cursive;
}

span.text-element.smallCardTitle {
  position: static;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
}

span.text-element.smallCardProject {
  width: 100%;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
}

span.text-element.requireedMessage {
  padding-top: 7px;
  padding-bottom: 7px;
  width: 98%;
  background-color: #c14e48;
  color: #fff;
  text-transform: uppercase;
}

span.text-element.contactTitle {
  padding-right: 25px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
}

blockquote {
  color: #575756;
  font-size: 16px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

a.link-text {
  color: #575756;
  text-decoration: underline;
  font-size: 16px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

a.link-text.navTopLevel {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  background-color: #fff;
  color: #575756;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .9rem;
  font-family: 'Montserrat', cursive;
}

a.link-text.headerLinks {
  margin: 0 0 0 40px;
  color: #003b0d;
  text-decoration: none;
  font-weight: 600;
  font-size: .9rem;
  font-family: 'Montserrat', cursive;
}

a.link-text.motley {
  float: none;
  margin-top: 7px;
  margin-bottom: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  background-image: url('../images/motley/motley-white-logo-trans.png');
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-family: 'Open Sans', cursive;
  line-height: 1;
}

a.link-text.footerLink {
  margin-left: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

a.link-text.findoutmore {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid transparent;
  background-color: transparent;
  color: #003b0d;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

a.link-text.findoutmore.heroTitle {
  position: absolute;
  bottom: -30px;
  left: 50px;
  border-color: #003b0d;
  background-color: #003b0d;
  color: #fff;
}

a.link-text.contactLink {
  margin-right: 22%;
  width: auto;
  color: #003b0d;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}

a.link-text.remodal-confirm {
  margin-right: auto;
  margin-left: auto;
  padding: 5px 20px;
  width: 130px;
  border: 3px solid #003b0d;
  background-color: #003b0d;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 23px;
}

a.link-text:hover {
  text-decoration: none;
}

a.link-text.navTopLevel:hover {
  background-color: #fff;
  text-decoration: underline;
}

a.link-text.headerLinks:hover {
  text-decoration: underline;
}

a.link-text.footerLink:hover {
  text-decoration: underline;
}

a.link-text.findoutmore:hover {
  border-color: #003b0d;
  background-color: #fff;
  color: #003b0d;
}

a.link-text.contactLink:hover {
  text-decoration: underline;
}

a.link-text.remodal-confirm:hover {
  background-color: #fff;
  color: #003b0d;
}

ul.link-list.submenu {
  position: absolute;
  z-index: 9999;
  display: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  width: auto;
  border-right: 1px solid #003b0d;
  border-bottom: 1px solid #003b0d;
  border-left: 1px solid #003b0d;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, .5) 5px 4px 15px -5px;
  list-style-type: none;
}

ul.link-list.footerNav {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  min-height: 0;
  width: auto;
  list-style-type: none;
}

/* Common Elements */

address p {
  color: #575756;
  font-size: 16px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

address a {
  color: #575756;
  font-size: 16px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

address span.addressEmail {
  color: #000;
  text-decoration: none;
}

/* Interaction Elements */

form.form-container.sayHelloForm {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  max-width: 1200px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

form.form-container.loginForm {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  width: 25%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

input[type=text].sayHello {
  margin-right: 0;
  margin-left: 0;
  padding: 0 10px;
  min-height: 50px;
  max-width: 48%;
  width: 100%;
  color: #575756;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

input[type=text].required.sayHello {
  background-color: #ff9893;
}

input[type=text].loginForm {
  padding: 10px 4px;
  min-height: 50px;
  max-width: none;
  color: #575756;
  text-transform: none;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

input[type=password].loginForm {
  min-height: 50px;
  max-width: none;
  color: #575756;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

textarea.sayHello {
  padding: 5px 10px;
  max-width: 98%;
  height: 110px;
  color: #575756;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

/* Layout Elements */

body > .row > [class*='coffee-span-'].header {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: start;
  -ms-flex-align: end;
  padding-top: 10px;
  padding-bottom: 10px;

  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}

body > .row.headerLayer {
  max-width: 1400px;
}

body > .row.footerayer {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1800px;
  border-top: 2px solid #575756;
}

body > .row > [class*='coffee-span-'].motley {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #000;
}

body > .row.contentLayer {
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 50px;
  max-width: 1400px;
}

body > .row.cardsLayer {
  max-width: 1400px;
}

body > .row > [class*='coffee-span-'].cardsWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

body > .row > [class*='coffee-span-'].heroContainer {
  position: relative;
  height: 900px;
}

body > .row.heroLayer {
  max-width: 1800px;
  background-image: url('../images/misc/PLE0002.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

body > .row.sayHelloLayer {
  max-width: none;
  background-color: #d1d3d4;
}

body > .row > [class*='coffee-span-'].sayHelloContainer {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

body > .row > [class*='coffee-span-'].heroContainer.small {
  height: 270px;
}

.container.mobileNav {
  display: none;
  margin-bottom: 0;
  min-height: 0;
}

.container.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;
  float: left;
  margin-bottom: 7px;
  min-height: 0;

  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

.container.navigation {
  float: left;
  margin-bottom: 0;
  margin-left: 40px;
  min-height: 0;
  width: auto;
}

.container.headerContacts {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;
  min-height: 0;
  width: auto;

  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

.container.container-1 {
  display: block;
  margin-bottom: 0;
  min-height: 70px;
}

.container.motleyContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 1400px;
}

.container.footerContent {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin: 50px auto 30px;
  max-width: 1400px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.footerContactsContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;
  min-height: 0;

  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

.container.footerAddrssContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;
  min-height: 0;

  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

.container.footerSubContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;
  min-width: 0;
  max-width: none;
  width: 92%;
  background-color: #fff;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

.container.footerLogoContainer {
  max-width: none;
  width: 8%;
}

.container.copywrightContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  min-height: 0;
}

.container.paraWrapper {
  margin-top: 50px;
  margin-left: 50px;
  padding-left: 0;
}

.container.headerContacts.mobile {
  display: none;
}

.container.footerTabsContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;
  margin-top: 7px;
  min-height: 0;

  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

.container.socialWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;
  -ms-flex-align: center;
  min-height: 0;
  width: auto;

  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.tabsWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;
  -ms-flex-align: center;
  min-height: 0;
  width: auto;

  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
}

.container.footerTabsContainer.mobile {
  display: none;
}

.container.imageAside {
  display: block;
  margin-top: -30px;
  width: 60%;
}

.container.paraAside {
  margin-top: 50px;
  margin-left: 50px;
  padding-left: 0;
  width: 33%;
}

.container#imageAside {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  background-color: #d1d3d4;
}

.container#textAside {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
}

.container.container-2 {
  position: relative;
  right: 0;
  float: right;
  width: 700px;
  height: 500px;
  background-image: url('../images/misc/1407166690.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.container-3 {
  margin: 20px;
  padding-top: 0;
  width: auto;
  height: 460px;
  border: 3px solid #fff;
}

.container.heroWrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
  height: 900px;
}

.container.heroTitleWrapper {
  position: absolute;
  top: 300px;
  right: 100px;
  bottom: auto;
  padding-right: 0;
  padding-left: 0;
  width: 484px;
  height: 350px;
  border: 4px solid #003b0d;
  background-color: #fff;
}

.container.heroTitleContainer {
  position: absolute;
  top: 0;
  bottom: auto;
  margin-top: 60px;
  padding-right: 50px;
  padding-left: 50px;
  width: 100%;
}

.container.container-4 {
  background-image: -webkit-linear-gradient(left, rgba(209, 211, 212, 0) 80%, rgba(255, 255, 255, 1) 80%);
  background-image:    -moz-linear-gradient(left, rgba(209, 211, 212, 0) 80%, rgba(255, 255, 255, 1) 80%);
  background-image:      -o-linear-gradient(left, rgba(209, 211, 212, 0) 80%, rgba(255, 255, 255, 1) 80%);
  background-image:         linear-gradient(90deg, rgba(209, 211, 212, 0) 80%, rgba(255, 255, 255, 1) 80%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container#imageAside-copy-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  background-color: #d1d3d4;
}

.container#imageAside-copy-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  background-color: #d1d3d4;
}

.container.contactContacts {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 0;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
}

.link-container.cardItem {
  position: relative;
  margin-right: 30px;
  margin-bottom: 60px;
  margin-left: 30px;
  min-height: 601px;
  width: 28%;
  background-image: url('../images/misc/156.JPG');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.link-container.cardItemSmall {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: start;
  -ms-flex-align: end;
  margin-right: 30px;
  margin-bottom: 60px;
  margin-left: 30px;
  padding-right: 20px;
  padding-left: 20px;
  min-height: auto;
  width: 270px;
  height: 270px;
  background-image: url('../images/misc/156.JPG');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
  text-decoration: none;

  background-blend-mode: normal;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
          align-content: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

.link-container.cardItem:hover {
  background-image: url('../images/misc/blackOpacity.png'), url('../images/misc/156.JPG');
  background-attachment: scroll, scroll;
  background-position: left top, 50% 50%;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.link-container.cardItemSmall:hover {
  background-image: url('../images/misc/blackOpacity.png'), url('../images/misc/156.JPG');
  background-attachment: scroll, scroll;
  background-position: left top, 50% 50%;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
}

li.list-item {
  color: #575756;
  font-size: 16px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  line-height: 1.7;
}

span.glyph.mobileIcon {
  float: left;
  padding-top: 5px;
  font-size: 25px;
  line-height: 1;
}

li.list-item-link.submenuButton > a {
  color: #575756;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  font-family: 'Montserrat', cursive;
}

li.list-item-link.submenuButton {
  padding: 5px 10px;
  min-width: 200px;
  background-color: #fff;
  text-transform: uppercase;
}

a.responsive-picture.mainLogo {
  max-width: 110px;
}

a.responsive-picture.footerLogo {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 110px;
}

li.list-item-link.footerNav {
  display: inline-block;
  margin-right: 10px;
}

li.list-item-link.footerNav > a {
  color: #575756;
  text-decoration: none;
  font-size: 12px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

a.responsive-picture.footerSocial {
  margin-left: 15px;
  max-width: 30px;
}

div.responsive-picture.iconTab {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 57px;
  max-width: none;
  max-height: none;
  width: 4em;
  height: auto;

  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

div.responsive-picture.iconTab > picture {
  height: auto;
}

div.responsive-picture.iconTab.large {
  width: 6em;
}

button {
  margin-right: 0;
  margin-left: 1%;
  background-color: #8cc14d;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
}

button.sayHello {
  margin-right: auto;
  margin-left: auto;
  width: auto;
  border-width: 3px;
  border-color: #003b0d;
  border-radius: 0;
  background-color: #003b0d;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 23px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

button.login.sayHello {
  margin-right: auto;
  margin-left: auto;
  width: 147px;
}

li.list-item-link.submenuButton:hover {
  background-color: #fff;
}

li.list-item-link.submenuButton:hover > a {
  text-decoration: underline;
}

li.list-item-link.footerNav:hover > a {
  text-decoration: underline;
}

button:hover {
  background-color: #f04e23;
}

button.sayHello:hover {
  background-color: #fff;
  color: #003b0d;
}

@media screen and (max-width: 1400px) {
  /* Text Elements */

  h2.heroTitleH2 {
    font-size: 30px;
  }

  h2 {
    font-size: 29px;
  }

  span.text-element.contactTitle {
    clear: left;
  }

  a.link-text.contactLink {
    margin-right: 0;
  }

  a.link-text.navTopLevel {
    font-size: .9rem;
  }

  a.link-text.headerLinks {
    margin-left: 20px;
  }

  /* Layout Elements */

  .container.heroTitleWrapper {
    width: 450px;
    height: 350px;
  }

  .container.contactContacts {
    min-height: auto;
  }

  .container.desktop.headerContacts {
    margin-left: 10px;
  }

  .container.navigation {
    margin-left: 20px;
  }

  .link-container.cardItem {
    width: 28%;
  }

  .link-container.cardItemSmall {
    width: 270px;
  }
}

@media screen and (max-width: 1200px) {
  /* Text Elements */

  h1.titleAsideH1 {
    font-size: 50px;
  }

  h1 {
    font-size: 50px;
  }

  h2.titleAsideH2 {
    font-size: 28px;
  }

  h2.imageAsideH2 {
    font-size: 44px;
  }

  h2.heroTitleH2 {
    margin-bottom: 20px;
    font-size: 21px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 21px;
  }

  h5 {
    font-size: 19px;
  }

  h6 {
    font-size: 17px;
  }

  p.paragraph {
    clear: left;
  }

  span.text-element.footerTitle {
    font-size: 14px;
  }

  span.text-element.smallCardTitle {
    font-size: 29px;
  }

  span.text-element.contactTitle {
    font-size: 22px;
  }

  a.link-text.headerLinks {
    margin-left: 15px;
    font-size: .75rem;
  }

  a.link-text.navTopLevel {
    font-size: .75rem;
  }

  a.link-text.footerLink {
    font-size: 14px;
  }

  a.link-text.contactLink {
    font-size: 22px;
  }

  /* Interaction Elements */

  input[type=text].sayHello {
    width: 100%;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].heroContainer {
    height: 600px;
  }

  .container.navigation {
    margin-left: 15px;
  }

  .container.container-1 {
    padding-right: 20px;
  }

  .container.paraAside {
    width: 40%;
  }

  .container.container-2 {
    width: 500px;
    height: 300px;
  }

  .container.heroWrapper {
    height: 600px;
  }

  .container.heroTitleWrapper {
    top: 200px;
    right: 0;
    bottom: auto;
    width: 350px;
    height: 250px;
  }

  .container.heroTitleContainer {
    margin-top: 50px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .container.container-3 {
    height: 260px;
  }

  .container.desktop.headerContacts {
    margin-left: 0;
  }

  .link-container.cardItem {
    min-height: 400px;
    width: 27%;
  }

  .link-container.cardItemSmall {
    min-height: auto;
    width: 270px;
  }
}

@media screen and (max-width: 992px) {
  /* Text Elements */

  h1.titleAsideH1 {
    text-align: left;
    font-size: 41px;
  }

  h1 {
    font-size: 41px;
  }

  h2.titleAsideH2 {
    text-align: left;
    font-size: 25px;
  }

  h2.imageAsideH2 {
    font-size: 33px;
  }

  h2 {
    font-size: 23px;
  }

  h3 {
    font-size: 21px;
  }

  h3.sayHello {
    font-size: 38px;
  }

  h4 {
    font-size: 19px;
  }

  h5 {
    font-size: 17px;
  }

  h6 {
    font-size: 16px;
  }

  span.text-element.footerTitle {
    line-height: 1.2;
  }

  span.text-element.cardTitle {
    font-size: 22px;
  }

  span.text-element.heroWeSpecialise {
    right: 10px;
    left: auto;
    padding: 10px;
    width: auto;
    font-size: 16px;
  }

  span.text-element.smallCardTitle {
    font-size: 22px;
  }

  a.link-text.navTopLevel {
    font-size: .9rem;
  }

  a.link-text.footerLink {
    line-height: 1.2;
  }

  a.link-text.findoutmore {
    font-size: 20px;
  }

  a.link-text.findoutmore.heroTitle {
    right: 20px;
    bottom: -24px;
    left: auto;
    font-size: 16px;
  }

  /* Interaction Elements */

  form.form-container.loginForm {
    width: 50%;
  }

  input[type=text].sayHello {
    width: 100%;
  }

  /* Layout Elements */

  body > .row.contentLayer {
    padding-right: 20px;
    padding-left: 20px;
  }

  body > .row > [class*='coffee-span-'].heroContainer {
    height: 500px;
  }

  body > .row.heroLayer {
    background-position: center center;
  }

  .container.menu {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.footerContactsContainer {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: start;
    -ms-flex-align: end;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
  }

  .container.footerTabsContainer {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.container-2 {
    width: 400px;
    height: 250px;
  }

  .container.container-3 {
    height: 210px;
  }

  .container#textAside {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.paraWrapper {
    margin-top: 0;
    margin-left: 0;
  }

  .container.heroWrapper {
    height: 500px;
  }

  .container.heroTitleContainer {
    margin-top: 20px;
  }

  .container.heroTitleWrapper {
    top: 200px;
    height: 200px;
  }

  .container.contactContacts {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-bottom: 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.desktop.headerContacts {
    margin-top: 10px;
  }

  .container.navigation {
    margin-left: 30px;
  }

  .link-container.cardItem {
    margin-right: 15px;
    margin-left: 15px;
    min-height: 350px;
    width: 28%;
  }

  .link-container.cardItemSmall {
    margin-right: 15px;
    margin-left: 15px;
    min-height: auto;
    width: 270px;
  }
}

@media screen and (max-width: 768px) {
  /* Text Elements */

  h1.titleAsideH1 {
    text-align: left;
    font-size: 45px;
  }

  h1 {
    font-size: 45px;
  }

  h2.titleAsideH2 {
    text-align: left;
    font-size: 23px;
  }

  h2.imageAsideH2 {
    text-align: left;
    font-size: 23px;
  }

  h2.heroTitleH2 {
    font-size: 16px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h3.sayHello {
    font-size: 30px;
  }

  h4 {
    font-size: 17px;
  }

  h5 {
    font-size: 16px;
  }

  p.paragraph {
    font-size: 17px;
  }

  span.text-element.footerAddress {
    text-align: center;
  }

  span.text-element.footerCopyright {
    width: 47%;
    text-align: center;
    font-size: 11px;
  }

  span.text-element.cardTitle {
    font-size: 20px;
  }

  span.text-element {
    font-size: 15px;
  }

  span.text-element.address {
    width: 100%;
    text-align: center;
  }

  span.text-element.footerTitle {
    font-size: 16px;
  }

  span.text-element.desktop.footerAddress {
    font-size: 16px;
  }

  a.link-text.navTopLevel {
    float: none;
    text-align: right;
    font-size: 18px;
  }

  a.link-text.headerLinks {
    margin-left: 10px;
    font-size: 14px;
  }

  a.link-text.findoutmore {
    margin-right: auto;
    margin-left: auto;
    width: 160px;
    text-align: left;
    font-size: 18px;
  }

  a.link-text {
    font-size: 17px;
  }

  a.link-text.footerLink {
    font-size: 16px;
  }

  ul.link-list.submenu {
    position: static;
    padding-bottom: 10px;
    border-style: none;
    box-shadow: none;
  }

  ul.link-list.footerNav {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    margin-right: auto;
    margin-left: auto;
    width: 100%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  /* Interaction Elements */

  form.form-container.sayHelloForm {
    padding-top: 0;
  }

  form.form-container.loginForm {
    width: 75%;
  }

  input[type=text].sayHello {
    width: 100%;
    font-size: 15px;
  }

  textarea.sayHello {
    font-size: 15px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].header {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  body > .row.footerayer {
    margin-top: 30px;
  }

  body > .row.contentLayer {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  body > .row > [class*='coffee-span-'].heroContainer {
    height: 400px;
  }

  body > .row.heroLayer {
    background-position: right center;
  }

  body > .row > [class*='coffee-span-'].sayHelloContainer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  body > .row > [class*='coffee-span-'].heroContainer.small {
    height: 250px;
  }

  .container.mobileNav {
    display: block;
    margin-bottom: 0;
  }

  .container.menu {
    position: absolute;
    z-index: 1;
    display: none;
    margin-top: 32px;
    background-color: #fff;
  }

  .container.navigation {
    position: static;
    right: 0;
    float: none;
    margin-right: 0;
    margin-left: 0;
    padding-right: 25px;
    min-height: 0;
    width: 100%;
  }

  .container.container-1 {
    position: absolute;
    top: 50px;
    margin-top: 20px;
    min-height: 0;
  }

  .container.desktop.headerContacts {
    display: none;
    margin-top: 0;
  }

  .container.headerContacts.mobile {
    position: static;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    width: 100%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.titleWrapper {
    padding-right: 0;
    padding-left: 0;
  }

  .container.paraWrapper {
    margin-top: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .container.footerLogoContainer {
    width: 100px;
  }

  .container.footerContactsContainer {
    width: 100%;
  }

  .container.footerSubContainer {
    width: 78%;
  }

  .container.tabsWrapper {
    width: auto;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .container.socialWrapper {
    width: 100%;
  }

  .container.paraAside {
    margin-top: 0;
    margin-left: 0;
    padding: 20px;
    width: 100%;
  }

  .container.container-3 {
    position: absolute;
    margin-top: 20px;
    padding-top: 0;
    width: 93%;
    height: 261px;
  }

  .container#imageAside {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.imageAside {
    margin-top: 0;
    width: 100%;
  }

  .container.container-2 {
    position: relative;
    float: none;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    height: 300px;
  }

  .container.heroWrapper {
    height: 400px;
  }

  .container.heroTitleWrapper {
    top: auto;
    bottom: 0;
    display: block;
    -ms-flex-pack: center;
    -ms-flex-align: start;
    width: 200px;
    height: 200px;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.heroTitleContainer {
    margin-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .container.container-4 {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container#imageAside-copy-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container#imageAside-copy-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.copywrightContainer {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .link-container.cardItem {
    width: 43%;
  }

  .link-container.cardItemSmall {
    width: 270px;
  }

  span.glyph.mobileIcon {
    position: relative;
    top: 0;
    float: right;
    margin-top: -61px;
    font-size: 60px;
  }

  li.list-item-link.submenuButton {
    text-align: right;
  }

  a.responsive-picture.mainLogo {
    position: relative;
    z-index: 49;
  }

  li.list-item-link.footerNav > a {
    font-size: 11px;
  }

  div.responsive-picture.iconTab {
    margin-right: 20px;
    margin-left: 20px;
    width: 3em;
  }

  div.responsive-picture.iconTab.large {
    margin-left: 20px;
    width: 4em;
  }

  li.list-item-link.submenuButton > a {
    font-size: 16px;
  }

  li.list-item-link.footerNav {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  /* Text Elements */

  h1.titleAsideH1 {
    font-size: 30px;
  }

  h1 {
    font-size: 30px;
  }

  h2.titleAsideH2 {
    font-size: 21px;
  }

  h2.imageAsideH2 {
    font-size: 21px;
  }

  h2 {
    font-size: 19px;
  }

  h3 {
    font-size: 18px;
  }

  h3.sayHello {
    font-size: 28px;
  }

  p.paragraph {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }

  span.text-element.footerCopyright {
    width: 100%;
    font-size: 12px;
  }

  span.text-element.footerAddress.mobile {
    display: block;
  }

  span.text-element.desktop.footerAddress {
    display: none;
  }

  span.text-element.cardTitle {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  span.text-element.heroWeSpecialise {
    right: 0;
    font-size: 14px;
  }

  span.text-element {
    font-size: 14px;
  }

  span.text-element.contactTitle {
    padding-right: 0;
  }

  a.link-text.findoutmore {
    position: static;
    float: none;
    width: 160px;
  }

  a.link-text.findoutmore.heroTitle {
    right: 0;
    width: auto;
  }

  a.link-text.contactLink {
    font-size: 16px;
  }

  a.link-text {
    font-size: 16px;
  }

  /* Interaction Elements */

  form.form-container.loginForm {
    width: 100%;
  }

  input[type=text].sayHello {
    margin-right: 0;
    margin-left: 0;
    max-width: 98%;
    width: 100%;
    font-size: 14px;
  }

  textarea.sayHello {
    font-size: 14px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].header {
    position: relative;
  }

  body > .row.footerayer {
    margin-top: 30px;
  }

  body > .row > [class*='coffee-span-'].heroContainer {
    height: 300px;
  }

  body > .row > [class*='coffee-span-'].heroContainer.small {
    height: 225px;
  }

  .container.headerContacts.mobile {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.menu {
    position: absolute;
    margin-top: 19px;
  }

  .container.container-1 {
    position: absolute;
    top: 40px;
  }

  .container.footerSubContainer {
    width: 65%;
  }

  .container.copywrightContainer {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.footerTabsContainer.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.desktop.footerTabsContainer {
    display: none;
  }

  .container.tabsWrapper {
    -ms-flex-pack: center;
    width: 95%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.socialWrapper {
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.container-2 {
    position: static;
    width: 80%;
    height: 200px;
    background-size: cover;
  }

  .container.container-3 {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: none;
    margin: 0;
    padding-top: 0;
    width: 100%;
  }

  .container.heroWrapper {
    height: 300px;
  }

  .container.imageAside {
    margin-top: 0;
  }

  .container.contactContacts {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .link-container.cardItem {
    min-height: 275px;
    width: 39.7%;
  }

  .link-container.cardItemSmall {
    min-height: auto;
    width: 270px;
    height: 225px;
  }

  span.glyph.mobileIcon {
    margin-top: -50px;
  }

  a.responsive-picture.mainLogo {
    position: relative;
    z-index: 2;
  }

  li.list-item-link.footerNav > a {
    font-size: 12px;
  }

  div.responsive-picture.iconTab {
    margin-right: 10px;
    margin-left: 10px;
  }

  div.responsive-picture.iconTab.large {
    margin-left: 10px;
  }
}

@media screen and (max-width: 320px) {
  /* Text Elements */

  h1.titleAsideH1 {
    font-size: 25px;
  }

  span.text-element.footerTitle {
    font-size: 13px;
  }

  span.text-element.cardTitle {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 23px;
  }

  a.link-text.footerLink {
    font-size: 13px;
  }

  /* Layout Elements */

  body > .row.contentLayer {
    padding-right: 12px;
    padding-bottom: 20px;
    padding-left: 12px;
  }

  .container.menu {
    margin-top: 8px;
  }

  .container.footerSubContainer {
    width: 57%;
  }

  .container.tabsWrapper {
    width: 100%;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.container-2 {
    width: 90%;
  }

  .link-container.cardItem {
    width: 100%;
  }

  .link-container.cardItemSmall {
    width: 270px;
  }

  div.responsive-picture.iconTab {
    margin-left: 10px;
    width: 2em;

    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  div.responsive-picture.iconTab.large {
    width: 3em;
  }
}