
/*--------PADDING UNDER CTA BUTTON AT BOTTOM OF HOME PAGE ON TABLET/MOBILE--------*/
@media only screen and (max-width: 1024px) { 
.blockWrap_f68e22eab57d4698b0e30d04f85e80cd .blockInnerContent {
    padding-bottom: 60px;
}
}
/*--------------------------------------------------------------------------------*/

/*-----------FOOTER STYLING-----------*/
@media only screen and (min-width: 767px) { 
.block_ee7c37af71e84c9aacdf54ac882e627d li {
    display: inline-block;
    margin-right: 1.6em;
}
}
/*------------------------------------*/

/* ––––––––––––––––––– TABLES –––––––––––––––––––––– */

/*TABLE STYLE RESETS*/
table, td, th, tr {
  border: 0;
  padding: 0;
  margin: 0;
}

/* SCHUMER BOX TABLES */
td.schumer {
    color: #666;
}
table.schumer tr.schumer:nth-child(even) {
    background-color: #F6F6F6;
}
table.schumer tr.schumer:nth-child(odd) {
   background-color: #fff;
}
th.schumer {
    background-color: #3b5349;
    text-transform: uppercase;
    font-family: futurabook,Arial,Verdana,sans-serif;
    color: #fff;
    padding: 20px;
    text-align: left;
    font-weight: bold;
    /*width: 25%;*/
    border: 1px solid #c9c9c9;
}
th.schumer-new {
    background-color: #fff;
    color: #666;
    padding: 18px;
    font-size: 18px;
    text-align: center;
    width: 25%;
    border: 1px solid #c9c9c9;
}

/* table styles */
table.marketingPage {
  margin: 0 auto;
  width: 100%;
  font-size: 18px;
  /*border: 1px solid #f2f2f2;*/
}

th.marketingPage {
  background-color: #fff;
  padding: 20px;
  color: #e48f2b;
  text-align: center;
  font-weight: bold;
  border: 1px solid #c9c9c9;
  white-space: normal;
}

td.marketingPage {
  background-color: rgba(255, 255, 255, 0.8);
  /*padding: 10px;*/
  text-align: center;
}

td.noStyle {
  border: 0;
  color: #fff;
  font-size: 18px;
  padding: 20px 10px 10px 0;
}

/* link under table styled blue for legibility */

td.noStyle a {
    color: #323d96;
    }
    
td.noStyle a:visited {
    color: #323d96;
    }

/* ––––––––––––––––––– RESPONSIVE TABLES –––––––––––––––––––––– */
table.rwd-table * {
  box-sizing: border-box;
}
table.rwd-table {
  width: 100%;
  float: left;
  margin: 0 0 2em;
}
.rwd-table {
  display: block;
}
.rwd-table tbody {
  border: none;
}
.rwd-table tbody, .rwd-table th, .rwd-table td, .rwd-table tr, .rwd-table tfoot {
  display: block;
}
.rwd-table thead {
  display: none;
}
.rwd-table tr {
  float: left;
  width: 100%;
  margin: 0 0 1em;
}
.rwd-table tr td {
  float: left;
  width: 100%;
  text-align: left;
  border: 1px solid #c9c9c9;
}
.rwd-table tr td .tdText {
  padding: 10px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
}
.new-table tr td .tdText {
  padding: 10px;
  display: inline-block;
  width: 100%;
  font-size: 18px;
}
.rwd-table tr td:before {
  width: 100%;
  display: block;
  /*float: left;*/
  text-align: left;
  padding: .5em .5em 0 .5em;
  clear: both;
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 14px;
  box-sizing:border-box;
}
.rwd-table.orangeTitle tr td:before {
  background: white;
  color: #e48f2b;
}
/*.blueBack.rwd-table tr td {*/
/*  background-image: -webkit-linear-gradient(left, #3b5349 50%, #fff 50%, #fff 100%);*/
/*  background-image: -moz-linear-gradient(left, #3b5349 50%, #fff 50%, #fff 100%);*/
/*  background-image: -o-linear-gradient(left, #3b5349 50%, #fff 50%, #fff 100%);*/
/*  background-image: linear-gradient(left, #3b5349 50%, #fff 50%, #fff 100%);*/
/*}*/
.rwd-table.blueBack tr td:before {
  /*background: #3b5349;*/
  color: #3b5349;
}
@media screen and (max-width: 800px) {
      .tdText.tdLeft {
      text-align: center;
  }
    .tdText.tdLeft {
        background: #3b5349;
        color: #ffffff;
    }
}
@media screen and (min-width: 800px) {
  .rwd-table {
    display: table;
    border: none;
  }
  .rwd-table th, .rwd-table td {
    display: table-cell;
  }
  th.schumer.thCenter {
      text-align: center;
  }
  .rwd-table tr {
    display: table-row;
    border: none;
    border-bottom: 1px solid #eee;
    float: none;
    margin: 0;
    box-shadow: none;
  }
  .rwd-table tr td {
    padding: .50em 0 .50em .25em;
    float: none;
    width: auto;
  }
  .blueBack.rwd-table tr td {
    background: none;
    vertical-align: middle;
  }
  .rwd-table tr td .tdText {
    font-size: 18px;
    width: 100%;
    text-align: center;
  }
  .rwd-table tr td .tdLeft {
      text-align: left;
  }
  .rwd-table tr td:before {
    padding: 0 !important;
  }
  .rwd-table thead {
    display: table-header-group;
  }
  .rwd-table tbody, .rwd-table tfoot {
    display: table-row-group;
  }
  .rwd-table tr:nth-of-type(even) {
    background: none;
  }
}

.rwd-table tbody tr td:before {
  content: attr(data-th);
}
@media screen and (min-width: 800px) {
  .rwd-table tbody tr td:before {
    content: ' ';
  }
}
/* ––––––––––––––––END RESPONSIVE TABLES –––––––––––––––––––––– */
