      .footer__bsi {
        width: 110px !important;
        max-width:110px !important
      }
      .footer__tsa {
        width: 168px !important;
        max-width:168px !important
      }
      @media screen and (min-width: 640px) {
        .footer__bsi {
          width: 80px !important;
          max-width:80px !important
        }
        .footer__tsa {
          width: 110px !important;
          max-width:110px !important
        }
      }
      @media screen and (min-width: 1200px) {
        .footer__bsi {
          width: 110px !important;
          max-width:110px !important
        }
        .footer__tsa {
          width: 168px !important;
          max-width:168px !important
        }
      }
      button#ot-sdk-btn {
        background: none;
        border: none !important;
        color: #041C2C !important;
        font-weight: normal;
        font-size: .875rem !important;
        padding: 0 !important;
      }
      button#ot-sdk-btn:hover {
        background: none !important;
      }

      /*news letter*/
      a.signup_newsletter {
        background-color: #007398;
        color: #fff;
        padding: 10px;
        margin-left: 20px;
        margin-bottom: 20PX;
        display: inline-block;
      }
