/*desktop (L) >= 1601px */
/*desktop (M) 1281px - 1600px */
/*desktop (S) 992px - 1280px */
/*Ipad  768px - 991px */
/*mobile <= 767px */
.table-responsive {
  border-bottom: 1px solid none;
  width: 100%;
  margin: 0 0 50px 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    border: 0;
  }
}
.table-responsive thead {
  border: none;
}
@media screen and (max-width: 767px) {
  .table-responsive thead {
    display: none;
  }
}
.table-responsive th, .table-responsive td {
  padding: 15px 15px;
  line-height: 1.5;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
.table-responsive th {
  font-size: 15px;
  letter-spacing: 1px;
  border-left: none;
  background: #caac5e;
  color: white;
}
.table-responsive th:first-child {
  text-align: left;
}
@media screen and (min-width: 767px) {
  .table-responsive > tbody > tr:nth-child(even) {
    background: #f4eedf;
  }
}
.table-responsive > tbody > tr > td {
  line-height: 1.5;
  padding: 10px 15px;
  border-left: 1px solid none;
}
.table-responsive > tbody > tr > td ul p {
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .table-responsive > tbody > tr > td {
    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    text-align: left;
    border-left: none;
    width: 100%;
    float: left;
  }
}
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .table-responsive > tbody > tr > td {
    width: 82vw;
  }
}

@media screen and (max-width: 767px) {
  .table-responsive > tbody > tr > td:nth-child(odd) {
    background: #f4eedf;
  }
}
.table-responsive > tbody > tr > td:first-child {
  text-align: left;
  border-left: none;
}
@media screen and (max-width: 767px) {
  .table-responsive > tbody > tr > td:first-child {
    background: #caac5e !important;
    color: white;
    display: block;
    width: 100% \9;
    float: left\9;
  }
}
.table-responsive > tbody > tr > td:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .table-responsive > tbody > tr > td:before {
    content: attr(data-label);
    width: 50%;
    min-width: 50%;
    height: 100%;
    float: left;
    text-align: left;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .table-responsive > tbody > tr > td.no-before:before {
    display: none;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .table-responsive .xs-hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .table-responsive .xs-visible-inline {
    display: inline;
  }
}
@media screen and (min-width: 767px) {
  .table-responsive .xs-visible-inline {
    display: none;
  }
}

.static-processbox__itembox-step {
  margin: 10px 40px;
}

@media screen and (max-width: 767px) {
  .static-processbox__itembox-step {
    margin: 10px 10px;
    width: 90%;
    align-self: center;
  }
}
.static-advantage__content-showtxt {
  font-size: 20px;
}

@media screen and (min-width: 992px) and (max-width: 1280px) {
  .static-advantage__content-showtxt {
    font-size: 17px;
  }

  .long-hidetxt {
    font-size: 13px;
  }
}
.static-advantage__content-hidetxt:before {
  margin: 5px auto;
}

.static-advantage {
  padding-bottom: 0px;
}

.static-cols__title-tag {
  max-width: 950px;
}

.sub-section-title {
  margin-bottom: 20px;
}

.hr-gold {
  border-top: 1px solid #dcb428;
  margin-bottom: 20px;
}

.text-gold {
  color: #caac5e;
  font-weight: 900;
}

.text-blue {
  color: #003882;
}

.title-gold {
  margin-top: 20px;
  color: #caac5e;
}

/* overide vendor style*/
.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: auto;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.gray-box-container {
  text-align: center;
}
.gray-box-container table.discount {
  width: auto;
  margin: auto;
}
.gray-box-container .discount-box {
  display: inline-block;
  width: 280px;
  height: 220px;
  vertical-align: top;
  margin: 10px 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: left;
  background-color: #f5f5f5;
  position: relative;
}
.gray-box-container .discount-box h4 {
  line-height: 55px;
  margin: 0;
  color: white;
  text-align: center;
  background-color: #003882;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.gray-box-container .discount-box h3 {
  margin: 10px;
  text-align: center;
  padding: 18% 0px 0px 0px;
  color: #caac5e;
}
.gray-box-container .discount-box p {
  margin: 10px 20px 20px 20px;
  font-size: 14px;
  color: #caac5e;
}
.gray-box-container .discount-box .with-description > h3 {
  padding-top: 9%;
}
.gray-box-container .discount-box .with-description > hr {
  width: 30px;
  margin: 5px auto 5px auto;
  border-top: 3px solid #caac5e;
}
@media screen and (max-width: 767px) {
  .gray-box-container .discount-box {
    width: 260px;
  }
}

.blue-box-container {
  text-align: center;
}
.blue-box-container table.blue {
  width: auto;
  margin: auto;
}
.blue-box-container .blue-box {
  display: inline-block;
  width: 360px;
  height: 120px;
  vertical-align: top;
  margin: 20px 30px;
  position: relative;
  border: 2px solid #003882;
}
.blue-box-container .blue-box h3 {
  text-align: center;
  vertical-align: middle;
  color: #003882;
  padding: 5px;
}
.blue-box-container .blue-box .long {
  padding: 18px;
}
.blue-box-container .blue-box::before,
.blue-box-container .blue-box::after {
  content: '';
  position: absolute;
  top: 100px;
  right: 0;
  border-color: transparent;
  border-style: solid;
}
.blue-box-container .blue-box:before {
  border-width: 0px;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
}
.blue-box-container .blue-box:after {
  border-radius: 0em;
  border-width: 8px;
  border-right-color: #003882;
  border-bottom-color: #003882;
}
@media screen and (max-width: 767px) {
  .blue-box-container .blue-box {
    width: 270px;
  }
  .blue-box-container h3.long {
    padding: 10px !important;
  }
}

.disclaimer-container {
  max-width: 1480px;
  margin: 20px auto;
  padding: 0px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .disclaimer-container {
    padding: 10px;
  }
}
.content-description {
  font-size: 18px;
  padding-top: 20px;
}

.text-center {
  text-align: center;
}

.icon-container a {
  color: inherit;
}

.large-button {
  border-radius: 5px;
  padding: 10px 30px;
}

.static-cols__img--small {
  width: 100px;
  height: auto;
}

.products-grid__txt {
  padding-top: 0px;
}
