html {
    font-size: 16px !important;
}

html .custom-logo {
    max-height: 50px;
    width: auto;
}

@media only screen and (min-width: 360px) {
    html .site-main {
        padding-top: 0;
    }
}

html h2 {
    font-weight: 100 !important;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 2rem;
}

html .characteristics img {
    max-width: 250px;
}

html body .news-media .wp-block-columns {
    flex-direction: row;
}
html body .news-media .wp-block-columns .wp-block-column {
    flex-direction: column;
    display: flex;
    flex-basis: calc(50% - 1px) !important;
    margin-left: 0;
}
html body .news-media img {
    max-width: 130px;
}

@media only screen and (min-width: 560px) {
}
@media only screen and (min-width: 640px) {
}
@media only screen and (min-width: 932px) {
    h2 {
        font-size: 2.48832rem;
    }
}


html #masthead {
    padding-top: 16px;
    padding-bottom: 16px;
}

html #masthead .site-header-wrapper .site-branding .site-logo {
    margin-bottom: 0;
}

html .entry-content [class*="inner-container"] >
    .full-width-squares:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
    max-width: 100%;
}
html .entry-content [class*="inner-container"] >
    .full-width-squares:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) >
    .wp-block-column:first-of-type {
    justify-content: flex-end;
    display: flex;
    flex-grow: 1;
}
html .entry-content [class*="inner-container"] >
    .full-width-squares:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) >
    .wp-block-column:nth-of-type(2) {
    justify-content: flex-start;
    display: flex;
    flex-grow: 1;
}

html .entry-content [class*="inner-container"] >
    .full-width-squares:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) >
    .wp-block-column > * {
    max-width: 100%;
    width: min(600px, 100vw);
}

html .full-width-squares img {
    max-width: min(80%, 200px);
}

@media only screen and (max-width: 559px) {
    html .entry-content [class*="inner-container"] > .full-width-squares {
        flex-direction: column;
    }
    html .entry-content [class*="inner-container"] >
    .full-width-squares:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) >
    .wp-block-column > * {
        max-width: 100%;
        width: 100vw;
    }

    html .full-width-squares img {
        max-width: min(80%, 250px);
    }

}
@media only screen and (min-width: 560px) {
    html .entry-content [class*="inner-container"] > .full-width-squares {
        flex-direction: row;
    }
}

@media only screen and (min-width: 640px) {
}

@media only screen and (min-width: 932px) {
}



.full-width-squares .wp-block-column .has-background-color {
    height: 100%;
}

html .full-width-squares > .wp-block-column:not(:first-child) {
    margin-left: 0 !important;
}



html .entry-content [class*="inner-container"] >
    .news-twitter:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) >
    .wp-block-column:first-of-type {
    background-color: #e2e2e2;
    margin-bottom: 0;
}
html .entry-content [class*="inner-container"] >
    .news-twitter:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) >
    .wp-block-column:nth-of-type(2) {
    background-color: #f0f0f0;
}
html .entry-content [class*="inner-container"] >
    .cispe-trust-marks:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) >
    .wp-block-column:first-of-type {
    background-color: #314e7c;
    margin-bottom: 0;
}
html .entry-content [class*="inner-container"] >
    .cispe-trust-marks:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) >
    .wp-block-column:nth-of-type(2) {
    background-color: #8e8e8e;
}

.twitter-feed {
    font-size: 80%;
}

.twitter-feed #ctf .ctf-header {
    display: none;
}

.no-margins {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.red, .red > * {
    font-size: 24px;
    font-weight: bold;
    color: #e07580;
    text-decoration: none !important;
}
a.red:hover, .red:hover > a {
    color: #e07580 !important;
    text-decoration: underline !important;
    cursor: pointer;
}
html .cispe-trust-marks .checks {
    margin-top: 60px;
}
html .cispe-trust-marks .checks p,
html .cispe-trust-marks .checks ul {
    margin-bottom: 0;
    margin-top: 0;
}

/** ROUNDED BOXES **/
.rounded-boxes {
    margin-top:40px !important;
}

.rounded-boxes .box,
.rounded-boxes > .wp-block-column {
    border: 2px solid #3e454a;
    padding: 20px;
    border-radius: 25px;
    position: relative;
}

.rounded-boxes .box:not(:first-child),
.rounded-boxes > .wp-block-column:not(:first-child) {
    margin-left: 0.5rem;
}
@media only screen and (max-width: 599px) {
    .rounded-boxes .box:not(:last-child),
    .wp-block-columns.rounded-boxes > .wp-block-column:not(:last-child) {
        margin-left: 0;
    }
}
@media only screen and (max-width: 599px) {
    html .rounded-boxes .box,
    html .wp-block-columns.rounded-boxes > .wp-block-column {
        margin-left: 0;
        margin-bottom: 40px;
    }
    html .rounded-boxes .box:last-child,
    html .wp-block-columns.rounded-boxes > .wp-block-column:last-child {
        margin-bottom: 20px;
    }
}

.rounded-boxes .box h5,
.rounded-boxes > .wp-block-column h5 {
    position: relative;
    top: -25px;
    left: 30px;
    line-height: 0;
    z-index: 0;
    font-size: 45px;
}

.rounded-boxes .box h5:before,
.rounded-boxes > .wp-block-column h5:before {
    position: absolute;
    content: " ";
    display: block;
    top: -30px;
    left: -17px;
    width: 60px;
    height: 60px;
    border: 3px solid #3e454a;
    border-radius: 50%;
}

.rounded-boxes .box h5:after,
.rounded-boxes > .wp-block-column h5:after {
    position: absolute;
    content: " ";
    background-color: #e4bd80;
    display: block;
    top: -24px;
    left: -12px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: -2;
}

.rounded-boxes .wp-block-buttons > .wp-block-button {
    width: 100%;
    margin-right: 0;
}

.rounded-boxes .box .wp-block-button__link,
.rounded-boxes .wp-block-column .wp-block-button__link {
    background-color: #3e454a;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    font-size: 12px;
    width: 100%;
    padding: 14px 5px;
    line-height: 1.0;
}


/** FOOTER **/

footer#colophon {
    background-color: #314e7c;
    max-width: initial;
    flex-direction: column;
    color: white;
}

footer#colophon a {
    color: white;
}

footer#colophon .responsive-max-width {
    width: 100%;
    flex-direction: row;
    display: flex;
}

footer#colophon .site-info {
    display: none;
}

footer#colophon .social-media {
    display: flex;
    margin-top: -20px;
}
footer#colophon .social-media img {
    width: 50px;
    height: 50px;
    max-width: initial;
}
footer#colophon .social-media img:first-of-type {
    margin-right: 5px;
}
footer#colophon .social-media a:hover img {
    opacity: 0.8;
    cursor: pointer;
}

footer#colophon h2 {
    color: white;
}


/** PUBLIC REGISTER **/
.powered_by_link {
    display: none;
}


html .entry-content [class*="inner-container"] > .wp-block-wpdatatables-wpdatatables-gutenberg-block {
    max-width: calc( 1400px - 32px) !important;
}

/** REGISTER A SERVICE **/
.wpforms-container h2 {
    font-size: 25px !important;
    font-weight: bold !important;
    margin-top: 30px !important;
    line-height: 1.5;
}

html div.wpforms-container-full .wpforms-form .wpforms-field-html ol,
html div.wpforms-container-full .wpforms-form .wpforms-field-html ul {
    padding-left: 32px !important;
}

.wpforms-container .wpforms-field {
    margin-top: 20px;
}

html div.wpforms-container-full .wpforms-form .wpforms-field-html ol li {
    list-style: inherit !important;
    padding-left: 10px;
}