
.tts-theme-footer-4col { 
  margin-top: 0;
  padding-top: 0;
}

.tts-theme-footer-4col .section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

@media only screen and (min-width: 960px) {
  .tts-theme-footer-4col .span_4_of_4 {
    width: 25%;
    padding: 0 0 0 2%;
  }
  .tts-theme-footer-4col .span_2_of_4,
  .tts-theme-footer-4col .span_3_of_4 {
    width: 25%;
    padding: 0 2%;
  }
  .tts-theme-footer-4col .span_1_of_4 {
    width: 190px;
    margin: 0 20px 0 0;
  }
  .tts-theme-footer-4col .col {
    display: block;
    float: left;
  }
}

@media only screen and (max-width: 960px) {
  .tts-theme-footer-4col .span_4_of_4 {
    width: 30%;
    padding: 0 0 0 2%;
  }
  .tts-theme-footer-4col .span_2_of_4 {
    width: 30%;
    padding: 0 2% 0 0;
  }
  .tts-theme-footer-4col .span_3_of_4 {
    width: 30%;
    padding: 0 2%;
  }
  .tts-theme-footer-4col .span_1_of_4 {
    width: 100%;
    margin: 0 10px 0 0;
  }
  .tts-theme-footer-4col .col {
    display: block;
    float: left;
  }
  .tts-theme-footer-4col .section {
    width: 100%; /* fix for Firefox */
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tts-theme-footer-4col .a {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-flex-order: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .tts-theme-footer-4col .b {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-flex-order: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}

@media only screen and (max-width: 560px) {
  .tts-theme-footer-4col .span_1_of_4,
  .tts-theme-footer-4col .span_2_of_4,
  .tts-theme-footer-4col .span_3_of_4,
  .tts-theme-footer-4col .span_4_of_4 {
    width: 48%;
    padding: 0 2% 0 0;
  }
  .tts-theme-footer-4col .col {
    display: block;
    float: left;
    margin-bottom: 20px;
  }
}

/* IE8 Or Less */

.tts-theme-footer-4col .old-ie .span_1_of_4 {
  width: 170px;
  float: left;
  margin: 0 20px 20px 0;
}
.tts-theme-footer-4col .old-ie .span_2_of_4 {
  width: 170px;
  float: left;
  margin: 0 20px 20px 0;
}
.tts-theme-footer-4col .old-ie .span_3_of_4 {
  width: 170px;
  float: left;
  margin: 0 20px 20px 0;
}
.tts-theme-footer-4col .old-ie .span_4_of_4 {
  width: 170px;
  float: left;
  margin: 0 20px 20px 0;
}
