@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?f7na9w");
  src: url("../fonts/icomoon.eot?f7na9w#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?f7na9w") format("truetype"), url("../fonts/icomoon.woff?f7na9w") format("woff"), url("../fonts/icomoon.svg?f7na9w#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"], .icon-extend, footer#main-footer .phone-number:before, header#main-header .right .top .phone-number:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-map-marker:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-phone:before, footer#main-footer .phone-number:before, header#main-header .right .top .phone-number:before {
  content: "";
}

.icon-check:before {
  content: "";
}

html, body {
  font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  color: #3e4349;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  background-color: #fff;
}
body.no-scroll {
  overflow: hidden;
}

.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1200px) {
  .wrapper {
    max-width: 90%;
  }
}

.clearfix, .wrapper {
  *zoom: 1;
}
.clearfix:before, .wrapper:before, .clearfix:after, .wrapper:after {
  content: " ";
  display: table;
}
.clearfix:after, .wrapper:after {
  clear: both;
}

.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main {
  display: block;
  clear: both;
  position: relative;
}

[v-cloak] {
  display: none;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.2s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}

header#main-header {
  display: block;
  height: 150px;
  background-color: #fff;
}
header#main-header .wrapper {
  display: flex;
  height: 100%;
}
header#main-header .left {
  display: flex;
  width: 250px;
  align-items: center;
}
header#main-header .left a {
  opacity: 1;
  transition: opacity 0.2s;
}
header#main-header .left a img {
  width: 100%;
  height: auto;
}
header#main-header .left a:hover {
  opacity: 0.6;
}
header#main-header .right {
  display: flex;
  width: 100%;
  align-items: center;
}
header#main-header .right .inner {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
}
header#main-header .right .top, header#main-header .right .bottom {
  display: block;
}
header#main-header .right .top {
  font-size: 0;
  margin-bottom: 30px;
}
header#main-header .right .top .phone-number {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 300;
  color: #2b2f33;
  letter-spacing: 0.5px;
  text-decoration: none;
  margin-right: 30px;
  transition: color 0.2s;
}
header#main-header .right .top .phone-number:before {
  font-size: 24px;
  display: inline-block;
  color: #00b9d4;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: -2px;
}
header#main-header .right .top .phone-number:hover {
  color: #00b9d4;
}
header#main-header .right .top .social {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
header#main-header .right .top .social a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  text-decoration: none;
  margin: 0 11px;
}
header#main-header .right .top .social a i {
  font-size: 16px;
  color: #2b2f33;
  transition: color 0.2s;
}
header#main-header .right .top .social a i.icon-twitter {
  font-size: 14px;
}
header#main-header .right .top .social a:first-of-type {
  margin-left: 0;
}
header#main-header .right .top .social a:last-of-type {
  margin-right: 0;
}
header#main-header .right .top .social a:hover i {
  color: #00b9d4;
}
header#main-header .right .bottom nav {
  font-size: 0;
}
header#main-header .right .bottom nav a {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #3e4349;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 16px;
  transition: color 0.2s;
}
header#main-header .right .bottom nav a.active {
  color: #00b9d4;
}
header#main-header .right .bottom nav a:first-of-type {
  margin-left: 0;
}
header#main-header .right .bottom nav a:last-of-type {
  margin-right: 0;
}
header#main-header .right .bottom nav a:hover {
  color: #00b9d4;
}
header#main-header .hamburger-container {
  display: none;
  text-align: center;
}
header#main-header .hamburger-container .hamburger {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #000;
}
header#main-header .hamburger-container .hamburger .lines {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
}
header#main-header .hamburger-container .hamburger .lines .line {
  display: block;
  height: 2px;
  background-color: #000;
  margin: 5px 0;
  position: relative;
  opacity: 1;
  transform: rotate(0deg);
  transition: top 0.2s, transform 0.2s, opacity 0.2s;
}
header#main-header .hamburger-container .hamburger span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  font-size: 14px;
  font-weight: 600;
}
header#main-header .hamburger-container .hamburger.active .line:nth-of-type(1) {
  top: 7px;
  transform: rotate(45deg);
}
header#main-header .hamburger-container .hamburger.active .line:nth-of-type(2) {
  opacity: 0;
}
header#main-header .hamburger-container .hamburger.active .line:nth-of-type(3) {
  top: -7px;
  transform: rotate(-45deg);
}
header#main-header .mobile-dropdown {
  display: none;
  padding-top: 18px;
}
header#main-header .mobile-dropdown a {
  display: block;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  color: #000;
}
header#main-header .mobile-dropdown a.active {
  background-color: #00b9d4;
  border-bottom: 1px solid #00b9d4;
  color: #fff;
}
header#main-header .mobile-dropdown.active {
  display: block;
}
@media (max-width: 1200px) {
  header#main-header .right .bottom nav a {
    margin: 0 10px;
  }
}
@media (max-width: 1200px) {
  header#main-header {
    height: auto;
    padding: 30px 0 20px;
  }
  header#main-header .wrapper {
    display: block;
  }
  header#main-header .left {
    width: 100%;
    margin-bottom: 10px;
  }
  header#main-header .left a {
    margin: 0 auto;
  }
  header#main-header .left a img {
    width: 200px;
  }
  header#main-header .right {
    width: 100%;
  }
  header#main-header .right .top {
    display: none;
  }
  header#main-header .right .bottom {
    text-align: center;
    width: 100%;
  }
  header#main-header .right .bottom nav a {
    padding: 10px;
    margin: 0;
  }
}
@media (max-width: 560px) {
  header#main-header {
    padding-bottom: 30px;
  }
  header#main-header .right {
    display: none;
  }
  header#main-header .hamburger-container {
    display: block;
  }
}
@media (max-width: 360px) {
  header#main-header .mobile-dropdown a {
    font-size: 14px;
  }
}

footer#main-footer {
  display: block;
  padding: 180px 0 80px;
  background-color: #2b2f33;
  background-image: url("../img/logo-background.png");
  background-position: bottom right;
  background-size: 50%;
  background-repeat: no-repeat;
  margin-top: -100px;
}
footer#main-footer .wrapper {
  display: flex;
}
footer#main-footer .left {
  width: 400px;
  padding-right: 100px;
}
footer#main-footer .middle {
  flex: 1;
}
footer#main-footer .right {
  width: 220px;
}
footer#main-footer form {
  display: block;
}
footer#main-footer form input[type=text], footer#main-footer form input[type=email], footer#main-footer form input[type=tel], footer#main-footer form input[type=date], footer#main-footer form select {
  width: 100%;
  height: 40px;
  font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background-color: #41464c;
  color: #fff;
  outline: 0;
  padding: 0 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
footer#main-footer form input[type=text]::-ms-expand, footer#main-footer form input[type=email]::-ms-expand, footer#main-footer form input[type=tel]::-ms-expand, footer#main-footer form input[type=date]::-ms-expand, footer#main-footer form select::-ms-expand {
  display: none;
}
footer#main-footer form input[type=text]::-webkit-input-placeholder, footer#main-footer form input[type=email]::-webkit-input-placeholder, footer#main-footer form input[type=tel]::-webkit-input-placeholder, footer#main-footer form input[type=date]::-webkit-input-placeholder, footer#main-footer form select::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
footer#main-footer form input[type=text]:-moz-placeholder, footer#main-footer form input[type=email]:-moz-placeholder, footer#main-footer form input[type=tel]:-moz-placeholder, footer#main-footer form input[type=date]:-moz-placeholder, footer#main-footer form select:-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
footer#main-footer form input[type=text]::-moz-placeholder, footer#main-footer form input[type=email]::-moz-placeholder, footer#main-footer form input[type=tel]::-moz-placeholder, footer#main-footer form input[type=date]::-moz-placeholder, footer#main-footer form select::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
footer#main-footer form input[type=text]:-ms-input-placeholder, footer#main-footer form input[type=email]:-ms-input-placeholder, footer#main-footer form input[type=tel]:-ms-input-placeholder, footer#main-footer form input[type=date]:-ms-input-placeholder, footer#main-footer form select:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
footer#main-footer form textarea {
  width: 100%;
  max-width: 100%;
  font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background-color: #41464c;
  color: #fff;
  outline: 0;
  padding: 12px 15px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
footer#main-footer form textarea::-ms-expand {
  display: none;
}
footer#main-footer form textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
footer#main-footer form textarea:-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
footer#main-footer form textarea::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
footer#main-footer form textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
footer#main-footer form button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #959799;
  border-radius: 100px;
  background-color: transparent;
  font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #959799;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: opacity 0.2s;
  padding: 11px 15px 12px 18px;
}
footer#main-footer form button::-ms-expand {
  display: none;
}
footer#main-footer form button:hover {
  opacity: 0.6;
}
footer#main-footer p.success-message {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
footer#main-footer h4 {
  display: block;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 30px;
}
footer#main-footer h4 strong {
  font-weight: 600;
}
footer#main-footer .phone-number {
  display: inline-block;
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: color 0.2s;
}
footer#main-footer .phone-number:before {
  font-size: 30px;
  display: inline-block;
  color: #00b9d4;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: -6px;
}
footer#main-footer .phone-number:hover {
  color: #00b9d4;
}
footer#main-footer .phone-number + h4 {
  margin-top: 75px;
}
footer#main-footer .email-us {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #00b9d4;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.2s;
}
footer#main-footer .email-us:hover {
  border-bottom: 1px solid #00b9d4;
}
footer#main-footer .email-us + h4 {
  margin-top: 75px;
}
footer#main-footer .social {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
footer#main-footer .social a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  text-decoration: none;
  margin: 0 11px;
}
footer#main-footer .social a i {
  font-size: 16px;
  color: #00b9d4;
  opacity: 1;
  transition: opacity 0.2s;
}
footer#main-footer .social a i.icon-twitter {
  font-size: 14px;
}
footer#main-footer .social a:first-of-type {
  margin-left: 0;
}
footer#main-footer .social a:last-of-type {
  margin-right: 0;
}
footer#main-footer .social a:hover i {
  opacity: 0.5;
}
footer#main-footer ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
footer#main-footer ul li {
  display: block;
  font-size: 0;
  margin-bottom: 20px;
}
footer#main-footer ul li a {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s;
}
footer#main-footer ul li a:hover {
  color: #fff;
}
@media (max-width: 1200px) {
  footer#main-footer {
    padding-bottom: 50px;
    font-size: 0;
  }
  footer#main-footer .wrapper {
    display: block;
  }
  footer#main-footer .left, footer#main-footer .middle, footer#main-footer .right {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
  }
  footer#main-footer .left, footer#main-footer .middle {
    width: 50%;
  }
  footer#main-footer .left {
    padding-right: 40px;
  }
  footer#main-footer .middle {
    padding-left: 40px;
  }
  footer#main-footer .right {
    width: 100%;
    margin-top: 80px;
    text-align: center;
  }
  footer#main-footer .phone-number + h4, footer#main-footer .email-us + h4 {
    margin-top: 40px;
  }
}
@media (max-width: 1100px) {
  footer#main-footer {
    margin-top: -75px;
    padding-top: 130px;
  }
}
@media (max-width: 980px) {
  footer#main-footer .phone-number {
    font-size: 20px;
  }
  footer#main-footer .phone-number:before {
    font-size: 20px;
    margin-top: -4px;
    margin-right: 10px;
  }
  footer#main-footer .right {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  footer#main-footer {
    padding-bottom: 30px;
  }
  footer#main-footer .left {
    padding-right: 20px;
  }
  footer#main-footer .middle {
    padding-left: 20px;
  }
  footer#main-footer h4 {
    font-size: 24px;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
}
@media (max-width: 680px) {
  footer#main-footer .left, footer#main-footer .middle {
    width: 100%;
  }
  footer#main-footer .left {
    padding-right: 0;
  }
  footer#main-footer .middle {
    padding-left: 0;
    margin-top: 40px;
    text-align: center;
  }
}

footer#second-footer {
  display: block;
  background-color: #191c1e;
  padding: 16px 0;
}
footer#second-footer span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 480px) {
  footer#second-footer {
    text-align: center;
  }
}

.eb-outer {
  display: block;
}
.eb-outer .eb-wrap {
  display: block;
}
.eb-outer h1, .eb-outer h2, .eb-outer h3, .eb-outer h4, .eb-outer h5, .eb-outer h6, .eb-outer p, .eb-outer ol, .eb-outer ul, .eb-outer hr, .eb-outer img, .eb-outer figure, .eb-outer blockquote, .eb-outer .opening-hours, .eb-outer table, .eb-outer .map-container, .eb-outer .code, .eb-outer .competition-form, .eb-outer .eb-iframe, .eb-outer .eb-gallery {
  margin-bottom: 30px;
}
.eb-outer h1 {
  display: block;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
  color: #000;
  letter-spacing: 0.5px;
}
.eb-outer h2 {
  display: block;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  color: #2b2f33;
  letter-spacing: 0.5px;
}
.eb-outer h3 {
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  color: #2b2f33;
  letter-spacing: 0.5px;
}
.eb-outer h4 {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #2b2f33;
  letter-spacing: 0.5px;
}
.eb-outer h5 {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #2b2f33;
  letter-spacing: 0.5px;
}
.eb-outer h6 {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #2b2f33;
  letter-spacing: 0.5px;
}
.eb-outer p {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #2b2f33;
  letter-spacing: 0.3px;
  word-break: keep-all;
}
.eb-outer p i, .eb-outer p em {
  font-style: italic;
}
.eb-outer p b, .eb-outer p strong {
  font-weight: 500;
}
.eb-outer p a {
  color: #2b2f33;
}
.eb-outer ul, .eb-outer ol {
  display: block;
  list-style: none;
}
.eb-outer ul li, .eb-outer ol li {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding-left: 15px;
  color: #000;
  position: relative;
  margin-bottom: 3px;
}
.eb-outer ul li:last-of-type, .eb-outer ol li:last-of-type {
  margin-bottom: 0;
}
.eb-outer ul ul, .eb-outer ul ol, .eb-outer ol ul, .eb-outer ol ol {
  margin: 0;
}
.eb-outer ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #00b9d4;
}
.eb-outer ul ul li:before {
  top: 13px;
  height: 1px;
  border-radius: 0;
  background-color: #2b2f33;
}
.eb-outer ol {
  counter-reset: ol-li-counter;
}
.eb-outer ol li {
  padding-left: 0;
}
.eb-outer ol li:before {
  content: counter(ol-li-counter) " ";
  counter-increment: ol-li-counter;
  font-size: 14px;
  font-weight: 600;
  color: #00b9d4;
  line-height: 14px;
}
.eb-outer hr {
  display: block;
  margin-top: 0;
  padding: 0;
  border: 0;
  border-bottom: 2px solid #e5e5e5;
}
.eb-outer a {
  text-decoration: underline;
}
.eb-outer br + a, .eb-outer a + a {
  font-weight: 600;
  text-decoration: none;
}
.eb-outer br + a:before, .eb-outer a + a:before {
  content: "›";
  color: #00b9d4;
}
.eb-outer img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.eb-outer figure {
  display: block;
}
.eb-outer figure img {
  margin-bottom: 0;
}
.eb-outer figure.position-left img {
  margin: 0 auto 0 0;
}
.eb-outer figure.position-center img {
  margin: 0 auto;
}
.eb-outer figure.position-right img {
  margin: 0 0 0 auto;
}
.eb-outer figure.position-full img {
  width: 100%;
}
.eb-outer figure figcaption {
  display: block;
  background-color: #e5e5e5;
  padding: 10px 14px;
}
.eb-outer figure figcaption span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #555;
}
.eb-outer blockquote {
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  border-left: 8px solid #00b9d4;
  padding: 10px 0 10px 40px;
}
.eb-outer .opening-hours {
  display: block;
  width: 280px;
}
.eb-outer .opening-hours .day {
  display: block;
  padding-bottom: 30px;
}
.eb-outer .opening-hours .day span {
  float: left;
  width: 40%;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
.eb-outer .opening-hours .day span:nth-of-type(2) {
  width: 60%;
  font-weight: 400;
  color: #666;
}
.eb-outer table.eb-table {
  display: table;
  width: 100%;
  max-width: 400px;
  border: 0;
  table-layout: fixed;
}
.eb-outer table.eb-table th, .eb-outer table.eb-table td {
  vertical-align: top;
  font-size: 16px;
  color: #666666;
  padding: 10px;
}
.eb-outer table.eb-table tr {
  background-color: #fff;
  border: 1px solid #ccc;
}
.eb-outer table.eb-table tr:nth-of-type(even) {
  background-color: #eee;
}
.eb-outer table.two-col th:nth-of-type(1), .eb-outer table.two-col th:nth-of-type(2), .eb-outer table.two-col td:nth-of-type(1), .eb-outer table.two-col td:nth-of-type(2) {
  width: 50%;
}
.eb-outer table.three-col {
  max-width: 800px;
}
.eb-outer table.three-col th:nth-of-type(1), .eb-outer table.three-col td:nth-of-type(1) {
  width: 25%;
}
.eb-outer table.three-col th:nth-of-type(2), .eb-outer table.three-col td:nth-of-type(2) {
  width: 60%;
}
.eb-outer table.three-col th:nth-of-type(3), .eb-outer table.three-col td:nth-of-type(3) {
  width: 15%;
}
.eb-outer .map-container .map-search {
  display: flex;
  width: 100%;
  height: 50px;
  margin-bottom: 50px;
}
.eb-outer .map-container .map-search .input-container {
  display: inline-block;
  width: 310px;
  height: 100%;
  margin-right: 20px;
}
.eb-outer .map-container .map-search .input-container input {
  width: 100%;
  height: 100%;
  font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-right: 0;
  border-radius: 0;
  background-color: #f5f5f5;
  color: #000;
  outline: 0;
  padding: 0 20px;
  box-sizing: border-box;
}
.eb-outer .map-container .map-search .input-container input::-ms-expand {
  display: none;
}
.eb-outer .map-container .map-search .input-container input::-webkit-input-placeholder {
  color: #000;
}
.eb-outer .map-container .map-search .input-container input:-moz-placeholder {
  color: #000;
}
.eb-outer .map-container .map-search .input-container input::-moz-placeholder {
  color: #000;
}
.eb-outer .map-container .map-search .input-container input:-ms-input-placeholder {
  color: #000;
}
.eb-outer .map-container .map-search button {
  width: 100%;
  max-width: 180px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #000;
  border-radius: 0;
  background-color: #fff;
  font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000;
  outline: 0;
  text-transform: uppercase;
  transition: background-color 0.2s, color 0.2s;
  padding: 0;
  box-sizing: border-box;
}
.eb-outer .map-container .map-search button:hover {
  background-color: #000;
  color: #fff;
}
.eb-outer .map-container .error {
  display: block;
  background-color: #ffcccc;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #ff253d;
  padding: 12px 22px 14px;
}
.eb-outer .map-container .error.no-error {
  padding: 0;
}
.eb-outer .map-container .map {
  display: block;
  padding-top: 56.25%;
}
.eb-outer .map-container p {
  color: #fff;
}
.eb-outer .map-container #directionsPanel {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.eb-outer .map-container #directionsPanel .adp {
  border-bottom: 1px solid black;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.eb-outer .map-container #directionsPanel .adp-placemark {
  width: auto;
}
.eb-outer .map-container #directionsPanel .adp-placemark td {
  padding: 1em;
}
.eb-outer .map-container #directionsPanel .adp-placemark td tr.steps td {
  display: block;
}
.eb-outer .map-container #directionsPanel .adp-placemark .adp-text {
  padding: 0;
}
.eb-outer .map-container #directionsPanel .adp-placemark .adp-directions {
  width: auto;
}
.eb-outer .map-container #directionsPanel .adp-placemark .adp-step, .eb-outer .map-container #directionsPanel .adp-placemark .adp-substep {
  padding: 0.6em 6px 0.6em 6px;
}
.eb-outer .map-container #directionsPanel * {
  clear: both;
  box-sizing: border-box;
}
.eb-outer .map-container #directionsPanel:after {
  content: "";
  display: table;
  clear: both;
}
.eb-outer .code {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.eb-outer .code iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.eb-outer .competition-form {
  display: block;
  background-color: #00b9d4;
  padding: 10px 15px 15px;
  color: #fff;
}
.eb-outer .competition-form h3 {
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  margin: 0 0 20px !important;
  padding: 0;
  color: #fff;
  letter-spacing: -0.5px;
}
.eb-outer .competition-form span.question {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
  padding-bottom: 15px;
}
.eb-outer .competition-form .form-input {
  display: block;
  padding-bottom: 15px;
}
.eb-outer .competition-form .form-input label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 5px;
}
.eb-outer .competition-form .form-input input {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: #fff;
  font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 16px;
  color: #222;
  padding: 4px 10px 6px;
  box-sizing: border-box;
  outline: 0;
  border-radius: 0;
}
.eb-outer .competition-form .form-input input[type=submit] {
  display: inline-block;
  width: auto;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  transition: background-color 0.2s ease-in-out;
  padding: 5px 10px 6px;
}
.eb-outer .competition-form .form-input:last-of-type {
  padding-bottom: 0;
}
.eb-outer .competition-form .form-input.form-input-submit {
  padding-top: 5px;
}
.eb-outer .competition-form span.status {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.eb-outer .competition-form span.status.status-success {
  color: #24cd83;
}
.eb-outer .competition-form span.status.status-error {
  color: #ff3535;
}
.eb-outer .competition-form form + span.status {
  padding-top: 10px;
}
.eb-outer .eb-iframe {
  width: 100%;
  max-width: 100%;
}
.eb-outer .eb-iframe iframe, .eb-outer .eb-iframe .twitter-tweet, .eb-outer .eb-iframe .EmbeddedTweet {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}
.eb-outer .eb-iframe .youtube-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.eb-outer .eb-iframe .youtube-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.eb-outer .eb-gallery {
  display: block;
  font-size: 0;
}
.eb-outer .eb-gallery a {
  display: inline-block;
  width: 47%;
  margin: 0 3% 3% 0;
}
.eb-outer .eb-gallery a img {
  width: 100%;
  height: auto;
  max-width: none;
  margin: 0;
}
.eb-outer .eb-gallery a:before {
  display: none !important;
}
@media (max-width: 768px) {
  .eb-outer h2, .eb-outer h3, .eb-outer h4, .eb-outer p, .eb-outer ol, .eb-outer ul, .eb-outer hr, .eb-outer img, .eb-outer figure, .eb-outer blockquote, .eb-outer .opening-hours, .eb-outer table, .eb-outer .map-container, .eb-outer .code, .eb-outer .competition-form, .eb-outer .eb-iframe, .eb-outer .eb-gallery {
    margin-bottom: 25px;
  }
  .eb-outer h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .eb-outer h3 {
    font-size: 20px;
  }
  .eb-outer .map-container .map-search {
    display: block;
    height: auto;
    margin-bottom: 20px;
  }
  .eb-outer .map-container .map-search .input-container {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
  }
  .eb-outer .map-container .map-search button {
    height: 50px;
    max-width: 100%;
  }
}
@media (max-width: 520px) {
  .eb-outer h2, .eb-outer h3, .eb-outer h4, .eb-outer p, .eb-outer ol, .eb-outer ul, .eb-outer hr, .eb-outer img, .eb-outer figure, .eb-outer blockquote, .eb-outer .opening-hours, .eb-outer table, .eb-outer .map-container, .eb-outer .code, .eb-outer .competition-form, .eb-outer .eb-iframe, .eb-outer .eb-gallery {
    margin-bottom: 20px;
  }
  .eb-outer h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .eb-outer h3 {
    font-size: 18px;
  }
  .eb-outer h4 {
    font-size: 16px;
  }
  .eb-outer p {
    font-size: 14px;
    line-height: 20px;
  }
  .eb-outer ul li, .eb-outer ol li {
    font-size: 14px;
    line-height: 20px;
  }
  .eb-outer ul li:before {
    top: 7px;
  }
  .eb-outer ol li:before {
    font-size: 14px;
    line-height: 20px;
  }
  .eb-outer figure figcaption span {
    font-size: 14px;
    line-height: 20px;
  }
  .eb-outer blockquote {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0 10px 25px;
    border-left: 5px solid #00b9d4;
  }
  .eb-outer .opening-hours {
    width: 220px;
  }
  .eb-outer .opening-hours .day span {
    font-size: 14px;
  }
  .eb-outer table.eb-table td, .eb-outer table.eb-table th {
    font-size: 14px;
    padding: 8px;
  }
  .eb-outer .eb-gallery a {
    width: 46%;
    margin-right: 4%;
  }
}
@media (max-width: 360px) {
  .eb-outer h2, .eb-outer h3, .eb-outer h4, .eb-outer p, .eb-outer ol, .eb-outer ul, .eb-outer hr, .eb-outer img, .eb-outer figure, .eb-outer blockquote, .eb-outer .opening-hours, .eb-outer table, .eb-outer .map-container, .eb-outer .code, .eb-outer .competition-form, .eb-outer .eb-iframe, .eb-outer .eb-gallery {
    margin-bottom: 15px;
  }
  .eb-outer h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

.contact-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 99;
  overflow: auto;
}
.contact-popup .popup {
  display: block;
  align-self: center;
  width: 550px;
  min-height: 78px;
  max-width: 90%;
  background-color: #2b2f33;
  color: #fff;
  transition: all 0.2s ease;
  position: relative;
  padding: 65px 60px;
  box-sizing: border-box;
  z-index: 100;
}
.contact-popup .popup .close-popup {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 78px;
  height: 78px;
}
.contact-popup .popup .close-popup:before, .contact-popup .popup .close-popup:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  margin-top: -1px;
  margin-left: -12px;
  background-color: #828485;
}
.contact-popup .popup .close-popup:before {
  transform: rotate(45deg);
}
.contact-popup .popup .close-popup:after {
  transform: rotate(-45deg);
}
.contact-popup .popup span {
  display: block;
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 25px;
}
.contact-popup .popup span strong {
  font-weight: 600;
}
.contact-popup .popup p {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #c6c6c6;
  margin-bottom: 20px;
}
.contact-popup .popup p a {
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.2s;
  padding-bottom: 2px;
}
.contact-popup .popup p a:hover {
  border-bottom: 1px solid #fff;
}
.contact-popup .popup p.success-message {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}
.contact-popup .popup form {
  display: block;
}
.contact-popup .popup form input[type=text], .contact-popup .popup form input[type=email], .contact-popup .popup form input[type=tel], .contact-popup .popup form input[type=date], .contact-popup .popup form select {
  width: 100%;
  height: 40px;
  font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background-color: #41464c;
  color: #fff;
  outline: 0;
  padding: 0 15px;
  margin-bottom: 22px;
  box-sizing: border-box;
}
.contact-popup .popup form input[type=text]::-ms-expand, .contact-popup .popup form input[type=email]::-ms-expand, .contact-popup .popup form input[type=tel]::-ms-expand, .contact-popup .popup form input[type=date]::-ms-expand, .contact-popup .popup form select::-ms-expand {
  display: none;
}
.contact-popup .popup form input[type=text]::-webkit-input-placeholder, .contact-popup .popup form input[type=email]::-webkit-input-placeholder, .contact-popup .popup form input[type=tel]::-webkit-input-placeholder, .contact-popup .popup form input[type=date]::-webkit-input-placeholder, .contact-popup .popup form select::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.contact-popup .popup form input[type=text]:-moz-placeholder, .contact-popup .popup form input[type=email]:-moz-placeholder, .contact-popup .popup form input[type=tel]:-moz-placeholder, .contact-popup .popup form input[type=date]:-moz-placeholder, .contact-popup .popup form select:-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
.contact-popup .popup form input[type=text]::-moz-placeholder, .contact-popup .popup form input[type=email]::-moz-placeholder, .contact-popup .popup form input[type=tel]::-moz-placeholder, .contact-popup .popup form input[type=date]::-moz-placeholder, .contact-popup .popup form select::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
.contact-popup .popup form input[type=text]:-ms-input-placeholder, .contact-popup .popup form input[type=email]:-ms-input-placeholder, .contact-popup .popup form input[type=tel]:-ms-input-placeholder, .contact-popup .popup form input[type=date]:-ms-input-placeholder, .contact-popup .popup form select:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.contact-popup .popup form textarea {
  width: 100%;
  max-width: 100%;
  font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background-color: #41464c;
  color: #fff;
  outline: 0;
  padding: 12px 15px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.contact-popup .popup form textarea::-ms-expand {
  display: none;
}
.contact-popup .popup form textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.contact-popup .popup form textarea:-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
.contact-popup .popup form textarea::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
.contact-popup .popup form textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.contact-popup .popup form button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #959799;
  border-radius: 100px;
  background-color: transparent;
  font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #959799;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: opacity 0.2s;
  padding: 11px 15px 12px 18px;
}
.contact-popup .popup form button::-ms-expand {
  display: none;
}
.contact-popup .popup form button:hover {
  opacity: 0.6;
}
@media (max-width: 540px) {
  .contact-popup .popup {
    max-width: 100%;
    padding: 30px;
    align-self: flex-start;
  }
}

.popup-enter-active, .popup-leave-active {
  transition: opacity 0.2s;
}
.popup-enter, .popup-leave-to {
  opacity: 0;
}

.newsletter-signup {
  display: flex;
  height: 200px;
  background-color: #00b9d4;
  flex-direction: row;
  align-items: center;
  text-align: center;
}
.newsletter-signup .content {
  display: inline-block;
  margin: 0 auto;
  font-size: 0;
}
.newsletter-signup .content h3 {
  display: inline-block;
  vertical-align: top;
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.5px;
  margin-right: 35px;
  margin-top: 5px;
}
.newsletter-signup .content form {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.newsletter-signup .content form input[type=text], .newsletter-signup .content form input[type=email], .newsletter-signup .content form input[type=tel], .newsletter-signup .content form input[type=date], .newsletter-signup .content form select {
  vertical-align: top;
  width: 250px;
  height: 50px;
  font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #fff;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  background-color: #fff;
  color: #2b2f33;
  outline: 0;
  padding: 0 15px 0 30px;
  margin: 0;
  box-sizing: border-box;
}
.newsletter-signup .content form input[type=text]::-ms-expand, .newsletter-signup .content form input[type=email]::-ms-expand, .newsletter-signup .content form input[type=tel]::-ms-expand, .newsletter-signup .content form input[type=date]::-ms-expand, .newsletter-signup .content form select::-ms-expand {
  display: none;
}
.newsletter-signup .content form input[type=text]::-webkit-input-placeholder, .newsletter-signup .content form input[type=email]::-webkit-input-placeholder, .newsletter-signup .content form input[type=tel]::-webkit-input-placeholder, .newsletter-signup .content form input[type=date]::-webkit-input-placeholder, .newsletter-signup .content form select::-webkit-input-placeholder {
  color: #2b2f33;
}
.newsletter-signup .content form input[type=text]:-moz-placeholder, .newsletter-signup .content form input[type=email]:-moz-placeholder, .newsletter-signup .content form input[type=tel]:-moz-placeholder, .newsletter-signup .content form input[type=date]:-moz-placeholder, .newsletter-signup .content form select:-moz-placeholder {
  color: #2b2f33;
}
.newsletter-signup .content form input[type=text]::-moz-placeholder, .newsletter-signup .content form input[type=email]::-moz-placeholder, .newsletter-signup .content form input[type=tel]::-moz-placeholder, .newsletter-signup .content form input[type=date]::-moz-placeholder, .newsletter-signup .content form select::-moz-placeholder {
  color: #2b2f33;
}
.newsletter-signup .content form input[type=text]:-ms-input-placeholder, .newsletter-signup .content form input[type=email]:-ms-input-placeholder, .newsletter-signup .content form input[type=tel]:-ms-input-placeholder, .newsletter-signup .content form input[type=date]:-ms-input-placeholder, .newsletter-signup .content form select:-ms-input-placeholder {
  color: #2b2f33;
}
.newsletter-signup .content form button {
  vertical-align: top;
  height: 50px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #fff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #00b9d4;
  font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: background-color 0.2s;
  padding: 0 25px;
  margin: 0;
}
.newsletter-signup .content form button::-ms-expand {
  display: none;
}
.newsletter-signup .content form button:hover {
  background-color: #00b0ca;
}
@media (max-width: 1100px) {
  .newsletter-signup {
    height: 150px;
  }
  .newsletter-signup .content h3 {
    font-size: 28px;
    margin-top: 10px;
    margin-right: 20px;
  }
}
@media (max-width: 900px) {
  .newsletter-signup .content h3 {
    display: block;
    font-size: 24px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .newsletter-signup .content form {
    display: block;
  }
}
@media (max-width: 540px) {
  .newsletter-signup .content {
    width: 90%;
  }
  .newsletter-signup .content form input[type=text], .newsletter-signup .content form input[type=email], .newsletter-signup .content form input[type=tel], .newsletter-signup .content form input[type=date], .newsletter-signup .content form select {
    width: 150px;
    height: 40px;
    font-size: 14px;
    padding: 0 10px 2px 20px;
  }
  .newsletter-signup .content form button {
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
    letter-spacing: 1px;
  }
}

.page-homepage section.banner {
  display: block;
  padding: 170px 0 125px;
  background-image: url("../img/homepage/banner.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-homepage section.banner .box {
  display: block;
  width: 900px;
  background-color: rgba(0, 185, 212, 0.95);
  margin: 0 auto;
  padding: 10px 0 33px;
  text-align: center;
  position: relative;
}
.page-homepage section.banner .box:before {
  content: "";
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  height: 90px;
  background-size: 900px 90px;
  background-image: url("../img/homepage/banner-box.png");
  background-position: center top;
  background-repeat: no-repeat;
}
.page-homepage section.banner .box h1 {
  display: block;
  font-size: 60px;
  font-weight: 200;
  text-align: center;
  letter-spacing: -2px;
  color: #fff;
}
.page-homepage section.banner .box h1 strong {
  font-weight: 600;
}
.page-homepage section.banner .box p {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  padding: 30px 0 40px;
}
.page-homepage section.banner .box a.button {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: transparent;
  font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: opacity 0.2s;
  padding: 25px 40px;
}
.page-homepage section.banner .box a.button:hover {
  opacity: 0.6;
}
.page-homepage section.services {
  display: block;
}
.page-homepage section.services .wrapper {
  display: flex;
}
.page-homepage section.services .box {
  text-decoration: none;
}
.page-homepage section.services .box.intro {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
}
.page-homepage section.services .box.intro .text {
  padding-right: 80px;
  box-sizing: border-box;
}
.page-homepage section.services .box.intro h2 {
  display: block;
  font-size: 36px;
  font-weight: 300;
  color: #2b2f33;
  letter-spacing: -0.5px;
}
.page-homepage section.services .box.intro h2 strong {
  font-weight: 600;
}
.page-homepage section.services .box.intro p {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding: 40px 0;
}
.page-homepage section.services .box.intro a.button {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #2b2f33;
  border-radius: 100px;
  background-color: transparent;
  font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #2b2f33;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: opacity 0.2s;
  padding: 20px 30px;
}
.page-homepage section.services .box.intro a.button:hover {
  opacity: 0.6;
}
.page-homepage section.services .box.equine, .page-homepage section.services .box.talks {
  width: 33.33%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-homepage section.services .box.equine .text, .page-homepage section.services .box.talks .text {
  position: absolute;
  left: 50px;
  bottom: 50px;
  font-size: 36px;
  font-weight: 200;
  line-height: 40px;
  letter-spacing: -1px;
  color: #fff;
  padding-right: 80px;
  box-sizing: border-box;
  opacity: 1;
  transition: opacity 0.2s;
}
.page-homepage section.services .box.equine .text strong, .page-homepage section.services .box.talks .text strong {
  font-weight: 600;
}
.page-homepage section.services .box.equine .text .arrow, .page-homepage section.services .box.talks .text .arrow {
  position: absolute;
  top: -78px;
  left: 0;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  transform: rotate(45deg);
}
.page-homepage section.services .box.equine .text .arrow:before, .page-homepage section.services .box.talks .text .arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: -6px;
  background-color: transparent;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  box-sizing: border-box;
}
.page-homepage section.services .box.equine .text .arrow:after, .page-homepage section.services .box.talks .text .arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 14px;
  margin-top: -6px;
  margin-left: -2px;
  background-color: #fff;
  transform: rotate(45deg);
}
.page-homepage section.services .box.equine:before, .page-homepage section.services .box.talks:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.page-homepage section.services .box.equine:hover .text, .page-homepage section.services .box.talks:hover .text {
  opacity: 0.2;
}
.page-homepage section.services .box.equine {
  background-image: url("../img/homepage/box-1.jpg?v=2");
}
.page-homepage section.services .box.talks {
  background-image: url("../img/homepage/box-2.jpg?v=2");
}
.page-homepage section.about-lee {
  display: block;
  background-color: #f4f4f5;
  position: relative;
}
.page-homepage section.about-lee .wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.page-homepage section.about-lee .box {
  width: 66.66%;
  padding: 90px 90px 90px 110px;
  box-sizing: border-box;
  position: relative;
}
.page-homepage section.about-lee .box h2 {
  display: block;
  font-size: 36px;
  font-weight: 300;
  color: #2b2f33;
  letter-spacing: -0.5px;
}
.page-homepage section.about-lee .box h2 strong {
  font-weight: 600;
}
.page-homepage section.about-lee .box p {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding: 40px 0;
}
.page-homepage section.about-lee .box a.button {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #2b2f33;
  border-radius: 100px;
  background-color: transparent;
  font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #2b2f33;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: opacity 0.2s;
  padding: 20px 30px;
}
.page-homepage section.about-lee .box a.button:hover {
  opacity: 0.6;
}
.page-homepage section.about-lee:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: calc((100% - ((100% - 1200px) / 2)) - ((1200px / 3) * 1));
  background-image: url("../img/homepage/lee.jpg");
  background-size: cover;
  background-position: 20% 5%;
  background-repeat: no-repeat;
}
.page-homepage section.news {
  display: block;
  background-color: #fff;
  position: relative;
  padding: 95px 0 50px;
}
.page-homepage section.news .wrapper {
  position: relative;
}
.page-homepage section.news h2 {
  display: block;
  font-size: 36px;
  font-weight: 300;
  color: #2b2f33;
  letter-spacing: -0.5px;
  text-align: center;
}
.page-homepage section.news h2 strong {
  font-weight: 600;
}
.page-homepage section.news a.view-all {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  color: #2b2f33;
  border: 1px solid #2b2f33;
  border-radius: 100px;
  padding: 12px 20px;
  transition: background-color 0.2s, color 0.2s;
}
.page-homepage section.news a.view-all:hover {
  background-color: #2b2f33;
  color: #fff;
}
.page-homepage section.news .stories {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 40px;
  flex-wrap: wrap;
}
.page-homepage section.news .stories a {
  width: 23%;
  background-color: #f4f4f5;
  transition: transform 0.2s ease-in-out;
  text-decoration: none;
  color: #2b2f33;
  margin-bottom: 50px;
}
.page-homepage section.news .stories a .text {
  display: block;
  padding: 25px 30px 80px;
}
.page-homepage section.news .stories a img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.page-homepage section.news .stories a h3 {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
}
.page-homepage section.news .stories a time {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #00adc7;
  margin-bottom: 15px;
}
.page-homepage section.news .stories a p {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}
.page-homepage section.news .stories a:hover {
  transform: translateY(-4px);
}
@media (max-width: 1200px) {
  .page-homepage section.services .box.intro .text {
    padding-right: 30px;
  }
  .page-homepage section.services .box.intro p {
    padding: 20px 0;
  }
  .page-homepage section.services .box.intro a.button {
    padding: 15px 25px;
  }
  .page-homepage section.about-lee .box p {
    padding: 20px 0;
  }
}
@media (max-width: 1100px) {
  .page-homepage section.services .wrapper {
    width: 100%;
    max-width: 100%;
  }
  .page-homepage section.services .box.intro .text {
    padding: 30px 40px;
    box-sizing: border-box;
  }
  .page-homepage section.services .box.intro h2 {
    font-size: 28px;
  }
  .page-homepage section.services .box.equine, .page-homepage section.services .box.talks {
    width: 25%;
  }
  .page-homepage section.services .box.equine .text, .page-homepage section.services .box.talks .text {
    left: 30px;
    bottom: 30px;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: normal;
    padding-right: 40px;
  }
  .page-homepage section.services .box.equine .text .arrow, .page-homepage section.services .box.talks .text .arrow {
    top: -70px;
  }
  .page-homepage section.about-lee:before {
    right: 60%;
  }
  .page-homepage section.about-lee .wrapper {
    width: 100%;
    max-width: 100%;
  }
  .page-homepage section.about-lee .box {
    width: 60%;
    padding: 40px;
  }
  .page-homepage section.about-lee .box h2 {
    font-size: 28px;
  }
  .page-homepage section.news .stories a .text {
    padding: 15px 20px 50px;
  }
}
@media (max-width: 1000px) {
  .page-homepage section.banner {
    padding: 105px 0 60px;
  }
  .page-homepage section.banner .box {
    width: 90%;
  }
  .page-homepage section.banner .box h1 {
    width: 90%;
    font-size: 42px;
    letter-spacing: -1px;
    margin: 0 auto;
  }
  .page-homepage section.banner .box p {
    width: 60%;
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto;
  }
  .page-homepage section.banner .box a.button {
    padding: 15px 30px;
  }
}
@media (max-width: 980px) {
  .page-homepage section.services .wrapper {
    display: block;
    font-size: 0;
  }
  .page-homepage section.services .box.intro {
    display: block;
  }
  .page-homepage section.services .box.intro .text {
    padding: 40px;
    text-align: center;
  }
  .page-homepage section.services .box.intro p {
    width: 60%;
    margin: 0 auto;
  }
  .page-homepage section.services .box.equine, .page-homepage section.services .box.talks {
    display: inline-block;
    width: 50%;
  }
  .page-homepage section.about-lee:before {
    right: 80%;
    background-position: 0 5%;
  }
  .page-homepage section.about-lee .box {
    width: 80%;
  }
  .page-homepage section.news {
    padding: 70px 0 30px;
  }
  .page-homepage section.news .stories a {
    width: 48%;
  }
}
@media (max-width: 700px) {
  .page-homepage section.banner .box {
    width: 95%;
  }
  .page-homepage section.banner .box p {
    width: 80%;
  }
  .page-homepage section.services .box.intro p {
    width: 100%;
  }
  .page-homepage section.news {
    padding: 50px 0 10px;
  }
}
@media (max-width: 580px) {
  .page-homepage section.banner .box h1 {
    font-size: 32px;
    letter-spacing: normal;
  }
  .page-homepage section.services .box.equine, .page-homepage section.services .box.talks {
    width: 100%;
  }
  .page-homepage section.about-lee:before {
    display: none;
  }
  .page-homepage section.about-lee .box {
    width: 100%;
  }
  .page-homepage section.news {
    text-align: center;
  }
  .page-homepage section.news a.view-all {
    display: inline-block;
    position: static;
    margin: 30px auto 0;
  }
  .page-homepage section.news .stories {
    text-align: left;
  }
  .page-homepage section.news .stories a {
    width: 100%;
  }
}
@media (max-width: 440px) {
  .page-homepage section.banner {
    padding: 200px 0 0;
  }
  .page-homepage section.banner .wrapper {
    width: 100%;
    max-width: 100%;
  }
  .page-homepage section.banner .box {
    width: 100%;
  }
}

.page-basic section.banner {
  display: block;
  height: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transition: background-image 0.2s;
}
.page-basic section.banner:after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.page-basic section.content {
  display: block;
}
.page-basic section.content .contact-title {
  margin-bottom: 30px;
  width: 400px;
  max-width: 100%;
}
.page-basic section.content .contact-title h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 14px;
}
.page-basic section.content .contact-title p {
  font-size: 14px;
}
.page-basic section.content form {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  max-width: 100%;
}
.page-basic section.content form input[type=text], .page-basic section.content form input[type=email], .page-basic section.content form input[type=tel], .page-basic section.content form input[type=date], .page-basic section.content form select {
  width: 100%;
  height: 40px;
  font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background-color: #ebeced;
  color: #2b2f33;
  outline: 0;
  padding: 0 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.page-basic section.content form input[type=text]::-ms-expand, .page-basic section.content form input[type=email]::-ms-expand, .page-basic section.content form input[type=tel]::-ms-expand, .page-basic section.content form input[type=date]::-ms-expand, .page-basic section.content form select::-ms-expand {
  display: none;
}
.page-basic section.content form input[type=text]::-webkit-input-placeholder, .page-basic section.content form input[type=email]::-webkit-input-placeholder, .page-basic section.content form input[type=tel]::-webkit-input-placeholder, .page-basic section.content form input[type=date]::-webkit-input-placeholder, .page-basic section.content form select::-webkit-input-placeholder {
  color: #2b2f33;
}
.page-basic section.content form input[type=text]:-moz-placeholder, .page-basic section.content form input[type=email]:-moz-placeholder, .page-basic section.content form input[type=tel]:-moz-placeholder, .page-basic section.content form input[type=date]:-moz-placeholder, .page-basic section.content form select:-moz-placeholder {
  color: #2b2f33;
}
.page-basic section.content form input[type=text]::-moz-placeholder, .page-basic section.content form input[type=email]::-moz-placeholder, .page-basic section.content form input[type=tel]::-moz-placeholder, .page-basic section.content form input[type=date]::-moz-placeholder, .page-basic section.content form select::-moz-placeholder {
  color: #2b2f33;
}
.page-basic section.content form input[type=text]:-ms-input-placeholder, .page-basic section.content form input[type=email]:-ms-input-placeholder, .page-basic section.content form input[type=tel]:-ms-input-placeholder, .page-basic section.content form input[type=date]:-ms-input-placeholder, .page-basic section.content form select:-ms-input-placeholder {
  color: #2b2f33;
}
.page-basic section.content form textarea {
  width: 100%;
  max-width: 100%;
  font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background-color: #ebeced;
  color: #2b2f33;
  outline: 0;
  padding: 12px 15px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.page-basic section.content form textarea::-ms-expand {
  display: none;
}
.page-basic section.content form textarea::-webkit-input-placeholder {
  color: #2b2f33;
}
.page-basic section.content form textarea:-moz-placeholder {
  color: #2b2f33;
}
.page-basic section.content form textarea::-moz-placeholder {
  color: #2b2f33;
}
.page-basic section.content form textarea:-ms-input-placeholder {
  color: #2b2f33;
}
.page-basic section.content form button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #00b9d4;
  border-radius: 100px;
  background-color: #00b9d4;
  font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: opacity 0.2s;
  padding: 11px 15px 12px 18px;
}
.page-basic section.content form button::-ms-expand {
  display: none;
}
.page-basic section.content form button:hover {
  opacity: 0.6;
}
.page-basic section.content form .success-message {
  color: #fff;
  background-color: #00b9d4;
  padding: 20px;
  font-size: 0;
}
.page-basic section.content form .success-message .icon-container {
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  border: solid 2px #fff;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.page-basic section.content form .success-message .text-container {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  width: calc(100% - 40px);
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  box-sizing: border-box;
}
.page-basic section.content .contact-details {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 410px);
  padding-left: 45px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.page-basic section.content .contact-details h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
.page-basic section.content .contact-details .row {
  margin-bottom: 20px;
  font-size: 0;
}
.page-basic section.content .contact-details .row .icon-container {
  font-size: 20px;
  width: 34px;
  color: #00b9d4;
  display: inline-block;
  vertical-align: top;
}
.page-basic section.content .contact-details .row .icon-container.icon-mail {
  font-size: 26px;
}
.page-basic section.content .contact-details .row .icon-container.icon-map-marker {
  font-size: 24px;
}
.page-basic section.content .contact-details .row .icon-container.icon-twitter {
  font-size: 16px;
}
.page-basic section.content .contact-details .row .text-container {
  font-size: 16px;
  line-height: 20px;
  width: calc(100% - 34px);
  display: inline-block;
  vertical-align: top;
}
.page-basic section.content .contact-details .row .text-container a {
  text-decoration: none;
  color: inherit;
}
.page-basic section.content .contact-details .row .text-container a:hover {
  text-decoration: underline;
}
.page-basic section.content .contact-details .row .text-container strong {
  font-weight: 600;
}
.page-basic section.content .contact-details .row .text-container .large {
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .page-basic section.content .contact-details, .page-basic section.content form {
    width: 100%;
  }
  .page-basic section.content form {
    margin-bottom: 30px;
  }
  .page-basic section.content .contact-details {
    padding-left: 0;
  }
}
.page-basic section.content .top {
  display: block;
}
.page-basic section.content .top h1 {
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 40px;
  font-weight: 200;
  color: #fff;
  background-color: rgba(0, 185, 212, 0.95);
  margin-top: -60px;
  padding: 40px;
}
.page-basic section.content .top h1 strong, .page-basic section.content .top h1 b {
  font-weight: 600;
  letter-spacing: -1px;
}
.page-basic section.content .bottom {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
}
.page-basic section.content .bottom .left {
  width: 250px;
  background-color: #f4f4f4;
  margin-top: 10px;
  padding: 35px 30px 60px;
  box-sizing: border-box;
}
.page-basic section.content .bottom .left a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #2b2f33;
  padding: 15px 0 15px 10px;
  border-bottom: 1px dashed #c8c8c8;
  position: relative;
}
.page-basic section.content .bottom .left a:before {
  content: "›";
  color: #00b9d4;
  position: absolute;
  top: 14px;
  left: 0;
}
.page-basic section.content .bottom .left.news {
  width: 300px;
  padding: 0;
  margin-bottom: 20px;
}
.page-basic section.content .bottom .left.news img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.page-basic section.content .bottom .left.news a {
  padding: 15px 30px;
}
.page-basic section.content .bottom .left.news a:before {
  left: 20px;
}
.page-basic section.content .bottom .text {
  flex: 1;
  padding: 55px 110px 30px 40px;
}
.page-basic section.content .bottom .text .stories {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  padding-top: 40px;
  flex-wrap: wrap;
}
.page-basic section.content .bottom .text .stories a {
  display: inline-block;
  width: 23%;
  background-color: #f4f4f5;
  transition: transform 0.2s ease-in-out;
  text-decoration: none;
  color: #2b2f33;
  margin-bottom: 50px;
  margin-right: 2.66%;
}
.page-basic section.content .bottom .text .stories a:nth-of-type(4n) {
  margin-right: 0;
}
.page-basic section.content .bottom .text .stories a .text {
  display: block;
  padding: 25px 30px 80px;
}
.page-basic section.content .bottom .text .stories a img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.page-basic section.content .bottom .text .stories a h3 {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
}
.page-basic section.content .bottom .text .stories a time {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #00adc7;
  margin-bottom: 15px;
}
.page-basic section.content .bottom .text .stories a p {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}
.page-basic section.content .bottom .text .stories a:hover {
  transform: translateY(-4px);
}
.page-basic section.content .bottom .right {
  width: 400px;
}
.page-basic section.content .bottom .right .about-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 120px 0 10px;
}
.page-basic section.content .bottom .right .contact-box {
  display: block;
  background-color: #00b9d4;
  padding: 30px 40px;
  margin-bottom: 10px;
}
.page-basic section.content .bottom .right .contact-box h3 {
  display: block;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.page-basic section.content .bottom .right .contact-box a {
  display: block;
  font-size: 20px;
  font-weight: 300;
  color: #2b2f33;
  text-decoration: none;
  margin-bottom: 15px;
}
.page-basic section.content .bottom .right .contact-box a.phone-number {
  height: 24px;
  line-height: 24px;
  padding-left: 38px;
  background-image: url("../img/icons/phone.png");
  background-size: 24px 24px;
  background-position: left center;
  background-repeat: no-repeat;
}
.page-basic section.content .bottom .right .contact-box a.online {
  height: 26px;
  line-height: 26px;
  padding-left: 38px;
  background-image: url("../img/icons/globe.png");
  background-size: 23px 26px;
  background-position: left center;
  background-repeat: no-repeat;
}
.page-basic section.content .bottom .right .contact-box a:last-of-type {
  margin-bottom: 0;
}
.page-basic section.content .bottom .right .box {
  display: block;
  height: 210px;
  background-color: #ccc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 10px;
}
.page-basic section.content .bottom .right .box span {
  display: block;
  font-size: 26px;
  font-weight: 200;
  line-height: 1.2;
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 25px;
  color: #fff;
}
.page-basic section.content .bottom .right .box span strong, .page-basic section.content .bottom .right .box span b {
  font-weight: 600;
}
.page-basic section.content .bottom .right .box.kinesio-taping {
  background-image: url("../img/basic/kinesio-taping.jpg");
}
.page-basic section.content .bottom .right .box.kinesio-taping-2 {
  background-image: url("../img/basic/kinesio-taping-2.jpg");
}
.page-basic section.content .bottom .right .box.specialist-rider {
  background-image: url("../img/basic/specialist-rider.jpg");
}
.page-basic section.content .bottom .right .box.specialist-equine {
  background-image: url("../img/basic/specialist-equine.jpg");
}
.page-basic section.content.three-col .right {
  width: 313px;
}
.page-basic section.content.three-col .text {
  padding-left: 70px;
  padding-right: 85px;
}
.page-basic section.googlemaps {
  width: 100%;
  height: 40vw;
  min-height: 200px;
  max-height: 440px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.page-basic section.googlemaps .wrapper {
  height: 100%;
}
.page-basic section.googlemaps iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media (max-width: 1100px) {
  .page-basic section.content .top h1 {
    font-size: 32px;
    padding: 30px;
    margin-top: -50px;
  }
  .page-basic section.content .bottom .text {
    padding: 35px 30px 0;
  }
  .page-basic section.content .bottom .text .stories a .text {
    padding: 15px 20px 50px;
  }
  .page-basic section.content .bottom .right {
    width: 300px;
  }
  .page-basic section.content .bottom .right .contact-box {
    padding: 20px 30px 25px;
  }
  .page-basic section.content .bottom .right .contact-box h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .page-basic section.content .bottom .right .contact-box a {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .page-basic section.content .bottom {
    display: block;
  }
  .page-basic section.content .bottom .left {
    display: block;
    width: 100%;
  }
  .page-basic section.content .bottom .right {
    display: block;
    width: auto;
    margin-bottom: 30px;
  }
  .page-basic section.content .bottom .right .about-image {
    margin-top: 0;
  }
}
@media (max-width: 980px) {
  .page-basic section.content .bottom .text .stories a {
    width: 48%;
    margin-right: 4%;
  }
  .page-basic section.content .bottom .text .stories a:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .page-basic section.banner {
    height: 160px;
  }
}
@media (max-width: 580px) {
  .page-basic section.content .bottom .text .stories a {
    width: 100%;
    margin-right: 0 !important;
  }
}
@media (max-width: 480px) {
  .page-basic section.content .top h1 {
    display: block;
    font-size: 28px;
    padding: 20px;
    margin-top: -35px;
  }
  .page-basic section.content .bottom .text {
    padding: 25px 20px 0;
  }
}
@media (max-width: 360px) {
  .page-basic section.banner {
    height: 120px;
  }
}
