@charset "UTF-8";
/*------------------------------------------------------------------------- BASE STYLES
*/
@import url("https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap");
@font-face {
  font-family: 'Berlingske';
  src: url("../fonts/BerlingskeSerif-Bd.woff2") format("woff2"), url("../fonts/BerlingskeSerif-Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Berlingske';
  src: url("../fonts/BerlingskeSerif-It.woff2") format("woff2"), url("../fonts/BerlingskeSerif-It.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Ciutadella';
  src: url("../fonts/Ciutadella-Bold.woff2") format("woff2"), url("../fonts/Ciutadella-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ciutadella';
  src: url("../fonts/Ciutadella-Bold-Italic.woff2") format("woff2"), url("../fonts/Ciutadella-Bold-Italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Ciutadella';
  src: url("../fonts/Ciutadella-Regular.woff2") format("woff2"), url("../fonts/Ciutadella-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ciutadella';
  src: url("../fonts/Ciutadella-Italic.woff2") format("woff2"), url("../fonts/Ciutadella-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Ciutadella';
  src: url("../fonts/Ciutadella-Light.woff2") format("woff2"), url("../fonts/Ciutadella-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/*-------------------------------------------------------------------------SHARED STYLES
*/
/*--------------------------------------------------------------------------HEADER
*/
/*-------------------------------------------------------------------------FORMS
*/
p.error, p.success {
  background: #F06450;
  color: #FFF !important;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 0;
  width: 100% !important;
  line-height: 1.4 !important;
  text-transform: uppercase;
  padding: 15px 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  text-align: center;
  cursor: pointer;
}

p.error.success, p.success.success {
  background: #BED278;
}

p.error:after, p.success:after {
  width: 26px;
  height: 3px;
  background: #FFF;
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

p.error:before, p.success:before {
  width: 26px;
  height: 3px;
  background: #FFF;
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

p.error.hide, p.success.hide {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  visibility: hidden;
  transition: visibility 0ms 400ms, -webkit-transform 400ms ease;
  transition: transform 400ms ease, visibility 0ms 400ms;
  transition: transform 400ms ease, visibility 0ms 400ms, -webkit-transform 400ms ease;
}

form {
  width: 100%;
  height: auto;
  position: relative;
}

form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cfcfcf;
}

form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #cfcfcf;
}

form :-ms-input-placeholder {
  /* IE 10+ */
  color: #cfcfcf;
}

form :-moz-placeholder {
  /* Firefox 18- */
  color: #cfcfcf;
}

form li, form fieldset, form ol {
  width: 100%;
}

form li {
  position: relative;
}

form li.error ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #F06450;
}

form li.error ::-moz-placeholder {
  /* Firefox 19+ */
  color: #F06450;
}

form li.error :-ms-input-placeholder {
  /* IE 10+ */
  color: #F06450;
}

form li.error :-moz-placeholder {
  /* Firefox 18- */
  color: #F06450;
}

form li.error input, form li.error textarea, form li.error select {
  border: 1px solid #F06450;
}

form li.success input, form li.success textarea, form li.success select {
  border: 1px solid #BED278;
}

form li.hidden {
  display: none;
}

form label.checkbox-style {
  height: 30px;
  line-height: 30px;
  padding-left: 35px;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #6b6b6b;
}

form label.checkbox-style:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: #FFF;
  border: 1px solid #cfcfcf;
}

form label.checkbox-style:after {
  content: "✔";
  color: #3b2344;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: 4px;
  left: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 300ms ease;
}

form label.checkbox-style.checked:after {
  opacity: 1;
}

form label.radio-style {
  height: 30px;
  line-height: 30px;
  padding-left: 35px;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #6b6b6b;
}

form label.radio-style:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #FFF;
  border: 1px solid #cfcfcf;
}

form label.radio-style:after {
  content: "";
  background: #3b2344;
  width: 14px;
  height: 14px;
  line-height: 20px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: 5px;
  left: 3px;
  margin: auto;
  opacity: 0;
  border-radius: 50%;
  transition: opacity 300ms ease;
}

form label.radio-style.checked:after {
  opacity: 1;
}

form input, form textarea, form select {
  width: 100%;
  display: inline-block;
  float: left;
  border: 1px solid #cfcfcf;
  height: 55px;
  padding: 0 20px;
  line-height: 53px;
  color: #383838;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media screen and (max-width: 1440px) {
  form input, form textarea, form select {
    height: 45px;
    line-height: 45px;
  }
}

@media screen and (max-width: 920px) {
  form input, form textarea, form select {
    font-size: 16px;
  }
}

form textarea {
  height: 140px;
  padding: 20px;
  line-height: 1.3;
  resize: none;
}

form button {
  display: inline-block;
  border: 1px solid #cfcfcf;
  height: 55px;
  line-height: 53px;
  color: #383838;
}

@media screen and (max-width: 1440px) {
  form button {
    height: 45px;
    line-height: 46px;
  }
}

form#comments legend {
  color: #3b2344;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 2%;
}

form#comments textarea {
  width: 100% !important;
  height: 140px;
  resize: vertical;
  margin-bottom: 1% !important;
  float: left;
}

@media screen and (max-width: 920px) {
  form#comments textarea {
    margin-bottom: 2% !important;
  }
}

form#comments input {
  width: 33%;
  float: left;
  margin-right: 1%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms ease, visibility 0ms ease 400ms;
}

@media screen and (max-width: 920px) {
  form#comments input {
    line-height: 44px;
    height: 0;
    width: 100%;
    transition: opacity 400ms ease, visibility 0ms ease 400ms, height 400ms ease, margin 400ms ease;
  }
}

form#comments button {
  width: 15.5%;
  float: left;
  position: absolute;
  bottom: 0;
  right: 16.5%;
  opacity: 0;
  visibility: hidden;
  color: #cfcfcf;
  transition: opacity 400ms ease, visibility 0ms ease 400ms, color 400ms ease, background 400ms ease;
}

@media screen and (max-width: 920px) {
  form#comments button {
    height: 0;
    width: 100%;
    position: static;
    background: #cfcfcf;
    color: #FFF;
    border: none;
    transition: opacity 400ms ease, visibility 0ms ease 400ms, height 400ms ease, margin 400ms ease;
  }
}

@media screen and (min-width: 920px) {
  form#comments button:hover {
    background: #C3B9B4;
    color: #FFF;
  }
}

@media screen and (max-width: 920px) {
  form#comments button:first-of-type {
    display: none !important;
  }
}

form#comments button:last-of-type {
  right: 0;
  visibility: visible;
  opacity: 1;
  color: #383838;
}

@media screen and (max-width: 920px) {
  form#comments button:last-of-type {
    height: 46px;
    background: #3b2344;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    border: none;
  }
}

form#comments button:last-of-type:hover {
  background: #3b2344;
  color: #FFF;
}

form#comments.active input, form#comments.active button {
  opacity: 1;
  visibility: visible;
  transition: opacity 400ms ease, visibility 0ms ease 0ms, color 400ms ease, background 400ms ease;
}

@media screen and (max-width: 920px) {
  form#comments.active input, form#comments.active button {
    height: 46px;
    margin-bottom: 2%;
    transition: opacity 400ms ease, visibility 0ms ease 0ms, height 400ms ease, margin 400ms ease;
  }
}

.m_jah {
  display: none !important;
}

.grecaptcha-badge {
  display: none;
}

/*-------------------------------------------------------------------------SITE MAP
*/
/*-------------------------------------------------------------------------FOOTER
*/
.contact_body + .banner_space,
#content + .banner_space {
  margin-top: 2%;
}

@media screen and (max-width: 920px) {
  .contact_body + .banner_space,
#content + .banner_space {
    margin-top: 5%;
  }
}

.banner_space + .banner_space {
  margin-top: 2%;
}

@media screen and (max-width: 920px) {
  .banner_space + .banner_space {
    margin-top: 0;
  }
}

.banner_space {
  height: auto;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 920px) {
  .banner_space {
    text-align: center;
  }
}

.banner_space .footer_banner {
  display: inline-block;
  float: left;
  margin-right: 2%;
  overflow: hidden;
  text-align: left;
}

@media screen and (max-width: 920px) {
  .banner_space .footer_banner {
    margin-right: 5%;
    float: none;
  }
}

.banner_space .footer_banner:last-child {
  margin-right: 0;
}

.banner_space .footer_banner img {
  width: 100%;
  height: auto;
  margin: 0 0 -4px 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}

.banner_space .footer_banner.square, .banner_space .footer_banner.large {
  width: 38.8%;
  height: 0;
  padding-bottom: 38.8%;
  position: relative;
}

@media screen and (max-width: 920px) {
  .banner_space .footer_banner.square, .banner_space .footer_banner.large {
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 5%;
  }
}

.banner_space .footer_banner.square .banner_content, .banner_space .footer_banner.large .banner_content {
  position: absolute;
  top: 10%;
  left: 10%;
  right: 10%;
  bottom: 10%;
}

.banner_space .footer_banner.square .banner_content h2, .banner_space .footer_banner.large .banner_content h2 {
  color: #FFF;
  font-size: 2.4rem;
  line-height: 1.1;
  font-family: "Berlingske", "Georgia", serif;
  font-weight: bold;
  width: 100%;
  display: block;
}

@media screen and (max-width: 1180px) {
  .banner_space .footer_banner.square .banner_content h2, .banner_space .footer_banner.large .banner_content h2 {
    font-size: 2rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 920px) {
  .banner_space .footer_banner.square .banner_content h2, .banner_space .footer_banner.large .banner_content h2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 380px) {
  .banner_space .footer_banner.square .banner_content h2, .banner_space .footer_banner.large .banner_content h2 {
    font-size: 1.6rem;
  }
}

.banner_space .footer_banner.square .banner_content p, .banner_space .footer_banner.large .banner_content p {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.banner_space .footer_banner.square .banner_content button, .banner_space .footer_banner.large .banner_content button {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1;
  font-family: "Ciutadella", "Calibri", sans-serif;
  padding: 20px 30px 14px 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #FFF;
  margin-top: 30px;
  color: #FFF;
  transition: background 400ms ease, color 400ms ease, border 400ms ease;
}

@media screen and (max-width: 1440px) {
  .banner_space .footer_banner.square .banner_content button, .banner_space .footer_banner.large .banner_content button {
    font-size: 1rem;
    padding: 14px 25px 10px 25px;
  }
}

@media screen and (max-width: 920px) {
  .banner_space .footer_banner.square .banner_content button, .banner_space .footer_banner.large .banner_content button {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 920px) {
  .banner_space .footer_banner.square .banner_content button:hover, .banner_space .footer_banner.large .banner_content button:hover {
    background: #FFF;
    color: #3b2344;
  }
}

.banner_space .footer_banner.square.purple button:hover, .banner_space .footer_banner.large.purple button:hover {
  color: #3b2344;
}

.banner_space .footer_banner.square.pink button:hover, .banner_space .footer_banner.large.pink button:hover {
  color: #F596A5;
}

.banner_space .footer_banner.square.teal button:hover, .banner_space .footer_banner.large.teal button:hover {
  color: #59A5A0;
}

.banner_space .footer_banner.square.blue button:hover, .banner_space .footer_banner.large.blue button:hover {
  color: #BEE6D2;
}

.banner_space .footer_banner.square.tan button:hover, .banner_space .footer_banner.large.tan button:hover {
  color: #C3B9B4;
}

.banner_space .footer_banner.square.orange button:hover, .banner_space .footer_banner.large.orange button:hover {
  color: #D79B4B;
}

.banner_space .footer_banner.square.green button:hover, .banner_space .footer_banner.large.green button:hover {
  color: #BED278;
}

.banner_space .footer_banner.square.red button:hover, .banner_space .footer_banner.large.red button:hover {
  color: #F06450;
}

.banner_space .footer_banner.tall {
  width: 18.4%;
  overflow: hidden;
  position: relative;
  height: auto;
  padding-bottom: 38.8%;
  vertical-align: bottom;
}

@media screen and (max-width: 920px) {
  .banner_space .footer_banner.tall {
    width: 30%;
    padding-bottom: 62%;
    margin-bottom: 5%;
    margin-right: 4%;
    margin-right: calc(5% - 5px);
    text-align: center;
  }
}

.banner_space .footer_banner.tall img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 0;
  z-index: 1;
}

.banner_space .footer_banner.tall .overlay {
  width: 100%;
  height: 48%;
  display: inline-block;
  font-size: 1.66rem;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.1;
  background: #3b2344;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: height 400ms ease;
}

@media screen and (max-width: 1180px) {
  .banner_space .footer_banner.tall .overlay {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 920px) {
  .banner_space .footer_banner.tall .overlay {
    font-size: 1rem;
  }
}

.banner_space .footer_banner.tall .overlay span {
  position: absolute;
  left: 30px;
  bottom: 25px;
  padding-right: 30%;
}

@media screen and (max-width: 1180px) {
  .banner_space .footer_banner.tall .overlay span {
    left: 20px;
    bottom: 20px;
  }
}

@media screen and (max-width: 920px) {
  .banner_space .footer_banner.tall .overlay span {
    padding-right: 0;
    left: 5%;
    right: 5%;
    bottom: 15px;
    text-align: center;
  }
}

.banner_space .footer_banner.tall .overlay:after {
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  right: 30px;
  bottom: 50px;
  margin: auto;
  background: url(../images/icons/right-white@2x.png);
  background-size: 18px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 400ms ease;
}

@media screen and (max-width: 1440px) {
  .banner_space .footer_banner.tall .overlay:after {
    background-size: 14px;
  }
}

.banner_space .footer_banner.tall:nth-last-child(2n) img {
  top: auto;
  bottom: 0;
}

.banner_space .footer_banner.tall:nth-last-child(2n) div {
  top: 0;
  bottom: auto;
}

.banner_space .footer_banner.tall.purple .overlay {
  background: #3b2344;
}

.banner_space .footer_banner.tall.pink .overlay {
  background: #F596A5;
}

.banner_space .footer_banner.tall.teal .overlay {
  background: #59A5A0;
}

.banner_space .footer_banner.tall.blue .overlay {
  background: #BEE6D2;
}

.banner_space .footer_banner.tall.tan .overlay {
  background: #C3B9B4;
}

.banner_space .footer_banner.tall.orange .overlay {
  background: #D79B4B;
}

.banner_space .footer_banner.tall.green .overlay {
  background: #BED278;
}

.banner_space .footer_banner.tall.red .overlay {
  background: #F06450;
}

@media screen and (min-width: 920px) {
  .banner_space .footer_banner.tall:hover .overlay {
    height: 54%;
  }
  .banner_space .footer_banner.tall:hover .overlay:after {
    opacity: 1;
  }
}

.banner_space .footer_banner.large {
  width: 100%;
  padding-bottom: 40%;
}

@media screen and (max-width: 920px) {
  .banner_space .footer_banner.large {
    padding-bottom: 50%;
  }
  .banner_space .footer_banner.large img {
    width: 125%;
    position: relative;
    left: -12.5%;
  }
}

.banner_space .footer_banner.large .banner_content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}

@media screen and (max-width: 920px) {
  .banner_space .footer_banner.large .banner_content h2 {
    font-size: 1.4rem;
  }
}

.banner_space .footer_banner.large .banner_content p {
  position: static;
}

@media screen and (max-width: 920px) {
  .banner_space .footer_banner.large .banner_content button {
    margin-top: 10px;
  }
}

@media screen and (min-width: 920px) {
  .banner_space .footer_banner.grow:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media screen and (max-width: 920px) {
  .banner_space.type_1 .footer_banner:last-child {
    margin-right: 0;
  }
  .banner_space.type_3 .footer_banner:nth-child(3n) {
    margin-right: 0;
  }
  .banner_space.type_3 .footer_banner:last-child {
    margin-right: 0;
  }
}

.banner_space + .footer_nav {
  margin-top: 30px;
}

.banner_space + .footer_social {
  margin-top: 30px;
}

.testimonials {
  height: 240px;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .testimonials {
    height: 200px;
  }
}

@media screen and (max-width: 920px) {
  .testimonials {
    height: 240px;
  }
}

.testimonials .testimonial {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.testimonials .testimonial img {
  height: 140px;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 66.66%;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 600ms ease;
}

@media screen and (max-width: 1440px) {
  .testimonials .testimonial img {
    height: 120px;
  }
}

@media screen and (max-width: 920px) {
  .testimonials .testimonial img {
    right: 0;
    height: 100px;
    bottom: auto;
    top: 10%;
  }
}

.testimonials .testimonial q {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40%;
  right: 5%;
  margin: auto;
  height: 140px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  text-align: left;
  margin: auto;
  height: auto;
  font-family: "Berlingske", "Georgia", serif;
  font-size: 2.2rem;
  opacity: 0;
  font-style: italic;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  transition: opacity 600ms ease 0ms, -webkit-transform 600ms ease 600ms;
  transition: opacity 600ms ease 0ms, transform 600ms ease 600ms;
  transition: opacity 600ms ease 0ms, transform 600ms ease 600ms, -webkit-transform 600ms ease 600ms;
}

@media screen and (max-width: 1440px) {
  .testimonials .testimonial q {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1180px) {
  .testimonials .testimonial q {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 920px) {
  .testimonials .testimonial q {
    top: auto;
    bottom: 10%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 380px) {
  .testimonials .testimonial q {
    font-size: 1.4rem;
  }
}

.testimonials .testimonial q span {
  line-height: 1.2;
}

.testimonials .testimonial q span:before {
  content: "“";
  font-style: italic;
}

.testimonials .testimonial q span:after {
  content: "”";
  font-style: italic;
}

.testimonials .testimonial.active img {
  opacity: 1;
  transition: opacity 600ms ease 600ms;
}

.testimonials .testimonial.active q {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: opacity 1000ms ease 1200ms, -webkit-transform 1000ms ease 1200ms;
  transition: opacity 1000ms ease 1200ms, transform 1000ms ease 1200ms;
  transition: opacity 1000ms ease 1200ms, transform 1000ms ease 1200ms, -webkit-transform 1000ms ease 1200ms;
}

.footer_social {
  width: 90%;
  height: auto;
  overflow: hidden;
  background: #f0f0f0;
  padding: 2%;
}

@media screen and (max-width: 920px) {
  .footer_social {
    padding: 5%;
    width: 95%;
  }
}

.footer_social .column {
  width: 32.66%;
  margin-right: 1%;
  display: inline-block;
  float: left;
  overflow: hidden;
  background: #FFF;
  padding: 3% 3% 2% 3%;
  position: relative;
}

@media screen and (max-width: 1180px) {
  .footer_social .column {
    width: 49.5%;
  }
}

@media screen and (max-width: 920px) {
  .footer_social .column {
    margin-right: 0;
    width: 100% !important;
    margin-bottom: 5%;
    padding: 5%;
    min-height: 0 !important;
  }
}

.footer_social .column:last-child {
  margin-right: 0;
}

@media screen and (max-width: 920px) {
  .footer_social .column:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1180px) {
  .footer_social .column.blog {
    display: none;
  }
}

@media screen and (max-width: 920px) {
  .footer_social .column.blog {
    display: block;
  }
}

.footer_social .column.blog h2 {
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  color: #3b2344;
  padding-bottom: 8px;
}

@media screen and (max-width: 1440px) {
  .footer_social .column.blog h2 {
    padding-right: 0;
  }
}

@media screen and (max-width: 1180px) {
  .footer_social .column.blog h2 {
    font-size: 1.4rem;
  }
}

.footer_social .column.blog h2:hover {
  text-decoration: underline;
}

.footer_social .column.blog p.meta {
  font-size: 1rem;
  color: #3b2344;
}

.footer_social .column.blog .post_image {
  width: 100%;
  height: 0;
  padding-bottom: 63%;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 16px;
}

.footer_social .column.blog img {
  width: 100%;
  height: auto;
  display: inline-block;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.footer_social .column.blog img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.footer_social .column.blog a.blog_link {
  text-transform: uppercase;
  color: #3b2344;
}

.footer_social .column.blog a.blog_link:after {
  content: ">";
  padding-left: 12px;
  transition: padding 300ms ease;
}

.footer_social .column.instagram .post_wrapper {
  width: 100%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.footer_social .column.instagram a.post {
  width: 32%;
  height: 0;
  padding-bottom: 32%;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin: 0 2% 2% 0;
}

.footer_social .column.instagram a.post:nth-of-type(3n) {
  margin-right: 0;
}

.footer_social .column.instagram a.post:nth-last-of-type(1), .footer_social .column.instagram a.post:nth-last-of-type(2), .footer_social .column.instagram a.post:nth-last-of-type(3) {
  margin-bottom: 0;
}

.footer_social .column.instagram a.post img {
  width: 100%;
  height: auto;
  margin-bottom: -6px;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.footer_social .column.instagram a.post:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.footer_social .column.instagram button, .footer_social .column.instagram a.instagram {
  margin-top: 22px;
  padding-top: 2px;
  text-transform: uppercase;
  color: #3b2344;
}

.footer_social .column.instagram a.instagram {
  float: right;
  position: relative;
  padding-left: 30px;
}

.footer_social .column.instagram a.instagram:before {
  width: 18px;
  height: 18px;
  display: inline-block;
  content: "";
  background: url(../images/icons/instagram-purple@2x.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
  top: 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.6;
  transition: opacity 300ms ease, -webkit-filter 300ms ease;
  transition: opacity 300ms ease, filter 300ms ease;
  transition: opacity 300ms ease, filter 300ms ease, -webkit-filter 300ms ease;
}

.footer_social .column.instagram a.instagram:after {
  content: ">";
  padding-left: 12px;
  transition: padding 300ms ease;
}

.footer_social .column.instagram a.instagram:hover:before {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.footer_social .column.instagram button:hover {
  text-decoration: underline;
}

.footer_social .column.twitter p.intro {
  padding-bottom: 6px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  text-transform: uppercase;
  color: #3b2344;
}

.footer_social .column.twitter p.intro a {
  font-weight: bold;
  text-transform: none;
}

.footer_social .column.twitter .tweet_window {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 300px;
}

.footer_social .column.twitter .tweet_window p.date {
  font-size: 0.9rem;
  font-weight: bold;
  color: #3b2344;
  padding-bottom: 5px;
}

.footer_social .column.twitter .tweet_window .tweet {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 30px;
  line-height: 1.2;
}

.footer_social .column.twitter .tweet_window .tweet img {
  width: 100%;
  height: auto;
  margin-top: 12px;
}

.footer_social .column.twitter .tweet_window .tweet a {
  color: #59A5A0;
  text-decoration: underline;
}

.footer_social .column.twitter .tweet_window .tweet span.rt {
  width: 18px;
  height: 18px;
  margin-right: 2px;
  position: relative;
  top: 1px;
  background: url(../images/icons/retweet@2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
  display: inline-block;
}

.footer_social .column.twitter .twitter_link {
  margin-top: 18px;
  padding-top: 2px;
  text-transform: uppercase;
  color: #3b2344;
  float: right;
  position: relative;
  padding-left: 30px;
}

.footer_social .column.twitter .twitter_link:before {
  width: 18px;
  height: 18px;
  display: inline-block;
  content: "";
  background: url(../images/icons/twitter-purple@2x.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
  top: 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.6;
  transition: opacity 300ms ease, -webkit-filter 300ms ease;
  transition: opacity 300ms ease, filter 300ms ease;
  transition: opacity 300ms ease, filter 300ms ease, -webkit-filter 300ms ease;
}

.footer_social .column.twitter .twitter_link:after {
  content: ">";
  padding-left: 12px;
  transition: padding 300ms ease;
}

.footer_social .column.twitter .twitter_link:hover:before {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.footer_social.columns_2 .column {
  width: 49.5%;
}

.footer_social.columns_1 .column {
  width: 100%;
}

.footer_nav {
  height: auto;
  overflow: hidden;
  padding: 40px 0 20px;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  position: relative;
}

@media screen and (max-width: 920px) {
  .footer_nav {
    padding: 0;
  }
}

.footer_nav .column {
  width: 16.2%;
  display: inline-block;
  float: left;
}

@media screen and (max-width: 1180px) {
  .footer_nav .column {
    width: 20%;
  }
}

@media screen and (max-width: 920px) {
  .footer_nav .column {
    width: 100% !important;
    display: block;
    border-bottom: 1px solid #cdcdcd;
    max-height: 60px;
    overflow: hidden;
    padding: 0 5%;
    transition: max-height 400ms linear;
  }
  .footer_nav .column:last-of-type {
    border-bottom: none;
  }
}

.footer_nav .column h3 {
  font-weight: 700;
  color: #3b2344;
  font-size: 1.5rem;
  padding-bottom: 20px;
}

@media screen and (max-width: 920px) {
  .footer_nav .column h3 {
    padding-bottom: 0;
    line-height: 60px;
    font-size: 1.2rem;
    width: 100%;
    display: block;
    position: relative;
  }
  .footer_nav .column h3:after {
    width: 20px;
    height: 20px;
    background: url(../images/icons/right-grey@2x.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
  }
}

.footer_nav .column a, .footer_nav .column p {
  display: block;
  font-size: 0.9rem;
  line-height: 1.3;
}

@media screen and (max-width: 920px) {
  .footer_nav .column a, .footer_nav .column p {
    font-size: 1rem;
  }
}

.footer_nav .column a {
  padding-bottom: 16px;
  transition: color 300ms ease;
}

.footer_nav .column a:hover {
  color: #3b2344;
}

.footer_nav .column.contact {
  width: 19%;
}

@media screen and (max-width: 1180px) and (min-width: 920px) {
  .footer_nav .column.contact {
    width: 100%;
    clear: both;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #cdcdcd;
    position: relative;
  }
}

@media screen and (max-width: 920px) {
  .footer_nav .column.contact {
    max-height: none;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1180px) and (min-width: 920px) {
  .footer_nav .column.contact h3 {
    display: none;
  }
}

@media screen and (max-width: 920px) {
  .footer_nav .column.contact h3:after {
    display: none;
  }
}

.footer_nav .column.contact p, .footer_nav .column.contact a {
  color: #3b2344;
}

.footer_nav .column.contact > p, .footer_nav .column.contact > a {
  padding-left: 26px;
}

@media screen and (max-width: 1180px) and (min-width: 920px) {
  .footer_nav .column.contact > p, .footer_nav .column.contact > a {
    width: 33.33%;
    display: inline-block;
    float: left;
    font-size: 1rem;
  }
  .footer_nav .column.contact > p:not(.address):not(.email):not(.phone), .footer_nav .column.contact > a:not(.address):not(.email):not(.phone) {
    padding-left: 0;
  }
}

.footer_nav .column.contact a {
  font-weight: bold;
}

.footer_nav .column.contact a:hover {
  text-decoration: underline;
}

.footer_nav .column.contact .phone {
  background: url(../images/icons/phone-purple@2x.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left top;
}

.footer_nav .column.contact .email {
  background: url(../images/icons/email-purple@2x.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left top;
}

@media screen and (max-width: 1180px) and (min-width: 920px) {
  .footer_nav .column.contact .email {
    position: absolute;
    left: 0;
    top: 70px;
  }
}

.footer_nav .column.contact .address {
  background: url(../images/icons/pin-purple@2x.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: left top;
}

@media screen and (max-width: 920px) {
  .footer_nav .column.open {
    max-height: 600px;
  }
  .footer_nav .column.open h3:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.footer_social + .footer_nav {
  margin-top: 40px;
}

.accreditations {
  padding: 20px 0;
}

.accreditations img {
  height: 120px;
  margin-right: 10px;
}

@media screen and (max-width: 1440px) {
  .accreditations img {
    height: 100px;
  }
}

@media screen and (max-width: 920px) {
  .accreditations img {
    height: auto;
    width: 30%;
    margin-right: 5%;
    display: inline-block;
    float: left;
    margin-bottom: 5%;
  }
  .accreditations img:nth-of-type(3n) {
    margin-right: 0;
  }
  .accreditations img:nth-of-type(3n + 1) {
    clear: left;
  }
}

#footer .mobile_footer_copyright {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #cdcdcd;
}

#footer .mobile_footer_copyright p {
  padding-bottom: 10px;
  line-height: 1.4;
}

#footer .mobile_footer_copyright a {
  display: block;
  line-height: 2rem;
}

@media screen and (min-width: 920px) {
  #footer .mobile_footer_copyright {
    display: none;
  }
}

#footer .footer_contianer {
  width: 85%;
  display: inline-block;
  float: left;
  margin-right: 1%;
  height: 60px;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  position: relative;
}

@media screen and (max-width: 1180px) {
  #footer .footer_contianer {
    width: 81%;
    margin-right: 1%;
    padding-top: 12px;
  }
}

@media screen and (max-width: 920px) {
  #footer .footer_contianer {
    width: 65.66%;
    height: 50px;
    padding-top: 0;
  }
  #footer .footer_contianer .copyright {
    display: none;
  }
}

#footer .footer_contianer .mobile_contact a {
  line-height: 50px;
  color: #3b2344;
  padding-left: 36px;
  background-size: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 1rem;
  margin-top: 0;
}

@media screen and (max-width: 380px) {
  #footer .footer_contianer .mobile_contact a {
    background-size: 20px;
    padding-left: 35px;
    font-size: 0.9rem;
  }
}

#footer .footer_contianer .mobile_contact a.phone {
  background-image: url(../images/icons/phone-purple@2x.png);
}

#footer .footer_contianer .mobile_contact a.email {
  background-image: url(../images/icons/email-purple@2x.png);
}

@media screen and (min-width: 920px) {
  #footer .footer_contianer .mobile_contact {
    display: none;
  }
}

#footer .footer_contianer p, #footer .footer_contianer a {
  display: inline-block;
  float: left;
  margin-right: 20px;
  line-height: 60px;
  font-size: 0.8rem;
}

@media screen and (max-width: 1440px) {
  #footer .footer_contianer p, #footer .footer_contianer a {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 1180px) {
  #footer .footer_contianer p, #footer .footer_contianer a {
    line-height: 1.2;
  }
}

#footer .footer_contianer a {
  transition: color 300ms ease;
}

@media screen and (max-width: 1180px) {
  #footer .footer_contianer a {
    margin-top: 5px;
  }
}

@media screen and (max-width: 920px) {
  #footer .footer_contianer a {
    display: none;
  }
}

@media screen and (max-width: 1180px) {
  #footer .footer_contianer a:first-of-type {
    clear: left;
  }
}

#footer .footer_contianer a:hover {
  color: #3b2344;
}

#footer .footer_contianer .social {
  width: auto;
  float: right;
}

@media screen and (max-width: 1440px) {
  #footer .footer_contianer .social {
    position: absolute;
    top: 100%;
    right: -15%;
    text-align: center;
    white-space: nowrap;
  }
}

@media screen and (max-width: 1180px) {
  #footer .footer_contianer .social {
    width: 20%;
    right: 0;
    left: 102%;
  }
}

@media screen and (max-width: 920px) {
  #footer .footer_contianer .social {
    display: none;
  }
}

#footer .footer_contianer .social a {
  width: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
  transition: opacity 300ms ease, -webkit-filter 300ms ease;
  transition: filter 300ms ease, opacity 300ms ease;
  transition: filter 300ms ease, opacity 300ms ease, -webkit-filter 300ms ease;
}

@media screen and (max-width: 1180px) {
  #footer .footer_contianer .social a {
    width: 33.33%;
    display: inline-block;
    float: left;
    margin: 0;
    height: 45px;
    background-size: 50%;
    background-position: center bottom 4px;
  }
}

#footer .footer_contianer .social a.twitter {
  background-image: url(../images/icons/twitter-purple@2x.png);
}

#footer .footer_contianer .social a.instagram {
  background-image: url(../images/icons/instagram-purple@2x.png);
}

#footer .footer_contianer .social a.linked_in {
  background-image: url(../images/icons/linked-in-purple@2x.png);
}

@media screen and (max-width: 1440px) {
  #footer .footer_contianer .social a.linked_in {
    margin-right: 0;
  }
}

#footer .footer_contianer .social a:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

#footer .wine_list_download {
  width: 14%;
  height: 60px;
  display: inline-block;
  float: left;
  background: #3b2344;
  text-align: center;
  line-height: 64px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
  transition: background 400ms ease;
}

@media screen and (max-width: 1180px) {
  #footer .wine_list_download {
    width: 18%;
  }
}

@media screen and (max-width: 920px) {
  #footer .wine_list_download {
    width: 33.33%;
    font-size: 1rem;
    height: 50px;
    line-height: 52px;
  }
}

#footer .wine_list_download:hover {
  background: #C3B9B4;
}

#credit {
  display: block;
  padding: 0 0 60px 0;
  height: auto;
  overflow: hidden;
}

@media screen and (max-width: 920px) {
  #credit {
    text-align: center;
    padding-top: 20px;
  }
}

#credit p {
  font-size: 0.8rem;
  display: inline-block;
  float: left;
  margin-right: 20px;
  line-height: 60px;
}

@media screen and (max-width: 920px) {
  #credit p {
    font-size: 0.9rem;
    display: block;
    float: none;
    width: 100%;
    line-height: 2;
  }
}

#credit a {
  transition: color 300ms ease;
}

#credit a:hover {
  color: #3b2344;
}

@media screen and (max-width: 920px) {
  body#account_home .footer_nav .column:not(.contact),
body#orders .footer_nav .column:not(.contact),
body#customer-management .footer_nav .column:not(.contact) {
    display: none;
  }
}

/*-------------------------------------------------------------------------COOKIE LAW*/
/*-------------------------------------------------------------------------UNSUPPORTED BROWSER*/
body#unsupported div#footer {
  display: none;
}
/*# sourceMappingURL=screen.css.map */