.customContent_header h1,
.customContent_header h2,
.customContent_header h3,
.customContent_header h4 {
  margin-bottom: 0;
}
.customContent {
  color: #273a5d;
  font-family: 'Arial', sans-serif;
  line-height: 1.7;
}
.customContent h1 strong,
.customContent h2 strong,
.customContent h3 strong {
  font-weight: 900;
}
.customContent h1,
.customContent h2,
.customContent h3 {
  font-family: 'Lato', sans-serif;
  color: #578899;
  font-weight: normal;
}
.customContent h1 strong,
.customContent h2 strong,
.customContent h3 strong {
  color: #273a5d;
}
.customContent a {
  color: #34b0f0;
  font-weight: bold;
}
.customContent ul {
  padding-left: 2.4em;
}
.customContent ul li {
  margin-top: 25px;
}
.customContent img {
  max-width: 100%;
  height: auto !important;
}
.customContent table {
  width: 100%;
  border: none;
  border-bottom: 1px solid #273A5D;
  margin-bottom: 35px;
  table-layout: fixed;
}
.customContent table tbody th {
  background-color: #273A5D;
  height: 39px;
  color: #FFFFFF;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  border: none;
  text-align: left;
  padding: 0 21px;
}
.customContent table tbody + tbody tr:nth-child(odd) {
  background-color: #edeff2;
}
.customContent table tbody + tbody tr:nth-child(even) {
  background-color: #FFFFFF;
}
.customContent table tbody + tbody tr td {
  border: none;
  padding: 16px 20px;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
}
.customContent table tbody + tbody tr td:first-child {
  font-weight: bold;
}
.customContent table tbody + tbody tr td a {
  color: #0070C0;
}
.customContent table tbody + tbody tr td ul {
  margin-bottom: 0;
  padding-left: 0;
}
.customContent table tbody + tbody tr td ul li {
  margin-top: 0;
  margin-bottom: 15px;
  list-style-type: '\27A3';
  color: #0070C0;
}
.customContent table tbody + tbody tr td ul li::marker {
  margin-right: 5px;
}
.customContent_table_mobileHeader {
  display: none;
}
.customContent_line {
  border-top: 1px solid #4e585c;
  margin: 45px 0;
}
.customContent_contents {
  color: #0070c0;
  font-size: 15px;
}
.customContent_contents .customContent_contentsItem {
  line-height: 1.6;
}
.customContent .customContent_square {
  width: 160px;
  height: 160px;
  display: inline-block;
  padding: 10px;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
  vertical-align: top;
}
.customContent_box {
  width: 100%;
  padding: 16px 31px 16px 21px;
}
.customContent_box[data-colour="light-grey"],
.customContent_square[data-colour="light-grey"] {
  background-color: #edeff2;
  color: #4e585c;
}
.customContent_box[data-colour="light-grey"] a,
.customContent_square[data-colour="light-grey"] a {
  color: #0070c0;
}
.customContent_box[data-colour="light-grey"] strong,
.customContent_square[data-colour="light-grey"] strong {
  color: #273a5d;
}
.customContent_box[data-colour="green"],
.customContent_square[data-colour="green"] {
  background-color: #578899;
  color: #ffffff;
}
.customContent_box[data-colour="green"] strong,
.customContent_square[data-colour="green"] strong {
  color: #ffffff;
}
.customContent_box[data-colour="blue"],
.customContent_square[data-colour="blue"] {
  background-color: #273a5d;
  color: #ffffff;
}
.customContent_box[data-colour="blue"] strong,
.customContent_square[data-colour="blue"] strong {
  color: #ffffff;
}
/* ============================================ *
 * MAX WIDTH QUERIES
* ============================================ */
@media (max-width: 979px) {
  .customContent {
    padding: 30px;
  }
}
@media (max-width: 769px) {
  .customContent_header h1 {
    font-size: 28px;
  }
  .customContent table {
    width: 100% !important;
  }
}
@media (max-width: 599px) {
  .customContent {
    padding: 17px 0;
  }
  .customContent_box {
    width: 100%;
    padding: 15px 10px;
  }
  iframe {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .customContent h1,
  .customContent h2,
  .customContent h3 {
    max-width: 100%;
  }
  .customContent table th {
    display: none;
  }
  .customContent table tbody + tbody tr {
    display: flex;
    flex-direction: column;
  }
  .customContent table tbody + tbody tr td {
    width: 100% !important;
  }
  .customContent table tbody + tbody tr td .customContent_table_mobileHeader {
    display: block;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #273A5D;
  }
  .customContent table tbody + tbody tr td ul {
    margin-bottom: 0;
    padding-left: 13px;
  }
  .customContent table tbody + tbody tr td ul li {
    margin-top: 0;
    margin-bottom: 15px;
    list-style-type: '\27A3';
    color: #0070C0;
  }
  .customContent table tbody + tbody tr td ul li::marker {
    margin-right: 5px;
  }
}
/* ============================================ *
 * MIN WIDTH QUERIES
 * ============================================ */
