.beforeFooter {
  position: relative;
  padding: 50px 0; }
  @media (min-width: 992px) {
  .beforeFooter {
    padding: 100px 0;
    left: 85px;
    width: calc(100% - 85px); } }
  .beforeFooter .wrap {
    position: relative; }
    @media (min-width: 992px) {
  .beforeFooter .wrap {
    padding-left: 40px; } }
  .beforeFooter #newsletter {
    position: relative;
    display: block;
    overflow: hidden;
    clear: both;
    margin: 0 0 50px;
    max-width: 800px; }
    .beforeFooter #newsletter .head {
      display: block;
      text-align: left;
      font-style: normal;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 0.875rem;
      padding-bottom: 0px;
      color: rgba(91, 103, 112, 1); }
      @media (min-width: 992px) {
  .beforeFooter #newsletter .head {
    padding-bottom: 40px; } }
    .beforeFooter #newsletter .subtitle {
      color: #4c4c4c;
      font-size: 14px; }
  .beforeFooter #special-form {
    position: relative;
    width: 100%;
    clear: both;
    float: none;
    padding: 10px 0;
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #bbb;
    margin: 0 auto 10px; }
    @media (min-width: 992px) {
  .beforeFooter #special-form {
    width: 80%; } }
    @media (min-width: 992px) {
  .beforeFooter #special-form {
    width: 100%; } }
  .beforeFooter #special-form input {
    border: 0;
    color: #4c4c4c;
    width: calc(100% - 80px);
    padding: 0;
    display: block;
    float: left;
    font-size: 1.25rem;
    height: 40px;
    line-height: 40px;
    background: none;
    font-style: normal;
    font-weight: 400; }
    @media (max-width: 480px) {
  .beforeFooter #special-form input {
    font-size: 0.8125rem; } }
    @media (min-width: 768px) {
  .beforeFooter #special-form input {
    font-size: 2.188rem; } }
  .beforeFooter #special-form input::-moz-placeholder {
    color: #4c4c4c;
    opacity: 0.5; }
  .beforeFooter #special-form input::-webkit-input-placeholder {
    color: #4c4c4c;
    opacity: 0.5; }
  .beforeFooter #special-form input:-ms-input-placeholder {
    color: #4c4c4c;
    opacity: 0.5; }
  .beforeFooter #special-form .button {
    width: 80px;
    line-height: 40px;
    height: 100%;
    border: 0;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    cursor: pointer;
    float: none;
    position: absolute;
    top: 0;
    right: 0;
    color: black;
    font-size: 1rem;
    background: none;
    text-indent: -19999px; }
    .beforeFooter #special-form .button:before {
      font-family: 'default';
      content: '\2c3';
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 30px;
      height: 30px;
      line-height: normal;
      font-size: 30px;
      line-height: 30px;
      text-indent: 0; }
    .beforeFooter #special-form .button:after {
      display: none; }
