.w-100 {width: 100%;}
.w-70 {width: 70%;}

.mr-5 {margin-right: 3rem !important;}

.mb-5 {margin-bottom: 3rem !important;}

.d-none {display: none;}

.lista, .grid-section ul, .service ul {list-style: initial; padding-left: 40px;}
.lista li, .grid-section ul li, .service ul li {list-style: initial; line-height: 1.8;}

.umb-grid {margin-bottom: 3rem !important;}
footer .umb-grid {margin-bottom: 0 !important;}

footer {margin-top: 50px;}
footer .grid-section ul {line-height: 1.6;}
footer .grid-section ul li + li {margin-top: 5px;}
footer .grid-section ul li a {color: inherit;}
footer .grid-section ul li a:hover, footer .grid-section a:hover {color: #29abe2;}

.formulate-wrapper label {display: none;}
.form-section, .formulate-wrapper .formulate__row, 
.formulate-wrapper .formulate__cell {width: 100%; float: left;}
.formulate-wrapper .formulate__cell--6-columns {width: 50%;}
.formulate-wrapper .formulate__row .formulate__cell--6-columns:first-child {
    width: 45%;
    margin-right: 5%;
}

/* rewrites css on pex-theme.css */
body.body .main-bg {background-color: #3399cc;}
body.body .alt-bg, .header .infobar {background-color: #000033;}


.decorated-bg {background-image: none;}
.articles > .article {width: 48%; float: left;}
.articles > .article:last-child {margin-bottom: 50px; border-bottom: 1px solid #eee; padding-bottom: 20px;}
.articles > .article:nth-child(odd) {margin-right: 2%;}
.articles > .article:nth-child(even) {margin-left: 2%;}

.item-title {white-space: inherit; min-height: 58px;}
.item-text {height: 55px;}

.footer-copyrights {
    line-height: 12px;
    font-size: 12px;
}

/*------------------------------------------------------------------
    [Info Columns Module]
*/
.column-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px; 
    padding: 20px;
}

.column-text {
    font-family: Montserrat; 
    font-weight: 400; 
    font-size: 16px; 
    margin-top: 10px; 
    padding: 15px;
    line-height: 1.4;
}

/*-------------------------------------------------------------------
    [Btn Banner]
*/
.btn-banner:before {
    background: #3399cc;
}
.btn-banner:hover:before {
    background: #000033
}

/* [Title banner]*/
.title-banner{
    font-size: 30px;
}

.banner-subtitle-margin {margin-bottom: 0.8em;}

/* Padding banner*/
@media (min-width: 768px) {
    /* Make sections spacings bigger for wider screens. */

    .solid-section-banner {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

/*[Sitemap]*/
.sitemap{
    padding-left:20px;
}
/* last line to prevent cropping */
