@supports (display:grid){.site-grid{grid-gap:0 1em;grid-template-columns:[full-start]minmax(0,1fr)[main-start]repeat(4,minmax(0,19.875rem))[main-end]minmax(0,1fr)[full-end];grid-template-areas:".banner banner banner banner."".top-a top-a top-a top-a."".top-b top-b top-b top-b."".comp comp comp comp."".side-r side-r side-r side-r."".side-l side-l side-l side-l."".bot-a bot-a bot-a bot-a."".bot-b bot-b bot-b bot-b.";display:grid}.site-grid>[class^=container-],.site-grid>[class*=\ container-]{column-gap:1em;width:100%;max-width:none}.site-grid>.full-width{grid-column:full-start/full-end}@media (width>=992px){.site-grid{grid-template-areas:".top-a top-a top-a top-b."".comp comp side-r side-r."".bot-a bot-a bot-a bot-a."".bot-b bot-b bot-b bot-b."".side-l side-l side-l side-l."".debug debug debug debug."}}}

.container-debug {
    display: block;
    width: 100%;
    padding: 6px;
    background: #155062;
    color: #ededed;
}

.container-debug a {
    color: #ededed;
}

.container-debug a:hover {
    color: #ededed;
}

.container-debug > * {
    flex: 1;
    margin: 0.5em 0;
}

@media (width <= 991.98px) {
    .container-debug {
        flex-direction: column;
    }

    .container-debug > * {
        flex: 0 auto;
    }
}

body {
    background-image: url(/images/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 0;
    font-size: 18px;
}

.site-grid {
            background: #fff;
            max-width: 1320px;
            margin-left: auto;
            margin-right: auto;
			border-top: 15px solid #155062;
}

.com-content-article.item-page .com-content-article__body {
    text-align: justify;
}
h1,.h1 {
    text-align: center;
    font-size: 26px;
    color: #155062;
}
h2, .h2
{
    text-align: center;
    font-size: 24px;
    color: #155062;
}
h3, .h3
{
    text-align: center;
    font-size: 22px;
}

.card-body {
    padding: 0;
}
.card {
   --card-border-color: none;
}

.mod-list {
    diplay: block;
    text-align: center;
}
.mod-list li {
    padding: 0;
}
.mod-list a {
    padding: 6px 3px 6px 3px;
    border: 1px solid #bbbbbb;
    line-height: 1.1;
    background: linear-gradient(#fefdfb, #e6e6e6);
    display: block;
    margin-bottom: 6px;
    border-radius: 0px;
    box-shadow: none;
    text-decoration: none !important;
    color: #155062;
    }
.mod-list li {
    margin: 0;
    list-style: none;
    padding: 0px;
}
.mod-list a:hover {
    background: #e6e6e6;
}


.mod-articles-title {
	font-size: 18px;
    text-align: center;
    margin: 0px;
    display: block;
}
.mod-articles-title a {
    text-shadow: #4e4e4e 1px 1px 1px;
    min-height: 50px;
    margin: 0px;
    padding: 5px 0px;
    color: #fff; 
    background: linear-gradient(#217791, #155062);
    border-top: 4px solid #155062;
}

.mod-articles-title a:hover {
    background: linear-gradient(#217791, #155062);
    border-top: 4px solid #155062;
    text-decoration: none;
    color: #fff;
}
.mod-articles-title li {
    padding: 0px;
}

.mod-articles-image {

}

.mod-articles-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mod-articles-items a {
    border-top: 4px solid #155062;
    border-bottom: 0px;
    padding: 0;
}

.mod-articles-items > li {
    width: 100%;
    margin: 0;
}

@media (max-width: 768px) {
    .mod-articles-items {
        grid-template-columns: 1fr;
    }
}

.readmore {
    text-align: right;
}
a,.a {
    color: #155062;
}
a:hover {
    color: #155062;
}

.left.item-image {
    float: left;
    box-shadow: 0 0 3px #999;
    padding: 3px;
}
.item-title {
    text-decoration: none;
}

.page-header h1 {
    background: rgba(0, 0, 0, 0) linear-gradient(#fefdfb, #e6e6e6) repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 1px 3px #00000080;
    display: block;
    line-height: 1;
    padding-bottom: 7px;
    padding-top: 7px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #fff;
    margin: 0;
    font-size: 28px;
    color: #155062;
    margin-bottom: 10px;
}