/* 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,
q:before, q:after {
  content: '';
  content: none; }

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

@font-face {
  font-family: 'lato';
  font-weight: 100;
  font-style: normal;
  src: url("/fonts/lato/Lato-Thin.woff2") format("woff2"), url("/fonts/lato/Lato-Thin.woff") format("woff"), url("/fonts/lato/Lato-Thin.ttf") format("truetype"), url("/fonts/lato/Lato-Thin.eot") format("embedded-opentype"); }

@font-face {
  font-family: 'lato';
  font-weight: 100;
  font-style: italic;
  src: url("/fonts/lato/Lato-ThinItalic.woff2") format("woff2"), url("/fonts/lato/Lato-ThinItalic.woff") format("woff"), url("/fonts/lato/Lato-ThinItalic.ttf") format("truetype"), url("/fonts/lato/Lato-ThinItalic.eot") format("embedded-opentype"); }

@font-face {
  font-family: 'lato';
  font-weight: 300;
  font-style: normal;
  src: url("/fonts/lato/Lato-Light.woff2") format("woff2"), url("/fonts/lato/Lato-Light.woff") format("woff"), url("/fonts/lato/Lato-Light.ttf") format("truetype"), url("/fonts/lato/Lato-Light.eot") format("embedded-opentype"); }

@font-face {
  font-family: 'lato';
  font-weight: 300;
  font-style: italic;
  src: url("/fonts/lato/Lato-ThinItalic.woff2") format("woff2"), url("/fonts/lato/Lato-ThinItalic.woff") format("woff"), url("/fonts/lato/Lato-ThinItalic.ttf") format("truetype"), url("/fonts/lato/Lato-ThinItalic.eot") format("embedded-opentype"); }

@font-face {
  font-family: 'lato';
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/lato/Lato-Regular.woff2") format("woff2"), url("/fonts/lato/Lato-Regular.woff") format("woff"), url("/fonts/lato/Lato-Regular.ttf") format("truetype"), url("/fonts/lato/Lato-Regular.eot") format("embedded-opentype"); }

@font-face {
  font-family: 'lato';
  font-weight: normal;
  font-style: italic;
  src: url("/fonts/lato/Lato-Italic.woff2") format("woff2"), url("/fonts/lato/Lato-Italic.woff") format("woff"), url("/fonts/lato/Lato-Italic.ttf") format("truetype"), url("/fonts/lato/Lato-Italic.eot") format("embedded-opentype"); }

@font-face {
  font-family: 'lato';
  font-weight: 500;
  font-style: normal;
  src: url("/fonts/lato/Lato-Medium.woff2") format("woff2"), url("/fonts/lato/Lato-Medium.woff") format("woff"), url("/fonts/lato/Lato-Medium.ttf") format("truetype"), url("/fonts/lato/Lato-Medium.eot") format("embedded-opentype"); }

@font-face {
  font-family: 'lato';
  font-weight: 600;
  font-style: normal;
  src: url("/fonts/lato/Lato-Semibold.woff2") format("woff2"), url("/fonts/lato/Lato-Semibold.woff") format("woff"), url("/fonts/lato/Lato-Semibold.ttf") format("truetype"), url("/fonts/lato/Lato-Semibold.eot") format("embedded-opentype"); }

.text {
  font-weight: 300;
  line-height: 30px;
  color: rgba(42, 42, 42, 0.7); }

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

.text-18 {
  font-size: 18px; }

.text-24 {
  font-size: 24px; }

.text-42 {
  font-size: 42px; }

.text-bold {
  font-weight: 800; }

.text-italics {
  font-style: italic; }

.text-normal {
  font-weight: 500; }

.text-light {
  font-weight: 300; }

.text-white {
  color: #ffffff; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-input-md {
  margin: 20px;
  width: 300px; }

.text-input-lg {
  margin: 20px;
  width: 640px; }

.text-input-md label, .text-input-lg label {
  left: 0; }

.caption {
  font-style: italic;
  color: #231F20;
  text-align: center; }

.link {
  color: #b5ba71;
  text-decoration: none; }

.link:hover {
  color: #86b300;
  text-decoration: none; }

h1 {
  font-size: 4.5vw;
  font-weight: 100;
  font-family: "Dawning of a New Day", cursive;
  line-height: 62px; }
  @media (min-width: 1200px) {
    h1 {
      font-size: 80px; } }
  @media (max-width: 768px) {
    h1 {
      font-size: 50px; } }

h2 {
  font-size: 3.5vw;
  font-weight: 100;
  font-family: "Dawning of a New Day", cursive;
  line-height: 1.2em; }
  @media (min-width: 1200px) {
    h2 {
      font-size: 40px; } }
  @media (max-width: 768px) {
    h2 {
      font-size: 30px; } }

h3 {
  font-weight: 100; }
  @media (min-width: 1200px) {
    h3 {
      font-size: 22px; } }
  @media (max-width: 768px) {
    h3 {
      font-size: 18px; } }

h4 {
  font-weight: 100; }
  @media (min-width: 1200px) {
    h4 {
      font-size: 20px; } }
  @media (max-width: 768px) {
    h4 {
      font-size: 14px; } }

p {
  font-weight: 300;
  line-height: 1.6em; }
  @media (min-width: 1200px) {
    p {
      font-size: 18px; } }

.hero h2 {
  font-size: 2vw;
  font-weight: 100;
  font-family: "lato", sans-serif;
  line-height: 1.2em;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 30px; }
  @media (min-width: 1200px) {
    .hero h2 {
      font-size: 28px; } }
  @media (max-width: 768px) {
    .hero h2 {
      font-size: 22px; } }
  @media (max-width: 992px) {
    .hero h2 {
      font-size: 22px; } }

/*h1 {
    @include screen-md {
      font-size: 54px;
      font-weight: 300;
    }
}

h2 {
  @include screen-md {
    font-size: 42px;
    font-weight: 300;
  }
}

p {
  font-size: 24px;

}*/
html.splash-page #application-header, html.splash-page footer {
  display: none !important;
  visibility: hidden !important; }

#splash-page .baytree-logo {
  margin: auto; }

#splash-page h1 {
  margin-top: 40px;
  color: #b5ba71;
  font-weight: 300; }

#splash-page h2 {
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.6); }

#splash-page h3 {
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500; }

#splash-page .footer-legal {
  margin-top: 100px;
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.67; }
  #splash-page .footer-legal div {
    margin-top: 20px;
    font-weight: 500; }

#hero-homepage .inner {
  height: 100vh; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #hero-homepage .inner {
      display: block;
      padding-top: 30vh; }
      #hero-homepage .inner #hero-homepage .inner {
        display: block;
        padding-top: 30vh; } }
  @media screen and (min-width: 0\0) {
    #hero-homepage .inner {
      display: block;
      padding-top: 30vh; } }

.clearer {
  clear: both; }

.container-width p {
  width: 80%;
  margin: auto; }

.container-width {
  width: 95%;
  margin: auto; }

#hero-homepage {
  color: white; }
  #hero-homepage.london {
    background: black url("../images/bg/london.jpg") 50% 50%/cover fixed; }
  #hero-homepage.newyork {
    background: black url("../images/bg/newyork.jpg") 50% 50%/cover fixed; }
  #hero-homepage.paris {
    background: black url("../images/bg/paris.jpg") 50% 50%/cover fixed; }
  #hero-homepage.berlin {
    background: black url("../images/bg/berlin.jpg") 50% 50%/cover fixed; }
  #hero-homepage .inner {
    min-height: 650px;
    max-width: 100%;
    height: 100vh;
    overflow: hidden; }
    #hero-homepage .inner p {
      color: rgba(255, 255, 255, 0.6); }
      @media (min-width: 1200px) {
        #hero-homepage .inner p {
          font-size: 18px; } }
      @media (max-width: 768px) {
        #hero-homepage .inner p {
          font-size: 14px; } }
      #hero-homepage .inner p span {
        color: white; }
  #hero-homepage .quote-info {
    margin-top: 30px;
    margin-left: 12%;
    margin-right: 12%;
    width: 76%; }
    #hero-homepage .quote-info span {
      color: rgba(255, 255, 255, 0.6); }
      #hero-homepage .quote-info span.cost {
        color: white;
        font-weight: 400; }
    #hero-homepage .quote-info a {
      margin-top: 30px; }
  #hero-homepage .quote-info-pro {
    margin-top: 30px; }
  #hero-homepage .quote-section {
    margin-top: 30px; }
    #hero-homepage .quote-section .input-title {
      font-size: 0.8em;
      float: left;
      font-weight: 400;
      letter-spacing: 0.05em;
      width: 100%;
      text-align: left;
      float: left;
      display: block;
      margin-bottom: 10px;
      color: #fff; }
    #hero-homepage .quote-section input {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      float: left;
      border: 0;
      background-color: white;
      font-size: 16px;
      color: #000;
      padding: 15px;
      width: 70%;
      -webkit-border-radius: 2px 0 0 2px;
      border-radius: 2px 0 0 2px;
      font-weight: 400;
      height: 49px;
      -webkit-box-shadow: 0 0 0 0 #FF0000;
      box-shadow: 0 0 0 0 #FF0000; }
    #hero-homepage .quote-section input::selection {
      color: #fff; }
    #hero-homepage .quote-section input::-moz-selection {
      color: #fff; }
    #hero-homepage .quote-section input:focus {
      color: #b5ba71; }
    #hero-homepage .quote-section .select-currency:after,
    #hero-homepage .quote-section .currency:after {
      content: '';
      display: block;
      clear: both; }
    #hero-homepage .quote-section .outline {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      border: 2px solid transparent;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
    #hero-homepage .quote-section .outline.show {
      border-color: #b5ba71; }
      #hero-homepage .quote-section .outline.show input,
      #hero-homepage .quote-section .outline.show select {
        color: #b5ba71; }
    #hero-homepage .quote-section .currency {
      float: left;
      height: 49px;
      width: 30%;
      background-color: white;
      -webkit-border-radius: 0 2px 2px 0;
      border-radius: 0 2px 2px 0;
      border-left: 1px solid #ddd; }
      #hero-homepage .quote-section .currency span {
        font-size: 16px;
        display: block;
        color: #000;
        font-weight: 400;
        text-align: center;
        margin-top: 15px; }
    #hero-homepage .quote-section .select-currency select::-ms-expand {
      display: none; }
    #hero-homepage .quote-section .select-currency option {
      padding-left: 26px;
      font-size: 16px;
      font-weight: bold;
      color: #000;
      text-shadow: 0 0 0 #000;
      outline: none;
      padding: 20px;
      border: 0px solid #000;
      border-left: 0; }

.usp {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 0; }
  .usp-content {
    margin-top: 60px; }
  .usp-content:after {
    content: '';
    display: block;
    clear: both; }
  .usp-img {
    width: 50px;
    height: 50px;
    margin: auto; }
  .usp .cash {
    background: transparent url("../images/icons/corporate-event.svg") 50% 50%/50px no-repeat; }
  .usp .clock {
    background: transparent url("../images/icons/promotional-video.svg") 50% 50%/40px no-repeat; }
  .usp .lock {
    background: transparent url("../images/icons/special-occasion.svg") 50% 50%/40px no-repeat; }
  .usp .world {
    background: transparent url("../images/icons/icon-world.svg") 50% 50%/40px no-repeat; }
  .usp .headset {
    background: transparent url("../images/icon-headset.svg") 50% 50%/40px no-repeat; }
  .usp .flag {
    background: transparent url("../images/icons/icon-u-k.svg") 50% 50%/40px no-repeat; }
  .usp h3 {
    margin: 30px 0 0;
    font-weight: 100;
    line-height: 1.4em; }
  .usp p {
    color: rgba(0, 0, 0, 0.6);
    margin-top: 50px;
    font-weight: 100;
    line-height: 1.5em; }

#showreel {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0 100px 0;
  background-color: #b5ba71; }
  #showreel h2 {
    padding: 0 0 80px 0;
    color: #ffffff; }
  #showreel a {
    margin: 80px 0 0 0; }

.showreel-iframe {
  height: 550px;
  width: 100%; }
  @media (max-width: 768px) {
    .showreel-iframe {
      height: 220px; } }

#team {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  #team h2 {
    padding: 70px 0 25px; }
  #team a {
    margin: 50px 0 80px 0; }

#welcome {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0 80px 0;
  text-align: center;
  color: #231F20;
  font-weight: 300; }
  #welcome .euro-logo {
    width: 100px;
    height: 60px;
    display: block;
    margin: auto;
    background: transparent url("../images/icons-euro-dollar.svg") 50% 50%/100px no-repeat; }
  #welcome p {
    color: #231F20;
    margin: 30px auto 0;
    line-height: 1.5em; }
  #welcome a {
    margin-top: 40px; }

#steps {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 0; }
  #steps-img {
    width: 50px;
    height: 50px;
    margin: auto; }
  #steps .step-row {
    /*@include screen-sm{*/
    margin-top: 60px; }
    @media (max-width: 767px) {
      #steps .step-row {
        margin-top: 0px; } }
  #steps .person {
    background: transparent url("../images/icon-person.svg") 50% 50%/32px no-repeat; }
  #steps .credit {
    background: transparent url("../images/icon-creditcard.svg") 50% 50%/50px no-repeat; }
  #steps .people {
    background: transparent url("../images/icon-beneficiaries.svg") 50% 50%/50px no-repeat; }
  #steps .headset {
    background: transparent url("../images/icon-headset.svg") 50% 50%/40px no-repeat; }
  #steps .cash {
    background: transparent url("../images/icon-cash.svg") 50% 50%/50px no-repeat; }
  #steps h3 {
    margin: 30px 0;
    font-weight: 300; }
  #steps p {
    color: rgba(0, 0, 0, 0.6);
    margin-top: 30px;
    line-height: 1.5em; }
  #steps .with-arrow {
    background: transparent url("../images/icon-step-chevron.svg") 100% 5%/15px no-repeat; }

#portfolio {
  padding: 100px 0;
  background-color: #b5ba71; }
  #portfolio p {
    color: #ffffff; }
  #portfolio h2 {
    color: #ffffff;
    padding: 0 0 30px 0; }
  #portfolio a {
    margin: 40px 0 0 0; }

.portfolio-video {
  text-align: center;
  line-height: 30px;
  width: 280px;
  padding: 0 30px 40px 30px;
  display: inline-table; }

.portfolio-video .name {
  color: #ffffff;
  font-weight: 400; }

.portfolio-video .title {
  color: #ffffff;
  font-weight: 300; }

#teal-banner {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0;
  background-color: #b5ba71; }
  #teal-banner .baytree-logo {
    width: 200px;
    height: 37px;
    display: block;
    margin: auto;
    background: transparent 50% 50%/100% no-repeat url("../images/logo-baytree.svg"); }
  #teal-banner h2 {
    color: #fff;
    margin-top: 40px; }
  #teal-banner a {
    margin-top: 40px;
    display: inline-block;
    color: #fff; }
  #teal-banner .btn.white-btn:not(.btn-raised):not(.btn-link):focus,
  #teal-banner .btn.white-btn:not(.btn-raised):not(.btn-link):hover {
    background-color: #fff;
    color: #b5ba71; }

#trustpilot {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 0 0; }
  #trustpilot h2 {
    text-align: center; }
  #trustpilot .trust-pilot-container {
    margin-top: 65px;
    min-height: 230px;
    width: 140%;
    margin-left: -20%; }
  #trustpilot .container-width {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  #trustpilot p {
    width: 100%;
    margin: 0; }

@media (max-width: 950px) {
  #hero-homepage .quote-section .select-currency select {
    padding-left: 10%; } }

@media (max-width: 767px) {
  .select-currency {
    margin-bottom: 10px; }
  .usp-img {
    margin-top: 60px; }
  .usp h3 {
    margin-top: 25px; }
  #steps .with-arrow {
    background-image: none; }
  .quote-section {
    width: 80%;
    margin: auto; }
  .quote-section .col-sm-4:first-child {
    margin: 0 0 20px 0; }
  .trust-pilot-container {
    margin-left: 0 !important;
    width: 100% !important; }
  .owl-nav div {
    width: 20% !important; }
  .owl-nav .owl-prev {
    left: 0 !important; }
  .owl-nav .owl-next {
    right: 0 !important; }
  .trustpilot-carousel-item {
    width: 60%;
    margin: auto !important; } }

@media only screen and (device-width: 768px) {
  .quote-section {
    width: 100%;
    margin: auto; }
  #hero-homepage .quote-section input {
    width: 65%; }
  #hero-homepage .quote-section .currency {
    width: 35%; }
  #hero-homepage {
    background-size: 150% !important;
    background-position: 0% 0% !important;
    background-repeat: no-repeat !important; } }

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  #hero-homepage {
    background-size: 220% !important; } }

@media (max-width: 600px) {
  .quote-section {
    width: 100%;
    margin: auto; } }

@media (max-width: 350px) {
  #hero-homepage .quote-section input,
  #hero-homepage .quote-section .currency {
    width: 50%; }
  #hero-homepage .section-inner {
    margin-top: 30px; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .hero h2 {
    display: none; } }

.section-inner {
  z-index: 100; }

.overlay {
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 50;
  top: 0; }

.overlay-dark {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 50;
  top: 0; }

.overlay-silver {
  background-color: rgba(192, 192, 192, 0.25);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 50;
  top: 0; }

.homepage-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 50;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.about {
  padding: 0; }

.about h2 {
  text-align: center;
  color: #231F20;
  padding: 70px 0 15px; }

.grey-section h2 {
  padding: 70px 0 65px 0; }

.grey-section .row {
  max-width: 1280px;
  margin: auto; }

#teal-banner h2 {
  padding: 0; }

.quote-block {
  padding: 70px 20px; }

.quote-block img {
  padding: 0 20px 20px 20px; }

.quote-block .team-member {
  padding: 0; }

.quote {
  color: rgba(42, 42, 42, 0.7);
  font-size: 24px;
  font-style: italic;
  padding: 0 0 20px 0;
  line-height: 1.5em;
  font-weight: 100; }

.grey-section {
  background-color: #f8f8f8;
  padding-bottom: 70px; }

.feature-image {
  width: 100%;
  max-width: 360px; }

.team {
  padding-top: 70px;
  text-align: center; }

.team-member {
  text-align: center;
  line-height: 30px;
  width: 240px;
  padding: 0 10px 40px 10px;
  display: inline-table; }
  .team-member img {
    width: 128px;
    height: 128px; }

.team-member .name {
  color: #231F20;
  font-weight: 400; }

.team-member .title {
  color: rgba(42, 42, 42, 0.7);
  font-weight: 300; }

.about-us-message {
  width: 85%;
  margin: 70px auto; }
  .about-us-message p:not(:first-child) {
    margin: 20px 0; }
  .about-us-message p:last-child {
    margin: 0; }
  @media (min-width: 1200px) {
    .about-us-message {
      width: 66%; } }

@media (max-width: 1180px) {
  .grey-section .col-sm-2 {
    display: none; }
  .grey-section .col-sm-4 {
    text-align: center;
    width: 80%;
    margin: 0 auto 50px;
    float: none; } }

.affiliate {
  padding: 0; }

.affiliate .title {
  color: #231F20;
  padding-top: 70px;
  padding-bottom: 40px; }

.affiliate .sub-text {
  text-align: center; }

.affiliate .stage {
  display: inline-block;
  padding: 50px;
  width: 300px;
  height: 350px; }

.affiliate .stage .icon {
  height: 50px;
  width: 50px; }

.affiliate .stage .number {
  height: 20px; }

.affiliate .stage .description {
  height: 100px;
  overflow: hidden; }

.affiliate .chevron {
  background-image: url("/images/icon-step-chevron.svg");
  display: inline-block;
  height: 30px;
  width: 13px;
  position: absolute;
  top: 17%; }

.affiliate table {
  margin: 0 200px 40px auto;
  padding-bottom: 20px; }

.affiliate td {
  padding: 10px;
  display: inline-block;
  vertical-align: super;
  width: 650px; }

.affiliate li {
  list-style: none;
  padding: 0 50px;
  background: transparent no-repeat url("/images/icon-tick.svg") 0% 50%/35px;
  text-align: left;
  margin: 30px 0 0; }

.affiliate .client-offer {
  padding-bottom: 80px;
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9; }

.affiliate #joinUsForm {
  margin-top: 50px; }

.affiliate .join-us {
  text-align: center;
  background-color: #b5ba71;
  width: 100%; }

.affiliate .join-us .name {
  margin: auto;
  width: 40%;
  min-width: 300px; }

.affiliate .join-us .email {
  margin: auto;
  margin-top: 50px;
  width: 40%;
  min-width: 300px; }

.affiliate .join-us .phone {
  margin: auto;
  margin-top: 50px;
  margin-bottom: 66px;
  width: 40%;
  min-width: 300px; }

.affiliate .join-us .text-row {
  padding-top: 24px;
  padding-bottom: 40px;
  font-size: 42px;
  color: #ffffff;
  font-weight: 300; }

.affiliate .join-us .form-group .checkbox label, .affiliate .join-us .form-group .radio label, .affiliate .join-us .form-group label {
  color: #ffffff; }

.affiliate .join-us .form-group.is-focused label, .affiliate .join-us .form-group.is-focused label.control-label {
  color: #ffffff; }

.affiliate .join-us input {
  color: #ffffff; }

.affiliate .join-us .form-control, .affiliate .join-us .form-group .form-control {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff), -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: -o-linear-gradient(#ffffff, #ffffff), -o-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff); }

.affiliate .join-us .form-group.has-error .help-block, .affiliate .join-us .form-group.has-error label.control-label {
  color: #ffffff; }

.affiliate .join-us .white-btn {
  outline: none; }

.affiliate .join-us .form-group.form-group.has-error.form-group.is-focused .form-control {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff), -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: -o-linear-gradient(#ffffff, #ffffff), -o-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff); }

.affiliate .join-us .form-group.form-group.has-error.form-group .form-control {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)), -webkit-gradient(linear, left top, left bottom, from(#FFEC00), to(#FFEC00));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff), -webkit-linear-gradient(#2a2a2a, #2a2a2a);
  background-image: -o-linear-gradient(#ffffff, #ffffff), -o-linear-gradient(#2a2a2a, #2a2a2a);
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#2a2a2a, #2a2a2a); }

.affiliate .invalid {
  color: #2a2a2a !important; }

.join-us .hidden {
  display: none; }

.join-us-error {
  color: red;
  margin: 30px 0; }

#joinUsThankYouRow p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300; }

.client-offer .section-inner {
  width: 80%;
  margin: auto; }

#teal-banner.no-margin {
  margin: 0; }

.me-cont {
  text-align: center; }

.me {
  display: inline-block; }

.me p {
  opacity: 0.7; }

@media (max-width: 830px) {
  .me {
    width: 438px; }
  .me li {
    padding-right: 0; } }

@media (max-width: 480px) {
  .me {
    width: 100%; } }

#blog {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 0; }
  #blog li {
    margin: 0 0 50px 0; }
  #blog li:last-child {
    margin: 0; }
  #blog .blog-item {
    margin: auto; }
  #blog .blog-content {
    text-align: left; }
  #blog .blog-container {
    border-bottom: 1px solid #eee; }
  #blog p {
    width: 100%;
    margin: 20px 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  #blog .date {
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 14px;
    color: rgba(42, 42, 42, 0.7); }
    @media (max-width: 768px) {
      #blog .date {
        margin: 20px 0; } }
  #blog h3 {
    margin: 20px 0;
    font-weight: 400;
    font-size: 1.3em; }
  #blog .blog-title {
    color: #231F20; }
    #blog .blog-title:hover {
      text-decoration: none; }
  #blog .read-more {
    float: right;
    color: #b5ba71;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    background: transparent url("../images/chevron-news-item.svg") 100% 35%/8px no-repeat;
    padding: 5px 20px 5px 0; }
    #blog .read-more:hover {
      color: #86b300; }
  #blog .blog-item:after {
    content: '';
    display: block;
    clear: both; }
  #blog .blog-img img {
    width: 100%; }

.blog {
  margin-top: 70px; }

.teal-banner h2 {
  color: #fff;
  text-align: center; }

.blog-social-media {
  padding: 20px 0;
  margin: 40px 0 20px 0;
  border: 1px solid #e9e9e9;
  border-left: 0;
  border-right: 0; }

.blog-exit {
  float: right;
  margin-bottom: 90px;
  text-transform: uppercase;
  font-size: 14px; }

.blog-exit:after {
  content: '';
  display: block;
  clear: both; }

.hero .blog-nav {
  position: absolute;
  top: 30px;
  width: 100%; }
  .hero .blog-nav .blog-nav-inner {
    width: 90%;
    margin: auto; }
  .hero .blog-nav a {
    margin-top: 0;
    opacity: 1;
    text-indent: -10000px;
    height: 50px;
    width: 50px;
    background-color: red;
    display: block; }
    .hero .blog-nav a:hover {
      opacity: 0.5; }
  .hero .blog-nav a.prev {
    float: left;
    background: transparent url("../images/icon-chevron-left.svg") 50% 50%/15px no-repeat; }
  .hero .blog-nav a.next {
    float: right;
    background: transparent url("../images/icon-chevron-right.svg") 50% 50%/15px no-repeat; }

.blog-hero-width {
  width: 100%; }

.blog-header-content {
  width: 70%;
  margin: auto; }

.news-border {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px; }
  .news-border .blog-img {
    padding: 0; }
  .news-border .blog-content {
    padding: 0 0 0 40px; }
    @media (max-width: 768px) {
      .news-border .blog-content {
        padding: 0; } }

.blog-client-quote {
  font-style: italic; }

.blog-avatar-container {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 30px; }

.blog-avatar-container-bottom {
  border-top: 1px solid #e9e9e9;
  margin-top: 60px;
  padding-top: 30px;
  font-style: italic; }

.blog-avatar {
  display: inline-block;
  width: 25%;
  vertical-align: text-top;
  text-align: right; }

.blog-avatar-bottom {
  display: inline-block;
  width: 25%;
  vertical-align: text-top;
  text-align: left; }

.blog-avatar-text {
  display: inline-block;
  width: 75%;
  font-style: italic;
  vertical-align: text-top;
  padding-top: 35px; }

.blog-avatar-name-and-text {
  display: inline-block;
  width: 75%;
  font-style: italic;
  vertical-align: text-top;
  padding-top: 0px; }

/*.blog h3 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 28px;
    color: #2a2a2a;
    font-weight: 300;
}

.blog p {
  margin-bottom: 20px;
}*/
.blog.policy-content h4 {
  margin-top: 40px !important;
  font-size: 20px !important; }

.blog.policy-content ol {
  margin-bottom: 10px; }

.blog.policy-content ol li {
  list-style-type: decimal;
  margin-left: 18px;
  padding-bottom: 10px; }

.blog.policy-content ul {
  margin-bottom: 10px; }

.blog.policy-content ul li {
  list-style-type: disc;
  margin-left: 18px;
  padding-bottom: 10px; }

.blog.policy-content {
  padding-bottom: 0; }

.blog a {
  text-decoration: underline; }

.blog table.blogpost {
  border-collapse: separate;
  border-spacing: 10px;
  width: 100%;
  border: 0px solid #ddd;
  line-height: 1.3;
  margin-top: 10px; }

.blog th {
  border-bottom: 4px solid #b5ba71;
  font-size: 90%;
  font-weight: 500;
  text-align: right;
  padding: 10px 0px 13px 0px; }

.blog td {
  vertical-align: middle;
  border-bottom: 1px solid #e9e9e9;
  text-align: right;
  padding: 10px 0px 13px 0px; }

.blog th.leftalign, .blog td.leftalign {
  text-align: left; }

.blog .graphic-subtext {
  font-style: italic;
  font-size: 85%;
  margin-bottom: 40px;
  text-align: center; }

@media (max-width: 950px) {
  .blog-avatar {
    display: none; }
  .blog-avatar-bottom {
    display: none; }
  .blog-avatar-text {
    width: 100%; }
  .blog-avatar-name-and-text {
    width: 100%; } }

.contact-us {
  border-bottom: 1px solid #e9e9e9; }
  .contact-us .section-inner {
    width: 50%;
    margin: auto;
    padding: 50px 0; }
    @media (max-width: 768px) {
      .contact-us .section-inner {
        width: 90%; } }
  .contact-us .email-icon {
    height: 50px;
    width: 50px;
    display: block;
    margin: 20px auto 50px; }
  .contact-us button {
    margin: 60px auto 30px;
    display: block;
    height: 50px; }

#contactUsForm .section-inner {
  max-width: 800px; }

#contactUsForm .cta-container {
  margin: 0 auto 70px;
  text-align: center; }

.invalid {
  color: #f44336 !important; }

.contact-us-error {
  color: #f44336; }

.contact-us .hidden {
  display: none; }

#contactUsThankYouRow h2 {
  text-align: center; }

#contactUsThankYouRow h2.error-name {
  margin-top: 40px; }

#contactUsThankYouRow h3.error-info {
  margin-top: 30px;
  text-align: center; }

.offices .section-inner {
  width: 40%;
  margin: auto; }

@media (max-width: 991px) {
  .office {
    text-align: center; }
  .offices .col-md-6 {
    margin: 50px 0; } }

.error-section {
  padding-top: 200px;
  padding-bottom: 200px;
  font-weight: 300; }

.error-title {
  color: #b5ba71;
  font-size: 48px;
  padding: 20px; }

.error-name {
  color: #231F20;
  font-size: 42px;
  padding: 20px 0 0; }

.error-info {
  color: rgba(42, 42, 42, 0.7);
  font-size: 24px;
  padding: 20px 0 60px 0; }
  .error-info h2 {
    font-size: 24px; }

.terms-nav-spacer {
  width: 100%;
  height: 83px; }

.policy-nav-bar {
  width: 95%;
  margin: auto;
  text-align: right;
  border-bottom: solid 1px #e5e5e5; }

.terms-nav {
  padding: 0 15px; }

.policy-nav-bar li {
  display: inline-block;
  margin: 0 0 0 30px; }

.policy-nav-bar li a {
  padding: 12px 0px 10px;
  display: inline-block; }

.policy-nav-bar .text {
  color: rgba(42, 42, 42, 0.7);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none; }

.policy-title {
  color: #23262b;
  font-size: 54px;
  text-align: center;
  padding-top: 61px;
  padding-bottom: 61px;
  font-weight: 100; }

.policy-content {
  padding-bottom: 130px; }

.policy-content p {
  margin-bottom: 20px; }

.policy-content h3 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 28px;
  color: #231F20;
  font-weight: 300; }

.policy-content h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 300;
  color: #2a2a2a; }

.terms ol, .privacy ol {
  counter-reset: item; }

.terms ol li, .privacy ol li {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  font-weight: 300; }

.terms > ol > li:first-line, .privacy > ol > li:first-line {
  font-weight: normal;
  list-style-position: inside; }

.terms ol li:before, .privacy ol li:before {
  counter-increment: item;
  content: counters(item, ".") ". "; }

.terms ol > li > ol > li > ol, .privacy ol > li > ol > li > ol {
  margin-left: 30px; }

.privacy ul li {
  list-style-type: disc;
  margin-left: 18px;
  /*    text-indent: -1em;
    padding-left: 1em;*/
  padding-bottom: 10px; }

.list-letters {
  margin-left: 30px;
  margin-bottom: 20px; }

.list-letters-first {
  margin-top: 20px;
  margin-left: 30px; }

/*.guarantee ol{
    text-indent: -1em;
    padding-left: 1em;
}*/
.guarantee ol li {
  padding-bottom: 10px; }

.guarantee .price ol, .guarantee .same-day ol {
  list-style: none; }

.guarantee .price ol li:before, .guarantee .same-day ol li:before {
  counter-increment: c;
  content: counter(c) ". "; }

.guarantee .price ol:first-of-type, .guarantee .same-day ol:first-of-type {
  counter-reset: c; }

.policy-nav-bar a {
  border-bottom: 2px solid transparent; }

.selected a {
  border-color: #b5ba71; }

@media (max-width: 995px) {
  .policy-nav-bar {
    text-align: center; }
  .policy-nav-bar li {
    margin: 0 10px; } }

@media (min-width: 810px) {
  .toggle-policy-nav {
    display: none; } }

@media (max-width: 810px) {
  .terms-nav {
    padding: 0; }
  .terms-nav-spacer {
    height: 138px; }
  .toggle-policy-nav {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: right;
    border-bottom: solid 1px #e5e5e5;
    width: 100%;
    margin: auto;
    height: 55px;
    position: fixed;
    top: 83px;
    z-index: 50;
    background-color: #fff; }
    .toggle-policy-nav-inner {
      width: 95%;
      margin: 15px auto 0; }
    .toggle-policy-nav .policy-nav-title {
      font-size: 24px;
      color: #2a2a2a;
      font-weight: 300;
      display: inline-block; }
    .toggle-policy-nav .policy-chev {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      display: inline-block;
      height: 10px;
      width: 50px;
      background: transparent no-repeat 50% 100%/50% url("../images/chev-down-dark.svg"); }
    .toggle-policy-nav .policy-btn {
      cursor: pointer; }
  .policy-nav-bar {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 0 20px;
    width: 100%;
    z-index: 60;
    background-color: #fff;
    position: fixed;
    display: none; }
  .policy-nav-bar li {
    display: block; }
    .policy-nav-bar li a {
      width: 100%; }
  .terms-nav.show-nav .toggle-policy-nav {
    border-color: transparent; }
    .terms-nav.show-nav .toggle-policy-nav .policy-chev {
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .terms-nav.show-nav .policy-nav-bar {
    display: block; } }

.fixed-terms {
  height: 500px;
  overflow: scroll;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 30px 0;
  margin-bottom: 30px; }

.client-agreement {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px; }

.terms h2 {
  text-align: center;
  color: #000;
  margin: 30px 0;
  font-family: "lato", sans-serif; }

.thank-you {
  text-align: center;
  padding: 50px 0; }
  .thank-you h1 {
    color: #000;
    font-weight: 300;
    font-size: 42px; }
  .thank-you p {
    padding-top: 30px;
    font-size: 24px; }
  .thank-you a {
    margin-top: 30px; }

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background-color: #b5ba71;
  border-color: #b5ba71; }

.flatpickr-calendar.open {
  z-index: 50; }

.checkbox .checkbox-material .check {
  border: 1px solid #BDBDBD;
  margin-right: 10px; }

.subject-group:last-child {
  margin-bottom: 50px; }

.subject-group h3 {
  font-weight: 300; }

.panel-body {
  padding: 0;
  padding-bottom: 10px; }

.panel-body ul li {
  font-weight: 300;
  margin-bottom: 10px;
  color: rgba(42, 42, 42, 0.7); }

.panel-body ul {
  padding-bottom: 20px; }

.subject-title {
  color: #23262b;
  text-align: center;
  padding: 60px; }

.panel-default.border-style {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0px; }

[class*=panel-] > .panel-heading, .panel-heading.panel-style {
  background-color: transparent;
  color: #231F20;
  font-size: 22px;
  padding: 20px 0 20px 0; }

.panel-style h3 {
  line-height: 22px;
  display: inline-block;
  max-width: 80%; }

.panel-title .panel-chevron {
  float: right;
  width: 32px;
  height: 14px;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.panel-title.collapsed .panel-chevron {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.panel-body {
  max-width: 1100px; }
  .panel-body p {
    padding: 0px 0 20px 0;
    color: rgba(42, 42, 42, 0.7);
    width: 100%; }

.panel-group .panel + .panel {
  margin: 0; }

.management {
  text-align: center;
  width: 100%; }

.management .section-bg-london {
  background-image: url("../images/section-bg-london.svg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  height: 50vh; }

.management .section-bg-london .inner {
  height: 50vh;
  min-height: 538px;
  position: relative;
  opacity: 0.65;
  background-color: #000000; }

.management .section-bg-london h2 {
  color: #ffffff; }
  @media (max-width: 992px) {
    .management .section-bg-london h2 {
      padding-top: 170px; } }

.management .section-bg-london p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.67; }
  @media (max-width: 992px) {
    .management .section-bg-london p {
      padding-top: 21px; } }

.pro-section {
  text-align: center;
  width: 100%; }

.pro-section .section-bg-warehouse {
  background: black url("../images/bg/pro-2.jpg") 50% 50%/cover fixed; }

.pro-section .section-bg-warehouse .inner {
  padding: 160px 0; }

.pro-section .section-bg-warehouse h2 {
  color: #ffffff; }

.pro-section .section-bg-warehouse p {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 30px; }

#teal-banner.call-us-banner a {
  margin-top: 10px; }

#teal-banner.call-us-banner h2 {
  font-size: 24px; }

@media (min-height: 700px) {
  .pro-section .section-bg-warehouse {
    background-attachment: initial !important; } }

.package-title {
  text-transform: uppercase;
  color: #231F20;
  padding-top: 70px;
  padding-bottom: 40px;
  font-size: 2.5rem; }

.package .section-inner {
  width: 80%;
  margin: auto; }

.package {
  padding-bottom: 80px;
  border-bottom: 1px solid #e9e9e9; }

#packages {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 0 0 0; }
  #packages h2 {
    font-size: 2.7rem; }
    @media (max-width: 768px) {
      #packages h2 {
        font-size: 2.2rem; } }

/*html,
body {
  height: 100vh;
}*/
::selection {
  background: #b5ba71; }

::-moz-selection {
  background: #b5ba71; }

@media (min-width: 1200px) {
  .section-inner {
    margin: auto;
    width: 80%;
    max-width: 1200px;
    /*    background-color:red;*/ } }

@media (min-width: 1200px) {
  #trustpilot .section-inner {
    margin: auto;
    width: 100%; } }

.hero .bottom {
  display: none; }

body {
  min-height: 100%;
  flex-direction: column;
  font-family: "lato", sans-serif;
  background-color: #ffffff;
  font-size: 18px; }

@media (max-width: 995px) {
  body {
    font-size: 16px; } }

* {
  box-sizing: border-box; }

.hero {
  font-weight: 300;
  background-attachment: fixed; }
  .hero a {
    margin-top: 40px; }

.page-content {
  flex: 1 0 auto;
  background-color: #ffffff;
  position: relative; }

.baytree-logo {
  width: 157px;
  height: 65px;
  background-image: url("../images/logo-baytree.svg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.btn {
  border: 1px solid #b5ba71;
  border-radius: 0px;
  margin: 0; }

button:focus, a:focus {
  outline: 0 !important; }

/*
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
*/
.btn-primary {
  background-color: #b5ba71;
  border: 2px solid #b5ba71;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase; }

.btn:not(.btn-raised).btn-primary:hover, .btn:not(.btn-raised).btn-primary:focus, .btn-primary:focus:active {
  background-color: #86b300;
  border: 2px solid #86b300;
  outline: none; }
  .btn:not(.btn-raised).btn-primary:hover:hover, .btn:not(.btn-raised).btn-primary:hover:focus, .btn:not(.btn-raised).btn-primary:hoverfocus:active, .btn:not(.btn-raised).btn-primary:focus:hover, .btn:not(.btn-raised).btn-primary:focus:focus, .btn:not(.btn-raised).btn-primary:focusfocus:active, .btn-primary:focus:active:hover, .btn-primary:focus:active:focus, .btn-primary:focus:activefocus:active {
    background-color: #86b300;
    border-color: #86b300; }

.btn:not(.btn-raised).btn-primary, .btn-white, .btn-white:focus {
  background-color: #b5ba71;
  border: 2px solid #ffffff;
  color: #ffffff;
  line-height: 1; }

.btn:not(.btn-raised).btn-primary.btn-white:hover {
  background-color: #ffffff;
  color: #b5ba71;
  border-color: #ffffff; }

#map {
  height: 400px; }

.arrow-down {
  opacity: 0.8;
  margin: auto;
  width: 100%;
  height: 40px;
  display: block;
  background: transparent url("../images/chev-down-thick.svg") 50% 50%/60px no-repeat;
  animation: bounce 2.5s ease infinite;
  bottom: 2vh;
  cursor: pointer; }
  @media (max-width: 768px) {
    .arrow-down {
      background: transparent url("../images/chev-down-thick.svg") 50% 50%/40px no-repeat; } }

@keyframes bounce {
  0%, 20%, 30%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-20px); }
  60% {
    transform: translateY(-10px); } }

.learn-more {
  padding: 15px;
  position: absolute;
  width: 100%;
  top: -95px;
  cursor: pointer;
  z-index: 100; }
  .learn-more p {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1vw; }
  .learn-more:hover .arrow-down {
    opacity: 1; }
  @media (max-width: 768px) {
    .learn-more {
      top: -155px; } }

.btn {
  padding: 18px 45px;
  font-weight: 400;
  line-height: 11px; }

.btn.primary-cta {
  border: 0;
  background-color: #b5ba71;
  color: #231F20; }

.btn.primary-cta:not(.btn-raised):not(.btn-link):focus,
.btn.primary-cta:not(.btn-raised):not(.btn-link):hover {
  background-color: #86b300; }

.btn.white-btn {
  border-color: #fff;
  color: #fff; }

.btn.white-btn:not(.btn-raised):not(.btn-link):focus,
.btn.white-btn:not(.btn-raised):not(.btn-link):hover {
  background-color: #fff;
  color: #b5ba71; }

.form-group.label-floating.is-focused label.control-label,
.form-group.label-floating:not(.is-empty) label.control-label,
.form-group.label-static label.control-label {
  font-size: 16px;
  top: -33px; }

.form-group.label-floating label.control-label,
.form-group.label-placeholder label.control-label {
  top: -12px;
  font-size: 18px;
  line-height: 1.42857143; }

#map a, #map span {
  display: none !important;
  visibility: hidden; }

.hidden {
  display: none !important; }

.cookie-bar {
  position: fixed;
  bottom: 0;
  z-index: 100000;
  width: 100%;
  padding: 15px 0;
  color: #2a2a2a;
  font-size: 16px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5; }
  .cookie-bar:after {
    content: '';
    display: block;
    clear: both; }
  .cookie-bar-inner {
    width: 95%;
    margin: auto; }
  .cookie-bar p {
    float: left;
    margin: 10px 0 0;
    font-size: 16px; }
    .cookie-bar p a {
      color: #b5ba71; }
  .cookie-bar a.btn {
    padding: 15px 30px;
    float: right;
    background-color: #b5ba71;
    color: #fff; }
    .cookie-bar a.btn:hover {
      color: #fff;
      background-color: #86b300 !important;
      border-color: #86b300; }

@media (max-width: 900px) {
  .cookie-bar {
    text-align: center; }
    .cookie-bar p, .cookie-bar a.btn {
      float: none; }
    .cookie-bar a.btn {
      margin-top: 10px; } }

.footer-legal {
  margin: 0;
  width: 95%; }
  .footer-legal a {
    color: #fff;
    text-decoration: underline; }
    .footer-legal a:hover {
      color: rgba(255, 255, 255, 0.5); }

.site-footer-container {
  background-color: #b5ba71;
  color: #ffffff;
  text-align: left;
  font-size: 10px;
  line-height: 16px;
  padding: 40px 0; }
  .site-footer-container .footer-top .logo {
    margin: 0 auto; }
  .site-footer-container .footer-top .nav-header {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase; }
  .site-footer-container hr {
    margin: 0;
    opacity: 0.17;
    border-top: solid 1px #979797;
    margin-top: 35px;
    height: 0; }

.footer-social-media {
  text-align: right; }

.footer-social-media a {
  height: 30px;
  width: 24px;
  display: inline-block;
  text-indent: 100px;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0 0 10px; }
  @media (max-width: 768px) {
    .footer-social-media a {
      margin: 0 10px; } }

.footer-accreditations {
  text-align: right; }

/*.footer-accreditations img:first-of-type {
    padding-right: 40px;
}*/
.footer-bottom {
  margin-top: 40px; }

.footer-top nav {
  float: left;
  margin-top: 10px; }

.footer-top nav li {
  display: inline-block;
  margin: 0 20px 0 0; }

.footer-top nav li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px; }

@media (max-width: 991px) {
  .footer-top .navigation {
    text-align: center; } }

.footer-top nav {
  padding-bottom: 20px; }

@media (min-width: 1200px) {
  footer p {
    font-size: 10px; } }

.footer-cols {
  margin-top: 80px; }

/*@media (max-width: 768px)  {*/
@media (max-width: 768px) {
  .footer-top nav li {
    display: block;
    margin: 0 auto 20px; }
  .footer-top nav {
    float: none;
    padding-bottom: 0px; }
  .footer-social-media {
    text-align: center;
    margin-top: 60px; }
  .footer-accreditations {
    text-align: center;
    margin-top: 40px; } }

.hero {
  text-align: center;
  position: relative;
  width: 100%;
  min-height: 500px; }
  .hero .inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 500px;
    max-width: 95%;
    margin: auto;
    position: relative; }
    .hero .inner .copy {
      position: absolute;
      top: 50%;
      height: 10em;
      margin-top: -5em;
      width: 100%; }

.fixed-header {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 100;
  position: fixed; }

.fixed-header.scroll-header {
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out; }

.transparent-header {
  background: 0 0; }

.header-logo {
  display: inline-block; }

.hero .inner h1 {
  color: #ffffff; }

.hero .inner p {
  color: #231F20; }

.container.header-learn-more {
  position: absolute;
  bottom: 0px; }

.header-learn-more a {
  padding-bottom: 15px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none; }

.header-learn-more .panel-chevron {
  width: 40px;
  height: 15px;
  margin: auto;
  color: #ffffff;
  margin-top: 15px; }

.header-learn-more .hover {
  opacity: 0.85;
  cursor: pointer; }

#hero-support {
  background: #000 url("../images/bg/support.jpg") 50% 50%/cover; }

#hero-about {
  background: #000 url("../images/bg/team.jpg") 50% 50%/cover; }

#hero-portfolio {
  background: #000 url("../images/bg/portfolio.jpg") 50% 50%/cover; }

#hero-pro {
  background: black url("../images/bg/pro.jpg") 50% 50%/cover; }

#hero-blog {
  background: black url("../images/bg/blog.jpg") 50% 50%/cover; }

#hero-packages {
  background: black url("../images/bg/packages.jpg") 50% 45%/cover; }

#hero-contactus {
  background: black url("../images/bg/contact.jpg") 50% 40%/cover; }

#hero-affiliates {
  background: black url("../images/bg/affiliates.jpg") 50% 50%/cover; }

#splash {
  background: black url("../images/bg/splash.jpg") 50% 50%/cover; }
  #splash .inner {
    height: 100vh; }

.hero:not(#hero-homepage) {
  background-attachment: fixed !important; }

@media (min-height: 700px) {
  .hero:not(#hero-homepage) {
    background-attachment: initial !important; } }

@media (min-width: 995px) {
  .global-header nav li.mobile-only {
    display: none; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  html body section.hero,
  .hero:not(#hero-homepage),
  #welcome,
  .pro-section .section-bg-warehouse {
    background-attachment: scroll !important;
    -webkit-background-size: cover !important; } }

@media (max-width: 768px) {
  #hero-pro {
    background-position: 70% 50%; }
  #hero-about, #hero-portfolio {
    background-position: 35% 50%; }
  .pro-section .section-bg-warehouse {
    background-position: 85% 50%; } }

.global-header {
  padding: 25px 0;
  height: 95px;
  z-index: 1000; }
  .global-header nav {
    float: right;
    font-size: 14px;
    padding-top: 9px; }
    .global-header nav ul {
      line-height: 39px; }
    .global-header nav .phone {
      width: 10px;
      height: 17px;
      display: inline-block;
      background: transparent no-repeat 50% 0%/10px url("../images/icons/phone.svg");
      margin-right: 14px;
      margin-bottom: -2px; }
    .global-header nav li.divide {
      border-right: 1px solid #e5e5e5;
      padding: 0 30px; }
    .global-header nav li:nth-child(2) {
      padding: 0 15px 0 30px; }
    .global-header nav li {
      display: inline-block;
      text-transform: uppercase;
      padding: 0 15px; }
      .global-header nav li .btn:not(.btn-raised):not(.btn-link) {
        display: block;
        color: #fff;
        border-color: #fff; }
        .global-header nav li .btn:not(.btn-raised):not(.btn-link):hover {
          background-color: #fff;
          color: #000; }
      .global-header nav li .btn {
        padding: 15px 30px; }
      .global-header nav li a {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #ffffff;
        letter-spacing: 0.07em;
        font-weight: 400;
        cursor: pointer;
        background-color: transparent;
        padding: 0 0 20px;
        font-size: 1.3em; }
      .global-header nav li a.underline {
        border-bottom: 3px solid transparent; }
      .global-header nav li a.active {
        border-color: #fff; }
      .global-header nav li a:hover:not(.btn) {
        opacity: 0.6;
        text-decoration: none; }
    .global-header nav li:last-child {
      padding: 0 0 0 15px; }
  .global-header.sticky-header, .global-header.scroll-header {
    padding: 19px 0px 20px 0px;
    background-color: #fff;
    border-bottom: solid 1px #e5e5e5;
    position: fixed;
    z-index: 10000; }
    .global-header.sticky-header .phone, .global-header.scroll-header .phone {
      background-position: 50% 100%; }
    .global-header.sticky-header .btn:not(.btn-raised):not(.btn-link), .global-header.scroll-header .btn:not(.btn-raised):not(.btn-link) {
      color: #b5ba71;
      border-color: #b5ba71; }
      .global-header.sticky-header .btn:not(.btn-raised):not(.btn-link):hover, .global-header.scroll-header .btn:not(.btn-raised):not(.btn-link):hover {
        background-color: #b5ba71;
        color: #fff; }
    .global-header.sticky-header a, .global-header.scroll-header a {
      color: #000; }
    .global-header.sticky-header a.active, .global-header.scroll-header a.active {
      padding: 0 0 32px;
      border-color: #b5ba71; }
    .global-header.sticky-header .toggle-nav span, .global-header.scroll-header .toggle-nav span {
      background-color: #000; }
    .global-header.sticky-header .baytree-logo, .global-header.scroll-header .baytree-logo {
      background-position: 50% 0%; }

.toggle-nav {
  float: right;
  padding: 7px 3px 0;
  margin: 10px 0px 0;
  cursor: pointer;
  height: 30px; }
  .toggle-nav span {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 25px;
    height: 2px;
    display: block;
    background-color: #ffffff;
    margin: 5px auto 0; }
  .toggle-nav span:first-child {
    margin: 0; }

.global-header.show-nav {
  background-color: #ffffff;
  height: 100vh;
  border: 0; }
  .global-header.show-nav .baytree-logo {
    background-position: 50% 0%; }
  .global-header.show-nav .divide {
    display: none; }
  .global-header.show-nav nav {
    float: none;
    margin-top: 40px; }
    .global-header.show-nav nav li:last-child {
      border: 0; }
    .global-header.show-nav nav li {
      padding: 0;
      display: block;
      width: 100%;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .global-header.show-nav nav li a {
        padding: 10px 0;
        color: #231F20;
        width: 100%;
        display: block;
        border: 0; }
        .global-header.show-nav nav li a.active {
          padding: 10px 0; }
        .global-header.show-nav nav li a.btn:not(.btn-raised):not(.btn-link) {
          color: #231F20;
          background: none !important; }
          .global-header.show-nav nav li a.btn:not(.btn-raised):not(.btn-link):hover {
            color: #231F20; }
          .global-header.show-nav nav li a.btn:not(.btn-raised):not(.btn-link) .ripple-container {
            display: none; }
      .global-header.show-nav nav li .btn:not(.btn-raised):not(.btn-link) {
        border: 0;
        text-align: left;
        padding: 10px 0;
        line-height: 39px; }
  .global-header.show-nav .toggle-nav {
    padding: 16px 3px 0;
    margin: 6px 0px 0; }
    .global-header.show-nav .toggle-nav span {
      display: none;
      margin: 0;
      background-color: #231F20; }
    .global-header.show-nav .toggle-nav span:first-child {
      -moz-transform: rotate(45deg) translateY(1px);
      -webkit-transform: rotate(45deg) translateY(1px);
      -o-transform: rotate(45deg) translateY(1px);
      -ms-transform: rotate(45deg) translateY(1px);
      transform: rotate(45deg) translateY(1px);
      display: block; }
    .global-header.show-nav .toggle-nav span:last-child {
      -moz-transform: rotate(-45deg) translateY(-1px);
      -webkit-transform: rotate(-45deg) translateY(-1px);
      -o-transform: rotate(-45deg) translateY(-1px);
      -ms-transform: rotate(-45deg) translateY(-1px);
      transform: rotate(-45deg) translateY(-1px);
      display: block; }

.show-nav .primary-nav {
  display: block; }

.global-header.show-nav li .btn:not(.btn-raised):not(.btn-link) {
  color: #b5ba71; }

.global-header.show-nav li .btn:not(.btn-raised):not(.btn-link):hover {
  background-color: transparent;
  color: #b5ba71;
  opacity: 0.6; }

@media (max-width: 995px) {
  .primary-nav {
    display: none; }
  .toggle-nav {
    display: block; } }

@media (min-width: 996px) {
  .primary-nav {
    display: block; }
  .toggle-nav {
    display: none; }
  .global-header.show-nav .toggle-nav {
    display: block; } }

.offices {
  background-image: url("/images/bg-world-map.svg");
  background-size: cover;
  background-position: center;
  border: 1px solid #e5e5e5;
  border-top: 0;
  padding: 70px 0; }
  @media (max-width: 992px) {
    .offices {
      text-align: left; } }
  @media (max-width: 768px) {
    .offices {
      text-align: center; } }

@media (max-width: 992px) {
  .office {
    padding-top: 0px; } }

@media (max-width: 768px) {
  .office {
    padding-top: 30px; } }

.office h4 {
  color: #231F20;
  font-size: 18px;
  font-weight: 400; }

.office .name {
  color: rgba(42, 42, 42, 0.7);
  font-size: 16px;
  line-height: 1.67;
  font-weight: 400; }

.office .address {
  color: rgba(42, 42, 42, 0.7);
  font-size: 16px;
  line-height: 1.67; }

.offices .col-md-6 {
  display: flex;
  align-items: center;
  justify-content: center; }

.image-center {
  margin: auto; }

.facebook-white {
  background-image: url("/images/icon-facebook.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 25px;
  width: 9px; }

.facebook-white:hover {
  background-image: url("/images/icon-facebook-hover.svg"); }

.instagram-white {
  background-image: url("/images/icon-instagram.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 25px;
  width: 9px; }

.instagram-white:hover {
  background-image: url("/images/icon-instagram-hover.svg"); }

.twitter-white {
  background-image: url("/images/icon-twitter.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 18px;
  width: 9px; }

.twitter-white:hover {
  background-image: url("/images/icon-twitter-hover.svg"); }

.linkedin-white {
  background-image: url("/images/icon-linkedin.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 21px;
  width: 9px; }

.linkedin-white:hover {
  background-image: url("/images/icon-linkedin-hover.svg"); }

.vimeo-white {
  background-image: url("/images/icon-vimeo.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 18px;
  width: 9px; }

.vimeo-white:hover {
  background-image: url("/images/icon-vimeo-hover.svg"); }

.youtube-white {
  background-image: url("/images/icon-youtube.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 18px;
  width: 9px; }

.youtube-white:hover {
  background-image: url("/images/icon-youtube-hover.svg"); }

.facebook-teal {
  background-image: url("/images/icon-facebook-teal.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 18px;
  width: 9px; }

.facebook-teal:hover {
  background-image: url("/images/icon-facebook-teal-hover.svg"); }

.twitter-teal {
  background-image: url("/images/icon-twitter-teal.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 14px;
  width: 17px;
  position: relative;
  top: 2px; }

.twitter-teal:hover {
  background-image: url("/images/icon-twitter-teal-hover.svg"); }

.linkedin-teal {
  background-image: url("/images/icon-linkedin-teal.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  width: 18px; }

.linkedin-teal:hover {
  background-image: url("/images/icon-linkedin-teal-hover.svg"); }

.email-icon-white {
  background-image: url("/images/icon-email-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 38px; }

.blog-image {
  padding-top: 10px;
  padding-bottom: 10px; }

.blog-social-media a {
  display: inline-flex;
  float: right;
  padding-left: 15px;
  padding-right: 15px; }

.teal-banner {
  background-color: #b5ba71;
  min-height: 250px; }

.teal-banner .logo {
  margin-top: 40px;
  margin-bottom: 50px; }

.teal-banner .text {
  margin: 50px auto;
  text-align: center; }

.teal-banner .icon {
  margin: 20px auto; }

.teal-banner .input {
  margin: 40px auto;
  color: #ffffff; }

.teal-banner .input label {
  color: #ffffff; }

.teal-banner .input input {
  color: #ffffff; }

.teal-banner .btn-white {
  margin: 20px auto;
  display: block; }

.portfolio-video {
  padding-top: 70px; }

.video-thumbnail {
  text-align: center;
  line-height: 30px;
  width: 100%;
  padding: 0 30px 70px 30px;
  display: inline-table; }
  .video-thumbnail img {
    width: 100%; }
  .video-thumbnail video {
    width: 100%; }
  @media (min-width: 1200px) {
    .video-thumbnail {
      width: 470px; }
      .video-thumbnail img {
        width: 470px; }
      .video-thumbnail video {
        width: 470px; } }

.portfolio-message {
  width: 85%;
  margin: 70px auto; }
  .portfolio-message p:not(:first-child) {
    margin: 20px 0; }
  .portfolio-message p:last-child {
    margin: 0; }
  @media (min-width: 1200px) {
    .portfolio-message {
      width: 66%; } }

.call-us-section {
  padding: 60px 0;
  text-align: center;
  width: 100%; }

.call-us-banner {
  background-color: #b5ba71;
  padding-bottom: 72px; }

.call-us-section.with-border {
  border-bottom: 1px #e5e5e5 solid; }

.call-us-banner p {
  padding-top: 66px;
  padding-bottom: 10px;
  color: #ffffff; }

.call-us-banner a {
  font-size: 24px;
  color: #ffffff; }

.call-us-banner a:hover, .call-us-banner a:focus {
  font-size: 24px;
  text-decoration: none;
  opacity: 0.85; }

.call-us {
  padding: 35px 0; }

.call-us p {
  display: inline-block;
  padding-right: 5px;
  font-size: 24px;
  color: #787878; }

.call-us a {
  font-size: 24px;
  color: #b5ba71;
  font-weight: 300;
  white-space: pre; }

.call-us a:hover, .call-us a:focus {
  color: #86b300;
  text-decoration: none; }

.call-us-opening-hours > .padding {
  padding: 20px; }

.call-us-opening-hours {
  width: 100%;
  padding-bottom: 30px; }

.with-opening-hours {
  padding-bottom: 20px; }

.opening-hours {
  white-space: pre;
  font-weight: 500; }
  @media (max-width: 768px) {
    .opening-hours {
      width: 100%;
      display: block;
      text-align: center; } }

.panel-chevron {
  background: transparent url("/images/icon-chevron-up.svg") 50% 50%/32px no-repeat; }

.panel-chevron.down {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.pods-section {
  padding-top: 60px;
  padding-bottom: 72px; }

.pods-section h2 {
  padding-bottom: 60px; }

.pods-section .pods-footer {
  padding-top: 42px; }

.pod {
  text-align: center; }

.pod p {
  font-size: 22px;
  color: #231F20;
  opacity: 0.7;
  padding-top: 30px; }

.pod-icon {
  margin: auto; }

.pod-icon.laptop {
  background-image: url("../images/icons/icon-laptop.svg");
  background-size: 62px 41px;
  background-repeat: no-repeat;
  height: 41px;
  width: 62px;
  margin-top: 15px; }

.pod-icon.location {
  background-image: url("../images/icons/icon-location.svg");
  background-size: 34px 56px;
  background-repeat: no-repeat;
  height: 56px;
  width: 34px; }

.pod-icon.wallet {
  background-image: url("../images/icons/icon-wallet.svg");
  background-size: 48px 38px;
  background-repeat: no-repeat;
  height: 38px;
  width: 48px;
  margin-top: 18px; }

.pod-icon.world {
  background-image: url("../images/icons/icon-world.svg");
  background-size: 45px 58px;
  background-repeat: no-repeat;
  height: 58px;
  width: 45px; }

.pod-icon.headset {
  background-image: url("../images/icons/icon-headset.svg");
  background-size: 52px 56px;
  background-repeat: no-repeat;
  height: 56px;
  width: 52px;
  margin-top: 2px; }

.pod-icon.cash {
  background-image: url("../images/icons/icon-cash-blue.svg");
  background-size: 60px 36px;
  background-repeat: no-repeat;
  height: 36px;
  width: 60px;
  margin-top: 22px; }

.pod-icon.group {
  background-image: url("../images/icons/icon-group.svg");
  background-size: 59px 46px;
  background-repeat: no-repeat;
  height: 46px;
  width: 59px;
  margin-top: 12px; }

.pod-icon.flag {
  background-image: url("../images/icons/icon-u-k.svg");
  background-size: 60px 36px;
  background-repeat: no-repeat;
  height: 36px;
  width: 60px;
  margin-top: 22px; }

.trustpilot-carousel-item {
  background-color: #23262b;
  height: 230px;
  /*    width: 312px;*/
  color: #ffffff;
  text-align: center;
  border-radius: 3px;
  padding: 20px;
  margin: 0 10px; }

.consumer-review {
  height: 78px;
  margin: auto;
  display: table; }

.consumer-review p {
  width: 50%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-style: italic;
  max-height: 83px;
  font-size: 16px; }

.consumer-name {
  vertical-align: middle;
  display: inline-block;
  padding-left: 13px; }

.consumer-name p {
  font-weight: 300;
  font-size: 16px;
  padding-bottom: 32px; }

.trustpilot-stars {
  margin: auto;
  margin-top: 7px;
  background-repeat: no-repeat;
  height: 16px; }

.trustpilot-stars.stars-5 {
  background-image: url("../images/icons/icon-stars-teal-5.svg");
  background-size: 122px 16px;
  background-repeat: no-repeat;
  height: 16px;
  width: 122px; }

.trustpilot-stars.stars-4 {
  background-image: url("../images/icons/icon-stars-teal-4.svg");
  background-size: 96px 16px;
  width: 96px; }

.trustpilot-stars.stars-3 {
  background-image: url("../images/icons/icon-stars-teal-3.svg");
  background-size: 70px 16px;
  width: 70px; }

.trustpilot-stars.stars-2 {
  background-image: url("../images/icons/icon-stars-teal-2.svg");
  background-size: 42px 16px;
  width: 42px; }

.trustpilot-stars.stars-1 {
  background-image: url("../images/icons/icon-stars-teal-1.svg");
  background-size: 16px 16px;
  width: 16px; }

.consumer-info {
  margin-top: 15px;
  height: 53px; }

.consumer-image {
  background-size: 38px 38px;
  background-repeat: no-repeat;
  height: 38px;
  width: 38px;
  object-fit: contain;
  display: inline-block; }

.consumer-image.placeholder {
  background-image: url("../images/customer-avatar-placeholder.svg"); }

.trustpilot-section {
  text-align: center; }

.trustpilot-section h2 {
  padding-top: 84px;
  padding-bottom: 62px; }

.trustpilot-border {
  width: 19.7px;
  height: 230px;
  background-color: #23262b; }

.trustpilot-description {
  margin-top: 60px;
  text-align: center; }

.trustpilot-description p {
  font-size: 16px;
  color: rgba(42, 42, 42, 0.7); }

.trustpilot-logo {
  background-image: url("../images/logo-trustpilot.svg");
  background-size: 168px 20px;
  background-repeat: no-repeat;
  height: 20px;
  width: 168px;
  margin: auto; }

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block; }

.owl-item a {
  text-decoration: none; }

.owl-nav {
  width: 100%;
  position: absolute;
  top: 0px; }
  .owl-nav button {
    text-indent: -10000px;
    position: absolute;
    height: 230px;
    width: 6%;
    display: block; }
  .owl-nav .owl-next {
    right: 14%;
    background: rgba(255, 255, 255, 0.9) url("../images/chev-right-medium.svg") no-repeat 50% 50%/20px !important; }
  .owl-nav .owl-prev {
    left: 14%;
    background: rgba(255, 255, 255, 0.9) url("../images/chev-left-medium.svg") no-repeat 50% 50%/20px !important; }
