/* Variable */
.footerDesktop {
  width: 100%;
/*  overflow-x: hidden;*/
  position: relative;
}
.footerDesktop:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #5B5B5B;
    z-index: 2;
}


.footerMain {
  background: #121212;
  color: #fff;
  padding: 10vw 0 0 0;
}

.footerMain .rowContainer{
  padding-bottom: 4vw;
}

.footerMain a {
  color: inherit;
}

.footerMain a:hover {
  color: #a93927;
}

.footerMain ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footerColumn {
  margin-bottom: 5rem;
}

.footerColumn__title {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 5rem;
  text-transform: uppercase;
  font-weight: bold;
}

.footerNewsletter input {
    border: none;
    color: #000;
    height: 5rem;
    line-height: 4.8rem;
    outline: none;
    padding: 0 1.5rem;
    width: 85%;
    background: #EDEDED;
}

.footerNewsletter input::-webkit-input-placeholder {
  color: #A5A5A5;
  font-style: italic;
  opacity: 1;
}

.footerNewsletter input:focus::-webkit-input-placeholder {
  color: transparent;
}

.footerNewsletter input:-moz-placeholder {
  color: #A5A5A5;
  font-style: italic;
  opacity: 1;
}

.footerNewsletter input:focus:-moz-placeholder {
  color: transparent;
}

.footerNewsletter input::-moz-placeholder {
  color: #A5A5A5;
  font-style: italic;
  opacity: 1;
}

.footerNewsletter input:focus::-moz-placeholder {
  color: transparent;
  font-style: italic;
}

.footerNewsletter input:-ms-input-placeholder {
  color: #A5A5A5;
  font-style: italic;
  opacity: 1;
}

.footerNewsletter input:focus:-ms-input-placeholder {
  color: transparent;
}

.footerNewsletter .submit-wrapper {
  margin-top: 4rem;
}

.footerNewsletter .submit-info {
  display: none;
  margin-top: 3.5rem;
}



.footerNewsletter__buttonInner {
    border-radius: 0px 5px 5px 0px;
    background: #D54003;
    color: #fff !important;
    cursor: pointer;
    font-weight: 500;
    height: 5rem;
    line-height: 4.8rem;
    text-transform: uppercase;
}


.footerNewsletter__buttonInner span {
  border-left: 1px solid #a82b16;
  display: block;
  min-width: 8rem;
  padding: 0 1.5rem;
  text-align: center;
}

.footerNewsletter__submitInfo {
  display: none;
  margin-top: 1.5rem;
}

.footerInformation li {
  padding-left: 5rem;
  position: relative;
}

.footerInformation li:not(:last-child) {
  margin-bottom: 3rem;
}

.footerInformation li .icon {
  left: 0;
  position: absolute;
  top: -0.2rem;
  z-index: 1;
}

.footerMenu li:not(:last-child) {
  margin-bottom: 1.5rem;
}
