@import url('https://fonts.googleapis.com/css?family=Roboto:Regular');
@import url('https://fonts.googleapis.com/css?family=Roboto:bold');
html,body{
    color: #4D4D4D;
    font-size: 1.125rem;
    text-align: left;
    font-family: 'Roboto', 'Regular';
    letter-spacing: 0;
    color: #0D224F;
    opacity: 1;
    width: 100%;
    margin: auto;
    background-color: white;
    scroll-behavior: smooth;
}
article{
    width: 100%;
}
h3{
    color: #0D224F;
    font-weight: bold;
    font-size: 1.425rem;
    font-family:  'Roboto', 'bold' ;
}

a{
    color: #0D224F;
    font-weight: bold;
}

div{
    padding: 10px 5%;
    margin: 0;
    padding-left: 60px;
    padding-right: 60px;
}


.gray-block{
    background-color: #E5E4E4;
    border-radius: 0 0 60px 0;
    margin-top: -50px;
    padding-top: 50px;
}
.white-block{
    background-color: #ffffff;
    border-radius: 0 0 0 60px;
    position: relative;
    top: 0px;
    left: 0px;
}
ul {
    list-style: none;
}

ul li::before {
    content: "\2022";
    color: #0D224F;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-inline-start: -1.3rem;
}
.triangular-icon ul {
    margin: 0.75em 0;
    padding: 0 1em;
    list-style: none;
}
.triangular-icon li:before {
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1.1em;
    position: relative;
}
.triangular-icon h3{
    margin: 0px;
    color:#0D224F;
}
table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
table thead, table th, table tr, table td {
    border: 1px solid transparent;
    padding: 10px;
    border-right: 1px solid white;
    word-break: break-all;
}
table td {
    position: relative;
    text-align: center;
    background: #E7EAED;
}
table th {
    color:white;
    background: #0D224F;
    text-align: center;
    font-size: 0.7rem;
}
table th.border-radius-right {
    border-radius: 8px 0 0 0;
}
table th.border-radius-left {
    border-radius: 0 8px 0 0;
}