/* customer care style
------------------------------------------------------------------------------------*/
#customer-care {
  display: table; }
  #customer-care #customer-care-navigation,
  #customer-care .campaign-container {
    display: table-cell;
    vertical-align: top; }
  #customer-care #customer-care-navigation {
    width: 196px;
    height: 100%;
    background-color: #f3f2f2;
    margin-left: 65px;
    padding: 0 30px;
    position: relative !important;
    top: auto;
    left: auto;
    text-align: center;
    z-index: 9998; }
    #customer-care #customer-care-navigation #left-logo {
      width: 82%;
      cursor: pointer;
      margin: 50px auto 40px; }
      #customer-care #customer-care-navigation #left-logo img {
        width: 100%;
        height: auto;
        display: block; }
    #customer-care #customer-care-navigation ul {
      list-style-type: none; }
      #customer-care #customer-care-navigation ul li {
        line-height: 16px;
        margin: 0 0 25px; }
      #customer-care #customer-care-navigation ul li a {
        font-family: "brandon_medium", Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: normal;
        font-style: normal; }
    #customer-care #customer-care-navigation p {
      font-size: 11px;
      margin: 50px 0 0;
      text-transform: none; }

#footer {
  padding-top: 0; }
  #footer #email-signup {
    width: 100% !important;
    background: #2e2e2e !important;
    margin: 0 0 50px !important;
    padding: 8% 0 6% !important; }
    #footer #email-signup .genericESpot {
      width: 75%;
      color: #fff;
      margin: 0 auto; }
      #footer #email-signup .genericESpot h4 {
        font-family: "brandon_black", Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 46px;
        letter-spacing: 0.1em;
        line-height: 1;
        margin: 0 0 15px;
        text-align: center; }
        #footer #email-signup .genericESpot h4 span {
          font-family: "brandon_light", Arial, Helvetica, sans-serif; }
      #footer #email-signup .genericESpot p {
        font-family: "brandon_regular", Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 1.25;
        text-transform: none; }
      #footer #email-signup .genericESpot .espot form#getOntheList {
        margin-top: 40px; }
        #footer #email-signup .genericESpot .espot form#getOntheList .fe {
          clear: none;
          float: none;
          margin: 0;
          text-align: center; }
          #footer #email-signup .genericESpot .espot form#getOntheList .fe.custom-check {
            margin: 40px 0; }
          #footer #email-signup .genericESpot .espot form#getOntheList .fe.custom-check label {
            color: #999;
            padding: 0 0 0 25px;
            text-transform: uppercase; }
        #footer #email-signup .genericESpot .espot form#getOntheList input[type="text"],
        #footer #email-signup .genericESpot .espot form#getOntheList input[type="password"],
        #footer #email-signup .genericESpot .espot form#getOntheList input[type="email"],
        #footer #email-signup .genericESpot .espot form#getOntheList select {
          width: 70%;
          background: #494949;
          color: #999;
          margin-right: 5px;
          padding: 17px 10px 16px; }
        #footer #email-signup .genericESpot .espot form#getOntheList input.black-button,
        #footer #email-signup .genericESpot .espot form#getOntheList input.red-button {
          background-color: #e74c3c; }