/* general */

.rte{
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #2b303c;
    line-height: 24px;
}


.rte img.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.rte img.alignleft {
    float: left;
}
.rte img .alignright {
    float: right;
}


.rte h2{
    font-size: 32px;
    font-family: 'Source Serif Pro', serif;
    font-weight: 600;
    color: #2b303c;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 40px;
}

.rte h3{
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    color: #00aeef;
    line-height: 22px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #c2c2c2;
    margin: 30px 0px;
}

.rte strong{
    font-weight: 600;
}

.rte a{
    color:#00aeef;
}

.rte iframe{
    width: 100% !important;
}

.rte.article-format p{
    margin-bottom: 20px;
}

.rte.article-format em{
    font-style:italic;
}

.rte.article-format blockquote{
    display: inline-block;
    padding: 20px 0px;
    margin: 20px 0px;
    border-top: solid 1px #d4d4d4;
    border-bottom: solid 1px #d4d4d4;
}

.rte.article-format blockquote p{
    font-size: 24px;
    font-family: 'Source Serif Pro', serif;
    font-weight: 600;
    color: #263c87;
    line-height: 32px;
    margin-bottom: 10px;
}

.rte.article-format blockquote p strong{
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #1f293d;
    line-height: 22px;
    width: 100%;
    display: block;
}

.rte.article-format h2{
    font-size: 48px;
    font-family: 'Source Serif Pro', serif;
    font-weight: 600;
    color: #263c87;
    line-height: 54px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.rte.article-format h3,
.rte.article-format h4,
.rte.article-format h5,
.rte.article-format h6{
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #00aeef;
    line-height: 22px;
    width: 100%;
    display: block;
    border: none;
    margin: 0px;
}

.rte.article-format iframe{
    width: 100%;
    margin-top: 20px;
}

.rte.article-format img.size-full{
    margin: 20px 0px 0px;
    width: 100%;
    height: auto;
}

.rte.article-format ol {
    list-style: auto;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.rte.article-format ol li {
    margin-bottom: 10px;
    padding-left: 5px;
}

.rte.article-format ul {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.rte.article-format ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.rte.article-format ul li::after {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url("../../../assets/img/check.svg");
    width: 20px;
    height: 20px;
    left: 0px;
    top: 0px;
}
.rte.article-format ul li li::after {
    background: none;
    border: 1px solid #00aeef;
    border-radius: 100%;
    height: 5px;
    left: 0.4em;
    top: 0.4em;
    width: 5px;
}

.rte.article-format table {
    margin-top: 20px;
    margin-bottom: 20px;
}
.rte.article-format table th,
.rte.article-format table td {
    padding: 5px 0;
}
.rte.article-format table th {
    border-bottom: 1px solid #c2c2c2;
    font-weight: bold;
}

.rte.article-format small {
    font-size: 70%;
}


/* Mobile */
@media screen and (max-width: 1023.98px) {

    .rte iframe{
        height: 300px;
    }

    /* Article Format */
    .rte .container {
        width: 100%;
        padding: 0px 20px;
        box-sizing: border-box;
    }

    .article.career.container .rte .container,
    .article.team-member.container .rte .container{
        width: 100%;
        padding: 0px;
        box-sizing: border-box;
    }
}

/* Desktop */
/* @media screen and (min-width: 1200px) { */
@media screen and (min-width: 1024px) {

    .rte iframe{
        height: 500px;
    }

    /* Article Format */
    .rte.article-format .container {
        width: 815px;
    }
}