#weLoveSocial {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#weLoveSocial .content-block {
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#weLoveSocial .content-block.kettydo-at-glance {
  display: none;
}
@media (min-width: 768px) {
  #weLoveSocial .content-block.kettydo-at-glance {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#weLoveSocial .join-us-ctr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#weLoveSocial .join-us-box {
  display: none;
}
#weLoveSocial h1.very-strong {
  font-size: 41px;
  line-height: 41px;
  margin-top: 0;
  color: #ffc12a;
}
#weLoveSocial h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
#weLoveSocial .we-love-social {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
}
#weLoveSocial .we-love-social__title {
  font-size: 30px;
}
#weLoveSocial .we-love-social__text {
  line-height: 45px;
  margin: 0;
  font-size: 20px;
}
#weLoveSocial p {
  line-height: 1;
  font-size: 20px;
}
@media (min-width: 768px) {
  #weLoveSocial .content-block {
    padding: 55px 0;
    margin-right: 56px;
  }
  #weLoveSocial .content-block:last-child {
    margin-right: 0;
  }
  #weLoveSocial .join-us-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.addresses {
  padding-left: 0px;
  padding-right: 0px;
}
.addresses-cnt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0;
}
.addresses .content-block {
  float: none;
  height: auto;
  width: 100%;
  padding: 40px 27px;
}
.addresses .content-block h6 {
  padding-top: 0;
  margin-top: 0;
}
.addresses p {
  line-height: 16px;
}
.addresses a.white-hover:hover {
  color: #fff;
}
.addresses a.yellow-hover:hover {
  color: #ffc12a;
}
@media (min-width: 768px) {
  .maps-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .addresses-cnt {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .addresses p {
    font-size: 16px;
  }
  .addresses .content-block {
    padding: 75px 0 65px;
    margin-right: 56px;
  }
  .addresses .content-block:nth-of-type(4) {
    margin-right: 0;
  }
  .addresses .content-block h6 {
    margin-top: 0;
  }
}
.contact-form {
  display: block !important;
}
#contacts .xs-visual {
  margin: 0 -10px;
  padding: 0;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#contacts #kettydoSelfie h2 {
  margin-top: 10px;
}
.bg-visual-small {
  height: 250px;
}
@media (min-width: 768px) {
  .small-right-padding-sm {
    padding-left: 0;
    padding-right: 20px;
  }
  #contacts p {
    font-size: 20px;
  }
  #contacts #kettydoSelfie {
    margin-top: 60px;
    margin-bottom: 90px;
  }
  .icon-on-right {
    padding-left: 46px;
    background-repeat: no-repeat;
    background-position: 0 25%;
  }
  .icon-on-right h1 {
    margin-bottom: 0;
  }
}
body {
  background: white;
}
.contact-us-CTR {
  background-color: #ffc12a;
}
.contact-form {
  display: block !important;
  padding-top: 120px;
}
.contact-form h2 {
  margin-top: 0;
}
/*# sourceMappingURL=contacts.css.map */