.right-arrow {
  content: "\f054";
  font-family: Font Awesome\ 5 Pro, serif;
  font-weight: lighter;
  font-size: 1em;
  padding-left: 5px;
  right: 5px;
  opacity: 1;
}
.links-with-icons i {
  font-size: 3em;
  color: #2574bb;
  margin-bottom: 5px;
}
.links-with-icons a {
  text-transform: uppercase !important;
  font-weight: bold;
  line-height: 1.5625rem;
  border: none;
  display: inline-block;
  outline-offset: 3px;
  position: relative;
}
.links-with-icons a:after {
  position: absolute;
  content: "\f054";
  font-family: Font Awesome\ 5 Pro, serif;
  font-weight: lighter;
  font-size: 1em;
  padding-left: 5px;
  right: 5px;
  opacity: 1;
}
.links-with-icons a.inline-link {
  text-transform: none !important;
  padding-right: 0;
}
.links-with-icons a.inline-link:after {
  display: none;
}
.displayFlex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
table {
  table-layout: fixed;
}
table thead tr th h1,
table thead tr th h2,
table thead tr th h3,
table thead tr th h4,
table thead tr th h5,
table thead tr th h6,
table thead tr th .h1,
table thead tr th .h2,
table thead tr th .h3,
table thead tr th .h4,
table thead tr th .h5,
table thead tr th .h6 {
  margin-top: 0;
}
table .fontawesome-icon-inline {
  vertical-align: middle;
  font-size: 1.5em;
  color: #2574bb;
  line-height: 16px;
}
table .fontawesome-icon-inline i {
  font-weight: 500;
  line-height: 16px;
  vertical-align: baseline;
}
table .fontawesome-icon-inline i:before {
  vertical-align: middle;
}
[data-type*='tables,type,column-base'] table,
[data-type*='tables,type,row-base'] table {
  border-collapse: collapse;
}
@media screen and (min-width: 769px) {
  [data-type*='tables,type,column-base'] table,
  [data-type*='tables,type,row-base'] table {
    border: none;
    table-layout: fixed;
  }
  [data-type*='tables,type,column-base'] table thead tr th,
  [data-type*='tables,type,row-base'] table thead tr th {
    padding: 0 25px 15px;
    border: none;
    text-align: center;
    vertical-align: top;
  }
  [data-type*='tables,type,column-base'] table thead tr th:first-child,
  [data-type*='tables,type,row-base'] table thead tr th:first-child {
    background-color: transparent;
    border-bottom: none;
  }
  [data-type*='tables,type,column-base'] table tbody tr td,
  [data-type*='tables,type,row-base'] table tbody tr td,
  [data-type*='tables,type,column-base'] table tbody tr th,
  [data-type*='tables,type,row-base'] table tbody tr th {
    padding: 30px 25px;
    border: none;
    vertical-align: top;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
  }
  [data-type*='tables,type,column-base'] table tbody tr td:first-child,
  [data-type*='tables,type,row-base'] table tbody tr td:first-child,
  [data-type*='tables,type,column-base'] table tbody tr th:first-child,
  [data-type*='tables,type,row-base'] table tbody tr th:first-child {
    font-weight: bold;
    background-color: transparent;
    text-align: right;
  }
  [data-type*='tables,type,column-base'] table tbody tr td ~ td,
  [data-type*='tables,type,row-base'] table tbody tr td ~ td,
  [data-type*='tables,type,column-base'] table tbody tr th ~ td,
  [data-type*='tables,type,row-base'] table tbody tr th ~ td {
    border-left: 20px solid white;
  }
  [data-type*='tables,type,column-base'] table tbody tr:last-child,
  [data-type*='tables,type,row-base'] table tbody tr:last-child {
    border-bottom: none;
  }
  [data-type*='tables,type,column-base'] table tbody tr:last-child td,
  [data-type*='tables,type,row-base'] table tbody tr:last-child td,
  [data-type*='tables,type,column-base'] table tbody tr:last-child th,
  [data-type*='tables,type,row-base'] table tbody tr:last-child th {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  [data-type*='tables,type,column-base'] table.small-only,
  [data-type*='tables,type,row-base'] table.small-only {
    display: flex;
  }
  [data-type*='tables,type,column-base'] table.small-only tbody,
  [data-type*='tables,type,row-base'] table.small-only tbody {
    width: 100%;
  }
  [data-type*='tables,type,column-base'] table.small-only tr td,
  [data-type*='tables,type,row-base'] table.small-only tr td,
  [data-type*='tables,type,column-base'] table.small-only tr th,
  [data-type*='tables,type,row-base'] table.small-only tr th {
    width: 50%;
    padding: 15px;
    vertical-align: top;
  }
  [data-type*='tables,type,column-base'] table.small-only tr td.st-head-row,
  [data-type*='tables,type,row-base'] table.small-only tr td.st-head-row,
  [data-type*='tables,type,column-base'] table.small-only tr th.st-head-row,
  [data-type*='tables,type,row-base'] table.small-only tr th.st-head-row {
    border-bottom: 10px solid #0d4877;
    text-align: center;
    padding-top: 20px;
  }
  [data-type*='tables,type,column-base'] table.small-only tr:first-child,
  [data-type*='tables,type,row-base'] table.small-only tr:first-child {
    display: none;
  }
  [data-type*='tables,type,column-base'] table.small-only tr ~ td,
  [data-type*='tables,type,row-base'] table.small-only tr ~ td {
    border-left: none !important;
  }
  [data-type*='tables,type,column-base'] table.small-only tr[class*='tab'],
  [data-type*='tables,type,row-base'] table.small-only tr[class*='tab'] {
    display: flex;
    padding-top: 20px !important;
  }
  [data-type*='tables,type,column-base'] table.small-only tr[class*='tab'] p,
  [data-type*='tables,type,row-base'] table.small-only tr[class*='tab'] p {
    margin-bottom: 0;
  }
  [data-type*='tables,type,column-base'] table.small-only tr[class*='tab'] .st-key,
  [data-type*='tables,type,row-base'] table.small-only tr[class*='tab'] .st-key {
    display: none;
  }
  [data-type*='tables,type,column-base'] table.small-only tr[class*='tab'] .st-val,
  [data-type*='tables,type,row-base'] table.small-only tr[class*='tab'] .st-val {
    width: 100%;
    text-align: center;
  }
  [data-type*='tables,type,column-base'] table.small-only tr td:nth-child(1),
  [data-type*='tables,type,row-base'] table.small-only tr td:nth-child(1) {
    font-weight: bold;
  }
  [data-type*='tables,type,column-base'] table.small-only tr td:nth-child(2),
  [data-type*='tables,type,row-base'] table.small-only tr td:nth-child(2) {
    background-color: #f7f7f7;
  }
  [data-type*='tables,type,column-base'] table.small-only tr.row ~ .row td,
  [data-type*='tables,type,row-base'] table.small-only tr.row ~ .row td {
    border-top: 5px solid white;
  }
}
@media screen and (min-width: 769px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,first-color,brand-blue'] table thead tr th:nth-child(2),
  [data-type*='tables,type,row-base'][data-type*='tables,colors,first-color,brand-blue'] table thead tr th:nth-child(2) {
    border-bottom: 10px solid #2574bb;
  }
}
@media screen and (max-width: 768px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,first-color,brand-blue'] table.small-only tr[class*='tab'].tab1,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,first-color,brand-blue'] table.small-only tr[class*='tab'].tab1 {
    border-bottom: 10px solid #2574bb;
  }
  [data-type*='tables,type,column-base'][data-type*='tables,colors,first-color,brand-blue'] table.small-only tr[class*='tab'].tab1 th,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,first-color,brand-blue'] table.small-only tr[class*='tab'].tab1 th {
    padding-top: 0;
  }
}
@media screen and (min-width: 769px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,second-color,brand-blue'] table thead tr th:nth-child(3),
  [data-type*='tables,type,row-base'][data-type*='tables,colors,second-color,brand-blue'] table thead tr th:nth-child(3) {
    border-bottom: 10px solid #2574bb;
  }
}
@media screen and (max-width: 768px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,second-color,brand-blue'] table.small-only tr[class*='tab'].tab2,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,second-color,brand-blue'] table.small-only tr[class*='tab'].tab2 {
    border-bottom: 10px solid #2574bb;
  }
}
@media screen and (min-width: 769px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,third-color,brand-blue'] table thead tr th:nth-child(4),
  [data-type*='tables,type,row-base'][data-type*='tables,colors,third-color,brand-blue'] table thead tr th:nth-child(4) {
    border-bottom: 10px solid #2574bb;
  }
}
@media screen and (max-width: 768px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,third-color,brand-blue'] table.small-only tr[class*='tab'].tab3,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,third-color,brand-blue'] table.small-only tr[class*='tab'].tab3 {
    border-bottom: 10px solid #2574bb;
  }
}
@media screen and (min-width: 769px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,fourth-color,brand-blue'] table thead tr th:nth-child(5),
  [data-type*='tables,type,row-base'][data-type*='tables,colors,fourth-color,brand-blue'] table thead tr th:nth-child(5) {
    border-bottom: 10px solid #2574bb;
  }
}
@media screen and (max-width: 768px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,fourth-color,brand-blue'] table.small-only tr[class*='tab'].tab4,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,fourth-color,brand-blue'] table.small-only tr[class*='tab'].tab4 {
    border-bottom: 10px solid #2574bb;
  }
}
@media screen and (min-width: 769px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,first-color,golden'] table thead tr th:nth-child(2),
  [data-type*='tables,type,row-base'][data-type*='tables,colors,first-color,golden'] table thead tr th:nth-child(2) {
    border-bottom: 10px solid #ffa66b;
  }
}
@media screen and (max-width: 768px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,first-color,golden'] table.small-only tr[class*='tab'].tab1,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,first-color,golden'] table.small-only tr[class*='tab'].tab1 {
    border-bottom: 10px solid #ffa66b;
  }
  [data-type*='tables,type,column-base'][data-type*='tables,colors,first-color,golden'] table.small-only tr[class*='tab'].tab1 th,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,first-color,golden'] table.small-only tr[class*='tab'].tab1 th {
    padding-top: 0;
  }
}
@media screen and (min-width: 769px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,second-color,golden'] table thead tr th:nth-child(3),
  [data-type*='tables,type,row-base'][data-type*='tables,colors,second-color,golden'] table thead tr th:nth-child(3) {
    border-bottom: 10px solid #ffa66b;
  }
}
@media screen and (max-width: 768px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,second-color,golden'] table.small-only tr[class*='tab'].tab2,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,second-color,golden'] table.small-only tr[class*='tab'].tab2 {
    border-bottom: 10px solid #ffa66b;
  }
}
@media screen and (min-width: 769px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,third-color,golden'] table thead tr th:nth-child(4),
  [data-type*='tables,type,row-base'][data-type*='tables,colors,third-color,golden'] table thead tr th:nth-child(4) {
    border-bottom: 10px solid #ffa66b;
  }
}
@media screen and (max-width: 768px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,third-color,golden'] table.small-only tr[class*='tab'].tab3,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,third-color,golden'] table.small-only tr[class*='tab'].tab3 {
    border-bottom: 10px solid #ffa66b;
  }
}
@media screen and (min-width: 769px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,fourth-color,golden'] table thead tr th:nth-child(5),
  [data-type*='tables,type,row-base'][data-type*='tables,colors,fourth-color,golden'] table thead tr th:nth-child(5) {
    border-bottom: 10px solid #ffa66b;
  }
}
@media screen and (max-width: 768px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,fourth-color,golden'] table.small-only tr[class*='tab'].tab4,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,fourth-color,golden'] table.small-only tr[class*='tab'].tab4 {
    border-bottom: 10px solid #ffa66b;
  }
}
@media screen and (min-width: 769px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,first-color,sky-blue'] table thead tr th:nth-child(2),
  [data-type*='tables,type,row-base'][data-type*='tables,colors,first-color,sky-blue'] table thead tr th:nth-child(2) {
    border-bottom: 10px solid #02c3fe;
  }
}
@media screen and (max-width: 768px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,first-color,sky-blue'] table.small-only tr[class*='tab'].tab1,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,first-color,sky-blue'] table.small-only tr[class*='tab'].tab1 {
    border-bottom: 10px solid #02c3fe;
  }
  [data-type*='tables,type,column-base'][data-type*='tables,colors,first-color,sky-blue'] table.small-only tr[class*='tab'].tab1 th,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,first-color,sky-blue'] table.small-only tr[class*='tab'].tab1 th {
    padding-top: 0;
  }
}
@media screen and (min-width: 769px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,second-color,sky-blue'] table thead tr th:nth-child(3),
  [data-type*='tables,type,row-base'][data-type*='tables,colors,second-color,sky-blue'] table thead tr th:nth-child(3) {
    border-bottom: 10px solid #02c3fe;
  }
}
@media screen and (max-width: 768px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,second-color,sky-blue'] table.small-only tr[class*='tab'].tab2,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,second-color,sky-blue'] table.small-only tr[class*='tab'].tab2 {
    border-bottom: 10px solid #02c3fe;
  }
}
@media screen and (min-width: 769px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,third-color,sky-blue'] table thead tr th:nth-child(4),
  [data-type*='tables,type,row-base'][data-type*='tables,colors,third-color,sky-blue'] table thead tr th:nth-child(4) {
    border-bottom: 10px solid #02c3fe;
  }
}
@media screen and (max-width: 768px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,third-color,sky-blue'] table.small-only tr[class*='tab'].tab3,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,third-color,sky-blue'] table.small-only tr[class*='tab'].tab3 {
    border-bottom: 10px solid #02c3fe;
  }
}
@media screen and (min-width: 769px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,fourth-color,sky-blue'] table thead tr th:nth-child(5),
  [data-type*='tables,type,row-base'][data-type*='tables,colors,fourth-color,sky-blue'] table thead tr th:nth-child(5) {
    border-bottom: 10px solid #02c3fe;
  }
}
@media screen and (max-width: 768px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,fourth-color,sky-blue'] table.small-only tr[class*='tab'].tab4,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,fourth-color,sky-blue'] table.small-only tr[class*='tab'].tab4 {
    border-bottom: 10px solid #02c3fe;
  }
}
@media screen and (min-width: 769px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,first-color,shamrock'] table thead tr th:nth-child(2),
  [data-type*='tables,type,row-base'][data-type*='tables,colors,first-color,shamrock'] table thead tr th:nth-child(2) {
    border-bottom: 10px solid #57c9ad;
  }
}
@media screen and (max-width: 768px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,first-color,shamrock'] table.small-only tr[class*='tab'].tab1,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,first-color,shamrock'] table.small-only tr[class*='tab'].tab1 {
    border-bottom: 10px solid #57c9ad;
  }
  [data-type*='tables,type,column-base'][data-type*='tables,colors,first-color,shamrock'] table.small-only tr[class*='tab'].tab1 th,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,first-color,shamrock'] table.small-only tr[class*='tab'].tab1 th {
    padding-top: 0;
  }
}
@media screen and (min-width: 769px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,second-color,shamrock'] table thead tr th:nth-child(3),
  [data-type*='tables,type,row-base'][data-type*='tables,colors,second-color,shamrock'] table thead tr th:nth-child(3) {
    border-bottom: 10px solid #57c9ad;
  }
}
@media screen and (max-width: 768px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,second-color,shamrock'] table.small-only tr[class*='tab'].tab2,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,second-color,shamrock'] table.small-only tr[class*='tab'].tab2 {
    border-bottom: 10px solid #57c9ad;
  }
}
@media screen and (min-width: 769px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,third-color,shamrock'] table thead tr th:nth-child(4),
  [data-type*='tables,type,row-base'][data-type*='tables,colors,third-color,shamrock'] table thead tr th:nth-child(4) {
    border-bottom: 10px solid #57c9ad;
  }
}
@media screen and (max-width: 768px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,third-color,shamrock'] table.small-only tr[class*='tab'].tab3,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,third-color,shamrock'] table.small-only tr[class*='tab'].tab3 {
    border-bottom: 10px solid #57c9ad;
  }
}
@media screen and (min-width: 769px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,fourth-color,shamrock'] table thead tr th:nth-child(5),
  [data-type*='tables,type,row-base'][data-type*='tables,colors,fourth-color,shamrock'] table thead tr th:nth-child(5) {
    border-bottom: 10px solid #57c9ad;
  }
}
@media screen and (max-width: 768px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,fourth-color,shamrock'] table.small-only tr[class*='tab'].tab4,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,fourth-color,shamrock'] table.small-only tr[class*='tab'].tab4 {
    border-bottom: 10px solid #57c9ad;
  }
}
@media screen and (min-width: 769px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,first-color,surf'] table thead tr th:nth-child(2),
  [data-type*='tables,type,row-base'][data-type*='tables,colors,first-color,surf'] table thead tr th:nth-child(2) {
    border-bottom: 10px solid #a3edb6;
  }
}
@media screen and (max-width: 768px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,first-color,surf'] table.small-only tr[class*='tab'].tab1,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,first-color,surf'] table.small-only tr[class*='tab'].tab1 {
    border-bottom: 10px solid #a3edb6;
  }
  [data-type*='tables,type,column-base'][data-type*='tables,colors,first-color,surf'] table.small-only tr[class*='tab'].tab1 th,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,first-color,surf'] table.small-only tr[class*='tab'].tab1 th {
    padding-top: 0;
  }
}
@media screen and (min-width: 769px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,second-color,surf'] table thead tr th:nth-child(3),
  [data-type*='tables,type,row-base'][data-type*='tables,colors,second-color,surf'] table thead tr th:nth-child(3) {
    border-bottom: 10px solid #a3edb6;
  }
}
@media screen and (max-width: 768px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,second-color,surf'] table.small-only tr[class*='tab'].tab2,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,second-color,surf'] table.small-only tr[class*='tab'].tab2 {
    border-bottom: 10px solid #a3edb6;
  }
}
@media screen and (min-width: 769px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,third-color,surf'] table thead tr th:nth-child(4),
  [data-type*='tables,type,row-base'][data-type*='tables,colors,third-color,surf'] table thead tr th:nth-child(4) {
    border-bottom: 10px solid #a3edb6;
  }
}
@media screen and (max-width: 768px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,third-color,surf'] table.small-only tr[class*='tab'].tab3,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,third-color,surf'] table.small-only tr[class*='tab'].tab3 {
    border-bottom: 10px solid #a3edb6;
  }
}
@media screen and (min-width: 769px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,fourth-color,surf'] table thead tr th:nth-child(5),
  [data-type*='tables,type,row-base'][data-type*='tables,colors,fourth-color,surf'] table thead tr th:nth-child(5) {
    border-bottom: 10px solid #a3edb6;
  }
}
@media screen and (max-width: 768px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,fourth-color,surf'] table.small-only tr[class*='tab'].tab4,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,fourth-color,surf'] table.small-only tr[class*='tab'].tab4 {
    border-bottom: 10px solid #a3edb6;
  }
}
@media screen and (min-width: 769px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,first-color,deep-blue'] table thead tr th:nth-child(2),
  [data-type*='tables,type,row-base'][data-type*='tables,colors,first-color,deep-blue'] table thead tr th:nth-child(2) {
    border-bottom: 10px solid #0d4877;
  }
}
@media screen and (max-width: 768px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,first-color,deep-blue'] table.small-only tr[class*='tab'].tab1,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,first-color,deep-blue'] table.small-only tr[class*='tab'].tab1 {
    border-bottom: 10px solid #0d4877;
  }
  [data-type*='tables,type,column-base'][data-type*='tables,colors,first-color,deep-blue'] table.small-only tr[class*='tab'].tab1 th,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,first-color,deep-blue'] table.small-only tr[class*='tab'].tab1 th {
    padding-top: 0;
  }
}
@media screen and (min-width: 769px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,second-color,deep-blue'] table thead tr th:nth-child(3),
  [data-type*='tables,type,row-base'][data-type*='tables,colors,second-color,deep-blue'] table thead tr th:nth-child(3) {
    border-bottom: 10px solid #0d4877;
  }
}
@media screen and (max-width: 768px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,second-color,deep-blue'] table.small-only tr[class*='tab'].tab2,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,second-color,deep-blue'] table.small-only tr[class*='tab'].tab2 {
    border-bottom: 10px solid #0d4877;
  }
}
@media screen and (min-width: 769px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,third-color,deep-blue'] table thead tr th:nth-child(4),
  [data-type*='tables,type,row-base'][data-type*='tables,colors,third-color,deep-blue'] table thead tr th:nth-child(4) {
    border-bottom: 10px solid #0d4877;
  }
}
@media screen and (max-width: 768px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,third-color,deep-blue'] table.small-only tr[class*='tab'].tab3,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,third-color,deep-blue'] table.small-only tr[class*='tab'].tab3 {
    border-bottom: 10px solid #0d4877;
  }
}
@media screen and (min-width: 769px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,fourth-color,deep-blue'] table thead tr th:nth-child(5),
  [data-type*='tables,type,row-base'][data-type*='tables,colors,fourth-color,deep-blue'] table thead tr th:nth-child(5) {
    border-bottom: 10px solid #0d4877;
  }
}
@media screen and (max-width: 768px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,fourth-color,deep-blue'] table.small-only tr[class*='tab'].tab4,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,fourth-color,deep-blue'] table.small-only tr[class*='tab'].tab4 {
    border-bottom: 10px solid #0d4877;
  }
}
@media screen and (min-width: 769px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,first-color,warm-orange'] table thead tr th:nth-child(2),
  [data-type*='tables,type,row-base'][data-type*='tables,colors,first-color,warm-orange'] table thead tr th:nth-child(2) {
    border-bottom: 10px solid #fc5c3b;
  }
}
@media screen and (max-width: 768px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,first-color,warm-orange'] table.small-only tr[class*='tab'].tab1,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,first-color,warm-orange'] table.small-only tr[class*='tab'].tab1 {
    border-bottom: 10px solid #fc5c3b;
  }
  [data-type*='tables,type,column-base'][data-type*='tables,colors,first-color,warm-orange'] table.small-only tr[class*='tab'].tab1 th,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,first-color,warm-orange'] table.small-only tr[class*='tab'].tab1 th {
    padding-top: 0;
  }
}
@media screen and (min-width: 769px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,second-color,warm-orange'] table thead tr th:nth-child(3),
  [data-type*='tables,type,row-base'][data-type*='tables,colors,second-color,warm-orange'] table thead tr th:nth-child(3) {
    border-bottom: 10px solid #fc5c3b;
  }
}
@media screen and (max-width: 768px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,second-color,warm-orange'] table.small-only tr[class*='tab'].tab2,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,second-color,warm-orange'] table.small-only tr[class*='tab'].tab2 {
    border-bottom: 10px solid #fc5c3b;
  }
}
@media screen and (min-width: 769px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,third-color,warm-orange'] table thead tr th:nth-child(4),
  [data-type*='tables,type,row-base'][data-type*='tables,colors,third-color,warm-orange'] table thead tr th:nth-child(4) {
    border-bottom: 10px solid #fc5c3b;
  }
}
@media screen and (max-width: 768px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,third-color,warm-orange'] table.small-only tr[class*='tab'].tab3,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,third-color,warm-orange'] table.small-only tr[class*='tab'].tab3 {
    border-bottom: 10px solid #fc5c3b;
  }
}
@media screen and (min-width: 769px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,fourth-color,warm-orange'] table thead tr th:nth-child(5),
  [data-type*='tables,type,row-base'][data-type*='tables,colors,fourth-color,warm-orange'] table thead tr th:nth-child(5) {
    border-bottom: 10px solid #fc5c3b;
  }
}
@media screen and (max-width: 768px) {
  [data-type*='tables,type,column-base'][data-type*='tables,colors,fourth-color,warm-orange'] table.small-only tr[class*='tab'].tab4,
  [data-type*='tables,type,row-base'][data-type*='tables,colors,fourth-color,warm-orange'] table.small-only tr[class*='tab'].tab4 {
    border-bottom: 10px solid #fc5c3b;
  }
}
[data-type*='tables,stripped'] table {
  margin: 30px 0 0;
  font-size: 0.8em;
}
[data-type*='tables,stripped'] table thead tr th {
  padding: 0 20px 20px;
  border-bottom: 15px solid #ddd;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  [data-type*='tables,stripped'] table thead tr th {
    padding: 0 10px 10px;
  }
}
[data-type*='tables,stripped'] table tbody tr td,
[data-type*='tables,stripped'] table tbody tr th {
  padding: 20px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  [data-type*='tables,stripped'] table tbody tr td,
  [data-type*='tables,stripped'] table tbody tr th {
    padding: 10px;
  }
}
[data-type*='tables,stripped'] table tbody tr:nth-child(2n+1) {
  background-color: #f7f7f7;
}
[data-type*='tables,stripped'][data-type*='tables,colors,first-color,brand-blue'] table thead tr th {
  border-bottom: 15px solid #2574bb;
}
[data-type*='tables,stripped'][data-type*='tables,colors,first-color,brand-blue'] tbody tr:nth-child(2n+1) {
  background-color: #65a6e1;
}
[data-type*='tables,stripped'][data-type*='tables,colors,first-color,deep-blue'] table thead tr th {
  border-bottom: 15px solid #0d4877;
}
[data-type*='tables,stripped'][data-type*='tables,colors,first-color,deep-blue'] tbody tr:nth-child(2n+1) {
  background-color: #1780d3;
}
[data-type*='tables,stripped'][data-type*='tables,colors,first-color,golden'] table thead tr th {
  border-bottom: 15px solid #ffa66b;
}
[data-type*='tables,stripped'][data-type*='tables,colors,first-color,golden'] tbody tr:nth-child(2n+1) {
  background-color: #ffe3d1;
}
[data-type*='tables,stripped'][data-type*='tables,colors,first-color,warm-orange'] table thead tr th {
  border-bottom: 15px solid #fc5c3b;
}
[data-type*='tables,stripped'][data-type*='tables,colors,first-color,warm-orange'] tbody tr:nth-child(2n+1) {
  background-color: #feb09f;
}
[data-type*='tables,stripped'][data-type*='tables,colors,first-color,sky-blue'] table thead tr th {
  border-bottom: 15px solid #02c3fe;
}
[data-type*='tables,stripped'][data-type*='tables,colors,first-color,sky-blue'] tbody tr:nth-child(2n+1) {
  background-color: #68dbfe;
}
[data-type*='tables,stripped'][data-type*='tables,colors,first-color,shamrock'] table thead tr th {
  border-bottom: 15px solid #57c9ad;
}
[data-type*='tables,stripped'][data-type*='tables,colors,first-color,shamrock'] tbody tr:nth-child(2n+1) {
  background-color: #a4e2d3;
}
[data-type*='tables,stripped'][data-type*='tables,colors,first-color,surf'] table thead tr th {
  border-bottom: 15px solid #a3edb6;
}
[data-type*='tables,stripped'][data-type*='tables,colors,first-color,surf'] tbody tr:nth-child(2n+1) {
  background-color: #f8fefa;
}
[data-type*='tables,type,custom'] table {
  margin-top: 10px;
}
[data-type*='tables,type,custom'] table ~ p {
  margin-top: 20px;
}
[data-type*='tables,type,custom'] table th,
[data-type*='tables,type,custom'] table td {
  vertical-align: top;
  padding: 10px;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  [data-type*='tables,type,custom'] table th,
  [data-type*='tables,type,custom'] table td {
    padding: 10px;
    font-size: 0.75em;
  }
}
[data-type*='tables,type,custom'] table th p,
[data-type*='tables,type,custom'] table td p {
  font-size: 1em !important;
}
[data-type*='tables,type,custom'] table thead th {
  font-size: 0.8em;
  background-color: #0d4877;
  color: white;
  border-left: 1px solid white;
}
[data-type*='tables,type,custom'] table thead th:first-child {
  border-left: none;
}
[data-type*='tables,type,custom'] table tbody {
  border-top: 1px solid #ccc;
}
[data-type*='tables,type,custom'] table tbody tr {
  border-bottom: 1px solid #ccc;
}
[data-type*='tables,type,custom'] table tbody tr td {
  font-size: 0.65em;
  border-left: 1px solid #ccc;
}
[data-type*='tables,type,custom'] table tbody tr td:last-child {
  border-right: 1px solid #ccc;
}
[data-type*='tables,type,custom'] table tbody tr th {
  background-color: #f4fcff;
  font-size: 0.65em;
  border-left: 1px solid #ccc;
}
[data-type*='tables,type,custom'] table thead ~ tbody {
  border-top: none;
}
[data-type*='tables,type,custom'][data-type*='tables,type,custom,custom-1'] table th.st-head-row-main {
  display: none;
}
[data-type*='tables,type,custom'][data-type*='tables,type,custom,custom-1'] table th.st-head-row {
  background-color: #0d4877;
  color: white;
  font-size: 0.8em;
}
[data-type*='tables,type,custom'][data-type*='tables,type,custom,custom-1'] table td.st-key {
  background-color: #f4fcff;
}
[data-type*='tables,font-size,bigger-(18/16)'] table thead tr th,
[data-type*='tables,font-size,bigger-(18/16)'] table tbody tr th {
  font-size: 18px;
}
[data-type*='tables,font-size,bigger-(18/16)'] table thead tr td,
[data-type*='tables,font-size,bigger-(18/16)'] table tbody tr td {
  font-size: 16px;
}
